Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-12 | Bug 7260: mach64 texture memory mng cleanup | George Sapountzis | |
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. | |||
2005-11-28 | Remove the many aliases for 'struct mem_block' in mm.h | Keith Whitwell | |
2005-05-31 | Move fallback debugging under MACH64_DEBUG=fall (matching other drivers) and | Eric Anholt | |
add pretty descriptions of the bits. GC one of the bits that was unused. Also, now only the first thing triggering a fallback and the last thing requiring one do the debug output. This also matches other drivers. | |||
2005-05-30 | Add the no_rast debug option to mach64. It shows that software fallbacks are | Eric Anholt | |
pretty broken. | |||
2005-01-31 | Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless. | Adam Jackson | |
2004-06-09 | remove unused stuff, fix non-native build | Dave Airlie | |
2004-06-07 | use the mesa defines | Dave Airlie | |
2004-06-07 | make endian code work on BSD | Dave Airlie | |
2004-06-06 | Remove use of X windows include | Dave Airlie | |
2004-06-02 | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick | |
drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t. | |||
2004-05-31 | fixup mach64 for newer build/types | Dave Airlie | |
2004-04-29 | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | |
2004-03-19 | Add includes to make mach64 build | Dave Airlie | |
2004-03-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | |
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | |||
2004-02-06 | Remove warnings from mach64 build, fix up some _SOLO stuff, | Dave Airlie | |
update to newer Mesa interfaces... | |||
2004-02-05 | Initial mach64 driver import for DRI mach64-0-0-6 branch, | Dave Airlie | |
this compiles but I doubt it works but it is a better starting point than the branch |