v3d: add debug assert
[mesa.git] / src / compiler /
2019-12-13 Alejandro Piñeironir/opt_peephole_select: remove unused variables
2019-12-13 Timothy Arcerist/glsl_to_nir: use nir based program resource list...
2019-12-13 Timothy Arceriglsl: add subroutine support to nir_build_program_resou...
2019-12-13 Timothy Arceriglsl: add support for named varyings in nir_build_progr...
2019-12-13 Timothy Arceriglsl: copy the new data fields when converting to nir
2019-12-13 Timothy Arcerinir: add some fields to nir_variable_data
2019-12-13 Timothy Arceriglsl: copy the how_declared field when converting to nir
2019-12-13 Timothy Arceriglsl: move nir_remap_dual_slot_attributes() call out...
2019-12-12 Tomeu Vizosonir: Don't copy empty array
2019-12-12 Dave Airlievtn/opencl: add shuffle/shuffle support
2019-12-12 Dave Airlievtn: convert vload/store to single value loops
2019-12-11 Karol Herbstnir: handle nir_deref_type_ptr_as_array in rematerializ...
2019-12-11 Rob Clarkspirv: add OpLifetime*
2019-12-11 Karol Herbstspirv: handle UniformConstant for OpenCL kernels
2019-12-11 Karol Herbstnir/tests: MSVC build fix
2019-12-11 Karol Herbstnir/tests: add serializer tests
2019-12-11 Karol Herbstnir/serialize: fix vec8 and vec16
2019-12-11 Pierre Moreaucompiler/spirv: Fix uses of gnu struct = {} extension
2019-12-05 Timothy Arceriglsl/nir: iterate the system values list when adding...
2019-12-05 Michel Dänzerglsl/tests: Use splitlines() instead of strip()
2019-12-05 Timothy Arceriglsl: make use of active_shader_mask when building...
2019-12-05 Timothy Arceriglsl: don't set uniform block as used when its not
2019-12-05 Timothy Arceriglsl: move calculate_array_size_and_stride() to link_un...
2019-12-04 Rob Clarknir/lower_clip: Fix incorrect driver loc for clipdist...
2019-12-04 Tapani Pälliglsl: additional interface redeclaration check for...
2019-12-04 Rhys Perrynir/load_store_vectorize: fix combining stores with...
2019-12-03 Ian Romanicknir/algebraic: Rearrange bcsel sequences generated...
2019-12-03 Ian Romanicknir/algebraic: Simplify some Inf and NaN avoidance...
2019-12-03 Ian Romanicknir/opt_peephole_select: Don't count some unary operations
2019-12-02 Rhys Perrynir/lower_io_to_vector: don't create arrays when not...
2019-12-01 Dave Airlienir/samplers: don't zero samplers_used/txf.
2019-11-28 Tapani Pälliglsl: handle max uniform limits with lower_const_arrays...
2019-11-27 Kenneth Graunkedriconf, glsl: Add a vs_position_always_invariant option
2019-11-26 Eric Anholtnir: Make algebraic backtrack and reprocess after a...
2019-11-26 Eric Anholtnir: Refactor algebraic's block walk
2019-11-26 Connor Abbottnir: Maintain the algebraic automaton's state as we...
2019-11-25 Eric Anholtnir: Add a scheduler pass to reduce maximum register...
2019-11-25 Rhys Perrynir: add load/store vectorizer tests
2019-11-25 Rhys Perrynir: add a load/store vectorization pass
2019-11-25 Rhys Perrynir: add nir_num_variable_modes and nir_var_mem_push_const
2019-11-23 Brian Paulnir: no-op C99 _Pragma() with MSVC
2019-11-23 Marek Olšáknir/serialize: support any num_components for remaining...
2019-11-23 Marek Olšáknir/serialize: use 3 unused bits in intrinsic for packe...
2019-11-23 Marek Olšáknir/serialize: don't serialize redundant nir_intrinsic_...
2019-11-23 Marek Olšáknir/serialize: serialize writemask for vec8 and vec16
2019-11-23 Marek Olšáknir/serialize: serialize swizzles for vec8 and vec16
2019-11-23 Marek Olšáknir/serialize: reuse the writemask field for 2 src...
2019-11-23 Marek Olšáknir/serialize: remove up to 3 consecutive equal ALU...
2019-11-23 Marek Olšáknir/serialize: try to pack both deref array src into...
2019-11-23 Marek Olšáknir/serialize: cleanup - fold nir_deref_type_var cases...
2019-11-23 Marek Olšáknir/serialize: try to put deref->var index into the...
2019-11-23 Marek Olšáknir/serialize: don't serialize mode for deref non-cast...
2019-11-23 Marek Olšáknir/serialize: don't store deref types if not needed
2019-11-23 Marek Olšáknir/serialize: try to pack two alu srcs into 1 uint32
2019-11-23 Marek Olšáknir/serialize: pack nir_intrinsic_instr::const_index...
2019-11-23 Marek Olšáknir/serialize: pack 1-component constants into 20 bits...
2019-11-23 Marek Olšáknir/serialize: pack load_const with non-64-bit constant...
2019-11-23 Marek Olšáknir/serialize: try to store a diff in var data location...
2019-11-23 Marek Olšáknir/serialize: deduplicate serialized var types by...
2019-11-23 Marek Olšáknir/serialize: don't serialize var->data for temporaries
2019-11-23 Marek Olšáknir/serialize: pack src better and limit the object...
2019-11-23 Marek Olšáknir/serialize: pack instructions better
2019-11-22 Ian Romanicknir/range_analysis: Make sure the table validation...
2019-11-22 Ian Romanicknir/range-analysis: Add pragmas to help loop unrolling
2019-11-22 Danylo Piliaievglsl: Add varyings to "zero-init of uninitialized vars...
2019-11-22 Alyssa Rosenzweignir: Add load_sampler_lod_paramaters_pan intrinsic
2019-11-21 Marek Olšáknir/serialize: do ctx = {0} instead of manual initializ...
2019-11-21 Marek Olšáknir: strip as we serialize to remove the nir_shader_clo...
2019-11-21 Dave Airlienir: fix deref offset builder
2019-11-21 Dave Airlievtn/opencl: add clz support
2019-11-21 Dave Airlienir: add 64-bit ufind_msb lowering support. (v2)
2019-11-21 Dave Airliespirv/nir/opencl: handle some multiply instructions.
2019-11-21 Dave Airliespirv: get the correct type for function returns.
2019-11-21 Dave Airliespirv: don't store 0 to cs.ptr_size for non kernel...
2019-11-21 Iago Toral Quirogaglsl: add missing initialization of the location path...
2019-11-21 Timothy Arcericompiler: move build definition of pp_standalone_scaffo...
2019-11-21 Karol Herbstnir/validate: validate num_components on registers...
2019-11-20 Rhys Perrynir/large_constants: use nir_index_vars and nir_variabl...
2019-11-20 Rhys Perrynir: add nir_variable::index and nir_index_vars
2019-11-20 Rhys Perrynir: make nir_variable::{num_members,num_state_slots...
2019-11-20 Neil Robertsnir/lower_alu_to_scalar: Support lowering 8- and 16...
2019-11-20 Neil Robertsnir: Add a 8-bit bool type
2019-11-20 Neil Robertsnir: Add a 16-bit bool type
2019-11-20 Neil Robertsnir/opcodes: Add a helper function to generate reduce...
2019-11-20 Neil Robertsnir/opcodes: Add a helper function to generate the...
2019-11-20 Timothy Arcerimesa: add support cursor support for relative path...
2019-11-20 Timothy Arceriglsl: delay compilation skip if shader contains an...
2019-11-20 Timothy Arceriglsl: add can_skip_compile() helper
2019-11-20 Timothy Arceriglsl: error if #include used while extension is disabled
2019-11-20 Timothy Arceriglsl: add preprocessor #include support
2019-11-20 Timothy Arceriglsl: pass gl_context to glcpp_parser_create()
2019-11-20 Timothy Arceriglsl: add ARB_shading_language_include support to ...
2019-11-20 Timothy Arceriglsl: add infrastructure for ARB_shading_language_include
2019-11-19 Marek Olšáknir: don't use GLenum16 in nir.h
2019-11-19 Marek Olšáknir: move data.descriptor_set above data.index for...
2019-11-19 Marek Olšákglsl_to_nir: rename image_access to mem_access
2019-11-19 Marek Olšáknir/print: only print image.format for image variables
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-19 Samuel Pitoisetspirv: fix lowering of OpGroupNonUniformAllEqual
2019-11-18 Dave Airlienir/serialize: fix serializing functions with no implem...
next