summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
AgeCommit message (Expand)AuthorFilesLines
2013-03-26gallium/tgsi: fix valgrind warningMarek Olšák1-1/+1
2013-01-20gallium: Remove ppc asm backendAdam Jackson2-1410/+0
2012-12-04tgsi: Allow TXF from buffers.José Fonseca1-0/+1
2012-12-04tgsi: Increase maximum number of temps to 4096.José Fonseca1-1/+1
2012-11-27gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger1-0/+1
2012-11-09tgsi: Lift the requirement of indirection being done by ADDR register.José Fonseca1-1/+0
2012-11-09softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2-30/+103
2012-11-09gallium: add defines/shader opcode for texture cube map arrayDave Airlie3-2/+9
2012-10-29mesa: bump MAX_VARYING to 32Marek Olšák1-1/+1
2012-10-17tgsi: silence MSVC signed/unsigned comparison warningsBrian Paul2-2/+2
2012-10-17tgsi: Add support to parse IMM[x] too.José Fonseca1-0/+28
2012-10-12tgsi: Dump register number when dumping immediates.José Fonseca1-1/+7
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-16/+6
2012-09-01tgsi: include u_debug.hBrian Paul1-0/+1
2012-08-15gallium: add TGSI support for multisample texturesMarek Olšák3-1/+6
2012-08-15gallium/tgsi: fix TGSI text parserMarek Olšák1-77/+97
2012-08-04gallium/tgsi: fixup texture name stringsMarek Olšák1-4/+4
2012-07-02gallium/tgsi: Don't declare temps individually when they are all similar.José Fonseca1-8/+19
2012-05-23tgsi: Initialize Padding struct fields.Vinson Lee1-0/+4
2012-05-17gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.Vinson Lee1-0/+4
2012-05-11gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca1-2/+2
2012-05-11gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca2-2/+3
2012-05-11gallium/tgsi/text: Replace open-coded integer parsing with parse_int().Francisco Jerez1-17/+3
2012-05-11gallium/tgsi/text: Parse immediates of non-float data types.Francisco Jerez1-18/+48
2012-05-11gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.Francisco Jerez1-22/+8
2012-05-11gallium/tgsi/text: Make label parsing optional for branch instructions.Francisco Jerez1-10/+9
2012-05-11gallium/tgsi/ureg: Support local temporary emission.Francisco Jerez2-6/+60
2012-05-11gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...Francisco Jerez1-27/+22
2012-05-11gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez3-26/+46
2012-05-11gallium/tgsi: Add support for atomic opcodes.Francisco Jerez1-1/+12
2012-05-11gallium/tgsi: Add support for barriers.Francisco Jerez1-0/+4
2012-05-11gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez1-1/+5
2012-05-11gallium/tgsi: Add resource write-back support.Francisco Jerez4-0/+11
2012-05-11gallium/tgsi: Add support for raw resources.Francisco Jerez3-2/+24
2012-05-11gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez2-2/+2
2012-05-11gallium/tgsi: Introduce the compute processor.Francisco Jerez4-4/+8
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez9-48/+97
2012-05-11gallium/tgsi: Split sampler views from shader resources.Francisco Jerez12-107/+175
2012-04-07tgsi: Fix conflict with fortify printf redirect in glibc.Johannes Obermayr1-17/+17
2012-02-27tgsi: remove trailing comma to silence warningBrian Paul1-1/+1
2012-02-21gallivm: Fix TGSI_OPCODE_ARR's translation.José Fonseca1-0/+1
2012-02-17tgsi: add source/destination type from opcodes. (v2)Dave Airlie2-0/+112
2012-01-30gallium: Move duplicated helper macros to tgsi_exec.hTom Stellard2-46/+45
2012-01-30gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2-68/+68
2012-01-30gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.hTom Stellard3-248/+241
2012-01-30tgsi: Add output_mode to struct tgsi_opcode_info v2Tom Stellard2-162/+201
2012-01-11tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie3-0/+4
2012-01-11tgsi: add ISSG supportDave Airlie2-0/+15
2012-01-11tgsi_scan: add support to count number of output clip distancesDave Airlie2-0/+5
2012-01-11tgsi/softpipe: add VertexID support.Dave Airlie2-5/+11