summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/fb
Commit message (Expand)AuthorAgeFilesLines
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-5/+9
* Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used.Jon Smirl2004-07-101-11/+0
* This should make most linux-solo drivers work again. Mainly a fixJon Smirl2004-06-291-2/+2
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-261-65/+14
* Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick2004-06-251-1/+1
* Redo of removing __driRegisterExtensions(). I accidentally undid the previous...Jon Smirl2004-06-031-7/+0
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-9/+7
* kill __driRegisterExtensions(), none of the functions did anythingJon Smirl2004-06-031-6/+0
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-011-1/+1
* fix bug #957792 (swap buffers), plus misc clean-upsBrian Paul2004-05-211-14/+14
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-82/+0
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-1/+1
* lots of Makefile updates for new build systemBrian Paul2004-04-081-31/+35
* New Makefile systemBrian Paul2004-03-261-0/+75
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-1/+1
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-56/+36
* 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
* 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