Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Conflicts:
src/gallium/drivers/softpipe/sp_draw_arrays.c
src/mesa/state_tracker/st_draw_feedback.c
|
|
|
|
|
|
|
|
Make python surface just a dumb (texture, face, level, zslice) tuple.
|
|
|
|
|
|
It adds nothing, now that pipe_buffer has a pointer to the screen.
|
|
|
|
C code instead of interpreted python code.
|
|
|
|
|
|
Also, rename p_tile.[ch] to u_tile.[ch]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SWIG does a poor job with arrays inside structures.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still under development. Just barely works.
|