summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/ffb
Commit message (Expand)AuthorAgeFilesLines
* 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
* some changes for SOLO buildAlan Hourihane2003-12-085-2/+934
* get ffb compilingKeith Whitwell2003-12-083-69/+6
* Remove PRIM_PARITY referenceKeith Whitwell2003-12-081-2/+0
* build fixesAlan Hourihane2003-12-042-1/+2
* build fixesAlan Hourihane2003-12-043-3/+0
* build fixesAlan Hourihane2003-12-042-2/+0
* add SPARC ffb DRI driverAlan Hourihane2003-12-0438-0/+6958