draw: use tgsi transform prolog callback in polygon stipple code
[mesa.git] / src / gallium / auxiliary / tgsi /
2014-09-22 Brian Paultgsi: fix tgsi transform's epilog callback
2014-09-22 Brian Paultgsi: add prolog() method to tgsi_transform_context
2014-09-17 rcondegallivm,tgsi: fix idiv by zero crash
2014-09-16 Roland Scheideggertgsi: accept offsets for sample opcodes too in the...
2014-09-16 Roland Scheideggertgsi: don't print texture target for sample opcodes
2014-08-29 Roland Scheideggertgsi: (trivial) fix handling msaa resources on TXF
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-12 Ilia Mirkinmesa/st: add support for dynamic sampler offsets
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-08-08 Roland Scheideggerdraw: hack around weird primitive id input in gs
2014-08-04 Jan Veselygallium: Fix compiler warning.
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-15 José Fonsecautil/tgsi: Fix ureg_EMIT/ENDPRIM prototype.
2014-07-10 Ilia Mirkingallium: add INTERP_* opcodes to support interpolateAt*
2014-07-09 Ilia Mirkintgsi: add interpolation location modifier support to...
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-07-09 Ilia Mirkintgsi: properly parse indirect dimension references...
2014-07-02 Tom Stellardgallium: Add PIPE_SHADER_CAP_DOUBLES
2014-07-01 Ilia Mirkingallium: add vertex stream argument to EMIT/ENDPRIM
2014-06-11 Dave Airlietgsi_exec: use defines for max inputs/outputs
2014-06-11 Dave Airlietgsi/gs: bound max output vertices in shader
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-21 Ilia Mirkintgsi: add GS_INVOCATIONS to property names array
2014-05-14 Ilia Mirkintgsi: support parsing texture offsets from text tgsi...
2014-05-07 Brian Paultgsi: add missing switch cases in tgsi_exec_get_shader_...
2014-04-28 Ilia Mirkintgsi: add tgsi_exec support for new bit manipulation...
2014-04-28 Ilia Mirkingallium: add new opcodes for ARB_gs5 bit manipulation...
2014-04-26 Ilia Mirkingallium: add GS_INVOCATIONS property
2014-04-26 Ilia Mirkingallium: add INVOCATIONID semantic
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-21 Jordan Justentgsi_ureg: add property_gs_invocations
2014-02-07 Erik Faye-Lundgallium/tgsi: correct typo propagated from NV_vertex_pr...
2014-02-07 Erik Faye-Lundgallium/tgsi: use CLAMP instead of open-coded clamps
2014-02-06 Zack Rusintgsi/ureg: increase the number of immediates
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
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
next