Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 3 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Some initial per-thread support. | Brian Paul | 2005-12-10 | 8 | -22/+53 |
| | | | | Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA. | ||||
* | Added EGL_SCREEN_POSITION_GRANULARITY_MESA query. | Brian Paul | 2005-12-10 | 2 | -8/+28 |
| | | | | Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA. | ||||
* | lots of updates, mode sorting, etc | Brian Paul | 2005-12-10 | 2 | -56/+289 |
| | |||||
* | implement config sorting for eglChooseConfig() | Brian Paul | 2005-12-10 | 2 | -41/+51 |
| | |||||
* | added _EGLExtensions typedef | Brian Paul | 2005-11-29 | 1 | -0/+2 |
| | |||||
* | Put extension flags, string into separate struct. | Brian Paul | 2005-11-29 | 3 | -18/+25 |
| | |||||
* | clean up the drmGetMap/drmMap code | Brian Paul | 2005-11-29 | 1 | -36/+32 |
| | |||||
* | apparently need to load colormap after setting the mode to make it work reliably | Brian Paul | 2005-11-29 | 1 | -25/+50 |
| | |||||
* | Lots of fixes, clean-ups, new comments, etc. | Brian Paul | 2005-11-28 | 2 | -231/+326 |
| | | | | To set the FBdev video mode, need to add a \n char to the string. | ||||
* | Redo _eglInitSurface() so it can be used with all surface types. | Brian Paul | 2005-11-27 | 7 | -178/+273 |
| | | | | Redo _eglInitContext() to do error checking, attribute list parsing, etc. | ||||
* | use _egl_api struct, make some functions static | Brian Paul | 2005-11-24 | 1 | -17/+22 |
| | |||||
* | Move all the EGL API function pointers into a new _egl_api struct. | Brian Paul | 2005-11-24 | 6 | -170/+186 |
| | |||||
* | report error token in message printed in _eglError() | Brian Paul | 2005-11-24 | 1 | -1/+50 |
| | |||||
* | change error test in _eglParseConfigAttribs() | Brian Paul | 2005-11-24 | 1 | -2/+5 |
| | |||||
* | init attribs to EGL_DONT_CARE in _eglParseConfigAttribs() | Brian Paul | 2005-11-24 | 1 | -1/+4 |
| | |||||
* | update some comments | Brian Paul | 2005-11-23 | 1 | -2/+5 |
| | |||||
* | change error message | Brian Paul | 2005-11-23 | 1 | -1/+2 |
| | |||||
* | use _eglLog() | Brian Paul | 2005-11-23 | 2 | -10/+17 |
| | |||||
* | New _eglLog() function to replace fprintf/printf calls for debug/info. | Brian Paul | 2005-11-23 | 3 | -0/+75 |
| | |||||
* | initial check-in | Brian Paul | 2005-09-20 | 1 | -0/+578 |
| | |||||
* | Add missing egldri.h header file | Jon Smirl | 2005-08-07 | 1 | -0/+113 |
| | |||||
* | Enable EGL support in 'linux-dri' config | Jon Smirl | 2005-08-07 | 1 | -1/+1 |
| | |||||
* | More EGL prep. No impact on anything outside of EGL | Jon Smirl | 2005-08-05 | 3 | -40/+26 |
| | |||||
* | New files for radeon egl driver. | Jon Smirl | 2005-08-04 | 2 | -0/+1065 |
| | | | | Still a work in progress. | ||||
* | remove eglQueryDisplayMESA() | Brian Paul | 2005-05-17 | 4 | -19/+0 |
| | |||||
* | fix pbuffer sample code | Brian Paul | 2005-05-17 | 1 | -6/+3 |
| | |||||
* | remove glmode stuff | Brian Paul | 2005-05-17 | 2 | -103/+14 |
| | |||||
* | updated demoCreatePbufferSurface() | Brian Paul | 2005-05-17 | 1 | -52/+7 |
| | |||||
* | update comments | Brian Paul | 2005-05-17 | 1 | -2/+3 |
| | |||||
* | more work on _eglConfigToContextModesRec() | Brian Paul | 2005-05-17 | 2 | -4/+9 |
| | |||||
* | Make EGL_NO_MODE_MESA work. | Jon Smirl | 2005-05-17 | 1 | -1/+1 |
| | |||||
* | added _eglInitPbufferSurface() | Brian Paul | 2005-05-17 | 2 | -0/+78 |
| | |||||
* | Fix several internal problems with generating the list of configs. | Jon Smirl | 2005-05-17 | 1 | -2/+3 |
| | |||||
* | Implement query of surface type. | Jon Smirl | 2005-05-16 | 1 | -0/+3 |
| | |||||
* | use EGLint instead of unsigned long for eglCopyContextMESA, added comments | Brian Paul | 2005-05-16 | 4 | -5/+11 |
| | |||||
* | separate ext strings with a space | Brian Paul | 2005-05-16 | 1 | -2/+2 |
| | |||||
* | s/Atrib/Attrib/, set extension enable flags | Brian Paul | 2005-05-16 | 1 | -23/+13 |
| |