summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
Commit message (Expand)AuthorAgeFilesLines
* gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie2010-12-241-0/+5
* tgsi: document texture opcodesBrian Paul2010-12-141-6/+58
* gallium: support for array textures and related changesRoland Scheidegger2010-12-024-22/+59
* gallium: new CAP, state for primitive restartBrian Paul2010-10-211-0/+9
* gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie2010-10-131-0/+2
* gallium/tgsi: add support for stencil writes.Dave Airlie2010-10-131-0/+6
* gallium/docs: The RET opcode may appear anywhere in a subroutine.Tilman Sauerbeck2010-09-211-2/+0
* Merge branch 'sprite-coord'Brian Paul2010-09-212-5/+141
|\
| * gallium/docs: added new pipeline.txt diagramBrian Paul2010-09-171-0/+128
| * gallium: better docs for pipe_rasterizer_state::sprite_coord_enableBrian Paul2010-09-171-5/+13
* | gallium/docs: Fixed a typo in the SCS opcode description.Tilman Sauerbeck2010-09-191-1/+1
|/
* gallium: Change the resource_copy_region semantics to allow copies between di...José Fonseca2010-09-131-3/+5
* gallium/docs: notes on scissor stateKeith Whitwell2010-08-251-1/+3
* gallium/docs: improve documentation for resourcesLuca Barbieri2010-08-201-3/+157
* gallium: add PIPE_TEXTURE_RECT targetLuca Barbieri2010-08-202-0/+42
* gallium/docs: Add GalahadJakob Bornecrantz2010-08-202-0/+13
* gallium/docs: Cleanup debugging. Spelling, grammar, organization.Corbin Simpson2010-08-151-25/+30
* gallium/docs: Add formatting for envvar role; change debugging.Corbin Simpson2010-08-154-30/+44
* gallium/docs: Add rbug to distributionJakob Bornecrantz2010-08-151-0/+5
* gallium/docs: Add a debugging sectionJakob Bornecrantz2010-08-152-0/+97
* docs: clarify point sprite discussionKeith Whitwell2010-08-051-16/+23
* gallium/docs: Document draw_vbo and set_index_buffer.Chia-I Wu2010-07-292-58/+27
* gallium/docs: Fix VMware spelling.Vinson Lee2010-07-281-2/+2
* gallium/docs: Fix VMware spelling.Corbin Simpson2010-07-271-2/+2
* gallium/docs: Vertex data formats.Corbin Simpson2010-06-241-3/+38
* gallium/docs: Lops override the rest of the blending state when enabled.Corbin Simpson2010-06-241-2/+4
* gallium/docs: updated remaining semantic label docsBrian Paul2010-06-241-22/+33
* gallium/docs: Add lop table.Corbin Simpson2010-06-241-0/+26
* gallium/docs: Slight clarification and formatting for Blend.Corbin Simpson2010-06-241-7/+32
* gallium/docs: document TGSI_SEMANTIC_EDGEFLAGBrian Paul2010-06-231-1/+9
* gallium/docs: update TEXTURE_SHADOW_MAP MAX_PREDICATE_REGISTERSBrian Paul2010-06-231-2/+10
* gallium/docs: fix definitions of TGSI_SEMANTIC_POSITION, COLORBrian Paul2010-06-231-18/+26
* gallium/docs: GLSL glossary entry.Corbin Simpson2010-06-161-0/+4
* gallium/docs: Explain DFRACEXP/DLDEXP.Corbin Simpson2010-06-161-5/+15
* gallium/docs: Remove unneeded "doubles", add double blurb.Corbin Simpson2010-06-161-13/+18
* gallium/docs: Label opcodes by capability bits.Corbin Simpson2010-06-161-9/+20
* gallium/docs: R and RG texture swizzles.Corbin Simpson2010-06-161-2/+2
* gallium/docs: Flesh out the distro information.Corbin Simpson2010-06-162-10/+46
* gallium/docs: Fix RST error.Corbin Simpson2010-06-161-1/+1
* gallium: make draw auto work and add relevant caps and docsZack Rusin2010-06-082-6/+20
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-032-8/+21
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-4/+4
| * gallium: clear interface changesRoland Scheidegger2010-05-282-8/+21
* | gallium/docs: Update FRAC -> FRC.José Fonseca2010-06-011-1/+1
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-213-24/+22
|\
| * docs: update differences to d3d11Roland Scheidegger2010-05-181-13/+7
| * gallium: clean up resource_copy_region functionRoland Scheidegger2010-05-171-4/+3
| * gallium: another interface change for multisamplingRoland Scheidegger2010-05-171-11/+3
| * Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-04-301-51/+0
| |\
| * | gallium: interface changes for multisamplingRoland Scheidegger2010-04-262-8/+21