summaryrefslogtreecommitdiff
path: root/src/mesa/main/enable.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-25mesa: fix uninitialized var warningBrian Paul1-0/+1
2010-10-21mesa: set/get primitive restart stateBrian Paul1-3/+20
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-6/+6
2010-09-27Remove GL_EXT_cull_vertexIan Romanick1-7/+0
2010-09-23mesa: Remove EXT_convolution.Eric Anholt1-34/+0
2010-09-23mesa: Remove SGI_color_table.Eric Anholt1-33/+1
2010-09-23mesa: Remove EXT_histogram.Eric Anholt1-21/+0
2010-04-28mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()Kristian Høgsberg1-0/+28
2010-04-20mesa: API and state for GL 3.1 primitive restartBrian Paul1-0/+18
2010-04-20mesa: better, smaller error handling code for glEnable/Disable/IsEnabled()Brian Paul1-24/+29
2010-03-30mesa: added glEnable/Disable state for transform feedbackBrian Paul1-0/+16
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-18mesa: Remove unnecessary header from enable.c.Vinson Lee1-1/+0
2009-12-29mesa: added infrastructure for GL_EXT_draw_buffers2Brian Paul1-3/+10
2009-12-29mesa: per-buffer blend enabled flagsBrian Paul1-5/+79
2009-10-27mesa: minor code clean-up in client_state()Brian Paul1-10/+11
2009-09-28mesa: use _mesa_get_current_tex_unit() helperBrian Paul1-2/+2
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul1-6/+1
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-6/+1
2009-09-24mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warningBrian Paul1-5/+0
2009-09-24mesa: remove rgbMode check in enable_texture()Brian Paul1-1/+1
2009-09-09mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul1-8/+0
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt1-0/+20
2009-08-14Infrastructure for GL_ARB_seamless_cube_mapIan Romanick1-0/+10
2009-05-22mesa: added some assertionsBrian Paul1-0/+2
2009-05-05mesa: minor simplification in enable_texture(), updated commentsBrian Paul1-3/+5
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-22/+0
2009-03-02mesa: remove warning/short-circuit of stencil enable w/ no stencil bufferBrian Paul1-5/+0
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul1-1/+0
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-0/+5
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick1-10/+0
2009-01-23Track two sets of back-face stencil stateIan Romanick1-2/+5
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-4/+0
2009-01-16mesa: remove GL_DEPTH_TEST + no depth buffer testBrian Paul1-4/+0
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul1-56/+92
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul1-56/+92
2008-09-21mesa: point size arraysBrian Paul1-0/+12
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-0/+17
2008-08-21Call _ae_update_state when array enable state changesKrzysztof Czurylo1-0/+4
2008-06-25mesa: point size arraysBrian Paul1-0/+12
2008-06-12mesa: add some #if FEATURE_x testsBrian Paul1-0/+5
2007-12-03fix DD_TRI_LIGHT_TWOSIDE bug (#13368)Brian1-4/+4
2007-09-27Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian1-0/+13
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-0/+16
2007-05-10Fix reversed enable logic in enable_textureIan Romanick1-1/+1
2007-05-10Convert "bit" parameters to GLbitfield. Fix cut-and-paste bug in _mesa_IsEnabledIan Romanick1-3/+3
2007-05-10Refactor Enable / Disable and IsEnabled bits related to texture targets.Ian Romanick1-82/+50
2007-03-16Colortable re-org.Brian1-9/+9
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-61/+30