Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop fb, ffb and gamma dri drivers | Kristian Høgsberg | 2010-02-25 | 1 | -24/+0 |
| | |||||
* | egl: Remove USING_EGL and the related drivers. | Chia-I Wu | 2010-01-22 | 1 | -3/+0 |
| | | | | | They do not build for a long while and there seems to be no active users. It might be better for them to live in the git histroy. | ||||
* | mesa: lift default symlinks target into Makefile.template | Brian Paul | 2009-10-16 | 1 | -2/+0 |
| | | | | Driver Makefiles can still add symlink dependencies/rules if needed. | ||||
* | Fixup makefile for solo non-egl | Dave Airlie | 2006-03-27 | 1 | -2/+7 |
| | |||||
* | compilation fixes, don't know if runtime works | Brian Paul | 2005-09-19 | 1 | -0/+3 |
| | |||||
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 1 | -1/+2 |
| | | | | Seems to be mostly working. Not all of egl API is implemented. | ||||
* | Refactor COMMON_SOURCES up to Makefile.template | Adam Jackson | 2005-05-05 | 1 | -11/+0 |
| | |||||
* | Minor touchups to fbdev renderbuffer support | Jon Smirl | 2005-05-05 | 1 | -0/+1 |
| | |||||
* | Improve the DRI fb driver, now it compiles. | Jon Smirl | 2005-05-01 | 1 | -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 to | Jon Smirl | 2004-06-26 | 1 | -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 respect | Ian Romanick | 2004-06-25 | 1 | -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 MAKE | Eric Anholt | 2004-06-01 | 1 | -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 Smirl | 2004-04-13 | 1 | -1/+1 |
| | | | | Needed for linux-solo to build | ||||
* | lots of Makefile updates for new build system | Brian Paul | 2004-04-08 | 1 | -31/+35 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+75 |