summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/st_sample.c
AgeCommit message (Collapse)Author
2009-03-30python: Set correct transfer mode.José Fonseca
2009-03-30python: Set the surface GPU access flags.José Fonseca
Make python surface just a dumb (texture, face, level, zslice) tuple.
2009-03-17python: Return on unknown pixel format.Michal Krol
2009-03-16python: Use transfer object to read from a surface.Michal Krol
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
Also, rename p_tile.[ch] to u_tile.[ch]
2008-07-18python: Reimplement the generation of random texture samples in C.José Fonseca