Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-17 | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol | |
Previously they depended on format blocks, but after removing those they started depending on format encoding. | |||
2009-11-30 | fixups for interface changes (mostly state trackers) | Roland Scheidegger | |
2009-11-26 | gallium: fix more statetrackers/drivers for not using texture ↵ | Roland Scheidegger | |
width/height/depth arrays | |||
2009-03-30 | python: Set correct transfer mode. | José Fonseca | |
2009-03-30 | python: Set the surface GPU access flags. | José Fonseca | |
Make python surface just a dumb (texture, face, level, zslice) tuple. | |||
2009-03-17 | python: Return on unknown pixel format. | Michal Krol | |
2009-03-16 | python: Use transfer object to read from a surface. | Michal Krol | |
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-07-18 | python: Reimplement the generation of random texture samples in C. | José Fonseca | |