mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
mesa: glGet: use the build time generated hash tables
Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Oliver McFadden <oliver.mcfadden@linux.intel.com>
This commit is contained in:
parent
98f880e0c4
commit
d220435416
2 changed files with 13 additions and 1015 deletions
1026
src/mesa/main/get.c
1026
src/mesa/main/get.c
File diff suppressed because it is too large
Load diff
|
|
@ -3341,8 +3341,6 @@ typedef enum
|
|||
API_OPENGLES,
|
||||
API_OPENGLES2,
|
||||
API_OPENGL_CORE,
|
||||
|
||||
API_LAST = API_OPENGL_CORE,
|
||||
} gl_api;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue