diff options
author | Ilia Mirkin <[email protected]> | 2016-05-30 12:54:23 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-08-30 20:25:15 -0400 |
commit | 10663c648e58762eb39c7670c9397b74521e8134 (patch) | |
tree | d60fdb18fcf7a7c59bc8dc7c946caadc9e666091 /src/mesa/main/get_hash_params.py | |
parent | 3b81c998a214a2ad7a4a712577277b1fc7b9be4e (diff) |
mesa: add support for GL_PRIMITIVE_BOUNDING_BOX storage and query
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/get_hash_params.py')
-rw-r--r-- | src/mesa/main/get_hash_params.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/get_hash_params.py b/src/mesa/main/get_hash_params.py index 35af48b96aa..a206c851f7e 100644 --- a/src/mesa/main/get_hash_params.py +++ b/src/mesa/main/get_hash_params.py @@ -607,6 +607,9 @@ descriptor=[ # GL_ARB_texture_buffer_range [ "TEXTURE_BUFFER_OFFSET_ALIGNMENT", "CONTEXT_INT(Const.TextureBufferOffsetAlignment), extra_ARB_texture_buffer_range" ], + +# GL_OES_primitive_bounding_box + [ "PRIMITIVE_BOUNDING_BOX_ARB", "CONTEXT_FLOAT8(PrimitiveBoundingBox), extra_OES_primitive_bounding_box" ], ]}, # Remaining enums are only in OpenGL |