summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/drirenderbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-02-24dri: remove old assertion (see bug 26734)Brian Paul1-8/+0
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-2/+2
2010-02-12dri: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-2/+2
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul1-30/+31
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-16/+7
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-4/+4
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-4/+4
2008-06-12revert the DRI2 commitsAlan Hourihane1-0/+2
2008-06-11Bring in DRI2 changesAlan Hourihane1-2/+0
2007-10-31re-enable fb size assertions which were previously disabledBrian1-2/+0
2007-07-14fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub...Roland Scheidegger1-0/+4
2007-04-08driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.Michel Dänzer1-1/+1
2006-03-30Init the Red/Green/Blue/Alpha/Depth/StencilBits fields in driNewRenderbuffer()Brian Paul1-0/+19
2006-03-26merge from texman branchmesa_20060325Brian Paul1-1/+3
2006-01-30fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger1-1/+7
2005-09-22Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul1-1/+1
2005-09-14added driUpdateFramebufferSize()Brian Paul1-2/+24
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul1-1/+9
2005-09-04replace assertion with a conditional returnBrian Paul1-2/+6
2005-09-03added flippedData field for page flipping, code to flip stereo color buffersBrian Paul1-25/+45
2005-09-01added driFlipRenderbuffers()Brian Paul1-0/+32
2005-09-01added a few more fields to help with DRI driversBrian Paul1-0/+4
2005-06-04added commentBrian Paul1-0/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-0/+96