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:
99ec1d4
)
glave: Add support for new APIs to support Tiler Gpus
author
Jon Ashburn
<jon@lunarg.com>
Wed, 31 Dec 2014 18:30:53 +0000
(11:30 -0700)
committer
Courtney Goeltzenleuchter
<courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:08 +0000
(17:58 -0700)
Adds support for xglCreateFramebuffer and xglCreateRenderPass
glave-generate.py
patch
|
blob
|
history
diff --git
a/glave-generate.py
b/glave-generate.py
index 6fa69d9709999e663a63cfcd1739eb6d9431570b..e87aca54ec15c15c4c8d7880543c733e2371a11e 100755
(executable)
--- a/
glave-generate.py
+++ b/
glave-generate.py
@@
-1433,6
+1433,8
@@
class Subcommand(object):
'm_queue_semaphores': 'XGL_QUEUE_SEMAPHORE',
'm_events': 'XGL_EVENT',
'm_queryPools': 'XGL_QUERY_POOL',
+ 'm_framebuffers': 'XGL_FRAMEBUFFER',
+ 'm_renderPasses': 'XGL_RENDER_PASS'
}
rc_body = []
rc_body.append('class xglReplay : public ApiReplay {')