Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-01 | i965g: adapt to new vertex element cso | Roland Scheidegger | |
2010-02-17 | gallium: remove redundant nr_components field from pipe_vertex_element | Roland Scheidegger | |
This is a property of the associated src_format pipe format. Hence use util_format_get_nr_components to query this when necessary instead. | |||
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | |
2009-12-21 | i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER | Keith Whitwell | |
2009-11-06 | i965g: use curr.vertex_element state directly | Keith Whitwell | |
2009-11-05 | i965g: add lots of error checks and early returns | Keith Whitwell | |
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. | |||
2009-11-05 | i965g: Fix debug check | Jakob Bornecrantz | |
2009-11-04 | i965g: consolidate some includes | Keith Whitwell | |
2009-11-04 | i965g: init pointer to null, avoid segfault | Keith Whitwell | |
2009-11-04 | i965g: convert read/write domain pairs into single usage value | Keith Whitwell | |
Easier to understand what's going on in the driver sources, convert stereotype usage values back to GEM read/write domain flags in the winsys. | |||
2009-10-25 | i965g: more work on compiling, particularly the brw_draw files | Keith Whitwell | |
2009-10-24 | i965g: more work on compiling | Keith Whitwell | |
2009-10-24 | i965g: more files compiling | Keith Whitwell | |
2009-10-23 | i965g: wip on removing GL stuff, trying to get a few files compiling | Keith Whitwell | |
2009-10-23 | i965g: wip | Keith Whitwell | |
2009-10-23 | i965g: re-starting from the dri driver | Keith Whitwell | |