summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-1/+2
|\
| * python: Temporarily disable python state tracker until transfers are done by ...José Fonseca2010-03-131-1/+2
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-1010-237/+95
|\ \ | |/
| * python: Remove broken link hack.José Fonseca2010-03-102-5/+1
| * python: More build fixes.José Fonseca2010-03-102-1/+7
| * python: Handle the possibility that no driver is selected.José Fonseca2010-03-101-0/+2
| * gallium: remove trace module injection from various state trackersKeith Whitwell2010-03-101-5/+0
| * python: Fix up state tracker for sw api.José Fonseca2010-03-107-225/+84
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-4/+4
| |\
| | * vega: adapt to new vertex element csoRoland Scheidegger2010-03-011-4/+4
| * | python: Rename pipe formats.José Fonseca2010-03-012-2/+2
| * | python: Don't mention deprecated drivers=trace option.José Fonseca2010-03-011-1/+1
| * | python: Fix typo.Michal Krol2010-02-252-1/+1
| |/
* | python: Fix typo.Michal Krol2010-02-252-1/+1
* | python: Fix after sampler view changes.Michal Krol2010-02-254-18/+52
|/
* python: Reconstruct blend state objects from binary blobs.José Fonseca2010-02-151-0/+17
* python: Pretty-printing of blend state.José Fonseca2010-02-142-1/+19
* python: Tell swig how to index per-rendertarget blend state.José Fonseca2010-02-141-0/+14
* python: Pass p_format.h as-is to swig now that it has no inlines.José Fonseca2010-02-142-155/+1
* progs/gallium/python: New home for python statetracker scripts.José Fonseca2010-02-1478-5041/+1
* st/python: fix build error after gallium-screen-context mergeMarek Olšák2010-02-141-1/+1
* gallium: adapt state trackers to stencil ref changeRoland Scheidegger2010-02-102-3/+10
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-1/+1
|\
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-1/+1
* | gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-086-39/+5
* | gallium/python: support two more formats in retrace dumpsZack Rusin2010-02-051-0/+2
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-024-4/+4
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-287-40/+40
|\ \
| * | st/python: adapt to blend changesRoland Scheidegger2010-01-257-40/+40
* | | regress: Add vertex shaders tests for constant buffers.Michal Krol2010-01-283-0/+68
* | | regress: Add fragment shader test for one-dimensional constant buffers.Michal Krol2010-01-282-5/+19
* | | regress: Add two-dimension constant buffer test.Michal Krol2010-01-282-0/+47
* | | python: Link to ws2_32 on windows.Michal Krol2010-01-281-0/+1
* | | regress: Fix shader header.Michal Krol2010-01-281-1/+1
|/ /
* | softpipe: Move st/python's malloc winsys to softpipeJakob Bornecrantz2010-01-171-217/+2
* | regress: Add .gitgnore for *.png files.Michal Krol2010-01-152-0/+2
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-153-9/+5
|\ \ | |/ |/|
| * gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-233-9/+5
* | python: Integrate with llvmpipe if possible.José Fonseca2010-01-112-7/+168
* | python: Mask out PIPE_TEXTURE_USAGE_DISPLAY_TARGET usage.José Fonseca2010-01-111-0/+10
* | python: Prefer PIPE_FORMAT_Z32_UNORM.José Fonseca2010-01-112-2/+2
* | python: Set PIPE_TEXTURE_USAGE_RENDER_TARGET instead of DISPLAY_TARGET.José Fonseca2010-01-114-4/+4
* | python: Don't generate a import library for python module either.José Fonseca2010-01-021-0/+2
* | scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-1/+1
* | python/retrace: Dump only the specified image rectangles.José Fonseca2009-12-281-2/+2
* | python: Update python state tracker and samples for recent interface changes.José Fonseca2009-12-269-24/+53
* | python: fix python state tracker after some latest changesZack Rusin2009-12-252-4/+5
* | python/gs: fix the exampleZack Rusin2009-12-251-4/+4
* | gallium: add geometry shader support to galliumZack Rusin2009-12-253-0/+274
|/
* Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-4/+0
|\