summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/ffb/ffb_xmesa.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-35/+13
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* merge current trunk into vbo branchAlan Hourihane2006-11-021-2/+1
* switch remaining drivers over to vboKeith Whitwell2006-10-311-3/+3
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-1/+5
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-4/+8
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-9/+1
* Commit missing piece from Egbert's 32/64 bit patchesAlan Hourihane2005-08-191-25/+26
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-1/+7
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-9/+6
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-21/+1
* Fix the FFB driver for the renderbuffer changesAlan Hourihane2005-07-181-22/+211
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+2
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-5/+0
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-6/+0
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-15/+1
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-7/+11
* build fixesAlan Hourihane2004-04-081-1/+1
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-2/+10
* add SPARC ffb DRI driverAlan Hourihane2003-12-041-0/+593