Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: fix a bad cast in put_values_z24. | Xiang, Haihao | 2007-12-25 | 1 | -1/+1 |
| | | | | | The values passed to put_values_z24 are GLuint, not GLubyte. fix #13543 | ||||
* | Silence minor compiler warnings (-Wextra). | Brian Paul | 2006-04-05 | 1 | -0/+6 |
| | |||||
* | merge from texman branchmesa_20060325 | Brian Paul | 2006-03-26 | 1 | -78/+184 |
| | |||||
* | Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil). | Brian Paul | 2005-11-16 | 1 | -0/+549 |
depthstencil.c provides wrappers for treating depth/stencil buffers either as regular depth or stencil renderbuffers. |