summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/fb/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fixup makefile for solo non-eglDave Airlie2006-03-271-2/+7
|
* compilation fixes, don't know if runtime worksBrian Paul2005-09-191-0/+3
|
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-1/+2
| | | | Seems to be mostly working. Not all of egl API is implemented.
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
|
* Minor touchups to fbdev renderbuffer supportJon Smirl2005-05-051-0/+1
|
* Improve the DRI fb driver, now it compiles.Jon Smirl2005-05-011-0/+2
| | | | | Added code to support NEW_INTERFACE. It still doesn't work. Made it build from make linux-solo.
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-261-65/+14
| | | | | get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code.
* 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.
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-011-1/+1
| | | | | | 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".
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-1/+1
| | | | Needed for linux-solo to build
* lots of Makefile updates for new build systemBrian Paul2004-04-081-31/+35
|
* New Makefile systemBrian Paul2004-03-261-0/+75