Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | 2010-02-09 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | Conflicts: src/gallium/drivers/nv10/nv10_state.c src/gallium/drivers/nv20/nv20_state.c src/gallium/drivers/nv50/nv50_program.c | ||||
| * | gallium: clean up point sprite rasterizer state | Roland Scheidegger | 2010-02-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Don't need sprite coord origin per coord. Also, don't need separate sprite enable bit - if all coords have it diabled, then there are no point sprites (technically, there's a distinction in pre-GL3, but it only differs in having more leniency in clamping to max size, something the state tracker would need to handle and the hardware won't bother anyway). Also, use packed field for the per-coord enables. All in all, should save 3 dwords in rasterizer state (from 10 down to 7). | ||||
* | | gallium/draw: replace int with boolean | Brian Paul | 2010-01-22 | 1 | -8/+8 |
|/ | |||||
* | gallium/draw: add ability to print out active pipeline stages | Keith Whitwell | 2009-04-28 | 1 | -1/+10 |
| | |||||
* | draw: allow driver-override of draw_need_pipeline() | Keith Whitwell | 2008-12-23 | 1 | -4/+17 |
| | |||||
* | 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] | ||||
* | draw: allow drivers to query pipeline state more easily | Keith Whitwell | 2008-04-22 | 1 | -14/+16 |
| | | | | | | Also, provide a separate flag to say whether the driver can handle clipping/rhw tasks, in addition to the API flag which indicates they have already been done. | ||||
* | draw: propogate lots of errors | Keith Whitwell | 2008-04-21 | 1 | -0/+2 |
| | |||||
* | draw: move some pipeline-specific code & state to draw_pipe.[ch] | Keith Whitwell | 2008-04-19 | 1 | -8/+9 |
| | |||||
* | draw: rename pipeline files to draw_pipe_* | Keith Whitwell | 2008-04-19 | 1 | -0/+312 |