summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Collapse)Author
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan 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-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
Respect the user's choice of shell when running mklib rather than always using /bin/sh.
2008-05-07Never 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-06Error consistently when running recursive makeDan 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-28add support for LDFLAGS env varDan Nicholson
2007-02-20set log level w/ env varChristian Neumair
2006-12-14Check in a long-misplaced spec update.Brian
2006-07-13LIB_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-03updates for using libdrm (Hanno Bock)Brian Paul
2006-02-05fix typoBrian Paul
2006-01-30some initial EGL 1.2 workBrian Paul
2005-12-30fixup stamp so driver updates drawable infoDave Airlie
2005-12-29use card_type not isPCIDave Airlie
2005-12-23this needs to be callocedDave Airlie
2005-12-17minor code movementBrian Paul
2005-12-10Rename eglDRIShowSurfaceMESA.Brian Paul
s/_eglAddMode/_eglAddNewMode/
2005-12-10updates to match other changes elsewhereBrian Paul
2005-12-10Some initial per-thread support.Brian Paul
Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA.
2005-12-10Added EGL_SCREEN_POSITION_GRANULARITY_MESA query.Brian Paul
Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA.
2005-12-10lots of updates, mode sorting, etcBrian Paul
2005-12-10implement config sorting for eglChooseConfig()Brian Paul
2005-11-29added _EGLExtensions typedefBrian Paul
2005-11-29Put extension flags, string into separate struct.Brian Paul
2005-11-29clean up the drmGetMap/drmMap codeBrian Paul
2005-11-29apparently need to load colormap after setting the mode to make it work reliablyBrian Paul
2005-11-28Lots 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-27Redo _eglInitSurface() so it can be used with all surface types.Brian Paul
Redo _eglInitContext() to do error checking, attribute list parsing, etc.
2005-11-24use _egl_api struct, make some functions staticBrian Paul
2005-11-24Move all the EGL API function pointers into a new _egl_api struct.Brian Paul
2005-11-24report error token in message printed in _eglError()Brian Paul
2005-11-24change error test in _eglParseConfigAttribs()Brian Paul
2005-11-24init attribs to EGL_DONT_CARE in _eglParseConfigAttribs()Brian Paul
2005-11-23update some commentsBrian Paul
2005-11-23change error messageBrian Paul
2005-11-23use _eglLog()Brian Paul
2005-11-23New _eglLog() function to replace fprintf/printf calls for debug/info.Brian Paul
2005-09-20initial check-inBrian Paul
2005-08-07Add missing egldri.h header fileJon Smirl
2005-08-07Enable EGL support in 'linux-dri' configJon Smirl
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl
2005-08-04New files for radeon egl driver.Jon Smirl
Still a work in progress.
2005-05-17remove eglQueryDisplayMESA()Brian Paul
2005-05-17fix pbuffer sample codeBrian Paul
2005-05-17remove glmode stuffBrian Paul
2005-05-17updated demoCreatePbufferSurface()Brian Paul
2005-05-17update commentsBrian Paul
2005-05-17more work on _eglConfigToContextModesRec()Brian Paul
2005-05-17Make EGL_NO_MODE_MESA work.Jon Smirl
2005-05-17added _eglInitPbufferSurface()Brian Paul