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