aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add comment that GL_CLIP_DISTANCE0 == GL_CLIP_PLANE0 in enable.cBrian Paul2014-08-111-2/+2
* mesa: use accessors for struct gl_debug_stateChia-I Wu2014-04-271-30/+5
* mesa: allocate gl_debug_state on demandBrian Paul2014-02-081-6/+27
* mesa: Rename "struct gl_array_object" to gl_vertex_array_object.Kenneth Graunke2014-02-031-1/+1
* mesa: Rename "arrayObj" local variables to "vao".Kenneth Graunke2014-02-031-13/+13
* mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.Kenneth Graunke2014-02-031-10/+10
* mesa: Add custom get function for SCISSOR_TEST to _mesa_IsEnablediCourtney Goeltzenleuchter2014-01-201-0/+7
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-5/+24
* mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_programIlia Mirkin2014-01-161-2/+0
* mesa: Remove support for GL_MESA_texture_arrayIan Romanick2013-12-041-19/+0
* mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick2013-12-041-2/+2
* mesa: Add ARB_vertex_attrib_bindingFredrik Höglund2013-11-071-18/+18
* mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund2013-11-071-18/+18
* mesa: Restore gl_array_object::NewArrayFredrik Höglund2013-11-071-0/+2
* mesa: Add new functions and enums required by GL_ARB_sample_shadingAnuj Phogat2013-11-011-0/+18
* mesa: Implement GL_DEBUG_OUTPUTTimothy Arceri2013-09-041-0/+9
* mesa: simplify some _mesa_IsEnabled() queriesBrian Paul2013-07-121-10/+11
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-281-3/+2
* mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke2013-05-291-5/+0
* mesa: remove unused gl_array_object::NewArrayMarek Olšák2013-05-111-2/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák2013-04-241-1/+2
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-171-4/+0
* mesa: remove DD_TRI_SMOOTH flagBrian Paul2013-04-171-1/+0
* mesa: remove DD_TRI_STIPPLE flagBrian Paul2013-04-171-1/+0
* mesa: remove DD_POINT_SMOOTH flagBrian Paul2013-04-171-1/+0
* mesa: remove DD_LINE_STIPPLE flagBrian Paul2013-04-171-1/+0
* mesa: remove unused DD_LINE_SMOOTH flagBrian Paul2013-04-171-1/+0
* mesa: implement sample maskChris Forbes2013-03-021-0/+18
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-6/+0
* mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-111-0/+33
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-98/+98
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-3/+3
* mesa: remove IBM_rasterpos_clip extension enable flagMarek Olšák2012-10-311-2/+0
* mesa: remove FEATURE_ES1 tests in enable.c codeBrian Paul2012-10-161-6/+0
* mesa: Remove get and enable bits for NV_fragment_program.Kenneth Graunke2012-10-161-16/+0
* mesa: Remove miscellaneous remains of NV_vertex_program.Eric Anholt2012-10-151-6/+6
* mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.Eric Anholt2012-10-151-50/+0
* mesa: Remove support for NV_vertex_program's attribute evaluation.Eric Anholt2012-10-151-97/+0
* gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.Paul Berry2012-09-251-2/+2
* enable: Create _mesa_set_framebuffer_srgb() function for use by meta ops.Paul Berry2012-09-251-3/+19
* Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...José Fonseca2012-09-151-1/+6
* mesa: remove remaining FEATURE_* defines where protected by API check.Oliver McFadden2012-09-151-6/+1
* mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden2012-09-151-4/+0
* mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden2012-09-151-4/+0
* mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.Oliver McFadden2012-09-151-4/+0