summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/fb
Commit message (Collapse)AuthorAgeFilesLines
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-1/+1
| | | | of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-56/+36
| | | | | | | | | | 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.
* s/char/GLubyte/ to silence warningsBrian Paul2004-01-181-3/+3
|
* new MakefilesBrian Paul2003-12-121-2/+2
|
* Import vtx-0-2-branchKeith Whitwell2003-11-242-2/+0
|
* Fix Makefiles to copy lib to $(TOP)/lib if missingJon Smirl2003-10-201-1/+5
|
* More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett2003-10-081-9/+9
| | | | in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers.
* update fb makefile for new directory structure, add dependsJon Smirl2003-08-231-9/+5
|
* Not-quite-functional swrast-only dri driverKeith Whitwell2003-08-063-0/+1044