Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / drivers / dri / fb / fb_egl.c
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-30 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-06-24 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-24 José Fonsecamesa/dri: User standard integer types.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-31 Keith Whitwellswitch remaining drivers over to vbo
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