aboutsummaryrefslogtreecommitdiffstats
path: root/src/glut/mini
Commit message (Collapse)AuthorAgeFilesLines
* Assorted patches for miniglx/linux-solo (Gavin Li <[email protected]>)Brian2008-01-232-0/+28
|
* add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
|
* miniglx/glut: should use the x/y pos to create windowDave Airlie2007-05-081-1/+1
| | | | This allows moving miniglx glut windows around the framebuffer
* corrected cursor drawingSean D'Epagnier2006-09-241-8/+8
| | | | | | | added handling of SIGWINCH fixed input of recieving SIGIO while handling SIGIO corrected input code for return uncommented normal calculation to models
* The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier2006-08-181-2/+0
| | | | | | | | | | The bitmap and stroke code can't be shared with glx anymore because of this. The model for the mini teapot is restored and I have tested it to work with linux-fbdev and linux-solo The driver recognizes 32bpp where there is no alpha (my radeon 7500) It also sets the correct number of cmap entrees (instead of 256 which can be an error)
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-3/+3
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick2005-07-261-1/+1
| | | | work again.
* Added -linker option to mklib, used to specify a particular program forBrian Paul2005-07-251-3/+3
| | | | | linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars.
* Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick2005-01-111-1/+1
| | | | them work with multi-work compiler names (e.g., "ccache gcc").
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-1/+1
| | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures.
* Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick2004-06-251-1/+1
| | | | | | the definitions of CC and CXX on Linux. This fixed build issues with sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set to a GCC 3.x compiler.
* Missed in last commit:Eric Anholt2004-06-011-1/+1
| | | | | | | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-78/+0
|
* New Makefile systemBrian Paul2004-03-261-0/+80
|
* new makefilesBrian Paul2003-12-121-2/+2
|
* improved 'clean' targets (Otto Solares)Brian Paul2003-10-031-3/+3
|
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-2213-0/+1831