aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/ffb
Commit message (Collapse)AuthorAgeFilesLines
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-022-6/+6
| | | | drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t.
* 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
| | | | | | Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc.
* 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
| | | | of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-4/+7
| | | | | The internal driver interface was also changed to use BlendEquationSeparate instead of BlendEquation.
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-20/+9
| | | | | | dd_function_table:BlendFuncSeparate. If a driver does not actually support EXT_blend_func_separate, it can assume that the RGB and alpha blend functions are the same.
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-203-33/+19
| | | | | functions. Don't allocate the driver-specific data during texture object creation but do it later as needed (as code originally was).
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-0/+1
| | | | | | | | | | by calling _mesa_init_driver_functions() and then plugging in the driver- specific functions. In particular, make sure ctx->Driver.NewTextureObject points to the appropriate driver function so that _all_ texture objects are augmented with the driver-specific data. Put in a bunch of assertions in the texture-related driver functions that texObj->DriverData is valid. Remove old dead code in near future.
* 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