i915: Make EGL_i915 segfault if modesetting is not working
[mesa.git] / src / egl / main /
2008-05-28 Jakob Bornecrantzegl: Temporarily disable eglx.[c|h] building
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 Pauladded EGL_OPENGL_API case
2008-05-27 Brian Pauleliminate the context hash table
2008-05-27 Brian Paulfix typo: s/Contexts/Surfaces/
2008-05-27 Brian Paulassorted changes to compile with new EGL 1.4 headers...
2008-05-27 Brian Paulpipe stderr to /dev/null
2007-08-07 Keith WhitwellGutsy oopses on touch of existing file. Workaround.
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
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-20 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-20 Christian Neumairset log level w/ env var
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-02-05 Brian Paulfix typo
2006-01-30 Brian Paulsome initial EGL 1.2 work
2005-12-23 Dave Airliethis needs to be calloced
2005-12-17 Brian Paulminor code movement
2005-12-10 Brian PaulSome initial per-thread support.
2005-12-10 Brian PaulAdded EGL_SCREEN_POSITION_GRANULARITY_MESA query.
2005-12-10 Brian Paullots of updates, mode sorting, etc
2005-12-10 Brian Paulimplement config sorting for eglChooseConfig()
2005-11-29 Brian Pauladded _EGLExtensions typedef
2005-11-29 Brian PaulPut extension flags, string into separate struct.
2005-11-27 Brian PaulRedo _eglInitSurface() so it can be used with all surfa...
2005-11-24 Brian PaulMove all the EGL API function pointers into a new _egl_...
2005-11-24 Brian Paulreport error token in message printed in _eglError()
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 Paulupdate some comments
2005-11-23 Brian Paulchange error message
2005-11-23 Brian Pauluse _eglLog()
2005-11-23 Brian PaulNew _eglLog() function to replace fprintf/printf calls...
2005-08-05 Jon SmirlMore EGL prep. No impact on anything outside of EGL
2005-05-17 Brian Paulremove eglQueryDisplayMESA()
2005-05-17 Brian Paulremove glmode stuff
2005-05-17 Brian Paulupdate comments
2005-05-17 Brian Paulmore work on _eglConfigToContextModesRec()
2005-05-17 Jon SmirlMake EGL_NO_MODE_MESA work.
2005-05-17 Brian Pauladded _eglInitPbufferSurface()
2005-05-17 Jon SmirlFix several internal problems with generating the list...
2005-05-16 Jon SmirlImplement query of surface type.
2005-05-16 Brian Pauluse EGLint instead of unsigned long for eglCopyContextM...
2005-05-16 Brian Paulseparate ext strings with a space
2005-05-16 Brian Pauladded boolean extension flags to _EGLDriver
2005-05-16 Brian Paulrestore _eglSetConfigAttrib (for now), added prototype...
2005-05-16 Brian Paulmake _eglSetConfigAtrib() a static function, and rename it
2005-05-16 Brian Paulminor tweaks
2005-05-15 Jon SmirlA few egl patches needed for glitz, mainly config BITS
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-29 Jon SmirlFix include path to make build work
2005-04-22 Brian Paulinitial EGL code