aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: move gl_array_attrib::NewState to gl_array_object::NewArraysBrian Paul2012-04-201-1/+2
* mesa: remove unused DD_TRI_TWOSTENCILBrian Paul2012-03-121-2/+0
* mesa: add infrastructure for GL_ARB_debug_outputnobled2012-03-101-0/+5
* mesa: use arrayObj var in more places in client_state()Brian Paul2012-02-291-3/+3
* mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.Paul Berry2011-12-211-1/+1
* mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry2011-12-211-3/+3
* mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich2011-11-291-22/+22
* mesa: Make gl_array_object::_Enabled 64 bits.Mathias Fröhlich2011-11-291-1/+1
* mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*Mathias Fröhlich2011-11-291-10/+10
* mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+13
* mesa: Make enable.c and get.c properly range check clip flags.Paul Berry2011-09-271-8/+19
* mesa: Decode GL_CLIP_DISTANCE[67] properly in _mesa_set_enable().Paul Berry2011-09-231-6/+8
* mesa: generate GL_INVALID_OPERATION in glIsEnabledIndex() between Begin/EndBrian Paul2011-09-191-0/+1
* mesa: fix error handling for glIsEnabledYuanhan Liu2011-09-191-0/+2
* mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick2011-09-061-8/+0
* mesa: minor comment updates in enable.cBrian Paul2011-08-041-9/+2
* mesa: flush vertices before changing GL_RASTERIZER_DISCARD state, not afterMarek Olšák2011-05-031-1/+1
* mesa: make _NEW_TEXTURE dirty when changing GL_TEXTURE_CUBE_MAP_SEAMLESSMarek Olšák2011-05-031-1/+4
* mesa: 80-column wrapping, update commentBrian Paul2011-03-191-7/+12
* mesa: consolidate enable/disable code for GL_TEXTURE_GEN_S/T/R/QBrian Paul2011-03-191-67/+9
* mesa: consolidate clip plane update codeBrian Paul2011-03-191-11/+2
* mesa: remove GL_SGI_texture_color_table supportBrian Paul2011-02-281-14/+0
* mesa: remove the MESA_NO_DITHER env varBrian Paul2011-02-171-3/+0
* mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie2011-02-051-3/+4
* mesa: EXT_framebuffer_sRGB interface additions.Dave Airlie2011-01-211-0/+11
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: fix uninitialized var warningBrian Paul2010-10-251-0/+1
* mesa: set/get primitive restart stateBrian Paul2010-10-211-3/+20
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* Remove GL_EXT_cull_vertexIan Romanick2010-09-271-7/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-34/+0
* mesa: Remove SGI_color_table.Eric Anholt2010-09-231-33/+1
* mesa: Remove EXT_histogram.Eric Anholt2010-09-231-21/+0
* mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()Kristian Høgsberg2010-04-281-0/+28
* mesa: API and state for GL 3.1 primitive restartBrian Paul2010-04-201-0/+18
* mesa: better, smaller error handling code for glEnable/Disable/IsEnabled()Brian Paul2010-04-201-24/+29
* mesa: added glEnable/Disable state for transform feedbackBrian Paul2010-03-301-0/+16
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * mesa: Remove unnecessary header from enable.c.Vinson Lee2010-01-181-1/+0
* | mesa: added infrastructure for GL_EXT_draw_buffers2Brian Paul2009-12-291-3/+10
* | mesa: per-buffer blend enabled flagsBrian Paul2009-12-291-5/+79
|/
* mesa: minor code clean-up in client_state()Brian Paul2009-10-271-10/+11
* mesa: use _mesa_get_current_tex_unit() helperBrian Paul2009-09-281-2/+2
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-6/+1
|\
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-6/+1
| |\
| | * mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warningBrian Paul2009-09-241-5/+0
| | * mesa: remove rgbMode check in enable_texture()Brian Paul2009-09-241-1/+1
* | | mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul2009-09-091-8/+0
* | | mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-0/+20
|/ /
* | Infrastructure for GL_ARB_seamless_cube_mapIan Romanick2009-08-141-0/+10