Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / egl / main / egldriver.h
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
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-20 Brian Paulegl: implment EGL_LARGEST_PBUFFER query
2008-06-19 Brian Paulegl: clean up prototype code, new _eglFindAPIs() function.
2008-06-06 Brian Paulegl: make _eglChooseDRMDriver() non-static
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-30 Brian Paulegl: new eglGetProcAddress() code
2008-05-30 Brian Paulegl: clean-up re-org of the client API state
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 Brian Paulegl: added Name field to _EGLDriver so a driver name...
2008-05-28 Brian Paulegl: remove unused Display field
2008-05-28 Brian Paulegl: move a few small functions into new eglmisc.[ch...
2008-05-28 Brian Paulegl: make sure EGL_VERSION_STRING query returns same...
2008-05-28 Brian Paulegl: include egldefines.h
2008-05-28 Brian Paulegl: added args string to _eglMain()
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-27 Brian Paulminor overhaul/re-org of driver selection/loading code
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-01-30 Brian Paulsome initial EGL 1.2 work
2005-11-29 Brian PaulPut extension flags, string into separate struct.
2005-11-24 Brian PaulMove all the EGL API function pointers into a new _egl_...
2005-08-05 Jon SmirlMore EGL prep. No impact on anything outside of EGL
2005-05-17 Brian Paulremove eglQueryDisplayMESA()
2005-05-16 Brian Pauluse EGLint instead of unsigned long for eglCopyContextM...
2005-05-16 Brian Pauladded boolean extension flags to _EGLDriver
2005-05-14 Jon SmirlAdd empty placeholder for eglCopyContextMESA
2005-05-13 Jon SmirlFirst attempt at getting egl support up on dumb framebu...
2005-05-04 Brian Paulsync with latest EGL_MESA_screen_surface spec (EGLScree...
2005-04-22 Brian Paulinitial EGL code