Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sis to the list of DRI drivers, since it had already been converted to the | Eric Anholt | 2004-09-25 | 1 | -4/+4 |
| | | | | new interface. | ||||
* | Refactor the linux-dri config files so that linux-dri-x86 inherits from | Eric Anholt | 2004-09-25 | 1 | -5/+12 |
| | | | | | | | linux-dri. Turn on -O by default (-O2 provides a slight improvement in performance, at a large cost to debuggability). Turn off -fPIC on x86 by default. Turn on -Wall, to catch more stupid mistakes. This could be both done cleaner, and done for more config files, but it works for me for now. | ||||
* | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | 2004-09-13 | 1 | -2/+2 |
| | | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file. | ||||
* | Converted the Savage driver to the new DRI interface and enabled compilation | Felix Kuehling | 2004-08-22 | 1 | -2/+2 |
| | | | | in the Mesa tree. | ||||
* | remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default | Brian Paul | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | add i915 as it seems to build okay.. | Dave Airlie | 2004-06-12 | 1 | -1/+1 |
| | |||||
* | Remove drivers that have not been converted to the new interface from | Ian Romanick | 2004-06-06 | 1 | -2/+3 |
| | | | | the DRI builds. | ||||
* | DRI_NEW_INTERFACE_ONLY is now the only support way to build in the | Ian Romanick | 2004-06-02 | 1 | -2/+2 |
| | | | | | Mesa tree. If you need a driver that supports the old libGL/DRI inteface, it must be built in the DRI tree. | ||||
* | use X86 sources in X86 build, use none in other | Dave Airlie | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | DRM_SOURCE_PATH is in default | Dave Airlie | 2004-05-03 | 1 | -4/+0 |
| | |||||
* | Define GLX_DIRECT_RENDERING in Makefile.template | Keith Whitwell | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | 2004-04-29 | 1 | -2/+8 |
| | |||||
* | First attempt at building a dri module in this tree | Keith Whitwell | 2004-04-14 | 1 | -0/+34 |
-- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested. |