Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965g: Delete this driver. | Kai Wasserbäch | 2011-11-29 | 1 | -215/+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: update to similiar gen stuff as i965 | Dave Airlie | 2011-01-09 | 1 | -2/+2 |
| | |||||
* | i965g: Remove unnecessary headers. | Vinson Lee | 2010-01-27 | 1 | -1/+0 |
| | |||||
* | i965g: gs nr_attrs also tracks nr fragment shader inputs | Keith Whitwell | 2009-11-23 | 1 | -4/+6 |
| | | | | Or, equivalently, nr of outputs of active vertex shader varient. | ||||
* | i965g: add lots of error checks and early returns | Keith Whitwell | 2009-11-05 | 1 | -27/+42 |
| | | | | | | | | | | | | | | | | | | | 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: still working on compilation | Keith Whitwell | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | i965g: more compiling wip | Keith Whitwell | 2009-10-25 | 1 | -23/+25 |
| | |||||
* | i965g: more files compiling | Keith Whitwell | 2009-10-24 | 1 | -1/+1 |
| | |||||
* | i965g: wip on removing GL stuff, trying to get a few files compiling | Keith Whitwell | 2009-10-23 | 1 | -6/+2 |
| | |||||
* | i965g: wip | Keith Whitwell | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | i965g: re-starting from the dri driver | Keith Whitwell | 2009-10-23 | 1 | -0/+201 |