radeonsi: Rename radeonsi->si remaining identifiers in si_uvd.c.
[mesa.git] / src / gallium / auxiliary / tgsi /
2013-11-22 José Fonsecatgsi: Prevent emission of instructions with empty write...
2013-11-22 José Fonsecatgsi: Rework calls to ureg_emit_insn().
2013-11-21 José Fonsecatgsi_exec: Fix mask calculation for emit_kill_if.
2013-11-14 José Fonsecagallivm: Compile flag to debug TGSI execution through...
2013-11-04 Marek Olšáktgsi/scan: set maximum index for each constant buffer
2013-10-09 Zack Rusingallium: Add support for 32x32 muls with 64 bit results
2013-08-30 Roland Scheideggersoftpipe: handle NULL sampler views for texture samplin...
2013-08-27 Dave Airlietgsi_build: fix order of arguments for ind register...
2013-08-27 Dave Airlietgsi: finish declaration parsing for arrays.
2013-08-15 Marek Olšáktgsi: add info about MSAA samplers to tgsi_shader_info
2013-08-15 Marek Olšáktgsi: fix the location of sample index
2013-08-13 Roland Scheideggertgsi: implement new float comparison instructions retur...
2013-08-05 Brian Paultgsi: remove unneeded File == TGSI_FILE_INPUT test
2013-08-05 Brian Paultgsi: clean up tgsi_scan_shader() function
2013-08-03 Zack Rusintgsi: detect prim id and front face usage in fs
2013-08-02 Zack Rusintgsi: add ucmp to the list of opcodes
2013-08-02 Roland Scheideggertgsi: obey clarified shift behavior
2013-07-27 Roland Scheideggertgsi: handle texel swizzles correctly for d3d10-style...
2013-07-12 Zack Rusingallium: fixup definitions of the rsq and sqrt
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-12 Brian Paultgsi: fix-up KILP comments
2013-07-12 Brian Paultgsi: exec TGSI_OPCODE_SQRT as a scalar instruction...
2013-07-12 Brian Paultgsi: use X component of the second operand in exec_sca...
2013-07-12 Brian Paultgsi: s/unsigned/int/ to silence MSVC warning
2013-07-04 Roland Scheideggergallivm: do per-pixel lod calculations for explicit lod
2013-06-17 Dave Airlietgsi: text parser: fix parsing of array in declaration
2013-06-11 Zack Rusingallium: add a cull distance semantic
2013-06-11 Zack Rusindraw: make sure clipdistances work with geometry shaders
2013-06-07 Brian Paultgsi: replace tgsi_file_names tgsi_file_names[] with...
2013-06-06 Roland Scheideggergallium/tgsi: add missing string for layer semantic
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-27 Chia-I Wutgsi: add buffer texture to tgsi_util_get_texture_coord...
2013-05-08 Chia-I Wutgsi: fix operand type of TGSI_OPCODE_NOT
2013-05-08 Chia-I Wutgsi: refactor tgsi_opcode_infer_src_type()
2013-05-08 Chia-I Wutgsi: refactor tgsi_opcode_infer_dst_type()
2013-05-08 Chia-I Wutgsi: reorder opcodes in opcode type inference
2013-05-08 Chia-I Wutgsi: clean up exec_tex()
2013-05-08 Chia-I Wutgsi: add tgsi_util_get_texture_coord_dim()
2013-05-03 Zack Rusintgsi/ureg: make the dst register match the src indirection
2013-05-02 Zack Rusintgsi: allow negation of all integer types
2013-04-27 Zack Rusintgsi/ureg: Add a function to return the number of outputs
2013-04-23 Zack Rusintgsi/scan: set correct input limits for geometry shader
2013-04-20 Roland Scheideggergallivm/tgsi: fix up breakc
2013-04-17 Zack Rusintgsi/exec: geometry shaders are executed on a single...
2013-04-17 Zack Rusintgsi/exec: fix the udiv and umod instructions
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-17 José Fonsecagallium: Eliminate TGSI_OPCODE_IFC.
2013-04-10 Zack Rusingallivm/tgsi: handle untyped moves
2013-04-09 Vinson Leetgsi: Ensure struct tgsi_ind_register field Index is...
2013-04-03 Zack Rusindraw: Implement support for primitive id
2013-03-26 Marek Olšákgallium/tgsi: fix valgrind warning
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-19 Brian Paultgsi: fix uninitialized declaration array fields
2013-03-19 Brian Paultgsi: add initializer data to fix MSVC compile error
2013-03-19 Christian Königtgsi: use separate structure for indirect address v2
2013-03-19 Christian Königtgsi: add ArrayID to declarations
2013-03-19 Christian Königtgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
2013-03-19 Christian Königtgsi/ureg: implement support for array temporaries
2013-03-19 Christian Königtgsi/ureg: cleanup local temporary emission v2
2013-03-13 Roland Scheideggertgsi: fix sample_d emit for arrays
2013-03-08 Zack Rusintgsi/exec: Correctly reset NumOutputs before parsing...
2013-03-11 Roland Scheideggertgsi: emit code for SVIEWINFO and SAMPLE_I
2013-03-11 Roland Scheideggertgsi: fix wrong reg used for unit for TGSI_OPCODE_TXF
2013-03-05 Roland Scheideggertgsi: handle projection modifier for array textures.
2013-03-02 Roland Scheideggertgsi: add texel offsets and derivatives to sampler...
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2013-02-22 José Fonsecatgsi: Improve execution debugging.
2013-02-16 Roland Scheideggergallivm/tgsi: fix issues with sample opcodes
2013-02-16 Roland Scheideggergallivm/tgsi: fix src modifier fetching with non-float...
2013-02-12 Roland Scheideggergallium: fix tgsi SAMPLE_L opcode to use separate sourc...
2013-02-09 Roland Scheideggersoftpipe: clean up lod computation
2013-02-09 Roland Scheideggersoftpipe: try to beat new dx10-style sample opcodes...
2013-02-09 Roland Scheideggergallivm: fix up size queries for dx10 sviewinfo opcode
2013-02-04 Brian Paultgsi: add support for new SQRT opcode
2013-01-20 Adam Jacksongallium: Remove ppc asm backend
2012-12-04 José Fonsecatgsi: Allow TXF from buffers.
2012-12-04 José Fonsecatgsi: Increase maximum number of temps to 4096.
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-09 José Fonsecatgsi: Lift the requirement of indirection being done...
2012-11-09 Dave Airliesoftpipe: add ARB_texture_cube_map_array support (v1.1)
2012-11-09 Dave Airliegallium: add defines/shader opcode for texture cube...
2012-10-29 Marek Olšákmesa: bump MAX_VARYING to 32
2012-10-17 Brian Paultgsi: silence MSVC signed/unsigned comparison warnings
2012-10-17 José Fonsecatgsi: Add support to parse IMM[x] too.
2012-10-12 José Fonsecatgsi: Dump register number when dumping immediates.
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-01 Brian Paultgsi: include u_debug.h
2012-08-15 Marek Olšákgallium: add TGSI support for multisample textures
2012-08-15 Marek Olšákgallium/tgsi: fix TGSI text parser
2012-08-04 Marek Olšákgallium/tgsi: fixup texture name strings
2012-07-02 José Fonsecagallium/tgsi: Don't declare temps individually when...
2012-05-24 Vinson Leetgsi: Initialize Padding struct fields.
2012-05-18 Vinson Leegallium/tgsi/text: Ensure ret is initialized in parse_i...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 José Fonsecagallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
2012-05-11 José Fonsecagallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture...
2012-05-11 Francisco Jerezgallium/tgsi/text: Replace open-coded integer parsing...
2012-05-11 Francisco Jerezgallium/tgsi/text: Parse immediates of non-float data...
2012-05-11 Francisco Jerezgallium/tgsi: Fix tgsi_build_full_immediate() for non...
2012-05-11 Francisco Jerezgallium/tgsi/text: Make label parsing optional for...
next