summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source
AgeCommit message (Expand)AuthorFilesLines
2012-01-29st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák1-0/+3
2012-01-25gallium/docs: document more CAPsMarek Olšák1-0/+20
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák2-0/+25
2012-01-07gallium: add an IABS opcode to TGSIBryan Cain1-0/+13
2011-12-19tgsi: update documents with some info on texture lookupDave Airlie1-0/+11
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2-20/+44
2011-11-30gallium/failover: Remove the deprecated module.Kai Wasserbäch1-11/+0
2011-11-29i965g: Delete this driver.Kai Wasserbäch1-5/+0
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák1-11/+17
2011-11-22gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák1-1/+0
2011-11-19gallium/docs: remove obsolete documentationMarek Olšák1-14/+0
2011-10-20gallium: add new query types and missing documentationChristoph Bumiller1-6/+57
2011-10-15gallium: add PIPE_BIND_BLENDABLE flagChristoph Bumiller1-0/+5
2011-09-30gallium/docs: update the documentation of capabilitiesMarek Olšák1-73/+84
2011-09-28gallium: add polygon offset clamp stateChristoph Bumiller1-0/+2
2011-09-27gallium: move border color to be a color unionDave Airlie1-2/+3
2011-09-10gallium: add TGSI opcodes UARL and UCMPBryan Cain1-0/+19
2011-09-02tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie1-3/+10
2011-08-26tgsi: update tgsi.rst for TXQDave Airlie1-2/+14
2011-08-04gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller1-1/+8
2011-05-06gallium: implement seamless cubemap extensionsMarek Olšák1-0/+4
2011-04-16gallium/docs: Improve min_index/max_index description.José Fonseca1-8/+17
2011-03-29gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri1-0/+24
2011-03-15gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák1-0/+10
2011-02-22gallium/docs: Update PIPE_TRANSFER_xx docs. Reformat to use definitions.José Fonseca1-13/+29
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+16
2011-02-09gallium/docs: fix typoMarek Olšák1-1/+1
2011-02-03gallium/docs: more info about setting samplers and sampler viewsBrian Paul1-11/+23
2011-01-28gallium/docs: add info about transfer boxes and array texturesBrian Paul1-0/+16
2011-01-26gallium: add an interface for query predicatesZack Rusin1-0/+5
2011-01-24gallium/tgsi: update the docs for the new opcodes a bitZack Rusin1-5/+52
2011-01-24gallium: implement modern sampling schemeZack Rusin1-0/+123
2011-01-19gallium/docs: document result type for some types of queriesBrian Paul1-0/+2
2011-01-15Merge branch 'draw-instanced'Brian Paul1-0/+1
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie1-0/+5
2010-12-14tgsi: document texture opcodesBrian Paul1-6/+58
2010-12-05gallium: added PIPE_CAP_INSTANCED_DRAWINGBrian Paul1-0/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger3-19/+57
2010-10-21gallium: new CAP, state for primitive restartBrian Paul1-0/+9
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie1-0/+2
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie1-0/+6
2010-09-21gallium/docs: The RET opcode may appear anywhere in a subroutine.Tilman Sauerbeck1-2/+0
2010-09-21Merge branch 'sprite-coord'Brian Paul2-5/+141
2010-09-19gallium/docs: Fixed a typo in the SCS opcode description.Tilman Sauerbeck1-1/+1
2010-09-17gallium/docs: added new pipeline.txt diagramBrian Paul1-0/+128
2010-09-17gallium: better docs for pipe_rasterizer_state::sprite_coord_enableBrian Paul1-5/+13
2010-09-13gallium: Change the resource_copy_region semantics to allow copies between di...José Fonseca1-3/+5
2010-08-25gallium/docs: notes on scissor stateKeith Whitwell1-1/+3
2010-08-20gallium/docs: improve documentation for resourcesLuca Barbieri1-3/+157
2010-08-20gallium: add PIPE_TEXTURE_RECT targetLuca Barbieri2-0/+42