This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Commit f6e2dd6 Sean V Kelley
committed
1 parent b6eefae commit f6e2dd6 Copy full SHA for f6e2dd6
File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
- libcmrt NEWS -- summary of user visible changes. 2015-09-09
2
- Copyright (C) 2015 Intel Corporation
1
+ libcmrt NEWS -- summary of user visible changes. 2016-08-10
2
+ Copyright (C) 2016 Intel Corporation
3
+
4
+ Version 1.0.6 - 2016-08-10
5
+ * Add support for shader debugger for SKL, BDW, and HSW
6
+ * Change package config file to libcmrt.pc
7
+ * Export CM kernel ID type
8
+ * Support reporting device rev id
9
+ * Set CM_VERSION to CM_5_0 to mark SKL support
10
+ * Add API GetRTDllVersion to query current CM version
11
+ * Add preliminary identification for APL/KBL
3
12
4
13
Version 1.0.5 - 2015-09-09
5
14
* Fix autogen.sh license header
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2015 Intel Corporation. All Rights Reserved.
1
+ # Copyright (c) 2016 Intel Corporation. All Rights Reserved.
2
2
#
3
3
# Permission is hereby granted, free of charge, to any person obtaining a
4
4
# copy of this software and associated documentation files (the
28
28
# - reset minor version to zero when major version is incremented
29
29
m4_define ( [ cmrt_api_major_version] , [ 0] )
30
30
m4_define ( [ cmrt_api_minor_version] , [ 10] )
31
- m4_define ( [ cmrt_api_micro_version] , [ 0 ] )
31
+ m4_define ( [ cmrt_api_micro_version] , [ 1 ] )
32
32
33
33
m4_define ( [ cmrt_api_version] ,
34
34
[ cmrt_api_major_version.cmrt_api_minor_version.cmrt_api_micro_version] )
You can’t perform that action at this time.
0 commit comments