summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove miscellaneous remains of NV_vertex_program.Eric Anholt2012-10-151-19/+0
* mesa: Prevent CONST macro re-definition.José Fonseca2012-10-101-0/+1
* mesa: glGet: remove the unused TYPE_API_MASK flagsImre Deak2012-10-101-6/+0
* mesa: glGet: use the build time generated hash tablesImre Deak2012-10-101-1013/+13
* mesa: glGet: rename *{_EXT,_ARB} enums missing from the XML specImre Deak2012-10-101-22/+22
* mesa: glGet: simplify the 'enum not found' conditionImre Deak2012-10-101-3/+5
* mesa: glGet: fix parameter lookup for apps using multiple APIsImre Deak2012-10-101-15/+29
* mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLsTomeu Vizoso2012-09-161-5/+5
* Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...José Fonseca2012-09-151-0/+2
* mesa: remove remaining FEATURE_* defines where protected by API check.Oliver McFadden2012-09-151-2/+0
* mesa: remove FEATURE_ARB_sync define.Oliver McFadden2012-09-151-4/+0
* mesa: glGet: fix API check for EGL_image_external enumsImre Deak2012-09-111-6/+9
* mesa: glGet: fix indentation of print_table_statsImre Deak2012-09-111-9/+9
* mesa: glGet: fix indentation of find_valueImre Deak2012-09-111-4/+4
* mesa: glGet: fix indentation of _mesa_init_get_hashImre Deak2012-09-111-9/+9
* mesa: remove #undef CONST in get.cBrian Paul2012-09-051-2/+0
* mesa/es: Enable GL_OES_vertex_array_objectIan Romanick2012-08-291-3/+3
* mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all driversIan Romanick2012-08-291-3/+1
* mesa: Enable a bunch of missing getters on 3.1 core.Eric Anholt2012-08-291-1/+1
* mesa: Expose texture buffer objects when the context is GL 3.1 core.Eric Anholt2012-08-291-5/+11
* mesa: Allow PACK / UNPACK queries for ES2Ian Romanick2012-08-291-9/+9
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-3/+10
* mesa: Make ARB_sampler_objects mandatoryPauli Nieminen2012-08-011-6/+1
* mesa: add support for using API_OPENGL_COREJordan Justen2012-07-301-4/+7
* mesa: implement glGet queries and error handling for ARB_transform_feedback3Marek Olšák2012-07-121-0/+9
* mesa: implement glGet(GL_TIMESTAMP) v2Marek Olšák2012-07-101-1/+14
* mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffersMarek Olšák2012-06-281-4/+4
* mesa: Add support for glGetIntegeri_v from GL_ARB_uniform_buffer_object.Eric Anholt2012-06-211-0/+24
* mesa: Add support for the GL_UNIFORM_BUFFER general binding point.Eric Anholt2012-06-211-0/+6
* mesa: Add state and getters for the GL_ARB_uniform_buffer_object maximums.Eric Anholt2012-06-211-0/+30
* gles2: Add GL_NV_read_buffer extensionKristian Høgsberg2012-06-181-1/+21
* get.c: Rename EXTRA_VERSION_ES2 to EXTRA_API_ES2Kristian Høgsberg2012-06-181-5/+5
* mesa: add support for ARB_blend_func_extended (v4)Dave Airlie2012-04-131-0/+3
* mesa: add infrastructure for GL_ARB_debug_outputnobled2012-03-101-0/+7
* mesa: Avoid segfault when getting an unbound transform feedback buffer name.Paul Berry2012-01-051-1/+1
* mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry2011-12-211-1/+1
* mesa: distinct gl_client_array arrays are goneChia-I Wu2011-11-291-3/+3
* mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich2011-11-291-49/+49
* mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu2011-11-291-1/+1
* mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+9
* mesa: Add the basics for the NV_fog_distance extensionNicholas Miell2011-11-011-0/+5
* mesa: Make the program texel offsets limits available with GLSL 1.30.Eric Anholt2011-10-181-5/+12
* mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.Kenneth Graunke2011-10-061-2/+1
* mesa/es: Allow querying GL_DRAW_BUFFERi in OpenGL ES 2.0Ian Romanick2011-10-041-17/+17
* mesa/es: Allow querying GL_MAX_COLOR_ATTACHMENTS in OpenGL ES 2.0Ian Romanick2011-10-041-4/+4
* mesa: Add missing glGetIntegerv() support for ARB_color_buffer_float tokens.Eric Anholt2011-10-011-0/+6
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-291-2/+1
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-291-7/+3
* mesa: Make enable.c and get.c properly range check clip flags.Paul Berry2011-09-271-6/+37
* mesa: Remove OES_read_format extension enable flagIan Romanick2011-09-261-8/+2