Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
[mesa.git] / src / mesa / drivers / dri / fb / fb_egl.c
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2005-09-19 Brian Paulcompilation fixes, don't know if runtime works
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-09-03 Brian Paulremove SetBuffer
2005-08-05 Jon SmirlMore EGL prep. No impact on anything outside of EGL
2005-06-13 Jon SmirlfbSwapBuffers needs to return a status
2005-06-07 Jon SmirlAdd SetBuffer to egl driver too
2005-05-20 Jon SmirlRemove some debug output
2005-05-19 Jon SmirlFix EGL fbdev palette problem. demo3 can save ppm of...
2005-05-18 Jon SmirlFix for writing the wrong sysfs variable when blanking
2005-05-18 Jon SmirlImplement fbdev swapbuffers()
2005-05-17 Jon SmirlCheck error return from _eglInitPbufferSurface() correctly
2005-05-17 Jon SmirlCompute stride in the right order
2005-05-17 Brian PaulAdded software-based pbuffer support (untested).
2005-05-17 Jon SmirlMake EGL_NO_MODE_MESA work.
2005-05-17 Jon SmirlFix several internal problems with generating the list...
2005-05-16 Jon SmirlAdd error about write permission to fbdev attribs
2005-05-16 Brian Paulremove MESA suffix from _eglInitScreenSurface, use...
2005-05-15 Jon SmirlA few egl patches needed for glitz, mainly config BITS
2005-05-14 Jon SmirlForgot to add fb_egl.c