summaryrefslogtreecommitdiff
path: root/src/egl/main
AgeCommit message (Expand)Author
2009-07-21Add missing X11_INCLUDES to egl/drivers/demo and egl/main.Peter Hutterer
2009-07-17egl: commit missing eglcurrent.[ch] filesBrian Paul
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu
2009-07-17egl: Destroy display's resources upon termination.Chia-I Wu
2009-07-17egl: Return the same EGL Display for the same native display.Chia-I Wu
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu
2009-07-17egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu
2009-07-17egl: Extend per-thread info for multiple current contexts.Chia-I Wu
2009-07-17egl: Support per-thread info.Chia-I Wu
2009-07-17egl: Add eglcompiler.h for compiler features.Chia-I Wu
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson
2009-04-16egl/main/Makefile: Add dependency of install target on default build targetAlan Coopersmith
2009-03-25egl: don't use __FUNCTION__ in error messagesBrian Paul
2009-02-25egl: use new EGL_LIB_DEPS to pass library dependencies to mklib when building...Brian Paul
2009-02-25egl: Use -dlopen rather than -dl which is non portableBenjamin Close
2009-02-19egl: if a surface type isn't defined let's default to EGL_WINDOW_BITAlan Hourihane
2009-02-11Add install target for eglJohannes Engel
2008-09-26egl: switch to egl_glx.so as the default EGL driver for X.Alan Hourihane
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-01egl: additional error checking in _eglBind/ReleaseTexImage()Brian Paul
2008-08-06egl: fixes for WindowsJonathan White
2008-08-06egl: fix version handlingJonathan White
2008-08-05egl: changes for WindowsJonathan White
2008-08-05egl: don't include stdint.h on WindowsJonathan White
2008-08-04egl: fix _eglGlobal initialization for WindowsJonathan White
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-07-07egl: bump up MAX_ATTRIBS, added assertionBrian Paul
2008-06-28egl: fix default value of EGL_SURFACE_TYPE, added some sanity check assertionsBrian Paul
2008-06-27egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison
2008-06-24egl: Stdint was missing from eglconfigutil.hJakob Bornecrantz
2008-06-24egl: Use standard integer types.José Fonseca
2008-06-20egl: added null ptr checkBrian Paul
2008-06-20egl: implment EGL_LARGEST_PBUFFER queryBrian Paul
2008-06-20egl: added null ptr checkBrian Paul
2008-06-20egl: default API should be ESBrian Paul
2008-06-19egl: fix assorted context-related bugsBrian Paul
2008-06-19egl: clean up prototype code, new _eglFindAPIs() function.Brian Paul
2008-06-18egl: use RTLD_LAZYBrian Paul
2008-06-11egl: some basic docs for libEGLBrian Paul
2008-06-11egl: some prototype Windows code (eq for dlopen,dlsym)Brian Paul
2008-06-10egl: some prototype API detection codeBrian Paul
2008-06-09egl: s/softpipe_egl.so/egl_softpipe.so/Brian Paul
2008-06-09egl: choose between DRI and softpipe driversBrian Paul
2008-06-06egl: make _eglChooseDRMDriver() non-staticBrian Paul
2008-06-06egl: change default logging level to _EGL_WARNINGBrian Paul
2008-06-04egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul