Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-06 | cso: possible null pointer dereference | Zack Rusin | |
reported by clang static analyzer | |||
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-04-30 | try to fix the deleting of the bound cso during cleanup of the hash | Zack Rusin | |
2008-04-23 | fix the simple hash finding function and use it | Zack Rusin | |
2008-04-22 | In case the 'func' is deleting the state move the iterator before | Zack Rusin | |
calling it. | |||
2008-04-21 | cso: propogate one easy error - many more | Keith Whitwell | |
2008-03-23 | gallium: Fix memory leak. | José Fonseca | |
pipe cso's were being destroyed, but the hash elements themselves not. proper fix is IMHO add a destructor callback to cso_hash. | |||
2008-03-10 | fix double deletion | Zack Rusin | |
plus, if the current hash is bigger than max size make sure we delete enough from it | |||
2008-02-26 | gallium: Fix build on Windows. | Michal Krol | |
2008-02-26 | implement cache limits for cso | Zack Rusin | |
by default set to 4096, which might be on the large side | |||
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 | Replace standand library functions by portable ones. | José Fonseca | |
2008-02-23 | gallium: Add cso convenience routine (from Keith's patch). | José Fonseca | |
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |