summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate
AgeCommit message (Expand)Author
2008-05-29gallium: MSVC warning fixes.José Fonseca
2008-05-28translate: Mark functions as PIPE_CDECL.José Fonseca
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-05-23translate: mark functions as PIPE_CDECLKeith Whitwell
2008-05-23translate: remove spurious commentKeith Whitwell
2008-05-12translate: helper functions for mimizing cost of key comparesKeith Whitwell
2008-05-09translate: helper functions for mimizing cost of key comparesKeith Whitwell
2008-05-08draw: only fill in / compare the part of the translate key we're using.Keith Whitwell
2008-05-01rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell
2008-04-28translate: squash warningsKeith Whitwell
2008-04-24translate: Actually return a value from translate_cache_create().Michal Krol
2008-04-23Create a sharable translate_cache and use it.Zack Rusin
2008-04-23fix non-i386 buildsBen Skeggs
2008-04-21translate: fail on x86 rtasm failKeith Whitwell
2008-04-19translate: fix several bugsKeith Whitwell
2008-04-19translate: don't crash on failure to create sse versionKeith Whitwell
2008-04-18translate: missing fileKeith Whitwell
2008-04-18translate: add sse version based on old draw_vf_sse.cKeith Whitwell
2008-04-16gallium: Get the translate module to build on msvc.José Fonseca
2008-04-16gallium: Build and link the translate module.José Fonseca
2008-04-15gallium: Switch one vertex path over to new translate moduleKeith Whitwell
2008-04-15translate: typo in emit_B8G8R8A8_UNORMKeith Whitwell
2008-04-15gallium: add a generic vertex (or other) buffer translation moduleKeith Whitwell