Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: in _eglAddConfig() just save a pointer to the config; don't copy the config | Brian Paul | 2008-06-04 | 4 | -16/+31 |
| | | | | This allows subclassing by drivers. | ||||
* | egl: updated include paths (s/GLES/EGL/) | Brian Paul | 2008-06-04 | 1 | -2/+2 |
| | |||||
* | egl: new eglGetProcAddress() code | Brian Paul | 2008-05-30 | 6 | -10/+46 |
| | | | | | The idea is to pass the call down to the device driver where an API-specific query can be made. Untested. | ||||
* | egl: clean-up re-org of the client API state | Brian Paul | 2008-05-30 | 8 | -27/+74 |
| | |||||
* | egl: check for EGL_DRIVER env var to override normal driver selection process | Brian Paul | 2008-05-30 | 1 | -2/+9 |
| | |||||
* | egl: fix width/height tests | Brian Paul | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | link libEGL with Xlib | Brian Paul | 2008-05-30 | 1 | -1/+3 |
| | |||||
* | egl: added Name field to _EGLDriver so a driver name string can propogate up ↵ | Brian Paul | 2008-05-29 | 2 | -2/+5 |
| | | | | through EGL_VERSION string | ||||
* | egl: use softpipe_egl driver by default | Brian Paul | 2008-05-29 | 1 | -2/+14 |
| | |||||
* | comments in _eglMain() | Brian Paul | 2008-05-29 | 1 | -0/+4 |
| | |||||
* | egl: re-enable LOCAL_CFLAGS | Brian Paul | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | egl: remove unused Display field | Brian Paul | 2008-05-28 | 2 | -3/+0 |
| | |||||
* | egl: move a few small functions into new eglmisc.[ch] files | Brian Paul | 2008-05-28 | 5 | -85/+159 |
| | |||||
* | egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize() | Brian Paul | 2008-05-28 | 4 | -10/+16 |
| | |||||
* | egl: include egldefines.h | Brian Paul | 2008-05-28 | 2 | -7/+7 |
| | |||||
* | egl: added egldefines.h | Brian Paul | 2008-05-28 | 2 | -0/+48 |
| | |||||
* | egl: bring card->driver lookup code into egldriver.c | Brian Paul | 2008-05-28 | 2 | -8/+54 |
| | |||||
* | egl: pass args to _eglOpenDriver() | Brian Paul | 2008-05-28 | 1 | -2/+1 |
| | |||||
* | egl: added args string to _eglMain() | Brian Paul | 2008-05-28 | 8 | -32/+39 |
| | |||||
* | egl: added eglstring.[ch] | Brian Paul | 2008-05-28 | 3 | -2/+37 |
| | |||||
* | prototype new code to map card number to driver name | Brian Paul | 2008-05-28 | 1 | -4/+62 |
| | |||||
* | link libEGLdri.so with libdrm | Brian Paul | 2008-05-28 | 1 | -1/+3 |
| | |||||
* | x-related EGL code (stub) | Brian Paul | 2008-05-28 | 2 | -0/+49 |
| | |||||
* | egl: Temporarily disable eglx.[c|h] building | Jakob Bornecrantz | 2008-05-28 | 2 | -4/+11 |
| | |||||
* | egl: Make dri driver compile | Jakob Bornecrantz | 2008-05-28 | 1 | -0/+1 |
| | |||||
* | egl: Make demo driver compile | Jakob Bornecrantz | 2008-05-28 | 1 | -2/+2 |
| | |||||
* | include eglconfigutil.h | Brian Paul | 2008-05-27 | 1 | -0/+1 |
| | |||||
* | Move some config-related utility functions into new eglconfigutil.c file. | Brian Paul | 2008-05-27 | 5 | -267/+286 |
| | |||||
* | misc updates, clean-ups, remove dependency on mtypes.h | Brian Paul | 2008-05-27 | 3 | -15/+23 |
| | |||||
* | minor overhaul/re-org of driver selection/loading code | Brian Paul | 2008-05-27 | 8 | -62/+124 |
| | |||||
* | added _eglGet*Handle() functions | Brian Paul | 2008-05-27 | 7 | -12/+62 |
| | | | | | | 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. | ||||
* | added EGL_OPENGL_API case | Brian Paul | 2008-05-27 | 2 | -1/+11 |
| | |||||
* | eliminate the context hash table | Brian Paul | 2008-05-27 | 5 | -30/+37 |
| | | | | | In EGL 1.4 the opaque EGLContext type is a pointer so we can just cast between public EGLContext handles and private _EGLContext pointers. | ||||
* | fix typo: s/Contexts/Surfaces/ | Brian Paul | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | s/GLuint/unsigned/ | Brian Paul | 2008-05-27 | 1 | -3/+3 |
| | |||||
* | assorted changes to compile with new EGL 1.4 headers (untested) | Brian Paul | 2008-05-27 | 8 | -57/+80 |
| | |||||
* | pipe stderr to /dev/null | Brian Paul | 2008-05-27 | 1 | -1/+2 |
| | |||||
* | Gutsy oopses on touch of existing file. Workaround. | Keith Whitwell | 2007-08-07 | 2 | -0/+2 |
| | |||||
* | set log level w/ env var | Christian Neumair | 2007-02-20 | 1 | -2/+39 |
| | |||||
* | Check in a long-misplaced spec update. | Brian | 2006-12-14 | 1 | -21/+7 |
| | |||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 3 | -9/+9 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | updates for using libdrm (Hanno Bock) | Brian Paul | 2006-06-03 | 1 | -6/+3 |
| | |||||
* | fix typo | Brian Paul | 2006-02-05 | 1 | -1/+1 |
| | |||||
* | some initial EGL 1.2 work | Brian Paul | 2006-01-30 | 11 | -13/+349 |
| | |||||
* | fixup stamp so driver updates drawable info | Dave Airlie | 2005-12-30 | 1 | -0/+15 |
| | |||||
* | use card_type not isPCI | Dave Airlie | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | this needs to be calloced | Dave Airlie | 2005-12-23 | 1 | -1/+1 |
| | |||||
* | minor code movement | Brian Paul | 2005-12-17 | 4 | -23/+17 |
| | |||||
* | Rename eglDRIShowSurfaceMESA. | Brian Paul | 2005-12-10 | 2 | -9/+10 |
| | | | | s/_eglAddMode/_eglAddNewMode/ | ||||
* | updates to match other changes elsewhere | Brian Paul | 2005-12-10 | 1 | -23/+18 |
| |