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
/
mesa
/
main
/
get.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove miscellaneous remains of NV_vertex_program.
Eric Anholt
2012-10-15
1
-19
/
+0
*
mesa: Prevent CONST macro re-definition.
José Fonseca
2012-10-10
1
-0
/
+1
*
mesa: glGet: remove the unused TYPE_API_MASK flags
Imre Deak
2012-10-10
1
-6
/
+0
*
mesa: glGet: use the build time generated hash tables
Imre Deak
2012-10-10
1
-1013
/
+13
*
mesa: glGet: rename *{_EXT,_ARB} enums missing from the XML spec
Imre Deak
2012-10-10
1
-22
/
+22
*
mesa: glGet: simplify the 'enum not found' condition
Imre Deak
2012-10-10
1
-3
/
+5
*
mesa: glGet: fix parameter lookup for apps using multiple APIs
Imre Deak
2012-10-10
1
-15
/
+29
*
mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs
Tomeu Vizoso
2012-09-16
1
-5
/
+5
*
Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...
José Fonseca
2012-09-15
1
-0
/
+2
*
mesa: remove remaining FEATURE_* defines where protected by API check.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_ARB_sync define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: glGet: fix API check for EGL_image_external enums
Imre Deak
2012-09-11
1
-6
/
+9
*
mesa: glGet: fix indentation of print_table_stats
Imre Deak
2012-09-11
1
-9
/
+9
*
mesa: glGet: fix indentation of find_value
Imre Deak
2012-09-11
1
-4
/
+4
*
mesa: glGet: fix indentation of _mesa_init_get_hash
Imre Deak
2012-09-11
1
-9
/
+9
*
mesa: remove #undef CONST in get.c
Brian Paul
2012-09-05
1
-2
/
+0
*
mesa/es: Enable GL_OES_vertex_array_object
Ian Romanick
2012-08-29
1
-3
/
+3
*
mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers
Ian Romanick
2012-08-29
1
-3
/
+1
*
mesa: Enable a bunch of missing getters on 3.1 core.
Eric Anholt
2012-08-29
1
-1
/
+1
*
mesa: Expose texture buffer objects when the context is GL 3.1 core.
Eric Anholt
2012-08-29
1
-5
/
+11
*
mesa: Allow PACK / UNPACK queries for ES2
Ian Romanick
2012-08-29
1
-9
/
+9
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-3
/
+10
*
mesa: Make ARB_sampler_objects mandatory
Pauli Nieminen
2012-08-01
1
-6
/
+1
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-4
/
+7
*
mesa: implement glGet queries and error handling for ARB_transform_feedback3
Marek Olšák
2012-07-12
1
-0
/
+9
*
mesa: implement glGet(GL_TIMESTAMP) v2
Marek Olšák
2012-07-10
1
-1
/
+14
*
mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers
Marek Olšák
2012-06-28
1
-4
/
+4
*
mesa: Add support for glGetIntegeri_v from GL_ARB_uniform_buffer_object.
Eric Anholt
2012-06-21
1
-0
/
+24
*
mesa: Add support for the GL_UNIFORM_BUFFER general binding point.
Eric Anholt
2012-06-21
1
-0
/
+6
*
mesa: Add state and getters for the GL_ARB_uniform_buffer_object maximums.
Eric Anholt
2012-06-21
1
-0
/
+30
*
gles2: Add GL_NV_read_buffer extension
Kristian Høgsberg
2012-06-18
1
-1
/
+21
*
get.c: Rename EXTRA_VERSION_ES2 to EXTRA_API_ES2
Kristian Høgsberg
2012-06-18
1
-5
/
+5
*
mesa: add support for ARB_blend_func_extended (v4)
Dave Airlie
2012-04-13
1
-0
/
+3
*
mesa: add infrastructure for GL_ARB_debug_output
nobled
2012-03-10
1
-0
/
+7
*
mesa: Avoid segfault when getting an unbound transform feedback buffer name.
Paul Berry
2012-01-05
1
-1
/
+1
*
mesa: Move RasterDiscard to toplevel of gl_context.
Paul Berry
2011-12-21
1
-1
/
+1
*
mesa: distinct gl_client_array arrays are gone
Chia-I Wu
2011-11-29
1
-3
/
+3
*
mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
Mathias Fröhlich
2011-11-29
1
-49
/
+49
*
mesa: move ElementArrayBufferObj to gl_array_object
Yuanhan Liu
2011-11-29
1
-1
/
+1
*
mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+9
*
mesa: Add the basics for the NV_fog_distance extension
Nicholas Miell
2011-11-01
1
-0
/
+5
*
mesa: Make the program texel offsets limits available with GLSL 1.30.
Eric Anholt
2011-10-18
1
-5
/
+12
*
mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.
Kenneth Graunke
2011-10-06
1
-2
/
+1
*
mesa/es: Allow querying GL_DRAW_BUFFERi in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-17
/
+17
*
mesa/es: Allow querying GL_MAX_COLOR_ATTACHMENTS in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-4
/
+4
*
mesa: Add missing glGetIntegerv() support for ARB_color_buffer_float tokens.
Eric Anholt
2011-10-01
1
-0
/
+6
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
1
-2
/
+1
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
1
-7
/
+3
*
mesa: Make enable.c and get.c properly range check clip flags.
Paul Berry
2011-09-27
1
-6
/
+37
*
mesa: Remove OES_read_format extension enable flag
Ian Romanick
2011-09-26
1
-8
/
+2
[next]