summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* tgsi: add missing switch cases in tgsi_exec_get_shader_param()Brian Paul2014-05-071-2/+8
* tgsi: add tgsi_exec support for new bit manipulation opcodesIlia Mirkin2014-04-281-0/+172
* gallium: add new opcodes for ARB_gs5 bit manipulation supportIlia Mirkin2014-04-281-0/+8
* gallium: add GS_INVOCATIONS propertyIlia Mirkin2014-04-261-0/+9
* gallium: add INVOCATIONID semanticIlia Mirkin2014-04-261-1/+2
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-1/+4
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+1
* tgsi_ureg: add property_gs_invocationsJordan Justen2014-02-202-0/+11
* gallium/tgsi: correct typo propagated from NV_vertex_program1_1Erik Faye-Lund2014-02-071-2/+2
* gallium/tgsi: use CLAMP instead of open-coded clampsErik Faye-Lund2014-02-071-22/+4
* tgsi/ureg: increase the number of immediatesZack Rusin2014-02-051-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1725-48/+48
* 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