summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Implement GL_KHR_blend_equation_advanced_coherent.Kenneth Graunke2016-08-251-0/+12
* mesa: Remove the linked list of enabled lightsMathias Fröhlich2016-06-161-4/+0
* mesa: Track enabled lights in a bitmaskMathias Fröhlich2016-06-161-0/+2
* mesa: raise error for glEnable(GL_VERTEX_ARRAY), etc. in core profileBrian Paul2016-05-241-1/+11
* mesa: add GL_OES_sample_shading supportIlia Mirkin2016-03-301-2/+2
* mesa: Ignore glPointSize when GL_POINT_SIZE_ARRAY_OES is enabledPlamena Manolova2016-03-151-0/+2
* mesa: remove _ARB suffix from cube map enumsBrian Paul2016-02-121-2/+2
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-081-0/+1
* mesa: Don't include meta.hIan Romanick2016-01-251-1/+0
* main: Don't restrict several KHR_debug enum to desktop GLBoyan Ding2015-11-201-8/+2
* mesa/es3.1: Allow enable of GL_SAMPLE_MASKMarta Lofstedt2015-08-031-1/+1
* mesa/es3.1: Allow GL_SAMPLE_MASKMarta Lofstedt2015-08-031-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-6/+6
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* 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