summaryrefslogtreecommitdiff
path: root/src/gallium/docs
AgeCommit message (Expand)Author
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-10-21gallium: new CAP, state for primitive restartBrian Paul
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-09-21gallium/docs: The RET opcode may appear anywhere in a subroutine.Tilman Sauerbeck
2010-09-21Merge branch 'sprite-coord'Brian Paul
2010-09-19gallium/docs: Fixed a typo in the SCS opcode description.Tilman Sauerbeck
2010-09-17gallium/docs: added new pipeline.txt diagramBrian Paul
2010-09-17gallium: better docs for pipe_rasterizer_state::sprite_coord_enableBrian Paul
2010-09-13gallium: Change the resource_copy_region semantics to allow copies between di...José Fonseca
2010-08-25gallium/docs: notes on scissor stateKeith Whitwell
2010-08-20gallium/docs: improve documentation for resourcesLuca Barbieri
2010-08-20gallium: add PIPE_TEXTURE_RECT targetLuca Barbieri
2010-08-20gallium/docs: Add GalahadJakob Bornecrantz
2010-08-15gallium/docs: Cleanup debugging. Spelling, grammar, organization.Corbin Simpson
2010-08-15gallium/docs: Add formatting for envvar role; change debugging.Corbin Simpson
2010-08-15gallium/docs: Add rbug to distributionJakob Bornecrantz
2010-08-15gallium/docs: Add a debugging sectionJakob Bornecrantz
2010-08-05docs: clarify point sprite discussionKeith Whitwell
2010-07-29gallium/docs: Document draw_vbo and set_index_buffer.Chia-I Wu
2010-07-28gallium/docs: Fix VMware spelling.Vinson Lee
2010-07-27gallium/docs: Fix VMware spelling.Corbin Simpson
2010-06-24gallium/docs: Vertex data formats.Corbin Simpson
2010-06-24gallium/docs: Lops override the rest of the blending state when enabled.Corbin Simpson
2010-06-24gallium/docs: updated remaining semantic label docsBrian Paul
2010-06-24gallium/docs: Add lop table.Corbin Simpson
2010-06-24gallium/docs: Slight clarification and formatting for Blend.Corbin Simpson
2010-06-23gallium/docs: document TGSI_SEMANTIC_EDGEFLAGBrian Paul
2010-06-23gallium/docs: update TEXTURE_SHADOW_MAP MAX_PREDICATE_REGISTERSBrian Paul
2010-06-23gallium/docs: fix definitions of TGSI_SEMANTIC_POSITION, COLORBrian Paul
2010-06-16gallium/docs: GLSL glossary entry.Corbin Simpson
2010-06-16gallium/docs: Explain DFRACEXP/DLDEXP.Corbin Simpson
2010-06-16gallium/docs: Remove unneeded "doubles", add double blurb.Corbin Simpson
2010-06-16gallium/docs: Label opcodes by capability bits.Corbin Simpson
2010-06-16gallium/docs: R and RG texture swizzles.Corbin Simpson
2010-06-16gallium/docs: Flesh out the distro information.Corbin Simpson
2010-06-16gallium/docs: Fix RST error.Corbin Simpson
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-06-01gallium/docs: Update FRAC -> FRC.José Fonseca
2010-05-28gallium: clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-21docs: update rasterizer for ccw changesKeith Whitwell
2010-05-18docs: update differences to d3d11Roland Scheidegger
2010-05-17gallium: clean up resource_copy_region functionRoland Scheidegger
2010-05-17gallium: another interface change for multisamplingRoland Scheidegger
2010-05-12gallium: Add new fine grained PIPE_CAP_xx for shader limits.José Fonseca
2010-04-30Merge commit 'origin/master' into gallium-msaaRoland Scheidegger