summaryrefslogtreecommitdiff
path: root/src/mesa/main/enable.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-21mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.Paul Berry1-1/+1
2011-12-21mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry1-3/+3
2011-11-29mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich1-22/+22
2011-11-29mesa: Make gl_array_object::_Enabled 64 bits.Mathias Fröhlich1-1/+1
2011-11-29mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*Mathias Fröhlich1-10/+10
2011-11-03mesa: add support for GL_OES_EGL_image_externalChia-I Wu1-0/+13
2011-09-27mesa: Make enable.c and get.c properly range check clip flags.Paul Berry1-8/+19
2011-09-23mesa: Decode GL_CLIP_DISTANCE[67] properly in _mesa_set_enable().Paul Berry1-6/+8
2011-09-19mesa: generate GL_INVALID_OPERATION in glIsEnabledIndex() between Begin/EndBrian Paul1-0/+1
2011-09-19mesa: fix error handling for glIsEnabledYuanhan Liu1-0/+2
2011-09-06mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick1-8/+0
2011-08-04mesa: minor comment updates in enable.cBrian Paul1-9/+2
2011-05-03mesa: flush vertices before changing GL_RASTERIZER_DISCARD state, not afterMarek Olšák1-1/+1
2011-05-03mesa: make _NEW_TEXTURE dirty when changing GL_TEXTURE_CUBE_MAP_SEAMLESSMarek Olšák1-1/+4
2011-03-19mesa: 80-column wrapping, update commentBrian Paul1-7/+12
2011-03-19mesa: consolidate enable/disable code for GL_TEXTURE_GEN_S/T/R/QBrian Paul1-67/+9
2011-03-19mesa: consolidate clip plane update codeBrian Paul1-11/+2
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul1-14/+0
2011-02-17mesa: remove the MESA_NO_DITHER env varBrian Paul1-3/+0
2011-02-05mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie1-3/+4
2011-01-21mesa: EXT_framebuffer_sRGB interface additions.Dave Airlie1-0/+11
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