Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: more work for edgeflags changes | Roland Scheidegger | 2009-12-14 | 1 | -0/+4 |
| | | | | | fixes, cleanups, etc. not working yet | ||||
* | gallium: reduce recursive include of tgsi_exec.h | Keith Whitwell | 2009-07-16 | 1 | -0/+2 |
| | | | | A lot of draw code no longer needs to see this header. | ||||
* | gallium: proper constructor and destructor for tgsi_exec_machine | Keith Whitwell | 2009-07-16 | 1 | -18/+3 |
| | | | | | Centralize the creation, initialization and destruction of this struct. Use align_malloc instead of home-brew alternatives. | ||||
* | draw: Avoid integer overflow converting pointers on 64bit archs. | José Fonseca | 2008-12-31 | 1 | -1/+1 |
| | | | | Not really an error, as we only care for the lower 4 bits. | ||||
* | gallium: PPC vertex shader support | Brian Paul | 2008-10-22 | 1 | -1/+4 |
| | | | | Works, but dead code lingering, debug code present, etc. | ||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+5 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | gallium: Allow draw module to work on non-x86 platforms again. | Michel Dänzer | 2008-07-02 | 1 | -0/+2 |
| | |||||
* | draw: don't assume vertex position is in data[0] | Keith Whitwell | 2008-06-11 | 1 | -0/+11 |
| | |||||
* | draw: Fix MSVC warnings. | José Fonseca | 2008-06-02 | 1 | -3/+3 |
| | |||||
* | draw: make sure constant buffer data is aligned before passing to aos.c | Keith Whitwell | 2008-05-29 | 1 | -1/+18 |
| | |||||
* | draw: share machine | Keith Whitwell | 2008-05-29 | 1 | -3/+40 |
| | |||||
* | draw: create specialized vs varients incorporating fetch & emit | Keith Whitwell | 2008-05-23 | 1 | -1/+82 |
| | |||||
* | draw: move some state into a new 'vs' area | Keith Whitwell | 2008-05-23 | 1 | -4/+31 |
| | |||||
* | draw: rename draw_vertex_shader.c -> draw_vs.c | Keith Whitwell | 2008-04-19 | 1 | -0/+85 |