summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/fb/fb_egl.c
Commit message (Expand)AuthorAgeFilesLines
* compilation fixes, don't know if runtime worksBrian Paul2005-09-191-1/+8
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-1/+13
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-6/+7
* remove SetBufferBrian Paul2005-09-031-11/+0
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-051-8/+1
* fbSwapBuffers needs to return a statusJon Smirl2005-06-131-0/+2
* Add SetBuffer to egl driver tooJon Smirl2005-06-071-0/+3
* 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 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