summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/depthstencil.c
Commit message (Expand)AuthorAgeFilesLines
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* mesa: Remove unnecessary header from depthstencil.c.Vinson Lee2010-01-181-1/+0
* mesa: move assertion after declarationBrian Paul2009-10-241-1/+1
* mesa: use MESA_FORMAT_X8_Z24 formatBrian Paul2009-10-211-1/+1
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-88/+256
* mesa: simplify delete_wrapper()Brian Paul2009-02-031-7/+1
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-2/+2
* mesa: fix a bad cast in put_values_z24.Xiang, Haihao2007-12-251-1/+1
* Silence minor compiler warnings (-Wextra).Brian Paul2006-04-051-0/+6
* merge from texman branchBrian Paul2006-03-261-78/+184
* Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).Brian Paul2005-11-161-0/+549