Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-06 | dri: drop MINIGLX_SOURCES | George Sapountzis | |
2009-10-16 | mesa: lift default symlinks target into Makefile.template | Brian Paul | |
Driver Makefiles can still add symlink dependencies/rules if needed. | |||
2005-05-23 | Import Thomas Helstrom's SSE memcpy code from the via X.org driver. | Keith Whitwell | |
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. | |||
2005-05-05 | Refactor COMMON_SOURCES up to Makefile.template | Adam Jackson | |
2005-05-04 | Add drirenderbuffer.c to COMMON_SOURCES | Adam Jackson | |
2005-03-22 | merge unichrome changes from branch | Keith Whitwell | |
2005-01-05 | Bring VIA driver up-to-date with regard to drm_*_t changes and remove | Alan Hourihane | |
the xf86drmVIA.[ch] files. Bring in the IRQ handler and Ring buffer code, but ring buffer is disabled as it is with the Xserver. It certainly locks up the CLE266. | |||
2005-01-04 | Change to use the t_vertex.c mechanisms for building vertices, | Keith Whitwell | |
including Felix's ptex code. Re-enable some assembly for performance. | |||
2004-10-02 | Cut out all of the old texture environment code and rewrote it from | Ian Romanick | |
scratch. There were just too many cut-and-paste errors in the code, and it was too hard to follow. This fixes Mesa bugzilla #1508. #1509 is probably also fixed, but I'd like to do some more testing before I close that particular bug. Additionally, this cuts almost 4,600 lines of code from the driver. | |||
2004-05-27 | Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common. | Ian Romanick | |
2004-04-29 | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | |
2004-04-13 | Add DRM_SOURCE_PATH to make system. | Jon Smirl | |
Needed for linux-solo to build | |||
2004-04-08 | lots of Makefile updates for new build system | Brian Paul | |
2004-03-26 | New Makefile system | Brian Paul | |