| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: 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 |
* | | | regress: Add vertex shaders tests for constant buffers. | Michal Krol | 2010-01-28 | 3 | -0/+68 |
* | | | regress: Add fragment shader test for one-dimensional constant buffers. | Michal Krol | 2010-01-28 | 2 | -5/+19 |
* | | | regress: Add two-dimension constant buffer test. | Michal Krol | 2010-01-28 | 2 | -0/+47 |
* | | | python: Link to ws2_32 on windows. | Michal Krol | 2010-01-28 | 1 | -0/+1 |
* | | | regress: Fix shader header. | Michal Krol | 2010-01-28 | 1 | -1/+1 |
|/ / |
|
* | | softpipe: Move st/python's malloc winsys to softpipe | Jakob Bornecrantz | 2010-01-17 | 1 | -217/+2 |
* | | regress: Add .gitgnore for *.png files. | Michal Krol | 2010-01-15 | 2 | -0/+2 |
* | | Merge branch 'gallium-noconstbuf' | Roland Scheidegger | 2010-01-15 | 3 | -9/+5 |
|\ \
| |/
|/| |
|
| * | gallium: adapt state trackers etc. to pipe_constant_buffer removal | Roland Scheidegger | 2009-12-23 | 3 | -9/+5 |
* | | python: Integrate with llvmpipe if possible. | José Fonseca | 2010-01-11 | 2 | -7/+168 |
* | | python: Mask out PIPE_TEXTURE_USAGE_DISPLAY_TARGET usage. | José Fonseca | 2010-01-11 | 1 | -0/+10 |
* | | python: Prefer PIPE_FORMAT_Z32_UNORM. | José Fonseca | 2010-01-11 | 2 | -2/+2 |
* | | python: Set PIPE_TEXTURE_USAGE_RENDER_TARGET instead of DISPLAY_TARGET. | José Fonseca | 2010-01-11 | 4 | -4/+4 |
* | | python: Don't generate a import library for python module either. | José Fonseca | 2010-01-02 | 1 | -0/+2 |
* | | scons: Aggregate all tiny libraries in a single library. | José Fonseca | 2010-01-01 | 1 | -1/+1 |
* | | python/retrace: Dump only the specified image rectangles. | José Fonseca | 2009-12-28 | 1 | -2/+2 |
* | | python: Update python state tracker and samples for recent interface changes. | José Fonseca | 2009-12-26 | 9 | -24/+53 |
* | | python: fix python state tracker after some latest changes | Zack Rusin | 2009-12-25 | 2 | -4/+5 |
* | | python/gs: fix the example | Zack Rusin | 2009-12-25 | 1 | -4/+4 |
* | | gallium: add geometry shader support to gallium | Zack Rusin | 2009-12-25 | 3 | -0/+274 |
|/ |
|
* | Merge branch 'gallium-edgeflags' | Roland Scheidegger | 2009-12-22 | 1 | -4/+0 |
|\ |
|
| * | gallium: fix up drivers for edgeflag changes | Roland Scheidegger | 2009-12-19 | 1 | -4/+0 |
* | | python: fix some pipe_format_simplify merge damage | Roland Scheidegger | 2009-12-21 | 1 | -4/+0 |
* | | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol | 2009-12-17 | 2 | -9/+10 |
* | | Merge branch 'master' into pipe-format-simplify | Michal Krol | 2009-12-17 | 11 | -80/+40 |
|\| |
|
| * | Merge branch 'gallium-strict-aliasing' | Roland Scheidegger | 2009-12-08 | 1 | -1/+2 |
| |\ |
|
| | * | gallium: fix remaining users of pipe_reference function | Roland Scheidegger | 2009-12-03 | 1 | -1/+2 |
| * | | Merge branch 'gallium-noblocks' | Roland Scheidegger | 2009-12-04 | 11 | -80/+35 |
| |\ \
| | |/
| |/| |
|
| | * | fixups for interface changes (mostly state trackers) | Roland Scheidegger | 2009-11-30 | 11 | -80/+35 |
* | | | Move pf_get_block() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 2 | -2/+3 |
* | | | Move pf_is_depth_stencil() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 1 | -1/+1 |
|/ / |
|
* | | Merge commit 'origin/tgsi-simplify-ext' | Keith Whitwell | 2009-12-01 | 58 | -63/+63 |
|\ \ |
|
| * | | python/tests: Update shader headers. | Michal Krol | 2009-11-27 | 58 | -63/+63 |