summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/p_texture.i
AgeCommit message (Collapse)Author
2009-12-25python: fix python state tracker after some latest changesZack Rusin
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture ↵Roland Scheidegger
width/height/depth arrays
2009-04-09python: Fix bad pointer.José Fonseca
2009-04-08python: Fix method renaming.José Fonseca
2009-03-31python: Make get/put_tile_raw more user friendlier.José Fonseca
2009-03-31python: Add nblocksx/y members to surfaces.José Fonseca
2009-03-30python: Read rgba8 with a single transfer.José Fonseca
2009-03-30python: Force unsigned comparison.José Fonseca
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-30python: Hide away the surface usage flags.José Fonseca
Surfaces are now by definition GPU views. So CPU access flags don't make any sense when creating a surface. For now we are forcing surfaces to be GPU read/write, but that will go away soon.
2009-03-26python: Make swig bindings python independent.José Fonseca
2009-03-26python: Drop st_buffer.José Fonseca
It adds nothing, now that pipe_buffer has a pointer to the screen.
2009-03-26python: Use pipe_buffer_read/write.José Fonseca
2009-03-26python: Transfer only the requested tile.José Fonseca
2009-03-25python: Pass transfers to the tile functions.José Fonseca
2009-03-17python: Fix build after refcount rework.Michal Krol
2009-02-20python: More efficient blits from surfaces.José Fonseca
C code instead of interpreted python code.
2008-11-20python: Allow to read from buffers.José Fonseca
2008-09-04python: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-08-15python: Fix put/get_tile_raw bindings.José Fonseca
2008-08-14python: Fix typo in buffer::write.José Fonseca
2008-08-12python: Split the interface definition file in smaller ones.José Fonseca