summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/fb/fb_dri.c
Commit message (Expand)AuthorAgeFilesLines
* compilation fixes, don't know if runtime worksBrian Paul2005-09-191-5/+7
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-2/+14
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-8/+14
* remove SetBufferBrian Paul2005-09-031-15/+0
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-11/+5
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-4/+0
* Add SetBuffer to egl driver tooJon Smirl2005-06-071-1/+1
* Add a NULL SetBuffer function to the fbdev driverJon Smirl2005-06-061-0/+8
* Fix inverted y for egl fbdev, add egl demo3Jon Smirl2005-05-181-5/+5
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-1/+2
* dri fb works using renderbuffers now in RGBA modeJon Smirl2005-05-081-115/+43
* fbdri can draw double buffered now. Next step is to convert itJon Smirl2005-05-071-2/+3
* Fix problem generating mode db. Miniglxtest works now.Jon Smirl2005-05-061-3/+3
* Fix up origin in dri/fb driverJon Smirl2005-05-051-72/+14
* Minor touchups to fbdev renderbuffer supportJon Smirl2005-05-051-1/+1
* more updates for users of s_spantemp.hBrian Paul2005-05-051-70/+83
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-63/+109
* DRI fbdev driver getting better. Now I can see something on the screenJon Smirl2005-05-041-120/+111
* Improve the DRI fb driver, now it compiles.Jon Smirl2005-05-011-63/+243
* 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
* 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
* fix bug #957792 (swap buffers), plus misc clean-upsBrian Paul2004-05-211-14/+14
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* 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
* Import vtx-0-2-branchKeith Whitwell2003-11-241-1/+0
* More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett2003-10-081-9/+9
* Not-quite-functional swrast-only dri driverKeith Whitwell2003-08-061-0/+729