iris: Implement INTEL_DEBUG=pc for pipe control logging.
[mesa.git] / src / compiler /
2019-06-20 Boris Brezillonnir/lower_tex: Add an assert() in nir_lower_txs_lod()
2019-06-20 Caio Marcelo de... spirv: Restrict use of descriptor intrinsics to Vulkan
2019-06-19 Jason Ekstrandnir: Make nir_constant a vector rather than a matrix
2019-06-19 Jason Ekstrandglsl/nir: Fix handling of 64-bit values in uniform...
2019-06-19 Jason Ekstrandspirv: Only copy needed components for OpSpecConstantOp
2019-06-19 Jason Ekstrandspirv: Use a single path for OpSpecConstantOp of OpVect...
2019-06-19 Jason Ekstrandspirv: Use vtn_constan_uint() for array lengths and...
2019-06-19 Jason Ekstrandspirv: Add a vtn_constant_int helper
2019-06-19 Jason Ekstrandglsl/types: Add a real is_integer helper
2019-06-19 Jason Ekstrandglsl/types: Rename is_integer to is_integer_32
2019-06-19 Jason Ekstrandglsl/types: Ignore bit sizes in contains_integer()
2019-06-19 Jason Ekstrandglsl/types: Handle all bit sizes in glsl_type_is_integer
2019-06-19 Caio Marcelo de... glsl/nir_opt_access: Update uniforms correctly when...
2019-06-19 Caio Marcelo de... glsl/nir: Fix getting the sampler dim when arrays are...
2019-06-19 Connor Abbottnir: Use reorderable access flag
2019-06-19 Connor Abbottnir: Add a helper to determine if an intrinsic can...
2019-06-19 Connor Abbottglsl/nir: Add optimization pass for access flags
2019-06-19 Connor Abbottnir: Add reorderable memory access enum
2019-06-19 Connor Abbottnir/copy_prop_vars: Ignore volatile accesses
2019-06-19 Connor Abbottglsl/nir: Propagate access qualifiers
2019-06-19 Connor Abbottnir: Allow qualifiers on copy_deref and image instructions
2019-06-18 Connor Abbottnir: add a vectorization pass
2019-06-18 Boris Brezillonnir/lower_tex: Add a way to lower TXS(non-0-LOD) instru...
2019-06-18 Boris Brezillonnir/lower_tex: Update ->sampler_dim value before callin...
2019-06-18 Boris Brezillonnir/lower_tex: Actually report when projector lowering...
2019-06-18 Kenneth Graunkeglsl: Fix out of bounds read in shader_cache_read_progr...
2019-06-14 Neil Robertsglsl: Set default precision on record members
2019-06-14 Neil Robertsglsl/linker: Make precision matching optional in intras...
2019-06-14 Neil Robertsglsl/linker: Don’t check precision for shader interface
2019-06-14 Neil Robertscompiler/types: Making comparing record precision optional
2019-06-14 Iago Toral Quiroganir: detect more dynamically uniform expressions
2019-06-13 Connor Abbottnir: Don't manually index intrinsic index enum
2019-06-13 Daniel Schürmannspirv/nir: add support for AMD_shader_ballot and Groups...
2019-06-13 Daniel Schürmannnir: add intrinsics for AMD_shader_ballot
2019-06-13 Daniel Schürmannnir/spirv: add support for the SubgroupBallotKHR SPIR...
2019-06-13 Daniel Schürmannnir/spirv: add support for the SubgroupVoteKHR SPIR...
2019-06-10 Caio Marcelo de... glsl: Check order and uniqueness of interlock functions
2019-06-10 Caio Marcelo de... glsl: Make interlock builtins follow same compiler...
2019-06-10 Eduardo Lima Mitevnir/opt_algebraic: Fix rules for imadsh_mix16
2019-06-07 Eric Engestromnir: fix s/&&/||/ typo
2019-06-07 Eduardo Lima Mitevnir_algebraic: Add basic optimizations for umul_low...
2019-06-07 Eduardo Lima Mitevnir/opcodes: Add new 'umul_low' and 'imadsh_mix16'...
2019-06-06 Jason Ekstrandglsl/loop_analysis: Don't search for NULL variables...
2019-06-06 Jason Ekstrandnir/propagate_invariant: Don't add NULL vars to the...
2019-06-05 Kenneth Graunkenir: Combine lower_fmod16/32 back into a single lower_fmod.
2019-06-05 Kenneth Graunkenir: Drop lower_fmod64 option.
2019-06-05 Jason Ekstrandnir: Don't replace the nir_shader when NIR_TEST_SERIALIZE=1
2019-06-05 Jason Ekstrandnir: Don't replace the nir_shader when NIR_TEST_CLONE=1
2019-06-04 Alyssa Rosenzweignir/algebraic: Simplify max(abs(a), 0.0) -> abs(a)
2019-06-04 Caio Marcelo de... spirv: Update the OpenCL.std.h header
2019-06-04 Jason Ekstrandspirv: Implement SPV_EXT_fragment_shader_interlock
2019-06-04 Jason Ekstrandspirv: Update the headers from latest Khronos master
2019-06-04 Caio Marcelo de... spirv: Like Uniform, do nothing for UniformId
2019-06-04 Caio Marcelo de... spirv: Implement SpvOpCopyLogical
2019-06-04 Caio Marcelo de... spirv: Generalize OpSelect
2019-06-04 Caio Marcelo de... spirv: Move OpSelect handling to a function
2019-06-04 Caio Marcelo de... nir/vars_to_ssa: Handle UNDEF_NODE in more places
2019-06-03 Caio Marcelo de... spirv: Implement OpPtrEqual, OpPtrNotEqual and OpPtrDiff
2019-06-03 Caio Marcelo de... nir: Add functions to subtract and compare addresses
2019-06-03 Caio Marcelo de... nir: Add nir_ball_iequal() helper
2019-06-03 Jonathan Mareknir: copy intrinsic type when lowering load input/unifo...
2019-05-31 Caio Marcelo de... nir: Return nir_type_invalid for non-numeric base types
2019-05-31 Jonathan Mareknir: remove bool lowering from lower_int_to_float
2019-05-31 Jonathan Mareknir: fix lower_{int,bool}_to_float for new mov opcode
2019-05-31 Jonathan Mareknir: add lower_bitshift option
2019-05-31 Jonathan Mareknir: fix gather_ssa_types
2019-05-31 Jonathan Mareknir: add type information to load uniform/input and...
2019-05-31 Jonathan Mareknir: improvements to native_integers removal
2019-05-31 Connor Abbottnir/instr_set: Use _mesa_set_search_or_add()
2019-05-31 Ian Romanicknir: Rematerialize compare instructions
2019-05-31 Ian Romanicknir: Add a shallow clone function for nir_alu_instr
2019-05-31 Bas Nieuwenhuizennir: Actually propagate progress in nir_opt_move_load_ubo.
2019-05-31 Jason Ekstrandnir/split_vars: Properly bail in the presence of comple...
2019-05-31 Jason Ekstrandnir/vars_to_ssa: Properly ignore variables with complex...
2019-05-31 Jason Ekstrandnir/vars_to_ssa: Use a non-null UNDEF_NODE pointer
2019-05-31 Jason Ekstrandnir/deref: Add a has_complex_use helper
2019-05-31 Jason Ekstrandnir/dead_cf: Call instructions aren't dead
2019-05-30 Dave Airlievtn: create cast with type stride.
2019-05-30 Caio Marcelo de... nir: Accept nir_var_mem_global in derefs used by phis
2019-05-29 Brian Paulnir: silence three compiler warnings seen with MinGW
2019-05-29 Caio Marcelo de... spirv: Change spirv_to_nir() to return a nir_shader
2019-05-29 Caio Marcelo de... nir: Allow derefs to be used as phi sources
2019-05-28 Lionel Landwerlinnir/lower_non_uniform: safely iterate over blocks
2019-05-28 Kenneth Graunkest/nir: Re-vectorize shader IO
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/lower_to_source_mods: Stop turning add, sat, and...
2019-05-24 Jason Ekstrandnir/source_mods: Add a helpers for setting source modifiers
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-23 Timothy Arceriglsl: simplify resource list building code
2019-05-21 Caio Marcelo de... spirv: Drop GOOGLE suffix from names incorporated to...
2019-05-21 Caio Marcelo de... spirv: Pick the right bitsize when doing SpvUConvert
2019-05-21 Caio Marcelo de... spirv: Trivially handle new 1.4 loop controls
2019-05-21 Caio Marcelo de... spirv: Update JSON and Headers to 1.4
2019-05-21 Caio Marcelo de... spirv: Handle instruction aliases in spirv_info_c.py
2019-05-21 Erik Faye-LundRevert "glsl: do not use deprecated bison-keyword"
2019-05-21 Erik Faye-Lundglsl: do not use deprecated bison-keyword
2019-05-21 Karol Herbstglsl: handle 8 and 16 bit ints in glsl_base_type_is_integer
2019-05-21 Dave Airlienir/test: add split vars tests (v2)
2019-05-20 Caio Marcelo de... nir: Fix clone of nir_variable state slots
next