aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez2012-05-112-2/+2
* gallium/tgsi: Introduce the compute processor.Francisco Jerez2012-05-114-4/+8
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-119-48/+97
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-1112-107/+175
* tgsi: Fix conflict with fortify printf redirect in glibc.Johannes Obermayr2012-04-071-17/+17
* tgsi: remove trailing comma to silence warningBrian Paul2012-02-271-1/+1
* gallivm: Fix TGSI_OPCODE_ARR's translation.José Fonseca2012-02-211-0/+1
* tgsi: add source/destination type from opcodes. (v2)Dave Airlie2012-02-172-0/+112
* gallium: Move duplicated helper macros to tgsi_exec.hTom Stellard2012-01-302-46/+45
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-302-68/+68
* gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.hTom Stellard2012-01-303-248/+241
* tgsi: Add output_mode to struct tgsi_opcode_info v2Tom Stellard2012-01-302-162/+201
* tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie2012-01-113-0/+4
* tgsi: add ISSG supportDave Airlie2012-01-112-0/+15
* tgsi_scan: add support to count number of output clip distancesDave Airlie2012-01-112-0/+5
* tgsi/softpipe: add VertexID support.Dave Airlie2012-01-112-5/+11
* gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie2012-01-103-2/+7
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-1/+2
* gallium: add an IABS opcode to TGSIBryan Cain2012-01-072-0/+5
* gallium: add new semantic for clip vertex.Dave Airlie2012-01-071-1/+2
* gallium: add support for clip distancesBryan Cain2012-01-053-10/+37
* tgsi: consolidate TGSI string arrays in new tgsi_strings.hBrian Paul2012-01-055-232/+253
* tgsi/softpipe: disable FAST_MATHDave Airlie2012-01-031-1/+1
* softpipe: reorder LIT to fix fp-lit-src-equals-dstDave Airlie2011-12-311-8/+8
* softpipe: fix shadow1d tests.Dave Airlie2011-12-191-1/+13
* softpipe: fix shadow 2d texture array samplingDave Airlie2011-12-191-1/+10
* softpipe: fix texture sampling from 1D texture arrayDave Airlie2011-12-191-0/+13
* gallium: utility helper functions for stream outputMarek Olšák2011-12-152-6/+21
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+1
* gallium: implement ARB_conservative_depthMarek Olšák2011-12-103-0/+22
* gallium: add PIPE_SHADER_CAP_OUTPUT_READVadim Girlin2011-11-211-1/+0
* gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2011-11-144-0/+6
* Remove tgsi_sse2.José Fonseca2011-11-082-3186/+0
* tgsi: Fix memory leak in out-of-memory path.Vinson Lee2011-10-251-7/+10
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-0/+2
* tgsi: Check in scan for fs position and depth readsJakob Bornecrantz2011-09-222-0/+17
* tgsi: fix typo in commit 324ac982d8e7Emil Velikov2011-09-101-1/+1
* gallium: add TGSI opcodes UARL and UCMPBryan Cain2011-09-102-0/+33
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-105-7/+54
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-028-9/+132
* tgsi: add TXF support.Dave Airlie2011-08-252-1/+59
* tgsi: add TXQ support. (v2)Dave Airlie2011-08-252-1/+31
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-042-1/+14
|\
| * tgsi: add support for TGSI_OPCODE_MOD in tgsi_execBryan Cain2011-08-011-1/+12
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | Merge branch 'gallium-polygon-stipple'Brian Paul2011-07-212-10/+31
|\ \
| * | tgsi: add info fields for fragcoord origin, center, etcBrian Paul2011-07-212-10/+31
| |/
* / tgsi: add some debug/print code in exec_tex(), disabledBrian Paul2011-07-061-0/+11
|/
* tgsi: s/varient/variant/Brian Paul2011-06-071-2/+2
* tgsi/ureg: bump the limit of immediatesMarek Olšák2011-05-301-1/+1