projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff61239
)
mesa/mtypes: repack gl_sampler_object.
author
Dave Airlie
<airlied@redhat.com>
Sun, 3 Sep 2017 11:20:35 +0000
(21:20 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 5 Sep 2017 20:14:25 +0000
(06:14 +1000)
160->152.
Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 3d68a6d7599d8e6459ea66f16adcacaf0a75ec7b..db9ea760e01e3b1279b847445499baf31edbd85c 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-990,8
+990,8
@@
struct gl_sampler_object
GLboolean CubeMapSeamless; /**< GL_AMD_seamless_cubemap_per_texture */
/** GL_ARB_bindless_texture */
- struct util_dynarray Handles;
bool HandleAllocated;
+ struct util_dynarray Handles;
};