summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python
AgeCommit message (Expand)Author
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13python: Temporarily disable python state tracker until transfers are done by ...José Fonseca
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10python: Remove broken link hack.José Fonseca
2010-03-10python: More build fixes.José Fonseca
2010-03-10python: Handle the possibility that no driver is selected.José Fonseca
2010-03-10gallium: remove trace module injection from various state trackersKeith Whitwell
2010-03-10python: Fix up state tracker for sw api.José Fonseca
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-01python: Rename pipe formats.José Fonseca
2010-03-01vega: adapt to new vertex element csoRoland Scheidegger
2010-03-01python: Don't mention deprecated drivers=trace option.José Fonseca
2010-02-25python: Fix typo.Michal Krol
2010-02-25python: Fix typo.Michal Krol
2010-02-25python: Fix after sampler view changes.Michal Krol
2010-02-15python: Reconstruct blend state objects from binary blobs.José Fonseca
2010-02-14python: Pretty-printing of blend state.José Fonseca
2010-02-14python: Tell swig how to index per-rendertarget blend state.José Fonseca
2010-02-14python: Pass p_format.h as-is to swig now that it has no inlines.José Fonseca
2010-02-14progs/gallium/python: New home for python statetracker scripts.José Fonseca
2010-02-14st/python: fix build error after gallium-screen-context mergeMarek Olšák
2010-02-10gallium: adapt state trackers to stencil ref changeRoland Scheidegger
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-05gallium/python: support two more formats in retrace dumpsZack Rusin
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28regress: Add vertex shaders tests for constant buffers.Michal Krol
2010-01-28regress: Add fragment shader test for one-dimensional constant buffers.Michal Krol
2010-01-28regress: Add two-dimension constant buffer test.Michal Krol
2010-01-28python: Link to ws2_32 on windows.Michal Krol
2010-01-28regress: Fix shader header.Michal Krol
2010-01-25st/python: adapt to blend changesRoland Scheidegger
2010-01-17softpipe: Move st/python's malloc winsys to softpipeJakob Bornecrantz
2010-01-15regress: Add .gitgnore for *.png files.Michal Krol
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-11python: Integrate with llvmpipe if possible.José Fonseca
2010-01-11python: Mask out PIPE_TEXTURE_USAGE_DISPLAY_TARGET usage.José Fonseca
2010-01-11python: Prefer PIPE_FORMAT_Z32_UNORM.José Fonseca
2010-01-11python: Set PIPE_TEXTURE_USAGE_RENDER_TARGET instead of DISPLAY_TARGET.José Fonseca
2010-01-02python: Don't generate a import library for python module either.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2009-12-28python/retrace: Dump only the specified image rectangles.José Fonseca
2009-12-26python: Update python state tracker and samples for recent interface changes.José Fonseca
2009-12-25python: fix python state tracker after some latest changesZack Rusin
2009-12-25python/gs: fix the exampleZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-23gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger