Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-09 | auxiliary: fix vertex elements cso | Roland Scheidegger | |
potentially could have got a match even though the cso was different (in case of different count and first few elements the same). | |||
2010-02-18 | gallium: use cso state handling for pipe_vertex_element state | Roland Scheidegger | |
2010-01-30 | gallium: fix blend state cso | Roland Scheidegger | |
if independent blend state was disabled, only the data from first rt was stored, however the comparison used the full state, hence there never was a match and always a new object was created. Fixes a huge performance drop with llvmpipe due to recompilation. | |||
2008-04-30 | try to fix the deleting of the bound cso during cleanup of the hash | Zack Rusin | |
2008-03-11 | gallium: fix some cso_state_callback cast warnings | Brian | |
2008-02-27 | gallium: Use stricter types. | José Fonseca | |
VC++ won't silently convert a pointer to a function with typed pointer arguments to one with void pointer arguments. | |||
2008-02-26 | add an explicit callback decleration and use it to silence warnings | Zack Rusin | |
2008-02-26 | hide cso cache definition and add some initial code for size limiting | Zack Rusin | |
the caches | |||
2008-02-26 | implement deleting of driver side cached state in cso's | Zack Rusin | |
2008-02-25 | Add Zack's comments about CSOs. | José Fonseca | |
2008-02-23 | gallium: Countour MSVC's pickyness for structures returned by value. | José Fonseca | |
2008-02-23 | gallium: Wrap decls in extern "C". | José Fonseca | |
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |