index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
cso_cache
/
cso_cache.c
Age
Commit message (
Expand
)
Author
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
2009-07-06
cso: possible null pointer dereference
Zack Rusin
2009-02-18
util: Move p_debug.h into util module.
José Fonseca
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
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
2008-04-21
cso: propogate one easy error - many more
Keith Whitwell
2008-03-23
gallium: Fix memory leak.
José Fonseca
2008-03-10
fix double deletion
Zack Rusin
2008-02-26
gallium: Fix build on Windows.
Michal Krol
2008-02-26
implement cache limits for cso
Zack Rusin
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
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