summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Prevent emission of instructions with empty writemask.José Fonseca2013-11-222-0/+42
* tgsi: Rework calls to ureg_emit_insn().José Fonseca2013-11-221-96/+104
* tgsi_exec: Fix mask calculation for emit_kill_if.José Fonseca2013-11-211-0/+3
* gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca2013-11-142-0/+30
* tgsi/scan: set maximum index for each constant bufferMarek Olšák2013-11-042-1/+13
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-094-0/+45
* softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger2013-08-301-0/+1
* tgsi_build: fix order of arguments for ind register buildDave Airlie2013-08-271-1/+1
* tgsi: finish declaration parsing for arrays.Dave Airlie2013-08-271-1/+31
* tgsi: add info about MSAA samplers to tgsi_shader_infoMarek Olšák2013-08-152-0/+14
* tgsi: fix the location of sample indexMarek Olšák2013-08-151-1/+3
* tgsi: implement new float comparison instructions returning integer masksRoland Scheidegger2013-08-134-4/+102
* tgsi: remove unneeded File == TGSI_FILE_INPUT testBrian Paul2013-08-051-1/+0
* tgsi: clean up tgsi_scan_shader() functionBrian Paul2013-08-051-41/+42
* tgsi: detect prim id and front face usage in fsZack Rusin2013-08-022-2/+8
* tgsi: add ucmp to the list of opcodesZack Rusin2013-08-021-0/+1
* tgsi: obey clarified shift behaviorRoland Scheidegger2013-08-021-12/+27
* tgsi: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger2013-07-271-5/+35
* gallium: fixup definitions of the rsq and sqrtZack Rusin2013-07-111-8/+8
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-125-14/+14
* tgsi: fix-up KILP commentsBrian Paul2013-07-121-3/+2
* tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vectorBrian Paul2013-07-121-1/+1
* tgsi: use X component of the second operand in exec_scalar_binary()Brian Paul2013-07-121-1/+1
* tgsi: s/unsigned/int/ to silence MSVC warningBrian Paul2013-07-121-1/+1
* gallivm: do per-pixel lod calculations for explicit lodRoland Scheidegger2013-07-042-0/+3
* 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