Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | softpipe: Grab fs output z from the correct file. | Michal Krol | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | softpipe: reduce textual differences between exec and sse shader paths | Keith Whitwell | 2009-08-11 | 1 | -25/+26 |
| | | | | | Unshare one function (setup_pos_vector) as we want to push this code into the generated shader in the SSE case. | ||||
* | softpipe: setup quad outputs from with fs->run | Keith Whitwell | 2009-07-30 | 1 | -1/+33 |
| | |||||
* | softpipe: reformatting, comments, minor clean-ups | Brian Paul | 2009-03-22 | 1 | -9/+8 |
| | |||||
* | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer | 2009-03-04 | 1 | -1/+0 |
| | |||||
* | softpipe: rename sp_headers.h to sp_quad.h | Brian | 2009-02-11 | 1 | -1/+1 |
| | | | | This header describes the quad-related datatypes afterall. | ||||
* | softpipe: remove old/unneeded dependencies between TGSI exec and softpipe | Brian | 2008-11-23 | 1 | -1/+1 |
| | | | | | Use tgsi_sampler struct as a base class. Softpipe subclasses it and adds the fields it needs. | ||||
* | gallium: remove unused var | Brian Paul | 2008-10-21 | 1 | -3/+0 |
| | |||||
* | gallium: fix the shader-rebind test in softpipe, as was done for the draw ↵ | Brian Paul | 2008-10-15 | 1 | -4/+1 |
| | | | | module. | ||||
* | gallium: temporariliy revert softpipe shader optimization | Brian Paul | 2008-10-15 | 1 | -1/+2 |
| | |||||
* | softpipe: Obey const qualifier. | José Fonseca | 2008-09-19 | 1 | -2/+2 |
| | |||||
* | cell: dump generated code if CELL_DEBUG=asm | Brian Paul | 2008-09-17 | 1 | -5/+24 |
| | |||||
* | softpipe: Split changing fields of quad_header into input, inout and output ↵ | Michal Krol | 2008-09-08 | 1 | -1/+1 |
| | | | | parts. | ||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+1 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | Merge tgsi/exec and tgsi/util directories. | José Fonseca | 2008-07-28 | 1 | -2/+2 |
| | |||||
* | gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state() | Brian Paul | 2008-05-17 | 1 | -1/+4 |
| | | | | The caller can then free the token array immediately. | ||||
* | Bring in several forgotten MSVC fixes. | José Fonseca | 2008-02-23 | 1 | -2/+2 |
| | |||||
* | [PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systems | Keith Whitwell | 2008-02-21 | 1 | -0/+35 |
| | |||||
* | Merge commit 'origin/gallium-0.1' into gallium-0.1 | Keith Whitwell | 2008-02-15 | 1 | -0/+112 |
Conflicts: src/gallium/drivers/softpipe/sp_quad_fs.c src/gallium/drivers/softpipe/sp_state.h src/gallium/drivers/softpipe/sp_state_fs.c |