Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | 2010-02-09 | 1 | -4/+2 |
|\ | | | | | | | | | | | | | Conflicts: src/gallium/drivers/nv10/nv10_state.c src/gallium/drivers/nv20/nv20_state.c src/gallium/drivers/nv50/nv50_program.c | ||||
| * | docs: clean up TGSI_SEMANTIC_PSIZE description | Roland Scheidegger | 2010-02-03 | 1 | -4/+2 |
| | | | | | | | | there was some confusion between point size state and point size output. | ||||
* | | docs: Document TGSI Declaration token. | Michal Krol | 2010-02-09 | 1 | -0/+28 |
| | | |||||
* | | gallium/docs: Opcode refs. | Corbin Simpson | 2010-02-02 | 1 | -4/+5 |
| | | | | | | | | There is a very real possibility that I may be enjoying this too much. | ||||
* | | gallium/docs: TGSI notes on replication to dst, and also cleanups. | Corbin Simpson | 2010-02-02 | 1 | -117/+104 |
| | | | | | | | | Slowly, surely, I'm making this better. | ||||
* | | gallium/docs: Start turning notes into docs. | Corbin Simpson | 2010-02-02 | 1 | -12/+15 |
| | | | | | | | | | | Yeah, what's that? You can read it? It's got, hmm, *readability*? Nice, ain't it. :3 | ||||
* | | gallium/docs: Add opcode formatting. | Corbin Simpson | 2010-02-02 | 1 | -118/+118 |
| | | |||||
* | | gallium/docs: default Z texture tuple is (z,z,z,1) for OpenGL | Brian Paul | 2010-02-02 | 1 | -3/+3 |
| | | |||||
* | | gallium/docs: s/convensions/conventions/ | Brian Paul | 2010-02-02 | 1 | -1/+1 |
| | | |||||
* | | gallium/docs: Did somebody call for a table? | Corbin Simpson | 2010-02-02 | 1 | -21/+31 |
| | | |||||
* | | gallium/docs: table of texture formats and (x,y,z,w) tuples returned by TEX | Brian Paul | 2010-02-02 | 1 | -0/+29 |
| | | | | | | | | | | Maybe someone can convert this into a real table instead of just preformatted text. | ||||
* | | tgsi: add properties for fragment coord conventions (v3) | Luca Barbieri | 2010-01-29 | 1 | -3/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in v3: - Documented the new properties - Added comments for property values - Rebased to current master Changes in v2: - Caps are added in a separate, subsequent patch This adds two TGSI fragment program properties that indicate the fragment coord conventions. The properties behave as described in the extension spec for GL_ARB_fragment_coord_conventions, but the default origin in upper left instead of lower left as in OpenGL. The syntax is: PROPERTY FS_COORD_ORIGIN [UPPER_LEFT|LOWER_LEFT] PROPERTY FS_COORD_PIXEL_CENTER [HALF_INTEGER|INTEGER] The names have been chosen for consistency with the GS properties and the OpenGL extension spec. The defaults are of course the previously assumed conventions: UPPER_LEFT and HALF_INTEGER. | ||||
* | | docs: add documentation to double opcodes | Igor Oliveira | 2010-01-26 | 1 | -0/+111 |
| | | | | | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | | docs: Use proper XOR symbol. | Corbin Simpson | 2010-01-18 | 1 | -4/+4 |
| | | |||||
* | | docs: Spacing in TGSI formulae. | Corbin Simpson | 2010-01-18 | 1 | -0/+21 |
|/ | | | | Some of those still look atrocious. :T | ||||
* | docs: Explain TGSI_SEMANTIC_NORMAL. | Michal Krol | 2010-01-04 | 1 | -1/+2 |
| | |||||
* | docs: Fix indent. | Michal Krol | 2010-01-04 | 1 | -2/+2 |
| | |||||
* | docs: Clarify what truncate means. | Michal Krol | 2010-01-04 | 1 | -3/+1 |
| | |||||
* | docs: Replace bogus `\times' back with `*'. | Michal Krol | 2010-01-04 | 1 | -1/+1 |
| | |||||
* | docs: TGSI SIN and COS are scalar instructions. | Michal Krol | 2010-01-04 | 1 | -2/+2 |
| | |||||
* | docs: Clarify math description of TGSI LRP instruction operation. | Michal Krol | 2010-01-04 | 1 | -4/+4 |
| | |||||
* | docs: Correct TGSI acronym expansion. | Michal Krol | 2010-01-04 | 1 | -1/+1 |
| | |||||
* | docs: Add all semantics to TGSI doc, regen. | Corbin Simpson | 2009-12-23 | 1 | -5/+86 |
| | |||||
* | docs: Re-adjust headers for TGSI, regenerate. | Corbin Simpson | 2009-12-21 | 1 | -16/+19 |
| | |||||
* | docs: Moar cleanup. | Corbin Simpson | 2009-12-21 | 1 | -158/+231 |
| | | | | Good enough for now! | ||||
* | docs: \times. | Corbin Simpson | 2009-12-21 | 1 | -51/+51 |
| | | | | Yay for sed. | ||||
* | docs: abs, lg2, ceil. | Corbin Simpson | 2009-12-21 | 1 | -36/+47 |
| | |||||
* | docs: Pow, sqrt. | Corbin Simpson | 2009-12-21 | 1 | -22/+26 |
| | |||||
* | docs: Clean floor, sine, cosine. | Corbin Simpson | 2009-12-21 | 1 | -35/+45 |
| | |||||
* | docs: Start mathifying TGSI insts. | Corbin Simpson | 2009-12-21 | 1 | -37/+223 |
| | |||||
* | docs: remove some old opcodes and other cruft from tgsi doc | Keith Whitwell | 2009-12-21 | 1 | -295/+27 |
| | |||||
* | docs: pull in tgsi-instruction-set.txt verbatim | Keith Whitwell | 2009-12-21 | 1 | -0/+1164 |
| | |||||
* | Add Gallium docs. | Corbin Simpson | 2009-12-20 | 1 | -0/+7 |
In Sphinx/ReST format. |