summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | mesa: point size arraysBrian Paul2008-09-211-0/+12
|/ /
* | Call _ae_update_state when array enable state changesKrzysztof Czurylo2008-08-211-0/+4
* | fix DD_TRI_LIGHT_TWOSIDE bug (#13368)Brian2007-12-031-4/+4
* | Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian2007-09-271-0/+13
|/
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-161-0/+16
* Fix reversed enable logic in enable_textureIan Romanick2007-05-101-1/+1
* Convert "bit" parameters to GLbitfield. Fix cut-and-paste bug in _mesa_IsEnabledIan Romanick2007-05-101-3/+3
* Refactor Enable / Disable and IsEnabled bits related to texture targets.Ian Romanick2007-05-101-82/+50
* Colortable re-org.Brian2007-03-161-9/+9
* Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-61/+30
|\
| * Move all the code for computing ctx->_TriangleCaps into state.c.Brian2006-12-131-61/+30
* | better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-301-1/+1
|/
* Compute ctx->Color._LogicOpEnabled in one place instead of four places!Brian Paul2006-07-181-14/+2
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-20/+20
* Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger2006-03-031-6/+6
* Fix more enums defined not only by one extension when queried by glGet (GL_CO...Roland Scheidegger2006-03-021-7/+19
* Fix glGet with enums which are used not only in NV_vertex_program, but other ...Roland Scheidegger2006-03-011-2/+6
* Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2005-12-141-28/+0
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-251-20/+2