ttn: Use 1-bit NIR comparison opcodes
[mesa.git] / src / gallium / auxiliary / nir / tgsi_to_nir.c
2019-08-06 Connor Abbottttn: Use 1-bit NIR comparison opcodes
2019-08-06 Jonathan Marektgsi_to_nir: fix nir_gather_ssa_types for TGSI->NIR...
2019-07-18 Andreas Baierlnir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord...
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandnir/builder: Merge nir_[if]mov_alu into one nir_mov_alu...
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-24 Jason Ekstrandptn,ttn: Use nir_channel for selecting channels
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-03-05 Timur Kristóftgsi_to_nir: Set correct location for uniforms.
2019-03-05 Timur Kristóftgsi_to_nir: Improve interpolation modes.
2019-03-05 Kenneth Graunketgsi_to_nir: use sampler variables and derefs
2019-03-05 Timur Kristóftgsi_to_nir: Support FACE and POSITION properly.
2019-03-05 Timur Kristóftgsi_to_nir: Extract ttn_emulate_tgsi_front_face into...
2019-03-05 Timur Kristóftgsi_to_nir: Restructure system value loads.
2019-03-05 Timur Kristóftgsi_to_nir: Produce optimized NIR for a given pipe_screen.
2019-03-05 Timur Kristóftgsi_to_nir: Split to smaller functions.
2019-03-05 Timur Kristóftgsi_to_nir: Make the TGSI IF translation code more...
2019-03-05 Timur Kristóftgsi_to_nir: Fix TGSI LIT translation by using flt.
2019-03-05 Timur Kristóftgsi_to_nir: Fix the TGSI ARR translation by converting...
2019-03-05 Timur Kristófnir: Add ability for shaders to use window space coordi...
2019-02-05 Eric Anholtnir: Move V3D's "the shader was TGSI, ignore FS output...
2019-01-20 Karol Herbstnir: add bit_size parameter to system values with multi...
2019-01-20 Karol Herbstnir: replace more nir_load_system_value calls with...
2019-01-19 Karol Herbstnir: rename nir_var_private to nir_var_shader_temp
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2018-12-26 Eric Anholtgallium/ttn: Fix setup of outputs_written.
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Jason Ekstrandnir/tgsi: Use nir_bany in ttn_kill_if
2018-10-16 Eric Anholtgallium/ttn: Convert inputs and outputs to derefs of...
2018-10-16 Eric Anholtgallium/ttn: Fix the type of gl_FragDepth.
2018-08-08 Emil Velikovttn: remove {varying_slot, frag_result}_to_tgsi_semanti...
2018-06-23 Rob Clarkttn: convert to deref instructions
2018-03-23 Brian Paultgsi/nir: use enum tgsi_opcode
2018-03-16 Emil Velikovtgsi: move tgsi_processor_to_shader_stage() to a header
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-09-29 Nicolai Hähnletgsi: infer that DLDEXP's second source has an integer...
2017-09-18 Eric Anholtttn: Fix out-of-bounds accesses since the always-2D...
2017-09-04 Nicolai Hähnlegallium: all drivers should accept two-dimensional...
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Marek Olšákgallium: remove TGSI opcode BREAKC
2017-08-22 Marek Olšákgallium: remove TGSI opcode XPD
2017-08-22 Marek Olšákgallium: remove TGSI opcode DPH
2017-08-22 Marek Olšákgallium: remove TGSI opcode DP2A
2017-08-22 Marek Olšákgallium: remove TGSI_OPCODE_CALLNZ
2017-08-22 Marek Olšákgallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
2017-05-16 Rob Clarkttn: fix dest size for some texture instructions
2017-05-16 Rob Clarkttn: fix txd src sizes
2017-05-16 Rob Clarkttn: fix txs dest size
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-02-18 Marek Olšákgallium: remove TGSI_OPCODE_CLAMP
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2016-12-27 Rob Clarkttn: set ->info->num_ubos
2016-12-21 Juan A. Suarez Romerottn: handle GLSL_SAMPLER_DIM_SUBPASS_MS case
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-09-16 Rob Clarkttn: fix warning after 7bf76563e
2016-08-24 Rhys Kiddgallium/ttn: Remove duplicated TGSI_OPCODE_DP2A initial...
2016-08-19 Eric Anholtttn: Use nir_load_front_face instead of the TGSI-style...
2016-08-19 Eric Anholtttn: Make FRAG_RESULT_DEPTH be a float variable to...
2016-07-26 Eric Anholtttn: Update shader->info as we generate code.
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_load_const_instr_create()
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-02-10 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-09 Rob Clarkttn: use const_index helpers
2016-02-09 Rob Clarkttn: small logic cleanup
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-16 Rob Clarkttn: use writemask for store_var
2016-01-16 Rob Clarkttn: add missing writemask on store_output
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-06 Edward O'Callaghangallium: Remove unnecessary semicolons
2015-12-29 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-29 Jason Ekstrandnir/builder: Add an init function that creates a simple...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-24 Connor Abbottgallium/auxiliary: don't build NIR sources with MSVC200...
2015-12-22 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-03 Jose Fonsecattn: Whitelist from -Werror=declaration-after-statement.
next