Mesa (master): mesa: stop hiding remaining query parameters from OpenGL compat

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 29 22:45:46 UTC 2018


Module: Mesa
Branch: master
Commit: 52e3ef24007e8644bcb31d8b51e2979790f013bd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=52e3ef24007e8644bcb31d8b51e2979790f013bd

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Wed Jun 20 10:16:20 2018 +1000

mesa: stop hiding remaining query parameters from OpenGL compat

I managed to miss these two in my last pass at this.

Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 src/mesa/main/get_hash_params.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/mesa/main/get_hash_params.py b/src/mesa/main/get_hash_params.py
index 83136108e9..618e306e50 100644
--- a/src/mesa/main/get_hash_params.py
+++ b/src/mesa/main/get_hash_params.py
@@ -975,17 +975,13 @@ descriptor=[
 
 # GL_ARB_sparse_buffer
   [ "SPARSE_BUFFER_PAGE_SIZE_ARB", "CONTEXT_INT(Const.SparseBufferPageSize), extra_ARB_sparse_buffer" ],
-]},
 
-# Enums restricted to OpenGL Core profile
-{ "apis": ["GL_CORE"], "params": [
 # GL_ARB_shader_subroutine
   [ "MAX_SUBROUTINES", "CONST(MAX_SUBROUTINES), NO_EXTRA" ],
   [ "MAX_SUBROUTINE_UNIFORM_LOCATIONS", "CONST(MAX_SUBROUTINE_UNIFORM_LOCATIONS), NO_EXTRA" ],
 
 # GL_ARB_indirect_parameters
   [ "PARAMETER_BUFFER_BINDING_ARB", "LOC_CUSTOM, TYPE_INT, 0, extra_ARB_indirect_parameters" ],
-
-]}
+]},
 
 ]




More information about the mesa-commit mailing list