Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-03 | mesa: simplify delete_wrapper() | Brian Paul | |
2008-10-01 | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick | |
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. | |||
2007-12-25 | mesa: fix a bad cast in put_values_z24. | Xiang, Haihao | |
The values passed to put_values_z24 are GLuint, not GLubyte. fix #13543 | |||
2006-04-05 | Silence minor compiler warnings (-Wextra). | Brian Paul | |
2006-03-26 | merge from texman branch | Brian Paul | |
2005-11-16 | Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil). | Brian Paul | |
depthstencil.c provides wrappers for treating depth/stencil buffers either as regular depth or stencil renderbuffers. |