Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-18 | draw: use AOS_ERROR rather than clash-prone ERROR() macro | Keith Whitwell | |
2008-10-15 | draw: don't assume output buffer pointer is aligned | Keith Whitwell | |
(cherry picked from commit 23cc303994eb630c56b1224dfdac51dcea41ed03) | |||
2008-10-02 | draw: modify prefetching slightly | Keith Whitwell | |
2008-10-02 | draw: don't keep refetching constant inputs | Keith Whitwell | |
2008-10-02 | draw: add streamlined paths for fetching linear verts | Keith Whitwell | |
2008-09-03 | draw: Describe the steps in emit_load_R32G32B32A32. | José Fonseca | |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca | |
2008-07-09 | draw: remove some debug output | Zack Rusin | |
2008-06-12 | gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATE | Keith Whitwell | |
Fixes codegen for instructions like MUL dst, CONST[0], IMM[0]; the two operands would up getting aliased in the x86/sse code. Fixes glean/vertProg1/fogparams test. | |||
2008-06-02 | draw: Fix MSVC warnings. | José Fonseca | |
2008-05-28 | draw: enable FSE by default | Keith Whitwell | |
2008-05-27 | draw: support psize in vs_varient paths | Keith Whitwell | |
Preserve the vinfo "EMIT_*" format descriptors in the varient key, and deal with PSIZE directly in each implementation. | |||
2008-05-27 | draw: ensure vs outputs mapped correctly to vinfo attribs | Keith Whitwell | |
2008-05-27 | draw: explicitly list nr_inputs, outputs in varient key | Keith Whitwell | |
2008-05-25 | draw: fix input vs output typo in emit | Keith Whitwell | |
2008-05-23 | draw: clean up internal immediates in aos sse | Keith Whitwell | |
2008-05-23 | draw: add aos vertex shader varient | Keith Whitwell | |