aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/drirenderbuffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'texformat-rework'Brian Paul2009-10-281-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/radeon/radeon_fbo.c src/mesa/drivers/dri/s3v/s3v_tex.c src/mesa/drivers/dri/s3v/s3v_xmesa.c src/mesa/drivers/dri/trident/trident_context.c src/mesa/main/debug.c src/mesa/main/mipmap.c src/mesa/main/texformat.c src/mesa/main/texgetimage.c
| * dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-1/+2
| | | | | | | | | | | | | | | | Now pass a specific MESA_FORMAT_x token to indicate the renderbuffer's format. This is better than passing a GLenum and having to guess the specific format. I'm unable to test all the drivers, but any issues should be easy to fix.
* | Nuke s3v.Corbin Simpson2009-10-221-1/+1
|/ | | | As per FDO #17889.
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-1/+1
| | | | Makefile.template
* Enable GLX_SGI_make_current_read for tdfx.Ian Romanick2006-11-141-2/+5
| | | | | | | | | Implement GLX_SGI_make_current_read for tdfx. Remove annoying debug printf in tdfxSwapBuffers. Updated a comment in drirenderbuffer.h to note that the tdfx driver uses a flag that was previously only used by s3v. This code was tested with glxgears, wincopy, and manywin.
* added driUpdateFramebufferSize()Brian Paul2005-09-141-0/+5
|
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-2/+11
| | | | driNewRenderbuffer().
* added flippedData field for page flipping, code to flip stereo color buffersBrian Paul2005-09-031-3/+9
|
* added driFlipRenderbuffers()Brian Paul2005-09-011-1/+3
|
* added a few more fields to help with DRI driversBrian Paul2005-09-011-0/+14
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+39
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.