summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/p_texture.i
AgeCommit message (Expand)Author
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
2009-03-30python: Hide away the surface usage flags.José Fonseca
2009-03-26python: Make swig bindings python independent.José Fonseca
2009-03-26python: Drop st_buffer.José Fonseca
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
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