summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/fb/fb_egl.c
AgeCommit message (Expand)Author
2010-01-22egl: Remove USING_EGL and the related drivers.Chia-I Wu
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul
2009-08-03egl: Replace IsBound by a pointer to the binding.Chia-I Wu
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2005-09-19compilation fixes, don't know if runtime worksBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-03remove SetBufferBrian Paul
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl
2005-06-13fbSwapBuffers needs to return a statusJon Smirl
2005-06-07Add SetBuffer to egl driver tooJon Smirl
2005-05-20Remove some debug outputJon Smirl
2005-05-19Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl
2005-05-18Fix for writing the wrong sysfs variable when blankingJon Smirl
2005-05-18Implement fbdev swapbuffers()Jon Smirl
2005-05-17Check error return from _eglInitPbufferSurface() correctlyJon Smirl
2005-05-17Compute stride in the right orderJon Smirl
2005-05-17Added software-based pbuffer support (untested).Brian Paul
2005-05-17Make EGL_NO_MODE_MESA work.Jon Smirl
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl
2005-05-16Add error about write permission to fbdev attribsJon Smirl
2005-05-16remove MESA suffix from _eglInitScreenSurface, use swAlpha valueBrian Paul
2005-05-15A few egl patches needed for glitz, mainly config BITSJon Smirl
2005-05-14Forgot to add fb_egl.cJon Smirl