mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
mesa: Add ARB_query_buffer_object extension flag
Signed-off-by: Rafal Mielniczuk <rafal.mielniczuk2@gmail.com> [imirkin: add string to extensions.c] Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
4913d381a0
commit
c5bab061da
2 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ EXT(ARB_point_parameters , EXT_point_parameters
|
|||
EXT(ARB_point_sprite , ARB_point_sprite , GLL, GLC, x , x , 2003)
|
||||
EXT(ARB_program_interface_query , dummy_true , GLL, GLC, x , x , 2012)
|
||||
EXT(ARB_provoking_vertex , EXT_provoking_vertex , GLL, GLC, x , x , 2009)
|
||||
EXT(ARB_query_buffer_object , ARB_query_buffer_object , GLL, GLC, x , x , 2013)
|
||||
EXT(ARB_robustness , dummy_true , GLL, GLC, x , x , 2010)
|
||||
EXT(ARB_sample_shading , ARB_sample_shading , GLL, GLC, x , x , 2009)
|
||||
EXT(ARB_sampler_objects , dummy_true , GLL, GLC, x , x , 2009)
|
||||
|
|
|
|||
|
|
@ -3791,6 +3791,7 @@ struct gl_extensions
|
|||
GLboolean ARB_occlusion_query2;
|
||||
GLboolean ARB_pipeline_statistics_query;
|
||||
GLboolean ARB_point_sprite;
|
||||
GLboolean ARB_query_buffer_object;
|
||||
GLboolean ARB_sample_shading;
|
||||
GLboolean ARB_seamless_cube_map;
|
||||
GLboolean ARB_shader_atomic_counters;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue