Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: remove DOS carriage returns | Brian | 2008-03-14 | 1 | -195/+195 |
| | |||||
* | gallium: michel's patch to rework texture/sampler binding interface | Keith Whitwell | 2008-03-05 | 1 | -195/+195 |
| | | | | | Bind all the samplers/textures at once rather than piecemeal. This is easier for drivers to understand. | ||||
* | gallium: remove unnecessary tgsi_interp_coef decl | Brian | 2008-02-27 | 1 | -1/+0 |
| | |||||
* | gallium: remove uses_kill field from softpipe_shader | Brian | 2008-02-27 | 1 | -2/+0 |
| | |||||
* | gallium: added tgsi_shader_field to sp_fragment_shader | Brian | 2008-02-26 | 1 | -2/+4 |
| | | | | | Use the shader semantic info from there, instead of from pipe_shader_state. Carry this idea to draw module and other drivers... | ||||
* | gallium: disable early Z test if fragment shader contains KIL instruction. | Brian | 2008-02-23 | 1 | -0/+3 |
| | | | | | Use tgsi_scan_shader() to determine if the fragment shader uses KIL or writes fragment.z | ||||
* | gallium: MSVC fixes. | José Fonseca | 2008-02-24 | 1 | -2/+2 |
| | |||||
* | Merge commit 'origin/gallium-0.1' into gallium-0.1 | Keith Whitwell | 2008-02-15 | 1 | -16/+22 |
| | | | | | | | | Conflicts: src/gallium/drivers/softpipe/sp_quad_fs.c src/gallium/drivers/softpipe/sp_state.h src/gallium/drivers/softpipe/sp_state_fs.c | ||||
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 1 | -0/+187 |
This is in a separate commit to ensure renames are properly preserved. |