summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
Commit message (Expand)AuthorAgeFilesLines
* gallium/compute: Drop TGSI dependency.Francisco Jerez2012-05-111-0/+2
* gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-111-0/+6
* gallium/tgsi: Add support for atomic opcodes.Francisco Jerez2012-05-111-0/+164
* gallium/tgsi: Add support for barriers.Francisco Jerez2012-05-111-0/+49
* gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-112-2/+29
* gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-111-1/+14
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-9/+15
* gallium: Add context hooks for binding shader resources.Francisco Jerez2012-05-112-1/+23
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-40/+81
* gallium: Basic compute interface.Francisco Jerez2012-05-112-1/+66
* gallium/docs: document the new vertex fetch CAPsMarek Olšák2012-04-241-0/+12
* gallium: document dual source blending restrictions on galliumDave Airlie2012-04-131-1/+5
* gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETSDave Airlie2012-04-131-1/+1
* gallium/docs: fix typosBrian Paul2012-04-061-2/+2
* gallium: add llvm-related TODOs. (v2)Dave Airlie2012-03-061-0/+21
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-092-3/+6
* st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák2012-01-291-0/+3
* gallium/docs: document more CAPsMarek Olšák2012-01-251-0/+20
* 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