aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mach64/mach64_texmem.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 7260: mach64 texture memory mng cleanupGeorge Sapountzis2006-12-121-503/+152
| | | | | | mach64 uses its own set of texture memory management routines which are buggy, running a second DRI client kills the first one. This patch ports mach64 code to the stock dri texture managment code.
* Bugzilla 6242: [mach64] Use private DMA buffers (only)Felix Kuehling2006-10-021-13/+3
| | | | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=6242 Patch by George Sapountzis: https://bugs.freedesktop.org/attachment.cgi?id=6271 Update to new mach64 DRM 2.0.0 with private DMA buffers. Handle EAGAIN in mach64FireBlitLocked: call drmCommandWrite up to MACH64_TIMEOUT times when EAGAIN is returned. Also handle EAGAIN in mach64FlushVerticesLocked.
* Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl2004-06-021-4/+4
|
* fixup mach64 for newer build/typesDave Airlie2004-05-311-16/+16
|
* Remove warnings from mach64 build, fix up some _SOLO stuff,Dave Airlie2004-02-061-2/+2
| | | | update to newer Mesa interfaces...
* Initial mach64 driver import for DRI mach64-0-0-6 branch,Dave Airlie2004-02-051-0/+867
this compiles but I doubt it works but it is a better starting point than the branch