| Commit message (Expand) | Author | Age | Files | Lines |
* | draw: add const qualifiers, fix return types | Brian Paul | 2010-02-02 | 1 | -2/+2 |
* | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS. | Michal Krol | 2010-01-28 | 1 | -5/+5 |
* | gallium: Enable multiple constant buffers for vertex and geometry shaders. | Michal Krol | 2010-01-28 | 1 | -11/+17 |
* | draw: Fix memory leak in gs code | Jakob Bornecrantz | 2010-01-16 | 1 | -0/+1 |
* | draw: Add GALLIUM_DUMP_VS environment variable. | Luca Barbieri | 2010-01-15 | 1 | -0/+2 |
* | Merge branch 'master' into instanced-arrays | Michal Krol | 2010-01-05 | 1 | -3/+29 |
|\ |
|
| * | gallium: add geometry shader support to gallium | Zack Rusin | 2009-12-25 | 1 | -3/+29 |
* | | Implement draw_arrays_instanced() in softpipe. | Michal Krol | 2009-12-29 | 1 | -0/+2 |
|/ |
|
* | gallium: more work for edgeflags changes | Roland Scheidegger | 2009-12-14 | 1 | -0/+1 |
* | gallium: first steps to treat edgeflags as regular vertex element | Keith Whitwell | 2009-12-09 | 1 | -2/+0 |
* | gallium: reduce recursive include of tgsi_exec.h | Keith Whitwell | 2009-07-16 | 1 | -1/+2 |
* | gallium: proper constructor and destructor for tgsi_exec_machine | Keith Whitwell | 2009-07-16 | 1 | -1/+1 |
* | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-12-10 | 1 | -0/+2 |
|\ |
|
| * | gallium: added draw_set_mrd() function to fix polygon offset | Brian Paul | 2008-12-10 | 1 | -0/+2 |
* | | gallium: added draw_texture_samplers() to support texture fetches from vertex... | Brian | 2008-12-04 | 1 | -0/+3 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 1 | -0/+3 |
|\| |
|
| * | draw: add switch for drivers to force vertex data passthrough | Keith Whitwell | 2008-10-07 | 1 | -0/+3 |
* | | gallium: silence warning | Alan Hourihane | 2008-10-10 | 1 | -1/+1 |
|/ |
|
* | Merge tgsi/exec and tgsi/util directories. | José Fonseca | 2008-07-28 | 1 | -2/+2 |
* | draw: don't assume vertex position is in data[0] | Keith Whitwell | 2008-06-11 | 1 | -1/+1 |
* | draw: respect driver's max vertex buffer size | Keith Whitwell | 2008-06-04 | 1 | -0/+1 |
* | draw: Remove const qualifier. | Michal Krol | 2008-05-31 | 1 | -1/+1 |
* | draw: add more switches to turn FSE on/off | Keith Whitwell | 2008-05-29 | 1 | -1/+2 |
* | draw: make sure constant buffer data is aligned before passing to aos.c | Keith Whitwell | 2008-05-29 | 1 | -1/+8 |
* | draw: draw_range_elements trial | Keith Whitwell | 2008-05-29 | 1 | -0/+2 |
* | draw: share machine | Keith Whitwell | 2008-05-29 | 1 | -0/+9 |
* | draw: create specialized vs varients incorporating fetch & emit | Keith Whitwell | 2008-05-23 | 1 | -0/+2 |
* | draw: move some state into a new 'vs' area | Keith Whitwell | 2008-05-23 | 1 | -9/+19 |
* | draw: get rid of fetch-shade-emit frontend hack | Keith Whitwell | 2008-05-23 | 1 | -1/+0 |
* | draw: turn fse path into a middle end | Keith Whitwell | 2008-05-12 | 1 | -1/+1 |
* | draw: add fetch-shade-emit path | Keith Whitwell | 2008-05-12 | 1 | -0/+3 |
* | redo the linear paths | Zack Rusin | 2008-05-08 | 1 | -0/+6 |
* | frontend for rendering without elts | Zack Rusin | 2008-04-25 | 1 | -0/+1 |
* | draw: handle edgeflags and reset-line-stipple again | Keith Whitwell | 2008-04-24 | 1 | -19/+21 |
* | gallium: fix issues in recursive flushing | Brian Paul | 2008-04-23 | 1 | -3/+3 |
* | gallium: added a flushing_vcache flag, test in draw_do_flush() | Brian Paul | 2008-04-22 | 1 | -0/+1 |
* | draw: allow drivers to query pipeline state more easily | Keith Whitwell | 2008-04-22 | 1 | -2/+5 |
* | gallium: Centralize SSE usage logic. | José Fonseca | 2008-04-21 | 1 | -2/+0 |
* | draw: move incoming vertex state into draw->pt | Keith Whitwell | 2008-04-19 | 1 | -24/+23 |
* | draw: make draw_reset_vertex_ids private to the draw_pipe_* code | Keith Whitwell | 2008-04-19 | 1 | -1/+0 |
* | draw: put pipeline flushing behind a new interface | Keith Whitwell | 2008-04-19 | 1 | -1/+4 |
* | draw: move pt_pipeline code to draw_pipe.c | Keith Whitwell | 2008-04-19 | 1 | -7/+17 |
* | draw: move some pipeline-specific code & state to draw_pipe.[ch] | Keith Whitwell | 2008-04-19 | 1 | -107/+25 |
* | draw: remove named clipmask flags, tidy up pt middle ends | Keith Whitwell | 2008-04-19 | 1 | -7/+2 |
* | draw: remove more dead data structures | Keith Whitwell | 2008-04-19 | 1 | -25/+0 |
* | draw: remove dead data structures | Keith Whitwell | 2008-04-19 | 1 | -59/+0 |
* | draw: remove old draw_vertex_shader_queue_flush function | Keith Whitwell | 2008-04-18 | 1 | -6/+0 |
* | draw: switch over to draw_pt paths, will remove old code shortly | Keith Whitwell | 2008-04-18 | 1 | -1/+0 |
* | draw: split off all the extra functionality in the vertex shader | Keith Whitwell | 2008-04-18 | 1 | -0/+2 |
* | draw: move hw vertex emit to a new module | Keith Whitwell | 2008-04-17 | 1 | -8/+0 |