summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/ffb/ffb_xmesa.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-06Fix/improve framebuffer object reference counting.Brian1-1/+1
2006-11-02merge current trunk into vbo branchAlan Hourihane1-2/+1
2006-10-31switch remaining drivers over to vboKeith Whitwell1-3/+3
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul1-1/+5
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul1-4/+8
2005-09-03SetBuffer, renderbuffer changesBrian Paul1-9/+1
2005-08-19Commit missing piece from Egbert's 32/64 bit patchesAlan Hourihane1-25/+26
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane1-1/+7
2005-07-28Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick1-1/+1
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick1-9/+6
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-21/+1
2005-07-18Fix the FFB driver for the renderbuffer changesAlan Hourihane1-22/+211
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-2/+2
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson1-5/+0
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-6/+0
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl1-15/+1
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell1-7/+11
2004-04-08build fixesAlan Hourihane1-1/+1
2004-01-20Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul1-2/+10
2003-12-04add SPARC ffb DRI driverAlan Hourihane1-0/+593