projects
/
platform
/
upstream
/
Vulkan-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3941b5
)
include: set version to 0.22.1 for recent ABI changes
author
Jon Ashburn
<jon@lunarg.com>
Fri, 16 Jan 2015 16:48:37 +0000
(09:48 -0700)
committer
Courtney Goeltzenleuchter
<courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:07 +0000
(17:58 -0700)
While this branch is divereged from Khronos SVN sequence of xgl.h versions.
Any ABI change in this branch should increment the patch number: XX.YY.ZZ++.
Glave relies on the xgl.h version number to track trace file compatibility.
include/xgl.h
patch
|
blob
|
history
diff --git
a/include/xgl.h
b/include/xgl.h
index fb2d2771638679b898310180b495b7ba092af998..d48a0f50749acac9974871e9b0189e031b4a2e30 100644
(file)
--- a/
include/xgl.h
+++ b/
include/xgl.h
@@
-55,7
+55,7
@@
((major << 22) | (minor << 12) | patch)
// XGL API version supported by this file
-#define XGL_API_VERSION XGL_MAKE_VERSION(0,
30, 0
)
+#define XGL_API_VERSION XGL_MAKE_VERSION(0,
22, 1
)
#ifndef XGLAPI
#define XGLAPI