summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/fb
Commit message (Expand)AuthorAgeFilesLines
* Fixup makefile for solo non-eglDave Airlie2006-03-271-2/+7
* compilation fixes, don't know if runtime worksBrian Paul2005-09-193-6/+18
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-3/+27
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-042-14/+21
* remove SetBufferBrian Paul2005-09-032-26/+0
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-051-8/+1
* 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
* fbSwapBuffers needs to return a statusJon Smirl2005-06-131-0/+2
* Add SetBuffer to egl driver tooJon Smirl2005-06-072-1/+4
* Add a NULL SetBuffer function to the fbdev driverJon Smirl2005-06-061-0/+8
* Remove some debug outputJon Smirl2005-05-201-2/+0
* Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl2005-05-191-3/+37
* Fix inverted y for egl fbdev, add egl demo3Jon Smirl2005-05-181-5/+5
* Fix for writing the wrong sysfs variable when blankingJon Smirl2005-05-181-1/+3
* Implement fbdev swapbuffers()Jon Smirl2005-05-181-0/+47
* Check error return from _eglInitPbufferSurface() correctlyJon Smirl2005-05-171-1/+1
* Compute stride in the right orderJon Smirl2005-05-171-1/+1
* Added software-based pbuffer support (untested).Brian Paul2005-05-171-96/+81
* Make EGL_NO_MODE_MESA work.Jon Smirl2005-05-171-1/+21
* Fix several internal problems with generating the list of configs.Jon Smirl2005-05-171-12/+2
* Add error about write permission to fbdev attribsJon Smirl2005-05-161-0/+7
* remove MESA suffix from _eglInitScreenSurface, use swAlpha valueBrian Paul2005-05-161-2/+2
* A few egl patches needed for glitz, mainly config BITSJon Smirl2005-05-151-1/+3
* Forgot to add fb_egl.cJon Smirl2005-05-141-0/+798
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-132-2/+4
* 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
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
* Minor touchups to fbdev renderbuffer supportJon Smirl2005-05-052-1/+2
* 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-012-63/+245
* 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