index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_atom_depth.c
Age
Commit message (
Expand
)
Author
2009-03-02
gallium: only enable depth test if a depth bufffer is available
Brian Paul
2009-02-27
gallium: fix state tracker's stencil buffer test
Brian Paul
2009-02-19
mesa: support GL_EXT_stencil_two_side in gallium/mesa state tracker
Brian Paul
2009-01-27
gallium: it's a reference value, not a reference number
Zack Rusin
2009-01-27
gallium: standardize naming of masks
Zack Rusin
2008-05-02
Some changed for non-C99 compilers
Alan Hourihane
2008-04-04
gallium: fix two-side stencil handling
Roland Scheidegger
2008-03-24
gallium: don't enable stencil test if no stencil buffer.
Brian Paul
2008-03-11
gallium: rework CSO-related code in state tracker
Brian
2007-12-17
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-11
gallium: remove clear values from depth, stencil state
Keith Whitwell
2007-11-08
Replace gl_stencil_func_to_sp() and gl_depth_func_to_sp() with st_compare_fun...
Brian
2007-09-20
Convert depth_stencil state to the new semantics.
Zack Rusin
2007-09-18
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-08-25
add names to tracked state atoms to improve debug
keithw
2007-07-13
Added basic occlusion counting
Brian
2007-06-18
Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens.
Brian
2007-06-14
Rename directories again?!
Keith Whitwell
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell