aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* tgsi: text parser: fix parsing of array in declarationDave Airlie2013-06-181-3/+9
* gallium: add a cull distance semanticZack Rusin2013-06-103-1/+7
* draw: make sure clipdistances work with geometry shadersZack Rusin2013-06-101-1/+1
* tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul2013-06-074-13/+25
* gallium/tgsi: add missing string for layer semanticRoland Scheidegger2013-06-063-1/+8
* gallium: Add support for multiple viewportsZack Rusin2013-05-253-1/+9
* tgsi: add buffer texture to tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-272-0/+3
* tgsi: fix operand type of TGSI_OPCODE_NOTChia-I Wu2013-05-081-0/+1
* tgsi: refactor tgsi_opcode_infer_src_type()Chia-I Wu2013-05-081-35/+9
* tgsi: refactor tgsi_opcode_infer_dst_type()Chia-I Wu2013-05-081-25/+35
* tgsi: reorder opcodes in opcode type inferenceChia-I Wu2013-05-081-24/+24
* tgsi: clean up exec_tex()Chia-I Wu2013-05-081-168/+52
* tgsi: add tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-082-0/+94
* tgsi/ureg: make the dst register match the src indirectionZack Rusin2013-05-032-4/+11
* tgsi: allow negation of all integer typesZack Rusin2013-05-021-2/+1
* tgsi/ureg: Add a function to return the number of outputsZack Rusin2013-04-262-0/+15
* tgsi/scan: set correct input limits for geometry shaderZack Rusin2013-04-221-0/+17
* gallivm/tgsi: fix up breakcRoland Scheidegger2013-04-202-1/+5
* tgsi/exec: geometry shaders are executed on a single primitiveZack Rusin2013-04-161-13/+17
* tgsi/exec: fix the udiv and umod instructionsZack Rusin2013-04-161-8/+8
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-174-1/+27
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-172-2/+1
* gallivm/tgsi: handle untyped movesZack Rusin2013-04-101-0/+1
* tgsi: Ensure struct tgsi_ind_register field Index is initialized.Vinson Lee2013-04-081-0/+1
* draw: Implement support for primitive idZack Rusin2013-04-032-0/+3
* 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