gallium: remove support for separate depth/stencil buffers. Always combined now.
authorBrian <brian.paul@tungstengraphics.com>
Wed, 23 Jan 2008 22:45:52 +0000 (15:45 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 23 Jan 2008 22:45:52 +0000 (15:45 -0700)
commit8de2331e432e2ea6f978acb6c80666da99c6c4a1
tree24d24901a45854fa3f5e37739ef6b4c6b8f784c5
parent1cf3c77e086d3f8b01921aae9b7309aa62b3d15e
gallium: remove support for separate depth/stencil buffers.  Always combined now.
14 files changed:
src/mesa/pipe/i915simple/i915_state_emit.c
src/mesa/pipe/i965simple/brw_misc_state.c
src/mesa/pipe/p_state.h
src/mesa/pipe/softpipe/sp_clear.c
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_context.h
src/mesa/pipe/softpipe/sp_flush.c
src/mesa/pipe/softpipe/sp_quad.c
src/mesa/pipe/softpipe/sp_quad_depth_test.c
src/mesa/pipe/softpipe/sp_quad_stencil.c
src/mesa/pipe/softpipe/sp_state_surface.c
src/mesa/pipe/xlib/fakeglx.c
src/mesa/state_tracker/st_atom_framebuffer.c
src/mesa/state_tracker/st_cb_drawpixels.c