compiler/spirv: set is_shadow for depth comparitor sampling opcodes
[mesa.git] / src / compiler /
2018-04-04 Iago Toral Quirogacompiler/spirv: set is_shadow for depth comparitor...
2018-04-04 Jason Ekstrandnir/lower_vec_to_movs: Only coalesce if the vec had...
2018-04-03 Timothy Arceriglsl: always call do_lower_jumps() after loop unrolling
2018-04-03 Rob Clarknir+drivers: add helpers to get # of src/dest components
2018-04-02 Timothy Arcerist/glsl_to_nir: gather next_stage in shader_info
2018-03-31 Jason Ekstrandnir/validator: Validate that all used variables exist
2018-03-31 Jason Ekstrandnir/lower_indirect_derefs: Support interp_var_at intrinsics
2018-03-31 Jason Ekstrandnir/vars_to_ssa: Remove copies from the correct set
2018-03-31 Jason Ekstrandnir: Return a cursor from nir_instr_remove
2018-03-31 Jason Ekstrandnir: Add src/dest num_components helpers
2018-03-30 Brian Paulspirv: s/uint/unsigned/ to fix MSVC build
2018-03-30 Brian Paulnir/spirv: s/uint32_t/SpvOp/ in various functions
2018-03-30 Brian Paulnir/spirv: fix MSVC syntax error in vtn_handle_texture()
2018-03-30 Brian Paulnir/spirv: move NORETURN annotation on _vtn_fail()...
2018-03-30 Brian Paulnir/spirv: fix MSVC warning in vtn_align_u32()
2018-03-30 Neil Robertsspirv: Fix building with SCons
2018-03-30 Brian Paulnir: s/uint/unsigned/ to fix MSVC/MinGW build
2018-03-30 Alejandro Piñeironir/spirv: add gl_spirv_validation method
2018-03-30 Alejandro Piñeirospirv: add vtn_create_builder
2018-03-29 Ian Romanickspirv: Move SPIR-V building to Makefile.spirv.am and...
2018-03-29 Ian Romanickcompiler: All leaf Makefile.am should use +=
2018-03-29 Ian Romanickutil: Include bitscan.h directly
2018-03-29 Ian Romanickutil: Add and use util_is_power_of_two_nonzero
2018-03-28 Dave Airliespirv: add support for SPV_AMD_shader_trinary_minmax
2018-03-28 Dave Airlienir: add support for min/max/median of 3 srcs
2018-03-28 Stefan Schakeandroid: Use new nir intrinsics python scripts
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-27 Rob Clarkglsl_types: fix build break with intel/msvc compiler
2018-03-26 Timothy Arceriglsl: fix infinite loop caused by bug in loop unrolling...
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-25 Rob Clarkglsl_types: refactor/prep for vec8/vec16
2018-03-23 Lionel Landwerlincompiler: glsl: silence valgrind warning on write cache
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 Neil Robertsspirv: Add a 64-bit implementation of Frexp
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-20 Timothy Arcerimesa: rework ParameterList to allow packing
2018-03-19 Ian Romanicknir: Don't compare b2f or b2i with zero
2018-03-19 Jordan Justenglsl/serialize: Save shader program metadata sha1
2018-03-19 Jordan Justenglsl: Remove api_enabled tracking for transform feedback
2018-03-19 Jordan Justenglsl/shader_cache: Allow shader cache usage with transf...
2018-03-16 Samuel Pitoisetnir: add nir_opt_move_load_ubo() optimization pass
2018-03-15 Alejandro Piñeirospirv/radv: add AMD_gcn_shader capability, remove curre...
2018-03-15 Samuel Iglesias... spirv: update arguments for vtn_nir_alu_op_for_spirv_op...
2018-03-15 Samuel Iglesias... spirv: fix the translation of SPIR-V conversion opcodes...
2018-03-14 Thomas Hellandglsl: Use hash table cloning in copy propagation
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-03-14 Neil Robertsspirv: Handle doubles when multiplying a mat by a scalar
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-13 Eric Anholtspirv: Silence compiler warning about undefined srcs[0]
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 Timothy Arcerispirv: fix autotools builds
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 Daniel Schürmannspirv: import AMD extensions header from glslang
2018-03-07 Jason Ekstrandspirv: Add support for subgroup arithmetic
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 Ekstrandspirv: Add subgroup quad support
2018-03-07 Jason Ekstrandnir: Add quad operations and lowering
2018-03-07 Jason Ekstrandspirv: Add subgroup shuffle support
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 Ekstrandspirv: Add subgroup vote support
2018-03-07 Jason Ekstrandnir: Generalize nir_intrinsic_vote_eq
2018-03-07 Jason Ekstrandspirv: Add subgroup ballot support
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 Ekstrandspirv: Handle the new OpModuleProcessed instruction
2018-03-07 Jason Ekstrandnir/spirv: Add support for device groups
2018-03-07 Jason Ekstrandspirv: Update the SPIR-V headers and json to 1.3.1
2018-03-07 Jason Ekstrandspirv: Rework barriers
2018-03-07 Jason Ekstrandspirv: Add a vtn_constant_value helper
2018-03-07 Simon Hausmannglsl: Fix memory leak with known glsl_type instances
2018-03-07 Caio Marcelo de... spirv: Add SpvCapabilityShaderViewportIndexLayerEXT
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...
next