summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python/gallium.i
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+1
* st/python: Generate binding for u_format utility functions too.José Fonseca2010-03-311-1/+2
* python: Fix after sampler view changes.Michal Krol2010-02-251-0/+1
* python: Pretty-printing of blend state.José Fonseca2010-02-141-1/+3
* python: Pass p_format.h as-is to swig now that it has no inlines.José Fonseca2010-02-141-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-1/+0
|\
| * gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-1/+0
* | python: fix python state tracker after some latest changesZack Rusin2009-12-251-0/+1
|/
* fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-1/+0
* python: Set the surface GPU access flags.José Fonseca2009-03-301-1/+1
* python: Dont touch old pipe_winsys.José Fonseca2009-03-301-1/+0
* python: Make swig bindings python independent.José Fonseca2009-03-261-2/+1
* python: Drop st_buffer.José Fonseca2009-03-261-1/+1
* python: Include `p_winsys_screen.h'.Michal Krol2009-03-171-8/+9
* python: More efficient blits from surfaces.José Fonseca2009-02-201-0/+1
* python: Allow to read from buffers.José Fonseca2008-11-201-0/+2
* python: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-1/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* python: Bindings fixes.José Fonseca2008-08-141-0/+2
* python: Bindings for p_compiler.h types.José Fonseca2008-08-121-0/+1
* python: Bindings for pipe_{depth,stencil,alpha}_state.José Fonseca2008-08-121-1/+3
* python: Split the interface definition file in smaller ones.José Fonseca2008-08-121-519/+5
* python: Add unsigned arrays.José Fonseca2008-08-121-1/+2
* python: Allow writing to buffers.José Fonseca2008-08-121-8/+29
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-2/+2
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-4/+11
* python: Add methods to get texture width, height, etc.José Fonseca2008-07-181-0/+20
* python: Reimplement the generation of random texture samples in C.José Fonseca2008-07-181-0/+6
* python: Reimplement tile comparison in C to speed up tests.José Fonseca2008-07-181-8/+40
* python: Silent debug output.José Fonseca2008-07-161-10/+2
* python: Get object ownership done correctly.José Fonseca2008-07-151-9/+35
* python: Allow hardware support.José Fonseca2008-07-151-1/+1
* python: Raw tile access to surface.José Fonseca2008-07-141-0/+11
* python: Surface clears.José Fonseca2008-07-141-1/+1
* python: Set default state.José Fonseca2008-07-141-0/+2
* python: Allow to create/specify shaders.José Fonseca2008-07-141-22/+66
* python: New state tracker which exposes the pipe driver to python scripts.José Fonseca2008-07-131-0/+448