gallium: Fix doxygen comments.
[mesa.git] / src / egl /
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Dima Zavinegl_xdri: Add the top-level lib dir so we link against...
2008-09-11 Dima Zavinegl_dri/egl_xdri: Makefiles should use pkg-config to...
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: CreatePbufferSurface, Bind/ReleaseTexImage functions
2008-09-01 Brian Paulegl: additional error checking in _eglBind/ReleaseTexIm...
2008-08-27 Brian Paulegl: free display ext data in xdri_eglTerminate().
2008-08-18 Brian Paulegl: don't put the example/demo driver in the lib/ dir
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-16 Brian Paulegl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribs
2008-07-14 Brian Paulegl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config...
2008-07-13 Jakob BornecrantzEGL: Only build EGL dri based drivers under linux-dri...
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-11 Brian Paulegl: a minor overhauld of egl_xdri.c
2008-07-11 Brian Paulbuild egl subdirs
2008-07-10 Brian Paulegl: add all EGL_*_BITs to ClientAPIsMask
2008-07-10 Brian Paulegl: implement xdri_eglGetProcAddress() for gallium
2008-07-09 Brian Paulegl: link libEGL w/ additional libs
2008-07-09 Brian Paulegl: misc updates/fixes
2008-07-07 Brian Paulegl: bump up MAX_ATTRIBS, added assertion
2008-07-03 Jakob Bornecrantzegl: Fix demodriver
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-13 Brian Paulegl: added a debug msg
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: only windows are renderable at this time
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: improved Makefile
2008-06-06 Brian Paulegl: EGL->DRI adaptor/driver
2008-06-06 Brian Paulegl: make _eglChooseDRMDriver() non-static
2008-06-06 Brian Paulegl: change default logging level to _EGL_WARNING
2008-06-05 Brian Paulegl: updated SUBDIRS
2008-06-05 Brian Paulegl: new src/egl/drivers/Makefile
2008-06-05 Brian Paulegl: minor tweaks
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-29 Brian Paulcomments in _eglMain()
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: pass args to _eglOpenDriver()
2008-05-28 Brian Paulegl: added args string to _eglMain()
2008-05-28 Brian Paulegl: added eglstring.[ch]
2008-05-28 Brian Paulprototype new code to map card number to driver name
2008-05-28 Brian Paullink libEGLdri.so with libdrm
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 Jakob Bornecrantzegl: Make dri driver compile
2008-05-28 Jakob Bornecrantzegl: Make demo driver compile
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-27 Brian Paulinclude eglconfigutil.h
2008-05-27 Brian PaulMove some config-related utility functions into new...
2008-05-27 Brian Paulmisc updates, clean-ups, remove dependency on mtypes.h
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 Pauls/GLuint/unsigned/
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'
2008-05-06 Dan NicholsonMerge branch 'master' of ssh://git.freedesktop.org...
next