summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
Commit message (Expand)AuthorAgeFilesLines
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-102-0/+25
* gallium: add an IABS opcode to TGSIBryan Cain2012-01-071-0/+13
* tgsi: update documents with some info on texture lookupDave Airlie2011-12-191-0/+11
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-152-20/+44
* gallium/failover: Remove the deprecated module.Kai Wasserbäch2011-11-301-11/+0
* i965g: Delete this driver.Kai Wasserbäch2011-11-291-5/+0
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-11/+17
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-1/+0
* gallium/docs: remove obsolete documentationMarek Olšák2011-11-191-14/+0
* gallium: add new query types and missing documentationChristoph Bumiller2011-10-201-6/+57
* gallium: add PIPE_BIND_BLENDABLE flagChristoph Bumiller2011-10-151-0/+5
* gallium/docs: update the documentation of capabilitiesMarek Olšák2011-09-301-73/+84
* gallium/docs: update d3d11ddi.txtMarek Olšák2011-09-291-22/+11
* gallium: add polygon offset clamp stateChristoph Bumiller2011-09-281-0/+2
* gallium: move border color to be a color unionDave Airlie2011-09-271-2/+3
* gallium: add TGSI opcodes UARL and UCMPBryan Cain2011-09-101-0/+19
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-3/+10
* tgsi: update tgsi.rst for TXQDave Airlie2011-08-261-2/+14
* gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller2011-08-041-1/+8
* gallium: implement seamless cubemap extensionsMarek Olšák2011-05-061-0/+4
* gallium/docs: Improve min_index/max_index description.José Fonseca2011-04-161-8/+17
* gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri2011-03-291-0/+24
* gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák2011-03-151-0/+10
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+2
* gallium/docs: Update PIPE_TRANSFER_xx docs. Reformat to use definitions.José Fonseca2011-02-221-13/+29
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+16
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+0
* gallium/docs: fix typoMarek Olšák2011-02-091-1/+1
* gallium/docs: more info about setting samplers and sampler viewsBrian Paul2011-02-031-11/+23
* gallium/docs: add info about transfer boxes and array texturesBrian Paul2011-01-281-0/+16
* gallium: add an interface for query predicatesZack Rusin2011-01-261-0/+5
* gallium/tgsi: update the docs for the new opcodes a bitZack Rusin2011-01-241-5/+52
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+123
* gallium/docs: document result type for some types of queriesBrian Paul2011-01-191-0/+2
* Merge branch 'draw-instanced'Brian Paul2011-01-151-0/+1
|\
| * gallium: added PIPE_CAP_INSTANCED_DRAWINGBrian Paul2010-12-051-0/+1
* | 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