aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mesa: added some assertionsBrian Paul2009-05-221-0/+2
* | mesa: minor simplification in enable_texture(), updated commentsBrian Paul2009-05-051-3/+5
|/
* mesa: remove GL_MESA_program_debug extensionBrian Paul2009-03-071-22/+0
* mesa: remove warning/short-circuit of stencil enable w/ no stencil bufferBrian Paul2009-03-021-5/+0
* mesa: don't include m_xform.h where not neededBrian Paul2009-02-121-1/+0
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-0/+5
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-4/+0
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-021-56/+92
| |\ \
| * \ \ Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-0/+17
| |\ \ \
| | * | | mesa: point size arraysBrian Paul2008-06-251-0/+12
| | * | | mesa: add some #if FEATURE_x testsBrian Paul2008-06-121-0/+5
* | | | | Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-10/+0
* | | | | Track two sets of back-face stencil stateIan Romanick2009-01-231-2/+5
| |_|_|/ |/| | |
* | | | mesa: remove GL_DEPTH_TEST + no depth buffer testBrian Paul2009-01-161-4/+0
| |_|/ |/| |
* | | mesa: increase max texture image units and GLSL samplers to 16Brian Paul2008-12-311-56/+92