summaryrefslogtreecommitdiff
path: root/src/mesa/main/enable.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-13Move all the code for computing ctx->_TriangleCaps into state.c.Brian1-61/+30
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell1-1/+1
2006-07-18Compute ctx->Color._LogicOpEnabled in one place instead of four places!Brian Paul1-14/+2
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-20/+20
2006-03-03Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger1-6/+6
2006-03-02Fix more enums defined not only by one extension when queried by glGet (GL_CO...Roland Scheidegger1-7/+19
2006-03-01Fix glGet with enums which are used not only in NV_vertex_program, but other ...Roland Scheidegger1-2/+6
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul1-28/+0
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul1-20/+2
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul1-1/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-8/+13
2004-12-19Implement software ATI_fragment_shaderDave Airlie1-1/+14
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-3/+0
2004-11-12added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device driversDaniel Borca1-0/+5
2004-08-18check for either GL_NV_vertex_program or GL_ARB_vertex_program for some enablesBrian Paul1-12/+13
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell1-0/+9
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick1-2/+2
2004-01-23Don't set extra bits in FLUSH_VERTICES, fix several state bugs.Keith Whitwell1-20/+5
2003-11-12Ville Syrjala's logic op patchBrian Paul1-3/+12
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-5/+5
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick1-1/+7
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul1-0/+18
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-4/+67
2003-04-21Implemented GL_EXT_depth_bounds_test.Brian Paul1-0/+19
2003-04-18more GL_ARB_vertex/fragment_program bitsBrian Paul1-2/+15
2003-03-21fix GL_COLOR_MATERIAL bugBrian Paul1-3/+3
2003-03-15Fix up some fragment program texture enable issues.Brian Paul1-2/+2