summaryrefslogtreecommitdiff
path: root/src/glx/mini
AgeCommit message (Expand)Author
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-05-26Remove CVS keywords.José Fonseca
2008-05-06Always cleanup the makedepend backup filesDan Nicholson
2008-01-23Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>)Brian
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell
2007-06-05miniglx: implement GetProcAddressARB in miniglx as an alias for GPADave Airlie
2007-05-08miniglx: fixup use of create windows x and y coordinatesDave Airlie
2007-05-04Makefile clean-ups for miniglx.Brian
2007-04-05Remove SI imports/exports remnants.George Sapountzis
2007-04-05Move glcontextmodes.c to glx.George Sapountzis
2006-11-28add support to miniglx for updating drawables ..Dave Airlie
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-04-07make miniglx use libdrm properlyDave Airlie
2006-04-03setup to use pci access, comment out size bumps,Dave Airlie
2006-04-03do a drm lock/unlock sequence after the client closeDave Airlie
2006-04-03add width to struct for width != virtual widthDave Airlie
2006-04-03make miniglx use libdrm and libpciaccessDave Airlie
2005-09-19s/unsigned long/drm_handle_t/ to get compilation of fb driver to workBrian Paul
2005-08-31complete fix for miniglx startup issue since driver version checksDave Airlie
2005-08-08fix miniglx setting virtual size of 832 for 800x600Dave Airlie
2005-08-03Add color tiling support to miniglx for radeonDave Airlie
2005-07-29Commit Ian's fixes from Bug 3877Jon Smirl
2005-07-26Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul
2005-03-05fix for solo to set the mode, and make solo gcc2 friendly...Dave Airlie
2005-02-20add more functionality to miniglx for glitzDave Airlie
2005-02-15add EnableExtension so r200 enables all its extensions, add mesa memoryDave Airlie
2005-01-11Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick
2005-01-05support 720x480 and 960x540 modesAlan Hourihane
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
2004-12-08From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>Dave Airlie
2004-11-29added __glXFindDRIScreen to glXGetProcAddress (bug 1068879)Brian Paul
2004-10-01Fix mesa solo with doublebuffered apps, the drawable index/stamp weren'tDave Airlie
2004-09-07Add a solo-x86 config, and make solo use the x86 glapiDave Airlie
2004-08-09Fix from Rogelio Serrano for miniglx double bufferingJon Smirl
2004-07-16Miniglx clients now authorize with server DRMJon Smirl
2004-07-05Convert miniglx to use xf86drm from dri/drm/libdrm instead of src/mesa/driver...Jon Smirl
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick
2004-06-03kill __driRegisterExtensions(), none of the functions did anythingJon Smirl
2004-06-01Missed in last commit:Eric Anholt
2004-05-12remove the last line of the previous patchBrian Paul
2004-05-12fix red/green/blueBits typosBrian Paul
2004-05-12obsolete in favor of regular MakefilesBrian Paul
2004-04-14Add agpmode to the example config fileDave Airlie
2004-04-14add agpmode to miniglx config fileDave Airlie