mesa: for ARB_fbo, lift restriction that all FBO attachments are same size and color...
[mesa.git] / src / egl /
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-12 Dan NicholsonAlways pass -linker and -ldflags to mklib for shared...
2008-07-12 Dan NicholsonCall mklib with $(SHELL) so the user controls the inter...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-07 Dan NicholsonNever fail `make clean'
2008-05-06 Dan NicholsonMerge branch 'master' of ssh://git.freedesktop.org...
2008-05-06 Dan NicholsonError consistently when running recursive make
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-29 Dan Nicholsonadd support for LDFLAGS env var
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
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-14 BrianCheck in a long-misplaced spec update.
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-06-03 Brian Paulupdates for using libdrm (Hanno Bock)
2006-02-05 Brian Paulfix typo
2006-01-30 Brian Paulsome initial EGL 1.2 work
2005-12-30 Dave Airliefixup stamp so driver updates drawable info
2005-12-29 Dave Airlieuse card_type not isPCI
2005-12-23 Dave Airliethis needs to be calloced
2005-12-17 Brian Paulminor code movement
2005-12-10 Brian PaulRename eglDRIShowSurfaceMESA.
2005-12-10 Brian Paulupdates to match other changes elsewhere
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-29 Brian Paulclean up the drmGetMap/drmMap code
2005-11-29 Brian Paulapparently need to load colormap after setting the...
2005-11-28 Brian PaulLots of fixes, clean-ups, new comments, etc.
2005-11-27 Brian PaulRedo _eglInitSurface() so it can be used with all surfa...
2005-11-24 Brian Pauluse _egl_api struct, make some functions static
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-09-20 Brian Paulinitial check-in
2005-08-07 Jon SmirlAdd missing egldri.h header file
2005-08-07 Jon SmirlEnable EGL support in 'linux-dri' config
2005-08-05 Jon SmirlMore EGL prep. No impact on anything outside of EGL
2005-08-04 Jon SmirlNew files for radeon egl driver.
2005-05-17 Brian Paulremove eglQueryDisplayMESA()
2005-05-17 Brian Paulfix pbuffer sample code
2005-05-17 Brian Paulremove glmode stuff
2005-05-17 Brian Paulupdated demoCreatePbufferSurface()
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 Pauls/Atrib/Attrib/, set extension enable flags
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-14 Jon SmirlFix compile error in demo egl driver
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