summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/tgsi: fix valgrind warningMarek Olšák2013-03-261-1/+1
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-202-1/+4
* tgsi: fix uninitialized declaration array fieldsBrian Paul2013-03-191-0/+13
* tgsi: add initializer data to fix MSVC compile errorBrian Paul2013-03-191-1/+1
* tgsi: use separate structure for indirect address v2Christian König2013-03-1910-118/+161
* tgsi: add ArrayID to declarationsChristian König2013-03-195-3/+59
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-199-164/+0
* tgsi/ureg: implement support for array temporariesChristian König2013-03-192-24/+69
* tgsi/ureg: cleanup local temporary emission v2Christian König2013-03-191-17/+13
* tgsi: fix sample_d emit for arraysRoland Scheidegger2013-03-141-19/+11
* tgsi/exec: Correctly reset NumOutputs before parsing the shaderZack Rusin2013-03-071-3/+7
* tgsi: emit code for SVIEWINFO and SAMPLE_IRoland Scheidegger2013-03-111-3/+10
* tgsi: fix wrong reg used for unit for TGSI_OPCODE_TXFRoland Scheidegger2013-03-111-2/+2
* tgsi: handle projection modifier for array textures.Roland Scheidegger2013-03-051-3/+11
* tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger2013-03-022-79/+185
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-282-52/+51
* tgsi: Improve execution debugging.José Fonseca2013-02-221-5/+24
* gallivm/tgsi: fix issues with sample opcodesRoland Scheidegger2013-02-164-10/+160
* gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger2013-02-162-3/+5
* gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger2013-02-123-3/+3
* softpipe: clean up lod computationRoland Scheidegger2013-02-082-54/+50
* softpipe: try to beat new dx10-style sample opcodes into shapeRoland Scheidegger2013-02-081-67/+89
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-081-0/+4
* tgsi: add support for new SQRT opcodeBrian Paul2013-02-044-1/+18
* gallium: Remove ppc asm backendAdam Jackson2013-01-202-1410/+0
* tgsi: Allow TXF from buffers.José Fonseca2012-12-041-0/+1
* tgsi: Increase maximum number of temps to 4096.José Fonseca2012-12-041-1/+1
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-271-0/+1
* tgsi: Lift the requirement of indirection being done by ADDR register.José Fonseca2012-11-091-1/+0
* softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2012-11-092-30/+103
* gallium: add defines/shader opcode for texture cube map arrayDave Airlie2012-11-093-2/+9
* mesa: bump MAX_VARYING to 32Marek Olšák2012-10-291-1/+1
* tgsi: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-172-2/+2
* tgsi: Add support to parse IMM[x] too.José Fonseca2012-10-171-0/+28
* tgsi: Dump register number when dumping immediates.José Fonseca2012-10-121-1/+7
* 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