gbm: remove never-implemented function
[mesa.git] / src / compiler / nir /
2018-03-28 Timothy Arcerinir: add bindless to nir data
2018-03-28 Jason Ekstrandnir/intrinsics: Don't report negative dest_components
2018-03-27 Timothy Arcerinir: fix crash in loop unroll corner case
2018-03-27 Rob Clarknir: fix generated nir_intrinsics.c for MSVC
2018-03-27 Rob Clarknir: mako all the intrinsics
2018-03-27 Rob Clarknir: fix per_vertex_output intrinsic
2018-03-26 Ian Romanicknir: Don't condition 'a-b < 0' -> 'a < b' on is_not_use...
2018-03-25 Rob Clarkglsl_types: vec8/vec16 support
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-03-22 Juan A. Suarez Romeronir: autotools, meson: add GLSL.ext.AMD.h in the files...
2018-03-22 Timothy Arcerinir: add frexp_exp and frexp_sig opcodes
2018-03-21 Thomas Hellandnir: Migrate nir_dce to instr worklist
2018-03-21 Thomas Hellandnir: Initial implementation of a nir_instr_worklist
2018-03-21 Caio Marcelo de... nir/dead_cf: also remove useless ifs
2018-03-21 Caio Marcelo de... nir/dead_cf: rephrase definition of a dead loop node
2018-03-20 Timothy Arcerist/nir: fix atomic lowering for gallium drivers
2018-03-20 Timothy Arcerist/nir/radeonsi: move nir_lower_uniforms_to_ubo() to...
2018-03-19 Ian Romanicknir: Don't compare b2f or b2i with zero
2018-03-16 Samuel Pitoisetnir: add nir_opt_move_load_ubo() optimization pass
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-03-14 Rob Clarknir: lower_load_const_to_scalar fix for 8/16b types
2018-03-13 Jason Ekstrandnir/subgroups: Add lowering for vote_ieq/vote_feq to...
2018-03-08 Ian Romanicknir: Don't i2b a value that is already Boolean
2018-03-08 Ian Romanicknir: Narrow some dot product operations
2018-03-07 Daniel Schürmannspirv: handle AMD_gcn_shader extended instructions
2018-03-07 Daniel Schürmannnir: add AMD_gcn_shader extended instructions
2018-03-07 Jason Ekstrandnir: Add a helper for getting binop identities
2018-03-07 Jason Ekstrandnir: Add subgroup arithmetic reduction intrinsics
2018-03-07 Jason Ekstrandnir: Add quad operations and lowering
2018-03-07 Jason Ekstrandnir: Add subgroup shuffle intrinsics and lowering
2018-03-07 Jason Ekstrandnir/lower_subgroups: Add scalarizing for vote_eq
2018-03-07 Jason Ekstrandnir: Generalize nir_intrinsic_vote_eq
2018-03-07 Jason Ekstrandspirv: Add initial subgroup support
2018-03-07 Jason Ekstrandnir: Add new SPIR-V ballot intrinsics and lowering
2018-03-07 Jason Ekstrandcompiler: Add two new system values for subgroups
2018-03-07 Jason Ekstrandnir: Add new SPIR-V ballot ALU intrinsics and lowering
2018-03-07 Jason Ekstrandnir/spirv: Add support for device groups
2018-03-07 Timothy ArceriRevert "nir: bump loop unroll limit to 96."
2018-03-06 Ian Romanicknir: Simplify some comparisons like a+b < a
2018-03-06 Ian Romanicknir: Use De Morgan's Law on logic compounded comparisons
2018-03-06 Ian Romanicknir: Replace fmin(b2f(a), b) with a bcsel
2018-03-06 Ian Romanicknir: Pull b2f out of bcsel
2018-03-06 Ian Romanicknir: Replace an odd comparison involving fmin of -b2f
2018-03-06 Ian Romanicknir: Mark bcsel-to-fmin (or fmax) transformations as...
2018-03-06 Ian Romanicknir: Recognize some more open-coded fmin / fmax
2018-03-03 Ian Romanicknir: Silence unused parameter warnings in generated...
2018-03-01 Jose Maria Casanov... nir/search: Include 8 and 16-bit support in construct_value
2018-03-01 Jason Ekstrandnir/search: Support 8 and 16-bit constants in match_value
2018-03-01 Alejandro Piñeironir/serialize: handle var->name being NULL
2018-02-28 Timothy Arcerinir: fix interger divide by zero crash during constant...
2018-02-27 Timothy Arcerinir: add lower_ldexp to nir compiler options
2018-02-22 Samuel Pitoisetnir: lower fexp2(fmul(flog2(a), 2)) to fmul(a, a)
2018-02-22 Samuel Pitoisetnir: add is_used_once for fmul(fexp2(a), fexp2(b))...
2018-02-21 Timothy Arcerinir: remove old assert
2018-02-13 Marek Olšákmesa: move STATE_LENGTH to shader_enums.h and use it...
2018-02-13 Marek Olšákmesa,glsl,nir: reduce gl_state_index size to 2 bytes
2018-02-06 Samuel Pitoisetradv: run nir_opt_shrink_load
2018-02-06 Samuel Pitoisetnir: add nir_opt_shrink_load pass
2018-01-30 Ian Romanicknir: Distribute binary operations with constants into...
2018-01-30 Ian Romanicknir: Rearrange logic op-compounded integer compares
2018-01-30 Ian Romanicknir: Rearrange and-compounded float compares
2018-01-30 Ian Romanicknir: Separate a weird compare with zero to two compares...
2018-01-30 Ian Romanicknir: Simplify min and max of b2f
2018-01-30 Ian Romanicknir: Undo possible damage caused by rearranging or...
2018-01-30 Ian Romanicknir: Be more conservative about rearranging or-compound...
2018-01-30 Ian Romanicknir: See through an fneg to apply existing optimizations
2018-01-30 Timothy Arcerinir: add lower_all_io_to_temps flag
2018-01-30 Timothy Arcerinir/st_glsl_to_nir: add param to disable splitting...
2018-01-29 Timothy Arcerinir: partially revert c2acf97fcc9b32e
2018-01-29 Timothy Arcerinir: add vs_inputs_dual_locations compiler option
2018-01-29 Timothy Arcericompiler: tidy up double_inputs_read uses
2018-01-29 Tapani Pällinir: mark unused space in packed_tex_data
2018-01-12 Samuel Pitoisetnir: add a 'const' qualifier to nir_ssa_def_components_...
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2018-01-10 Ian Romanicknir: Silence unused parameter warnings
2017-12-30 Rob Clarknir: add missing local_group_size intrinsic
2017-12-18 Dave Airlienir/linking: always set the used_across_stages/outputs_...
2017-12-14 Eric Anholtnir: Add a new lowering option to lower all txd to...
2017-12-14 Eric Anholtnir: Fix interaction of GL_CLAMP lowering with texture...
2017-12-13 Timothy Arcerinir: fix shift for uint64_t
2017-12-12 Jason Ekstrandspirv: Add a prepass to set types on vtn_values
2017-12-07 James Leggnir/opcodes: Fix constant-folding of bitfield_insert
2017-12-06 Jose Maria Casanov... nir: Handle fp16 rounding modes at nir_type_conversion_op
2017-12-06 Eduardo Lima Mitevnir: Populate conversion opcodes to 16-bit types
2017-12-06 Jose Maria Casanov... nir: Add rounding modes enum
2017-12-06 Eduardo Lima Mitevnir: Add support for 16-bit types (half float, int16...
2017-12-06 Jason Ekstrandnir: Add a vulkan_resource_reindex intrinsic
2017-12-04 Timothy Arcerinir: allow builin arrays to be lowered
2017-12-04 Timothy Arcerinir: add array lowering function that assumes there...
2017-12-03 Timothy Arcerinir: fix support for scalar arrays in nir_lower_io_types()
2017-12-03 Timothy Arcerinir: add varying component packing helpers
2017-12-03 Timothy Arcerinir: add varying array splitting pass
2017-11-28 Eric Engestromcompiler: fix typo
2017-11-28 Eric Engestromcompiler: use NDEBUG to guard asserts
2017-11-27 Dave Airlienir: fill outputs_read field and add patch outputs...
2017-11-25 Ilia Mirkinnir: allow texture offsets with cube maps
2017-11-22 Iago Toral Quiroganir/gather_info: recognize load_patch_vertices_in as...
2017-11-13 Alex Smithnir/spirv: tg4 requires a sampler
2017-11-12 Timothy Arcerinir: add streams to nir data
next