summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_depth.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-1/+1
2017-05-08st/mesa: remove struct st_tracked_stateMarek Olšák1-7/+2
2016-10-19st/mesa: disable alpha-test, alpha-to-coverage, alpha-to-one for integer FBsMarek Olšák1-1/+2
2016-07-30st/mesa: completely rewrite state atomsMarek Olšák1-4/+0
2016-07-30st/mesa: remove st_tracked_state::nameMarek Olšák1-1/+0
2015-08-14st/mesa: add EXT_depth_bounds_testMarek Olšák1-4/+11
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-05-15st: Use accessor for stencil reference valuesChris Forbes1-2/+5
2013-04-24st/mesa: depth-stencil-alpha state also depends on _NEW_BUFFERSMarek Olšák1-1/+1
2012-07-27st/mesa: undo a couple static assertsBrian Paul1-2/+2
2012-07-27st/mesa: use STATIC_ASSERT in a few placesBrian Paul1-10/+10
2011-03-29gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee1-0/+2
2010-02-10st/mesa: more fixes for stencil ref change.Roland Scheidegger1-1/+0
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger1-1/+9
2009-10-01gallium: remove depth.occlusion_count flagKeith Whitwell1-4/+0
2009-03-02gallium: only enable depth test if a depth bufffer is availableBrian Paul1-3/+5
2009-02-27gallium: fix state tracker's stencil buffer testBrian Paul1-1/+1
2009-02-19mesa: support GL_EXT_stencil_two_side in gallium/mesa state trackerBrian Paul1-25/+27
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin1-1/+1
2009-01-27gallium: standardize naming of masksZack Rusin1-4/+4
2008-05-02Some changed for non-C99 compilersAlan Hourihane1-5/+5
2008-04-04gallium: fix two-side stencil handlingRoland Scheidegger1-1/+2
2008-03-24gallium: don't enable stencil test if no stencil buffer.Brian Paul1-1/+4
2008-03-11gallium: rework CSO-related code in state trackerBrian1-33/+27
2007-12-17gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell1-24/+31
2007-12-11gallium: remove clear values from depth, stencil stateKeith Whitwell1-2/+0
2007-11-08Replace gl_stencil_func_to_sp() and gl_depth_func_to_sp() with st_compare_fun...Brian1-35/+14
2007-09-20Convert depth_stencil state to the new semantics.Zack Rusin1-5/+5
2007-09-18Combing depth and stencil objects and making them immutable.Zack Rusin1-16/+92
2007-08-25add names to tracked state atoms to improve debugkeithw1-0/+1
2007-07-13Added basic occlusion countingBrian1-0/+4
2007-06-18Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens.Brian1-8/+8
2007-06-14Rename directories again?!Keith Whitwell1-13/+13
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell1-0/+88