Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | gallium-docs: Minor grammar, need to talk about dual-source blends. | Corbin Simpson | |
2010-01-28 | gallium-docs: Clean up constantbuf info a bit. | Corbin Simpson | |
Hmm, does this belong in context, next to set_constant_buffer? Maybe a paragraph in shaders might be useful. | |||
2010-01-28 | gallium-docs: Add PIPE_CAP info. | Corbin Simpson | |
2010-01-28 | Merge commit 'origin/perrtblend' | Roland Scheidegger | |
Conflicts: src/gallium/drivers/softpipe/sp_screen.c src/gallium/include/pipe/p_defines.h | |||
2010-01-28 | docs: Implement constant buffer CAPs. | Michal Krol | |
2010-01-28 | gallium-docs: Moar buffer info. | Corbin Simpson | |
Oh look, that one question about map_buffer_range is answered. | |||
2010-01-28 | gallium-docs: Start doc'ing screen buffers. | Corbin Simpson | |
2010-01-26 | docs: add documentation to double opcodes | Igor Oliveira | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-25 | gallium-docs: Add note on scissor. | Corbin Simpson | |
2010-01-21 | docs: enhance blend documentation | Roland Scheidegger | |
2010-01-21 | docs: clean up sampler description | Roland Scheidegger | |
2010-01-21 | gallium/docs: document conditional rendering | Brian Paul | |
2010-01-18 | docs: Clarify PIPE_TEXTURE_USAGE_DYNAMIC. | Corbin Simpson | |
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-18 | docs: Grammar and refs in Rasterizer. | Corbin Simpson | |
2010-01-18 | docs: Cleanup Rasterizer a bit. | Corbin Simpson | |
I'm getting better at this, I think. | |||
2010-01-18 | docs: Fix terms and refs. | Corbin Simpson | |
I fail at Sphinx-style ReST. | |||
2010-01-18 | docs: Slowly keep fleshing out more info. | Corbin Simpson | |
2010-01-18 | docs: PIPE_TEXTURE_USAGE info. | Corbin Simpson | |
From IRC with Jakob. | |||
2010-01-15 | gallium: document set_constant_buffer | Roland Scheidegger | |
2010-01-15 | gallium: remove set_edgeflags from docs | Roland Scheidegger | |
2010-01-14 | gallium: Document drawing commands. | Michal Krol | |
2010-01-13 | gallium/docs: Random things sitting around in my stash. | Corbin Simpson | |
2010-01-12 | gallium: remove point_size_min and point_size_max from rasterizer state | Roland Scheidegger | |
The state tracker is responsible for clamping to any graphics API enforced size min/max limits for both the static point_size setting as well as per vertex point size (in the vertex shader). Note that mesa state tracker didn't actually use these values. | |||
2010-01-06 | gallium/docs: finish up description of pipe_rasterizer_state fields | Brian Paul | |
2010-01-05 | docs: Don't check in generated docs. | Corbin Simpson | |
Per ML discussion. | |||
2010-01-05 | docs: Stub out list of modules in core distribution of G3D. | Corbin Simpson | |
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: 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 | More docs. Glossary. | Corbin Simpson | |
2009-12-21 | gallium/docs: extend the context docs a little | Keith Whitwell | |
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 | Regen docs. | Corbin Simpson | |