summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/p_context.i
AgeCommit message (Expand)AuthorFilesLines
2011-04-06st/python: Remove bindings, and all its dependencies.José Fonseca1-756/+0
2011-03-11st/python: Remove flags from flush function.Vinson Lee1-1/+1
2011-03-11st/python: Clean up fence_finish.Vinson Lee1-1/+1
2011-03-08st/python: Add timeout parameter to fence_finish.Vinson Lee1-1/+1
2011-02-15st/python: add usage parameter to pipe_buffer_createVinson Lee1-0/+1
2011-02-14st/python: remove pipe_vertex_buffer::max_indexVinson Lee1-3/+0
2010-12-20st/python: remove unused 'buf' parameter in pipe_buffer_unmapVinson Lee1-1/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-31/+24
2010-07-29st/python: Adapt to interface change.Chia-I Wu1-21/+18
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger1-8/+35
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-13/+13
2010-05-30st/python: Expose region_copy/fill_region instead of deprecated surface_copy/...José Fonseca1-52/+20
2010-05-29st/python: adapt to clear interface changesRoland Scheidegger1-13/+26
2010-05-17st/python: adapt to interface changesRoland Scheidegger1-7/+23
2010-04-19st/python: Use index bias.José Fonseca1-4/+6
2010-04-12st/python: Fix regressions.José Fonseca1-0/+109
2010-04-10Squashed commit of the following:Keith Whitwell1-83/+82
2010-04-01st/python: Allow to sample only in the [0,1] range.José Fonseca1-2/+3
2010-03-29st/python: Update for util_draw_vertex_buffer changes.José Fonseca1-3/+35
2010-03-29st/python: Move surface read/write methods to context.José Fonseca1-3/+246
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-4/+4
2010-03-01vega: adapt to new vertex element csoRoland Scheidegger1-4/+4
2010-02-25python: Fix after sampler view changes.Michal Krol1-8/+25
2010-02-10gallium: adapt state trackers to stencil ref changeRoland Scheidegger1-1/+5
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-4/+1
2009-12-26python: Update python state tracker and samples for recent interface changes.José Fonseca1-6/+21
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-0/+19
2009-12-23gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger1-4/+1
2009-12-01python: Update for renamed sampler/texture state setters.Michal Krol1-3/+3
2009-04-08python: Don't try to finish a null fence.José Fonseca1-3/+5
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer1-38/+3
2009-03-30python: Set the surface GPU access flags.José Fonseca1-10/+75
2009-03-30python: Dont touch old pipe_winsys.José Fonseca1-2/+2
2009-03-26python: Drop st_buffer.José Fonseca1-8/+8
2009-03-25python: s/pitch/stride/José Fonseca1-2/+2
2009-03-17python: Do not pass screen object to pipe_buffer_reference.Michal Krol1-1/+1
2009-03-16python: pipe_vertex_buffer's pitch member has been renamed to stride.Michal Krol1-1/+1
2009-03-16python: size is not a member of pipe_constant_buffer any more.Michal Krol1-1/+0
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz1-3/+2
2008-12-31python: Pass a zero offset to util_draw_vertex_buffer.José Fonseca1-1/+1
2008-09-04python: Use pipe_buffer_* inlines as much as possible.José Fonseca1-8/+8
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca1-1/+1
2008-08-20python: bindings for draw_range_elements.José Fonseca1-0/+10
2008-08-19python: Handle null state.José Fonseca1-0/+10
2008-08-14python: Remove unused var.José Fonseca1-1/+1
2008-08-14python: Bindings fixes.José Fonseca1-10/+22
2008-08-12python: Use st_buffers instead of pipe_buffers.José Fonseca1-6/+26
2008-08-12python: Simplify setting the constant buffers.José Fonseca1-2/+7
2008-08-12python: Split the interface definition file in smaller ones.José Fonseca1-0/+232