summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/depthstencil.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Clean up header file inclusion in depthstencil.h.Vinson Lee2010-11-071-1/+1
|
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
|
* mesa: Add missing header to depthstencil.h.Vinson Lee2010-07-291-0/+1
| | | | Add mtypes.h for GLcontext symbol.
* merge from texman branchmesa_20060325Brian Paul2006-03-261-9/+10
|
* Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).Brian Paul2005-11-161-0/+55
depthstencil.c provides wrappers for treating depth/stencil buffers either as regular depth or stencil renderbuffers.