index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mapi
/
glapi
/
gen
/
gl_API.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Add core support for the GL_INTEL_performance_query extension.
Petri Latvala
2014-05-02
1
-0
/
+2
*
glapi: Add infrastructure for ARB_multi_bind
Fredrik Höglund
2014-05-02
1
-0
/
+4
*
glapi: Remove some duplicate ignore="true" lines
Ian Romanick
2014-03-31
1
-32
/
+0
*
glapi: move KHR_debug into its own file
Timothy Arceri
2014-03-08
1
-143
/
+1
*
glapi: add ARB_buffer_storage
Marek Olšák
2014-02-25
1
-0
/
+19
*
mesa/sso: Add extension entry points for GL_ARB_separate_shader_objects
Gregory Hainaut
2014-02-21
1
-1
/
+5
*
glapi: add definitions for ARB_gpu_shader5
Jordan Justen
2014-02-06
1
-0
/
+2
*
mesa/cs: Add dispatch API stubs for ARB_compute_shader.
Paul Berry
2014-02-05
1
-1
/
+3
*
mesa: Add ARB_viewport_array plumbing
Courtney Goeltzenleuchter
2014-01-20
1
-1
/
+1
*
glapi: Update dispatch XML files for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-0
/
+2
*
mesa: Add infrastructure for GL_ARB_clear_buffer_object
Pi Tabred
2013-12-18
1
-1
/
+5
*
mesa: Add API definitions for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
1
-1
/
+3
*
glapi: add plumbing for GL_ARB_draw_indirect and GL_ARB_multi_draw_indirect
Chris Forbes
2013-11-25
1
-1
/
+3
*
glapi: Add infrastructure for ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-1
/
+5
*
mesa: Add new functions and enums required by GL_ARB_sample_shading
Anuj Phogat
2013-11-01
1
-1
/
+3
*
glapi: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
1
-0
/
+2
*
implement NV_vdpau_interop v7
Christian König
2013-10-26
1
-0
/
+2
*
mesa: remove remnants of GL_MESA_shader_debug
Brian Paul
2013-10-22
1
-32
/
+0
*
glapi: add output info to GetProgramiv's params
Emilio Pozuelo Monfort
2013-10-07
1
-1
/
+1
*
mesa: add texture gather changes
Maxence Le Dore
2013-10-03
1
-1
/
+1
*
mesa: Add core support for the GL_AMD_performance_monitor extension.
Kenneth Graunke
2013-09-26
1
-0
/
+2
*
glapi: Setup autogeneration infrastructure for KHR_debug
Timothy Arceri
2013-09-04
1
-1
/
+148
*
mesa: Remove GL_MESA_resize_buffers
Ian Romanick
2013-06-28
1
-1
/
+1
*
mesa: add const qualifier to glMultiDrawElementsEXT() indices param
Brian Paul
2013-06-26
1
-1
/
+1
*
glapi: Add counter information for glBufferData(), like glBufferSubData().
Eric Anholt
2013-04-19
1
-2
/
+2
*
glapi: Add parameter count information for uniforms.
Eric Anholt
2013-04-19
1
-34
/
+34
*
glapi: add definition of ARB_texture_storage_multisample
Chris Forbes
2013-03-31
1
-0
/
+4
*
glapi: add ARB_texture_multisample
Chris Forbes
2013-03-02
1
-1
/
+2
*
mesa: implement GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
1
-0
/
+4
*
glapi: Remove duplicate ARB_base_instance from gl_API.xml
Ian Romanick
2013-01-15
1
-2
/
+0
*
mesa: Add dispatch and extension XML for GL_ARB_internalformat_query
Ian Romanick
2013-01-15
1
-2
/
+4
*
glapi: Reorder and clean up some of the includes and comments
Ian Romanick
2013-01-11
1
-7
/
+3
*
glapi: Move ARB_base_instance to the correct location
Matt Turner
2013-01-10
1
-3
/
+5
*
glapi: Add enums for ARB_ES3_compatibility
Matt Turner
2013-01-10
1
-0
/
+6
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-1005
/
+937
*
glapi: add ARB_texture_cube_map_array.
Dave Airlie
2012-11-09
1
-1
/
+1
*
glapi: Annotate XML with function name suffix anomalies.
Paul Berry
2012-11-06
1
-51
/
+84
*
glapi: Annotate XML with exec="loopback" for loopback functions.
Paul Berry
2012-11-06
1
-202
/
+265
*
glapi: Annotate XML with exec="dynamic" for dynamic functions.
Paul Berry
2012-11-06
1
-69
/
+108
*
glapi: Annotate XML with exec="skip" for unimplemented functions.
Paul Berry
2012-11-06
1
-261
/
+289
*
glapi: Annotate XML with deprecated="3.1" for deprecated functions.
Paul Berry
2012-11-06
1
-500
/
+659
*
glapi: move include for ARB_get_program_binary.xml to gl_API.xml
Jordan Justen
2012-11-03
1
-0
/
+3
*
mesa: implement ARB_map_buffer_alignment
Marek Olšák
2012-10-31
1
-1
/
+7
*
glapi: Add es2="3.0" attributes to XML.
Matt Turner
2012-10-16
1
-23
/
+23
*
glapi: Add es1 and es2 attributes to XML.
Paul Berry
2012-10-16
1
-167
/
+182
*
glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section
Imre Deak
2012-10-10
1
-1
/
+2
*
glapi: Add GL_ARB_invalidate_subdata
Ian Romanick
2012-08-14
1
-0
/
+2
*
glapi: add ARB_transform_feedback_instanced
Marek Olšák
2012-07-12
1
-1
/
+18
*
glapi: add ARB_transform_feedback3
Marek Olšák
2012-07-12
1
-1
/
+30
*
glapi: add ARB_timer_query
Marek Olšák
2012-07-10
1
-1
/
+21
[next]