swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()
authorBrian Paul <brianp@vmware.com>
Sat, 24 Dec 2011 15:54:25 +0000 (08:54 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 24 Dec 2011 15:54:25 +0000 (08:54 -0700)
commitfd104a84591ae854c5d6adc81e2dc31ef6ab9e8a
tree4af4daba5c5ead84b87db74a6f047f2e992db537
parentfb758aab27268593fa6e186d746e8f72831b214d
swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()

Another step toward getting rid of the renderbuffer PutRow/etc functions.

v2: fix assorted depth/stencil clear bugs found by Eric

Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/mesa/swrast/s_clear.c
src/mesa/swrast/s_depth.c
src/mesa/swrast/s_depth.h
src/mesa/swrast/s_stencil.c
src/mesa/swrast/s_stencil.h