Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-19 | gallium: fix an assertion | Brian Paul | |
2008-06-11 | draw: don't assume vertex position is in data[0] | Keith Whitwell | |
2008-06-07 | draw: fix temp vs output buffer typo in vsvg_run_elts | Keith Whitwell | |
2008-06-06 | draw: fix intermediate buffer confusion in draw_vs_varient.c | Keith Whitwell | |
The final output buffer can't be used to hold intermediate results as the intermediate vertex size may be greater than the final vertex size, and in any case the output buffer may be uncached in hw drivers. | |||
2008-06-04 | draw: init vsvg draw pointer | Keith Whitwell | |
2008-05-29 | draw: Put PIPE_CDECL in the right places. | José Fonseca | |
MSVC seems picky about this. | |||
2008-05-29 | draw: share machine | Keith Whitwell | |
2008-05-28 | draw: Decorate callbacks with PIPE_CDECL. | Michal Krol | |
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: explicitly list nr_inputs, outputs in varient key | Keith Whitwell | |
2008-05-27 | draw: hook up viewport / rhw emit to varient key state | Keith Whitwell | |
2008-05-25 | draw: add viewport support to generic vs varient code | Keith Whitwell | |
2008-05-23 | draw: add viewport to varient state | Keith Whitwell | |
2008-05-23 | draw: create specialized vs varients incorporating fetch & emit | Keith Whitwell | |