broadcom/vc5: Remove leftover vc4 MSAA lowering setup in the FS key.
[mesa.git] / src / compiler /
2018-04-25 Tapani Pällimesa: GL_EXT_texture_norm16 extension plumbing
2018-04-24 Dylan Bakermeson: remove dummy_cpp
2018-04-23 Vlad Golovkinglsl/glcpp: Handle hex constants with 0X prefix
2018-04-23 Dylan Bakercompiler/glsl: close fd's in glcpp_test.py
2018-04-23 Bas Nieuwenhuizennir: Do not use progress for unreachable code in return...
2018-04-21 Dylan Bakerautotools: Include new meson files
2018-04-20 Nicolai Hähnleglsl: prevent spurious Valgrind errors when serializing NIR
2018-04-19 Neil Robertsnir: Offset vertex_id by first_vertex instead of base_v...
2018-04-19 Neil Robertsspirv: Lower BaseVertex to FIRST_VERTEX instead of...
2018-04-19 Antia Puentescompiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsics
2018-04-18 Bas Nieuwenhuizenspirv: Add support for runtime descriptor array cap.
2018-04-18 Bas Nieuwenhuizenspirv: Add support for VK_EXT_descriptor_indexing unifo...
2018-04-18 Bas Nieuwenhuizenspirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390...
2018-04-18 Dylan Bakermeson: enable glcpp test
2018-04-18 Dylan Bakerglcpp/tests: Convert shell scripts to a python script
2018-04-18 Dylan Bakerglsl/tests: Remove unused compare_ir.py script
2018-04-18 Dylan Bakermeson: enable optimization-test
2018-04-18 Dylan Bakerglsl/tests: Convert optimization-test.sh to pure python
2018-04-18 Dylan Bakermeson: run glsl compiler warnings test
2018-04-18 Dylan Bakerglsl/tests: reimplement warnings-test in python
2018-04-17 Neil Robertsspirv: Accept doubles in FaceForward, Reflect and Refract
2018-04-17 Neil Robertsspirv: Add a 64-bit implementation of OpIsInf
2018-04-17 Neil Robertsspirv: Use nir_imm_floatN_t for constants for GLSL450...
2018-04-17 Neil Robertsnir/builder: Add a nir_imm_floatN_t helper
2018-04-17 Timothy Arcerinir: return early when lowering a return at the end...
2018-04-17 Marc Dietrichglsl: fix gcc 8 parenthesis warning
2018-04-17 Rob Clarkcompiler: int8/uint8 fixes
2018-04-16 Erico Nunesnir: fix ir_binop_gequal glsl_to_nir conversion
2018-04-13 Daniel Schürmannnir: lower 64bit subgroup shuffle intrinsics
2018-04-13 Daniel Schürmannnir/spirv: Fix warning and add missing breaks.
2018-04-13 Daniel Schürmannnir: use ballot_bit_size when lowering ballot_bitfield_...
2018-04-13 Daniel Schürmannnir: subgroups instructions for 64bit ballot sizes
2018-04-13 Brian Paulglsl: #undef THIS macro to fix MSVC build
2018-04-13 Brian Paulglsl: rename 'interface' var to 'iface' to fix MSVC...
2018-04-13 Marek OlšákFix make check
2018-04-12 Marek OlšákFix scons build
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-12 Timothy Arceriglsl: fix compat shaders in GLSL 1.40
2018-04-11 Caio Marcelo de... nir/vars_to_ssa: Simplify node matching code
2018-04-11 Caio Marcelo de... nir/vars_to_ssa: Remove an unnecessary deref_arry_type...
2018-04-11 Caio Marcelo de... nir/vars_to_ssa: Rework register_variable_uses()
2018-04-11 Jason Ekstrandnir: Use nir_builder in lower_io_to_temporaries
2018-04-11 Jason Ekstrandnir/lower_atomics: Rework the main walker loop a bit
2018-04-10 Topi Pohjolainennir: Check if u_vector_init() succeeds
2018-04-10 Emil Velikovglsl: remove unreachable assert()
2018-04-10 Juan A. Suarez Romerospirv: autotools: add vtn_gather_types_c.py in distribu...
2018-04-10 Timothy Arcerinir: dont lower bindless samplers
2018-04-10 Jason Ekstrandspirv: Use the LOCAL_GROUP_SIZE system value
2018-04-10 Jason Ekstrandnir/lower_system_values: Support SYSTEM_VALUE_LOCAL_GRO...
2018-04-09 Rob Clarknir: add comment about nir_src_copy()
2018-04-09 Bastien Orivelnir: Fix a typo in src/compiler/Makefile.nir.am
2018-04-06 Caio Marcelo de... nir: rename variables in nir_lower_io_to_temporaries...
2018-04-05 Jason Ekstrandprog/nir: Simplify some load/store operations
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
next