summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/p_context.i
AgeCommit message (Collapse)Author
2009-12-01python: Update for renamed sampler/texture state setters.Michal Krol
2009-04-08python: Don't try to finish a null fence.José Fonseca
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
Only allows clearing currently bound buffers, but colour and depth/stencil in a single call.
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: Dont touch old pipe_winsys.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-25python: s/pitch/stride/José Fonseca
2009-03-17python: Do not pass screen object to pipe_buffer_reference.Michal Krol
2009-03-16python: pipe_vertex_buffer's pitch member has been renamed to stride.Michal Krol
2009-03-16python: size is not a member of pipe_constant_buffer any more.Michal Krol
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me.
2008-12-31python: Pass a zero offset to util_draw_vertex_buffer.José Fonseca
2008-09-04python: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
We want to use the pipe_buffer_* inlines everywhere, but a pipe context is not always available nor is it needed.
2008-08-20python: bindings for draw_range_elements.José Fonseca
2008-08-19python: Handle null state.José Fonseca
2008-08-14python: Remove unused var.José Fonseca
2008-08-14python: Bindings fixes.José Fonseca
2008-08-12python: Use st_buffers instead of pipe_buffers.José Fonseca
2008-08-12python: Simplify setting the constant buffers.José Fonseca
2008-08-12python: Split the interface definition file in smaller ones.José Fonseca