Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / egl / main / eglconfig.c
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-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
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-28 Brian Paulegl: fix default value of EGL_SURFACE_TYPE, added some...
2008-06-27 Robert Ellisonegl: These changes allow an eglBindAPI(EGL_OPENGL_ES_AP...
2008-06-20 Brian Paulegl: added null ptr check
2008-06-04 Brian Paulegl: in _eglAddConfig() just save a pointer to the...
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-27 Brian PaulMove some config-related utility functions into new...
2008-05-27 Brian Paulminor overhaul/re-org of driver selection/loading code
2008-05-27 Brian Pauladded _eglGet*Handle() functions
2008-05-27 Brian Paulassorted changes to compile with new EGL 1.4 headers...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-01-30 Brian Paulsome initial EGL 1.2 work
2005-12-10 Brian Paulimplement config sorting for eglChooseConfig()
2005-11-27 Brian PaulRedo _eglInitSurface() so it can be used with all surfa...
2005-11-24 Brian Paulchange error test in _eglParseConfigAttribs()
2005-11-24 Brian Paulinit attribs to EGL_DONT_CARE in _eglParseConfigAttribs()
2005-11-23 Brian Pauluse _eglLog()
2005-05-17 Brian Paulremove glmode stuff
2005-05-17 Brian Paulmore work on _eglConfigToContextModesRec()
2005-05-17 Jon SmirlFix several internal problems with generating the list...
2005-05-16 Brian Paulrestore _eglSetConfigAttrib (for now), added prototype...
2005-05-16 Brian Paulmake _eglSetConfigAtrib() a static function, and rename it
2005-05-15 Jon SmirlA few egl patches needed for glitz, mainly config BITS
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