Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-05 | egl: new src/egl/drivers/Makefile | Brian Paul | |
2008-06-05 | egl: minor tweaks | Brian Paul | |
2008-06-04 | egl: in _eglAddConfig() just save a pointer to the config; don't copy the config | Brian Paul | |
This allows subclassing by drivers. | |||
2008-06-04 | egl: updated include paths (s/GLES/EGL/) | Brian Paul | |
2008-05-30 | egl: new eglGetProcAddress() code | Brian Paul | |
The idea is to pass the call down to the device driver where an API-specific query can be made. Untested. | |||
2008-05-30 | egl: clean-up re-org of the client API state | Brian Paul | |
2008-05-30 | egl: check for EGL_DRIVER env var to override normal driver selection process | Brian Paul | |
2008-05-30 | egl: fix width/height tests | Brian Paul | |
2008-05-30 | link libEGL with Xlib | Brian Paul | |
2008-05-29 | egl: added Name field to _EGLDriver so a driver name string can propogate up ↵ | Brian Paul | |
through EGL_VERSION string | |||
2008-05-29 | egl: use softpipe_egl driver by default | Brian Paul | |
2008-05-29 | comments in _eglMain() | Brian Paul | |
2008-05-28 | egl: re-enable LOCAL_CFLAGS | Brian Paul | |
2008-05-28 | egl: remove unused Display field | Brian Paul | |
2008-05-28 | egl: move a few small functions into new eglmisc.[ch] files | Brian Paul | |
2008-05-28 | egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize() | Brian Paul | |
2008-05-28 | egl: include egldefines.h | Brian Paul | |
2008-05-28 | egl: added egldefines.h | Brian Paul | |
2008-05-28 | egl: bring card->driver lookup code into egldriver.c | Brian Paul | |
2008-05-28 | egl: pass args to _eglOpenDriver() | Brian Paul | |
2008-05-28 | egl: added args string to _eglMain() | Brian Paul | |
2008-05-28 | egl: added eglstring.[ch] | Brian Paul | |
2008-05-28 | prototype new code to map card number to driver name | Brian Paul | |
2008-05-28 | link libEGLdri.so with libdrm | Brian Paul | |
2008-05-28 | x-related EGL code (stub) | Brian Paul | |
2008-05-28 | egl: Temporarily disable eglx.[c|h] building | Jakob Bornecrantz | |
2008-05-28 | egl: Make dri driver compile | Jakob Bornecrantz | |
2008-05-28 | egl: Make demo driver compile | Jakob Bornecrantz | |
2008-05-27 | include eglconfigutil.h | Brian Paul | |
2008-05-27 | Move some config-related utility functions into new eglconfigutil.c file. | Brian Paul | |
2008-05-27 | misc updates, clean-ups, remove dependency on mtypes.h | Brian Paul | |
2008-05-27 | minor overhaul/re-org of driver selection/loading code | Brian Paul | |
2008-05-27 | added _eglGet*Handle() functions | Brian Paul | |
These are the inverse of the _eglLookup*() functions. Returns the public handle for a private surface/config/display/etc. Removes glapi.c's direct access of private fields. | |||
2008-05-27 | added EGL_OPENGL_API case | Brian Paul | |
2008-05-27 | eliminate the context hash table | Brian Paul | |
In EGL 1.4 the opaque EGLContext type is a pointer so we can just cast between public EGLContext handles and private _EGLContext pointers. | |||
2008-05-27 | fix typo: s/Contexts/Surfaces/ | Brian Paul | |
2008-05-27 | s/GLuint/unsigned/ | Brian Paul | |
2008-05-27 | assorted changes to compile with new EGL 1.4 headers (untested) | Brian Paul | |
2008-05-27 | pipe stderr to /dev/null | Brian Paul | |
2008-05-07 | Never fail `make clean' | Dan Nicholson | |
Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean. | |||
2008-05-06 | Error consistently when running recursive make | Dan Nicholson | |
When changing directories and running a sub-make, ensure that both the cd and make commands propagate errors to the parent make. | |||
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson | |
2007-08-07 | Gutsy oopses on touch of existing file. Workaround. | Keith Whitwell | |
2007-02-20 | set log level w/ env var | Christian Neumair | |
2006-12-14 | Check in a long-misplaced spec update. | Brian | |
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | |
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | |||
2006-06-03 | updates for using libdrm (Hanno Bock) | Brian Paul | |
2006-02-05 | fix typo | Brian Paul | |
2006-01-30 | some initial EGL 1.2 work | Brian Paul | |
2005-12-30 | fixup stamp so driver updates drawable info | Dave Airlie | |