summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python/p_context.i
Commit message (Expand)AuthorAgeFilesLines
* st/python: Remove bindings, and all its dependencies.José Fonseca2011-04-061-756/+0
* st/python: Remove flags from flush function.Vinson Lee2011-03-111-1/+1
* st/python: Clean up fence_finish.Vinson Lee2011-03-111-1/+1
* st/python: Add timeout parameter to fence_finish.Vinson Lee2011-03-081-1/+1
* st/python: add usage parameter to pipe_buffer_createVinson Lee2011-02-151-0/+1
* st/python: remove pipe_vertex_buffer::max_indexVinson Lee2011-02-141-3/+0
* st/python: remove unused 'buf' parameter in pipe_buffer_unmapVinson Lee2010-12-201-1/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-31/+24
* st/python: Adapt to interface change.Chia-I Wu2010-07-291-21/+18
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-8/+35
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-13/+13
| * st/python: adapt to clear interface changesRoland Scheidegger2010-05-291-13/+26
* | st/python: Expose region_copy/fill_region instead of deprecated surface_copy/...José Fonseca2010-05-301-52/+20
|/
* st/python: adapt to interface changesRoland Scheidegger2010-05-171-7/+23
* st/python: Use index bias.José Fonseca2010-04-191-4/+6
* st/python: Fix regressions.José Fonseca2010-04-121-0/+109
* Squashed commit of the following:Keith Whitwell2010-04-101-83/+82
* st/python: Allow to sample only in the [0,1] range.José Fonseca2010-04-011-2/+3
* st/python: Update for util_draw_vertex_buffer changes.José Fonseca2010-03-291-3/+35
* st/python: Move surface read/write methods to context.José Fonseca2010-03-291-3/+246
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-4/+4
|\
| * vega: adapt to new vertex element csoRoland Scheidegger2010-03-011-4/+4
* | python: Fix after sampler view changes.Michal Krol2010-02-251-8/+25
|/
* gallium: adapt state trackers to stencil ref changeRoland Scheidegger2010-02-101-1/+5
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-4/+1
|\
| * gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-4/+1
* | python: Update python state tracker and samples for recent interface changes.José Fonseca2009-12-261-6/+21
* | gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+19
|/
* python: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-3/+3
* python: Don't try to finish a null fence.José Fonseca2009-04-081-3/+5
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-38/+3
* python: Set the surface GPU access flags.José Fonseca2009-03-301-10/+75
* python: Dont touch old pipe_winsys.José Fonseca2009-03-301-2/+2
* python: Drop st_buffer.José Fonseca2009-03-261-8/+8
* python: s/pitch/stride/José Fonseca2009-03-251-2/+2
* python: Do not pass screen object to pipe_buffer_reference.Michal Krol2009-03-171-1/+1
* python: pipe_vertex_buffer's pitch member has been renamed to stride.Michal Krol2009-03-161-1/+1
* python: size is not a member of pipe_constant_buffer any more.Michal Krol2009-03-161-1/+0
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-3/+2
* python: Pass a zero offset to util_draw_vertex_buffer.José Fonseca2008-12-311-1/+1
* python: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-8/+8
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-1/+1
* python: bindings for draw_range_elements.José Fonseca2008-08-201-0/+10
* python: Handle null state.José Fonseca2008-08-191-0/+10
* python: Remove unused var.José Fonseca2008-08-141-1/+1
* python: Bindings fixes.José Fonseca2008-08-141-10/+22
* python: Use st_buffers instead of pipe_buffers.José Fonseca2008-08-121-6/+26
* python: Simplify setting the constant buffers.José Fonseca2008-08-121-2/+7
* python: Split the interface definition file in smaller ones.José Fonseca2008-08-121-0/+232