summaryrefslogtreecommitdiff
path: root/src/mesa/main/renderbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-14init Red/Green/EtcBits = 0 in soft_renderbuffer_storage()Brian Paul1-1/+10
2006-03-02improved error msgBrian Paul1-1/+3
2005-11-16added _mesa_new_depthstencil_renderbuffer() for combined depth/stencil buffersBrian Paul1-8/+54
2005-10-04change initialization of renderbuffer DepthBitsBrian Paul1-3/+8
2005-09-28change initialization of rb->DepthBitsBrian Paul1-2/+4
2005-09-23Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbufferBrian Paul1-88/+94
2005-09-22Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul1-28/+27
2005-09-20change mask[] test in put_mono_row_uint()Brian Paul1-3/+11
2005-09-19s/GLchan/GLubyte/, fix error string, add commentBrian Paul1-2/+3
2005-09-13Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.cBrian Paul1-2/+84
2005-09-03Remove last remnants of pre-renderbuffer code.Brian Paul1-0/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-0/+1863