| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/docs: Vertex data formats. | Corbin Simpson | 2010-06-24 | 1 | -3/+38 |
* | gallium/docs: Lops override the rest of the blending state when enabled. | Corbin Simpson | 2010-06-24 | 1 | -2/+4 |
* | gallium/docs: updated remaining semantic label docs | Brian Paul | 2010-06-24 | 1 | -22/+33 |
* | gallium/docs: Add lop table. | Corbin Simpson | 2010-06-24 | 1 | -0/+26 |
* | gallium/docs: Slight clarification and formatting for Blend. | Corbin Simpson | 2010-06-24 | 1 | -7/+32 |
* | gallium/docs: document TGSI_SEMANTIC_EDGEFLAG | Brian Paul | 2010-06-23 | 1 | -1/+9 |
* | gallium/docs: update TEXTURE_SHADOW_MAP MAX_PREDICATE_REGISTERS | Brian Paul | 2010-06-23 | 1 | -2/+10 |
* | gallium/docs: fix definitions of TGSI_SEMANTIC_POSITION, COLOR | Brian Paul | 2010-06-23 | 1 | -18/+26 |
* | gallium/docs: GLSL glossary entry. | Corbin Simpson | 2010-06-16 | 1 | -0/+4 |
* | gallium/docs: Explain DFRACEXP/DLDEXP. | Corbin Simpson | 2010-06-16 | 1 | -5/+15 |
* | gallium/docs: Remove unneeded "doubles", add double blurb. | Corbin Simpson | 2010-06-16 | 1 | -13/+18 |
* | gallium/docs: Label opcodes by capability bits. | Corbin Simpson | 2010-06-16 | 1 | -9/+20 |
* | gallium/docs: R and RG texture swizzles. | Corbin Simpson | 2010-06-16 | 1 | -2/+2 |
* | gallium/docs: Flesh out the distro information. | Corbin Simpson | 2010-06-16 | 2 | -10/+46 |
* | gallium/docs: Fix RST error. | Corbin Simpson | 2010-06-16 | 1 | -1/+1 |
* | gallium: make draw auto work and add relevant caps and docs | Zack Rusin | 2010-06-08 | 2 | -6/+20 |
* | Merge branch 'gallium-newclear' | Roland Scheidegger | 2010-06-03 | 2 | -8/+21 |
|\ |
|
| * | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger | 2010-06-03 | 1 | -4/+4 |
| * | gallium: clear interface changes | Roland Scheidegger | 2010-05-28 | 2 | -8/+21 |
* | | gallium/docs: Update FRAC -> FRC. | José Fonseca | 2010-06-01 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'gallium-msaa' | Roland Scheidegger | 2010-05-21 | 3 | -24/+22 |
|\ |
|
| * | docs: update differences to d3d11 | Roland Scheidegger | 2010-05-18 | 1 | -13/+7 |
| * | gallium: clean up resource_copy_region function | Roland Scheidegger | 2010-05-17 | 1 | -4/+3 |
| * | gallium: another interface change for multisampling | Roland Scheidegger | 2010-05-17 | 1 | -11/+3 |
| * | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger | 2010-04-30 | 1 | -51/+0 |
| |\ |
|
| * | | gallium: interface changes for multisampling | Roland Scheidegger | 2010-04-26 | 2 | -8/+21 |
* | | | Merge branch 'gallium-front-ccw' | Keith Whitwell | 2010-05-21 | 1 | -55/+80 |
|\ \ \ |
|
| * | | | docs: update rasterizer for ccw changes | Keith Whitwell | 2010-05-21 | 1 | -55/+80 |
* | | | | gallium/docs: s/milli/nano/ | Mathias Fröhlich | 2010-05-19 | 1 | -1/+1 |
* | | | | gallium/docs: Fix missing ref. | Corbin Simpson | 2010-05-17 | 1 | -7/+11 |
* | | | | gallium/docs: Update for timer queries. | Corbin Simpson | 2010-05-17 | 2 | -3/+13 |
|/ / / |
|
* | / | gallium: Add new fine grained PIPE_CAP_xx for shader limits. | José Fonseca | 2010-05-12 | 1 | -0/+16 |
| |/
|/| |
|
* | | gallium/docs: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes. | José Fonseca | 2010-04-27 | 1 | -51/+0 |
|/ |
|
* | gallium/docs: Update Gallium version number to 0.4. | Vinson Lee | 2010-04-24 | 1 | -2/+2 |
* | gallium/docs: Unswap PIPE_BIND_SHARED's comment. | José Fonseca | 2010-04-22 | 1 | -3/+4 |
* | gallium/docs: many updates to screen.rst | Brian Paul | 2010-04-22 | 1 | -61/+93 |
* | gallium/docs: Make it clear that minIndex, maxIndex is exclusively a index bu... | José Fonseca | 2010-04-20 | 1 | -0/+3 |
* | docs: Document indexBias. | José Fonseca | 2010-04-19 | 1 | -0/+3 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 2 | -97/+90 |
* | gallium/docs: Dithering might not actually do anything. | Corbin Simpson | 2010-04-02 | 1 | -1/+1 |
* | gallium/docs: minor fixes | Roland Scheidegger | 2010-03-29 | 2 | -3/+3 |
* | gallium/docs: fix formatting mistakes in d3d11ddi.txt | Luca Barbieri | 2010-03-28 | 1 | -8/+8 |
* | gallium/docs: add comparison between Gallium and Direct3D 11 DDI interfaces | Luca Barbieri | 2010-03-28 | 1 | -0/+492 |
* | gallium/docs: Cleanup and clarify point ras info. | Corbin Simpson | 2010-03-22 | 1 | -32/+44 |
* | gallium/docs: Clarify sampler view descriptions. | Michal Krol | 2010-03-19 | 1 | -5/+5 |
* | gallium/docs: Fix a couple ReST errors. | Corbin Simpson | 2010-03-19 | 2 | -1/+2 |
* | gallium/docs: Create a separate section for Sampler Views. | Michal Krol | 2010-03-16 | 1 | -17/+35 |
* | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 5 | -39/+124 |
|\ |
|
| * | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 2 | -1/+25 |
| |\ |
|
| | * | gallium/docs: document new vertex element cso interface | Roland Scheidegger | 2010-03-01 | 2 | -1/+25 |