Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | |
2008-07-12 | Always pass -linker and -ldflags to mklib for shared libraries | Dan Nicholson | |
This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library. | |||
2008-07-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson | |
Respect the user's choice of shell when running mklib rather than always using /bin/sh. | |||
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-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 | |
2005-12-29 | use card_type not isPCI | Dave Airlie | |
2005-12-23 | this needs to be calloced | Dave Airlie | |
2005-12-17 | minor code movement | Brian Paul | |
2005-12-10 | Rename eglDRIShowSurfaceMESA. | Brian Paul | |
s/_eglAddMode/_eglAddNewMode/ | |||
2005-12-10 | updates to match other changes elsewhere | Brian Paul | |
2005-12-10 | Some initial per-thread support. | Brian Paul | |
Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA. | |||
2005-12-10 | Added EGL_SCREEN_POSITION_GRANULARITY_MESA query. | Brian Paul | |
Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA. | |||
2005-12-10 | lots of updates, mode sorting, etc | Brian Paul | |
2005-12-10 | implement config sorting for eglChooseConfig() | Brian Paul | |
2005-11-29 | added _EGLExtensions typedef | Brian Paul | |
2005-11-29 | Put extension flags, string into separate struct. | Brian Paul | |
2005-11-29 | clean up the drmGetMap/drmMap code | Brian Paul | |
2005-11-29 | apparently need to load colormap after setting the mode to make it work reliably | Brian Paul | |
2005-11-28 | Lots of fixes, clean-ups, new comments, etc. | Brian Paul | |
To set the FBdev video mode, need to add a \n char to the string. | |||
2005-11-27 | Redo _eglInitSurface() so it can be used with all surface types. | Brian Paul | |
Redo _eglInitContext() to do error checking, attribute list parsing, etc. | |||
2005-11-24 | use _egl_api struct, make some functions static | Brian Paul | |
2005-11-24 | Move all the EGL API function pointers into a new _egl_api struct. | Brian Paul | |
2005-11-24 | report error token in message printed in _eglError() | Brian Paul | |
2005-11-24 | change error test in _eglParseConfigAttribs() | Brian Paul | |
2005-11-24 | init attribs to EGL_DONT_CARE in _eglParseConfigAttribs() | Brian Paul | |
2005-11-23 | update some comments | Brian Paul | |
2005-11-23 | change error message | Brian Paul | |
2005-11-23 | use _eglLog() | Brian Paul | |
2005-11-23 | New _eglLog() function to replace fprintf/printf calls for debug/info. | Brian Paul | |
2005-09-20 | initial check-in | Brian Paul | |
2005-08-07 | Add missing egldri.h header file | Jon Smirl | |
2005-08-07 | Enable EGL support in 'linux-dri' config | Jon Smirl | |
2005-08-05 | More EGL prep. No impact on anything outside of EGL | Jon Smirl | |
2005-08-04 | New files for radeon egl driver. | Jon Smirl | |
Still a work in progress. | |||
2005-05-17 | remove eglQueryDisplayMESA() | Brian Paul | |
2005-05-17 | fix pbuffer sample code | Brian Paul | |
2005-05-17 | remove glmode stuff | Brian Paul | |
2005-05-17 | updated demoCreatePbufferSurface() | Brian Paul | |
2005-05-17 | update comments | Brian Paul | |
2005-05-17 | more work on _eglConfigToContextModesRec() | Brian Paul | |
2005-05-17 | Make EGL_NO_MODE_MESA work. | Jon Smirl | |
2005-05-17 | added _eglInitPbufferSurface() | Brian Paul | |