aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/ffb
Commit message (Expand)AuthorAgeFilesLines
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-4/+4
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* merge current trunk into vbo branchAlan Hourihane2006-11-023-9/+4
* switch remaining drivers over to vboKeith Whitwell2006-10-312-5/+5
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-30/+15
* Make most of the _mesa_noop_*() functions static.Brian Paul2006-04-201-11/+2
* replace GLdepth with GLuintBrian Paul2005-09-211-2/+2
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-4/+5
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-9/+15
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-4/+8
* Use InitPointers helperBrian Paul2005-09-041-8/+2
* SetBuffer, renderbuffer changesBrian Paul2005-09-033-18/+11
* Commit missing piece from Egbert's 32/64 bit patchesAlan Hourihane2005-08-191-25/+26
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-152-6/+7
* Make ffb driver build on x86-64. The fix is two fold. First, use theIan Romanick2005-08-111-3/+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-242-23/+1
* Fix the FFB driver for the renderbuffer changesAlan Hourihane2005-07-188-94/+316
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-12/+13
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-043-14/+14
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-312-9/+0
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-6/+3
* replace glNormal3f(v) with GL_CALL(Normal3f)(v), etc (Andreas StengleinBrian Paul2004-09-151-6/+6
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-1/+1
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-012-7/+7
* Rename 'emit_func' usages in drivers. Will also rename the ones inKeith Whitwell2004-07-011-2/+2
* Bool may not be available when DRI_NEW_INTERFACE_ONLY is defined.Ian Romanick2004-06-061-1/+1
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-15/+1
* Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl2004-06-022-1/+2
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-022-6/+6
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-271-0/+2
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-131/+0
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-292-94/+13
* bring over build fixes from stable branchAlan Hourihane2004-04-261-0/+2
* lots of Makefile updates for new build systemBrian Paul2004-04-081-67/+70
* build fixesAlan Hourihane2004-04-082-4/+1
* New Makefile systemBrian Paul2004-03-261-0/+126
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-5/+6
* Adjust includes to help DRI buildJon Smirl2004-03-121-0/+1
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-113-3/+3
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-4/+7
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-20/+9
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-203-33/+19
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-0/+1
* new MakefilesBrian Paul2003-12-121-2/+2
* Provide dummy definitions of __driConfig externsKeith Whitwell2003-12-081-0/+3