mesa: glsl: re-enable assignment type checking
[mesa.git] / src / egl /
2008-08-05 Jonathan Whiteegl: don't include stdint.h on Windows
2008-08-04 Jonathan Whiteegl: fix _eglGlobal initialization for Windows
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-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-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-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
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
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.
next