Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / egl / main /
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' 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-09-01 Brian Paulegl: additional error checking in _eglBind/ReleaseTexIm...
2008-08-06 Jonathan Whiteegl: fixes for Windows
2008-08-06 Jonathan Whiteegl: fix version handling
2008-08-06 Jonathan Whiteegl: changes for Windows
2008-08-05 Jonathan Whiteegl: don't include stdint.h on Windows
2008-08-04 Jonathan Whiteegl: fix _eglGlobal initialization for Windows
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-07-07 Brian Paulegl: bump up MAX_ATTRIBS, added assertion
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-24 Jakob Bornecrantzegl: Stdint was missing from eglconfigutil.h
2008-06-24 José Fonsecaegl: Use standard integer types.
2008-06-20 Brian Paulegl: added null ptr check
2008-06-20 Brian Paulegl: implment EGL_LARGEST_PBUFFER query
2008-06-20 Brian Paulegl: added null ptr check
2008-06-20 Brian Paulegl: default API should be ES
2008-06-20 Brian Paulegl: fix assorted context-related bugs
2008-06-19 Brian Paulegl: clean up prototype code, new _eglFindAPIs() function.
2008-06-18 Brian Paulegl: use RTLD_LAZY
2008-06-12 Brian Paulegl: some basic docs for libEGL
2008-06-12 Brian Paulegl: some prototype Windows code (eq for dlopen,dlsym)
2008-06-10 Brian Paulegl: some prototype API detection code
2008-06-09 Brian Paulegl: s/softpipe_egl.so/egl_softpipe.so/
2008-06-09 Brian Paulegl: choose between DRI and softpipe drivers
2008-06-06 Brian Paulegl: make _eglChooseDRMDriver() non-static
2008-06-06 Brian Paulegl: change default logging level to _EGL_WARNING
2008-06-04 Brian Paulegl: in _eglAddConfig() just save a pointer to the...
2008-06-04 Brian Paulegl: updated include paths (s/GLES/EGL/)
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
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 Brian Paulegl: check for EGL_DRIVER env var to override normal...
2008-05-30 Brian Paulegl: fix width/height tests
2008-05-30 Brian Paullink libEGL with Xlib
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-29 Brian Paulegl: use softpipe_egl driver by default
2008-05-28 Brian Paulegl: re-enable LOCAL_CFLAGS
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 egldefines.h
2008-05-28 Brian Paulegl: bring card->driver lookup code into egldriver.c
2008-05-28 Brian Paulegl: added args string to _eglMain()
2008-05-28 Brian Paulegl: added eglstring.[ch]
2008-05-28 Brian Paulx-related EGL code (stub)
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-28 Jakob Bornecrantzegl: Temporarily disable eglx.[c|h] building
2008-05-28 Dave AirlieMerge branch 'r500-support'
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
2008-05-07 Dan NicholsonNever fail `make clean'
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-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()
next