Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-09 | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | |
Conflicts: src/gallium/drivers/nv10/nv10_state.c src/gallium/drivers/nv20/nv20_state.c src/gallium/drivers/nv50/nv50_program.c | |||
2010-02-09 | docs: Document TGSI Declaration token. | Michal Krol | |
2010-02-03 | docs: clean up TGSI_SEMANTIC_PSIZE description | Roland Scheidegger | |
there was some confusion between point size state and point size output. | |||
2010-02-02 | gallium/docs: Opcode refs. | Corbin Simpson | |
There is a very real possibility that I may be enjoying this too much. | |||
2010-02-02 | gallium/docs: TGSI notes on replication to dst, and also cleanups. | Corbin Simpson | |
Slowly, surely, I'm making this better. | |||
2010-02-02 | gallium/docs: Start turning notes into docs. | Corbin Simpson | |
Yeah, what's that? You can read it? It's got, hmm, *readability*? Nice, ain't it. :3 | |||
2010-02-02 | gallium/docs: Add opcode formatting. | Corbin Simpson | |
2010-02-02 | gallium/docs: default Z texture tuple is (z,z,z,1) for OpenGL | Brian Paul | |
2010-02-02 | gallium/docs: s/convensions/conventions/ | Brian Paul | |
2010-02-02 | gallium/docs: Did somebody call for a table? | Corbin Simpson | |
2010-02-02 | gallium/docs: table of texture formats and (x,y,z,w) tuples returned by TEX | Brian Paul | |
Maybe someone can convert this into a real table instead of just preformatted text. | |||
2010-01-29 | tgsi: add properties for fragment coord conventions (v3) | Luca Barbieri | |
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. | |||
2010-01-26 | docs: add documentation to double opcodes | Igor Oliveira | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-18 | docs: Use proper XOR symbol. | Corbin Simpson | |
2010-01-18 | docs: Spacing in TGSI formulae. | Corbin Simpson | |
Some of those still look atrocious. :T | |||
2010-01-04 | docs: Explain TGSI_SEMANTIC_NORMAL. | Michal Krol | |
2010-01-04 | docs: Fix indent. | Michal Krol | |
2010-01-04 | docs: Clarify what truncate means. | Michal Krol | |
2010-01-04 | docs: Replace bogus `\times' back with `*'. | Michal Krol | |
2010-01-04 | docs: TGSI SIN and COS are scalar instructions. | Michal Krol | |
2010-01-04 | docs: Clarify math description of TGSI LRP instruction operation. | Michal Krol | |
2010-01-04 | docs: Correct TGSI acronym expansion. | Michal Krol | |
2009-12-23 | docs: Add all semantics to TGSI doc, regen. | Corbin Simpson | |
2009-12-21 | docs: Re-adjust headers for TGSI, regenerate. | Corbin Simpson | |
2009-12-21 | docs: Moar cleanup. | Corbin Simpson | |
Good enough for now! | |||
2009-12-21 | docs: \times. | Corbin Simpson | |
Yay for sed. | |||
2009-12-21 | docs: abs, lg2, ceil. | Corbin Simpson | |
2009-12-21 | docs: Pow, sqrt. | Corbin Simpson | |
2009-12-21 | docs: Clean floor, sine, cosine. | Corbin Simpson | |
2009-12-21 | docs: Start mathifying TGSI insts. | Corbin Simpson | |
2009-12-21 | docs: remove some old opcodes and other cruft from tgsi doc | Keith Whitwell | |
2009-12-21 | docs: pull in tgsi-instruction-set.txt verbatim | Keith Whitwell | |
2009-12-20 | Add Gallium docs. | Corbin Simpson | |
In Sphinx/ReST format. |