summaryrefslogtreecommitdiff
path: root/src/mesa/main/enable.c
AgeCommit message (Expand)Author
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul
2011-02-17mesa: remove the MESA_NO_DITHER env varBrian Paul
2011-02-05mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie
2011-01-21mesa: EXT_framebuffer_sRGB interface additions.Dave Airlie
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-25mesa: fix uninitialized var warningBrian Paul
2010-10-21mesa: set/get primitive restart stateBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-27Remove GL_EXT_cull_vertexIan Romanick
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-23mesa: Remove SGI_color_table.Eric Anholt
2010-09-23mesa: Remove EXT_histogram.Eric Anholt
2010-04-28mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()Kristian Høgsberg
2010-04-20mesa: API and state for GL 3.1 primitive restartBrian Paul
2010-04-20mesa: better, smaller error handling code for glEnable/Disable/IsEnabled()Brian Paul
2010-03-30mesa: added glEnable/Disable state for transform feedbackBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-18mesa: Remove unnecessary header from enable.c.Vinson Lee
2009-12-29mesa: added infrastructure for GL_EXT_draw_buffers2Brian Paul
2009-12-29mesa: per-buffer blend enabled flagsBrian Paul
2009-10-27mesa: minor code clean-up in client_state()Brian Paul
2009-09-28mesa: use _mesa_get_current_tex_unit() helperBrian Paul
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-24mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warningBrian Paul
2009-09-24mesa: remove rgbMode check in enable_texture()Brian Paul
2009-09-09mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-08-14Infrastructure for GL_ARB_seamless_cube_mapIan Romanick
2009-05-22mesa: added some assertionsBrian Paul
2009-05-05mesa: minor simplification in enable_texture(), updated commentsBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-03-02mesa: remove warning/short-circuit of stencil enable w/ no stencil bufferBrian Paul
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick
2009-01-23Track two sets of back-face stencil stateIan Romanick
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-16mesa: remove GL_DEPTH_TEST + no depth buffer testBrian Paul
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-09-21mesa: point size arraysBrian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-21Call _ae_update_state when array enable state changesKrzysztof Czurylo
2008-06-25mesa: point size arraysBrian Paul
2008-06-12mesa: add some #if FEATURE_x testsBrian Paul
2007-12-03fix DD_TRI_LIGHT_TWOSIDE bug (#13368)Brian
2007-09-27Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2007-05-10Fix reversed enable logic in enable_textureIan Romanick