summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-05-23draw: mark varient functions as PIPE_CDECLKeith Whitwell
2008-05-23translate: mark functions as PIPE_CDECLKeith Whitwell
2008-05-23gallium: define PIPE_CDECL calling convention, which really is cdecl everywhereKeith Whitwell
2008-05-23rtasm: export debug reg print functionKeith Whitwell
2008-05-23translate: remove spurious commentKeith Whitwell
2008-05-23rtasm: remove unused struct memberKeith Whitwell
2008-05-23draw: create specialized vs varients incorporating fetch & emitKeith Whitwell
2008-05-23draw: move some state into a new 'vs' areaKeith Whitwell
2008-05-23draw: get rid of fetch-shade-emit frontend hackKeith Whitwell
2008-05-23draw: remove disabled non-sse swizzle codeKeith Whitwell
2008-05-19Merge commit 'origin/gallium-0.1' into gallium-vertex-linearZack Rusin
2008-05-19if x86_get_func() returns NULL, handle it properly instead of abortingBrian Paul
2008-05-17cosmetic changesZack Rusin
2008-05-17fix rsqZack Rusin
2008-05-17fix abs and start on rsqZack Rusin
2008-05-17do the lit (some artifacts present)Zack Rusin
2008-05-17implement min/max and abstract ops on vectorsZack Rusin
2008-05-17llvm: implement sub and absZack Rusin
2008-05-17fix injections of functions from builtins into shadersZack Rusin
2008-05-17move the swizzling code to gallivm in preperation for code-generating itZack Rusin
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul
2008-05-17gallium: remove deprecated format namesBrian Paul
2008-05-13decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin
2008-05-12adjust llvm code to the changes in 2.3Zack Rusin
2008-05-12draw: turn fse path into a middle endKeith Whitwell
2008-05-12draw: streamline the varray pathKeith Whitwell
2008-05-12softpipe: more work to get non-reduced primitives working in vbufKeith Whitwell
2008-05-12softpipe: make vbuf handle all primitive typesKeith Whitwell
2008-05-12draw: add fetch-shade-emit pathKeith Whitwell
2008-05-12softpipe: add failure paths for context creationKeith Whitwell
2008-05-12xlib: add failure paths for context creationKeith Whitwell
2008-05-12draw: mimize cost of translate key compares, use cache universallyKeith Whitwell
2008-05-12translate: helper functions for mimizing cost of key comparesKeith Whitwell
2008-05-10gallium: optimize the flush_spans() functionBrian
2008-05-10gallium: remove unused codeBrian
2008-05-09draw: Fix number of vertices allocated in draw_pt_emit().Michel Dänzer
2008-05-09draw: fix translate double-free, minor cleanupsKeith Whitwell
2008-05-09draw: mimize cost of translate key compares, use cache universallyKeith Whitwell
2008-05-09translate: helper functions for mimizing cost of key comparesKeith Whitwell
2008-05-08Merge branch 'gallium-0.1' into gallium-vertex-linearKeith Whitwell
2008-05-08draw: only fill in / compare the part of the translate key we're using.Keith Whitwell
2008-05-08xlib: more SP_NO_RAST supportKeith Whitwell
2008-05-08softpipe: don't calc det if NO_RAST setKeith Whitwell
2008-05-08fix quad stripsZack Rusin
2008-05-08fix triangle stripsZack Rusin
2008-05-08fix silly mistakesZack Rusin
2008-05-08redo the linear pathsZack Rusin
2008-05-08fix the regressionsZack Rusin
2008-05-08silence debugging outputZack Rusin
2008-05-08implement linear path for fetch_emit pipelineZack Rusin