| Commit message (Expand) | Author | Age | Files | Lines |
* | st/python: Adapt to interface change. | Chia-I Wu | 2010-07-29 | 1 | -21/+18 |
* | Merge branch 'gallium-newclear' | Roland Scheidegger | 2010-06-03 | 1 | -8/+35 |
|\ |
|
| * | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger | 2010-06-03 | 1 | -13/+13 |
| * | st/python: adapt to clear interface changes | Roland Scheidegger | 2010-05-29 | 1 | -13/+26 |
* | | st/python: Expose region_copy/fill_region instead of deprecated surface_copy/... | José Fonseca | 2010-05-30 | 1 | -52/+20 |
|/ |
|
* | Merge branch 'gallium-msaa' | Roland Scheidegger | 2010-05-21 | 2 | -11/+29 |
|\ |
|
| * | st/python: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 2 | -11/+29 |
* | | gallium: remnants of old ccw state | Keith Whitwell | 2010-05-21 | 1 | -2/+1 |
|/ |
|
* | st/python: Use index bias. | José Fonseca | 2010-04-19 | 1 | -4/+6 |
* | st/python: Set the bind flag for the default texture. | José Fonseca | 2010-04-18 | 1 | -0/+1 |
* | st/python: Fix regressions. | José Fonseca | 2010-04-12 | 3 | -48/+117 |
* | scons: Always build softpipe and llvmpipe (when llvm available). | José Fonseca | 2010-04-11 | 1 | -2/+2 |
* | scons: Make LLVM a black-white dependency. | José Fonseca | 2010-04-11 | 1 | -1/+0 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 8 | -214/+203 |
* | st/python: Allow to sample only in the [0,1] range. | José Fonseca | 2010-04-01 | 3 | -23/+46 |
* | st/python: Always use softpipe as reference driver. | José Fonseca | 2010-04-01 | 4 | -11/+17 |
* | st/python: Generate binding for u_format utility functions too. | José Fonseca | 2010-03-31 | 2 | -1/+90 |
* | st/python: Update for util_draw_vertex_buffer changes. | José Fonseca | 2010-03-29 | 1 | -3/+35 |
* | st/python: Move surface read/write methods to context. | José Fonseca | 2010-03-29 | 4 | -245/+267 |
* | Revert "python: Temporarily disable python state tracker until transfers are ... | José Fonseca | 2010-03-29 | 1 | -2/+1 |
* | st/python: updates for recent interface changes | Keith Whitwell | 2010-03-28 | 4 | -57/+58 |
* | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-13 | 1 | -1/+2 |
|\ |
|
| * | python: Temporarily disable python state tracker until transfers are done by ... | José Fonseca | 2010-03-13 | 1 | -1/+2 |
* | | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 10 | -237/+95 |
|\| |
|
| * | python: Remove broken link hack. | José Fonseca | 2010-03-10 | 2 | -5/+1 |
| * | python: More build fixes. | José Fonseca | 2010-03-10 | 2 | -1/+7 |
| * | python: Handle the possibility that no driver is selected. | José Fonseca | 2010-03-10 | 1 | -0/+2 |
| * | gallium: remove trace module injection from various state trackers | Keith Whitwell | 2010-03-10 | 1 | -5/+0 |
| * | python: Fix up state tracker for sw api. | José Fonseca | 2010-03-10 | 7 | -225/+84 |
| * | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 1 | -4/+4 |
| |\ |
|
| | * | vega: adapt to new vertex element cso | Roland Scheidegger | 2010-03-01 | 1 | -4/+4 |
| * | | python: Rename pipe formats. | José Fonseca | 2010-03-01 | 2 | -2/+2 |
| * | | python: Don't mention deprecated drivers=trace option. | José Fonseca | 2010-03-01 | 1 | -1/+1 |
| * | | python: Fix typo. | Michal Krol | 2010-02-25 | 2 | -1/+1 |
| |/ |
|
* | | python: Fix typo. | Michal Krol | 2010-02-25 | 2 | -1/+1 |
* | | python: Fix after sampler view changes. | Michal Krol | 2010-02-25 | 4 | -18/+52 |
|/ |
|
* | python: Reconstruct blend state objects from binary blobs. | José Fonseca | 2010-02-15 | 1 | -0/+17 |
* | python: Pretty-printing of blend state. | José Fonseca | 2010-02-14 | 2 | -1/+19 |
* | python: Tell swig how to index per-rendertarget blend state. | José Fonseca | 2010-02-14 | 1 | -0/+14 |
* | python: Pass p_format.h as-is to swig now that it has no inlines. | José Fonseca | 2010-02-14 | 2 | -155/+1 |
* | progs/gallium/python: New home for python statetracker scripts. | José Fonseca | 2010-02-14 | 78 | -5041/+1 |
* | st/python: fix build error after gallium-screen-context merge | Marek Olšák | 2010-02-14 | 1 | -1/+1 |
* | gallium: adapt state trackers to stencil ref change | Roland Scheidegger | 2010-02-10 | 2 | -3/+10 |
* | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | 2010-02-09 | 1 | -1/+1 |
|\ |
|
| * | gallium: clean up point sprite rasterizer state | Roland Scheidegger | 2010-02-03 | 1 | -1/+1 |
* | | gallium: squash-merge of gallium screen context | Keith Whitwell | 2010-02-08 | 6 | -39/+5 |
* | | gallium/python: support two more formats in retrace dumps | Zack Rusin | 2010-02-05 | 1 | -0/+2 |
* | | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 4 | -4/+4 |
* | | Merge commit 'origin/perrtblend' | Roland Scheidegger | 2010-01-28 | 7 | -40/+40 |
|\ \ |
|
| * | | st/python: adapt to blend changes | Roland Scheidegger | 2010-01-25 | 7 | -40/+40 |