aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-16/+6
* tgsi: include u_debug.hBrian Paul2012-09-011-0/+1
* gallium: add TGSI support for multisample texturesMarek Olšák2012-08-153-1/+6
* gallium/tgsi: fix TGSI text parserMarek Olšák2012-08-151-77/+97
* gallium/tgsi: fixup texture name stringsMarek Olšák2012-08-041-4/+4
* gallium/tgsi: Don't declare temps individually when they are all similar.José Fonseca2012-07-021-8/+19
* tgsi: Initialize Padding struct fields.Vinson Lee2012-05-231-0/+4
* gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.Vinson Lee2012-05-171-0/+4
* gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca2012-05-111-2/+2
* gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca2012-05-112-2/+3
* gallium/tgsi/text: Replace open-coded integer parsing with parse_int().Francisco Jerez2012-05-111-17/+3
* gallium/tgsi/text: Parse immediates of non-float data types.Francisco Jerez2012-05-111-18/+48
* gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.Francisco Jerez2012-05-111-22/+8
* gallium/tgsi/text: Make label parsing optional for branch instructions.Francisco Jerez2012-05-111-10/+9
* gallium/tgsi/ureg: Support local temporary emission.Francisco Jerez2012-05-112-6/+60
* gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...Francisco Jerez2012-05-111-27/+22
* gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-113-26/+46
* gallium/tgsi: Add support for atomic opcodes.Francisco Jerez2012-05-111-1/+12
* gallium/tgsi: Add support for barriers.Francisco Jerez2012-05-111-0/+4
* gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez2012-05-111-1/+5
* gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-114-0/+11
* gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-113-2/+24
* 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