summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/depthstencil.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: simplify delete_wrapper()Brian Paul2009-02-031-7/+1
|
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-2/+2
| | | | | | | The ARB extension is a superset of the older SGIX extension. Any hardware that can support the SGIX version can also support the ARB version. In Mesa, any driver that supports one also supports the other. This unification just simplifies some bits of code.
* mesa: fix a bad cast in put_values_z24.Xiang, Haihao2007-12-251-1/+1
| | | | | The values passed to put_values_z24 are GLuint, not GLubyte. fix #13543
* Silence minor compiler warnings (-Wextra).Brian Paul2006-04-051-0/+6
|
* merge from texman branchmesa_20060325Brian Paul2006-03-261-78/+184
|
* Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).Brian Paul2005-11-161-0/+549
depthstencil.c provides wrappers for treating depth/stencil buffers either as regular depth or stencil renderbuffers.