Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draw: Remove unused variable. | José Fonseca | 2009-08-13 | 1 | -1/+0 |
| | |||||
* | Merge branch 'mesa_7_5_branch' | Keith Whitwell | 2009-08-13 | 1 | -22/+55 |
|\ | |||||
| * | draw: cope with more primitives in draw_pipeline_run | Keith Whitwell | 2009-08-13 | 1 | -22/+55 |
| | | | | | | | | | | | | | | | | This previously was used only for decomposed (POINT/LINE/TRI) primitives, but for some time a full range of primitives could end up in here. Fixes trivial/lineloop-clip on softpipe, among others. (cherry picked from commit 87cd8a3b8a2407b30916be418ff2f95dfea5d2ad) | ||||
* | | draw: clean up indentation | Brian Paul | 2009-06-18 | 1 | -11/+11 |
|/ | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+0 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | gallium: fix typo in LINE() macro (replace i+1 with i1 var) | Brian Paul | 2008-08-20 | 1 | -1/+1 |
| | | | | | We were sometimes referencing an invalid vertex. Fixes progs/trivial/line-clip.c test among others. | ||||
* | draw: Fix MSVC warnings. | José Fonseca | 2008-06-02 | 1 | -1/+2 |
| | |||||
* | decomposition from keith, adds decomposition of more prim to the pipeline | Zack Rusin | 2008-05-13 | 1 | -24/+50 |
| | |||||
* | redo the linear paths | Zack Rusin | 2008-05-08 | 1 | -0/+39 |
| | |||||
* | gallium: comments | Brian Paul | 2008-04-24 | 1 | -2/+2 |
| | |||||
* | draw: handle edgeflags and reset-line-stipple again | Keith Whitwell | 2008-04-24 | 1 | -10/+9 |
| | |||||
* | draw: consolidate all the passthrough line/tri/point funcs | Keith Whitwell | 2008-04-21 | 1 | -63/+0 |
| | |||||
* | draw: make draw_reset_vertex_ids private to the draw_pipe_* code | Keith Whitwell | 2008-04-19 | 1 | -0/+2 |
| | |||||
* | draw: put pipeline flushing behind a new interface | Keith Whitwell | 2008-04-19 | 1 | -0/+8 |
| | |||||
* | draw: move pt_pipeline code to draw_pipe.c | Keith Whitwell | 2008-04-19 | 1 | -1/+116 |
| | | | | | This is now the drawing interface to the pipeline. No more calling into pipeline.first->tri(), etc. | ||||
* | draw: move some pipeline-specific code & state to draw_pipe.[ch] | Keith Whitwell | 2008-04-19 | 1 | -0/+161 |