summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965/brw_draw.c
Commit message (Collapse)AuthorAgeFilesLines
* i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFERKeith Whitwell2009-12-211-1/+6
|
* i965g: smaller upload buffer for index dataKeith Whitwell2009-11-111-1/+1
|
* i965g: propogate index size stateKeith Whitwell2009-11-061-1/+3
|
* i965g: add lots of error checks and early returnsKeith Whitwell2009-11-051-2/+1
| | | | | | | | | | | | | | | | | | | Any allocation that may fail should be checked, and propogate the error upwards. At the highest level we will flush batch and retry. This is an alternate strategy to what the original DRI driver did of attempting to flush batch from the lowest levels (eg inside BEGIN_BATCH). The trouble with that strategy was that flushes could occur at unexpected times, and additionally there was a need for a wierd notification mechanism to propogate the 'lost context' state back up to higher levels. Propogating the errors directly gives us a lot of flexibility how to deal with these states, at the expense of a lot more checking in the code. Will add some sanity checks later to make sure that out-of-memory conditions are properly escalated and not lost halfway up the stack.
* i965g: remove redundant screen pointer in brw context structKeith Whitwell2009-11-041-2/+2
|
* i965g: hook up more pipe_context functionsKeith Whitwell2009-11-041-2/+2
|
* i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell2009-10-251-75/+90
|
* i965g: more work on compilingKeith Whitwell2009-10-241-75/+59
|
* i965g: more files compilingKeith Whitwell2009-10-241-7/+5
|
* i965g: wip on removing GL stuff, trying to get a few files compilingKeith Whitwell2009-10-231-19/+6
|
* i965g: wipKeith Whitwell2009-10-231-218/+26
|
* i965g: re-starting from the dri driverKeith Whitwell2009-10-231-0/+493