summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965/brw_eu.c
Commit message (Collapse)AuthorAgeFilesLines
* i965g: Delete this driver.Kai Wasserbäch2011-11-291-262/+0
| | | | | | | Never completed, and no plans to do so. Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: José Fonseca <[email protected]>
* i965g: add lots of error checks and early returnsKeith Whitwell2009-11-051-3/+10
| | | | | | | | | | | | | | | | | | | 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: work in progress on fragment shadersKeith Whitwell2009-10-291-10/+10
|
* i965g: still working on compilationKeith Whitwell2009-10-271-9/+9
|
* i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell2009-10-251-2/+3
|
* i965g: re-starting from the dri driverKeith Whitwell2009-10-231-0/+254