Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dri: Remove all DRI1 drivers | Ian Romanick | 2011-08-26 | 1 | -138/+0 |
| | | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]> | ||||
* | Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined. | Ian Romanick | 2005-05-24 | 1 | -2/+2 |
| | | | | This makes the driver build on x86-64 again. | ||||
* | Import Thomas Helstrom's SSE memcpy code from the via X.org driver. | Keith Whitwell | 2005-05-23 | 1 | -0/+138 |
Add a TextureMemCpy callback, called from texstore.c when copying texture data via the memcpy_texture() path. Enable this code in the via driver - 100% speedup in texdown.c results. |