intel: Introducing Amber Lake platform
[mesa.git] / src / intel / compiler /
2018-08-31 Rodrigo Viviintel: Introducing Amber Lake platform
2018-08-30 Jason Ekstrandintel/nir: Lowering image loads and stores trashes...
2018-08-29 Jason Ekstrandintel/compiler: Remove surface_idx from brw_image_param
2018-08-29 Jason Ekstrandintel: Use TXS for image_size when we have a typed...
2018-08-29 Jason Ekstrandanv,i965: Lower away image derefs in the driver
2018-08-29 Jason Ekstrandnir: Use a bitfield for image access qualifiers
2018-08-29 Jason Ekstrandintel/compiler: Use two components for 1D array image...
2018-08-29 Jason Ekstrandintel/compiler: Do image load/store lowering to NIR
2018-08-28 Ian Romanicki965/vec4: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAd...
2018-08-28 Ian Romanicki965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for imageAtomi...
2018-08-28 Ian Romanicki965/fs: Refactor image atomics to be a bit more like...
2018-08-28 Ian Romanicki965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd...
2018-08-28 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2018-08-28 Kevin Rogovini965: Add INTEL_fragment_shader_ordering support.
2018-08-27 Sagar Ghugeintel/eu: print bytes instead of 32 bit hex value
2018-08-24 Jason Ekstrandintel/nir: Enable nir_opt_find_array_copies
2018-08-24 Jason Ekstrandintel/nir: Use nir_shrink_vec_array_vars
2018-08-24 Jason Ekstrandintel/nir: Use the new structure and array splitting...
2018-08-23 Ian Romanickintel/compiler: Implement untyped atomic float min...
2018-08-23 Ian Romanickintel/compiler: Expand untyped atomic message type...
2018-08-23 Ian Romanickintel/compiler: Silence unused parameter warnings
2018-08-15 Jason EkstrandRevert "intel/nir: Call nir_lower_io_to_scalar_early"
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-09 Kenneth Graunkeintel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.
2018-08-02 Jordan Justenintel/compiler: Add brw_get_compiler_config_value for...
2018-08-02 Jason Ekstrandanv/pipeline: More aggressively optimize away color...
2018-08-02 Jason Ekstrandintel/nir: Call nir_lower_io_to_scalar_early
2018-08-02 Jason Ekstrandintel/nir: Split IO arrays into elements
2018-08-02 Jason Ekstrandi965/fs: Flag all slots of a flat input as flat
2018-08-02 Jason Ekstrandintel/nir: Use the correct scalar stage for consumers...
2018-08-01 Iago Toral Quirogaintel/compiler: implement 8-bit constant load
2018-08-01 Iago Toral Quirogaintel/compiler: add setup_imm_(u)b helpers
2018-07-27 Iago Toral Quirogaintel/compiler: fix lower conversions to account for...
2018-07-27 Kenneth Graunkei965: Combine both gl_PatchVerticesIn lowering passes.
2018-07-26 Kenneth Graunkeintel/compiler: Delete dead VS intrinsic handling.
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-23 Jason Ekstrandintel/compiler: Account for built-in uniforms in analyz...
2018-07-18 Caio Marcelo de... intel/compiler: fix -Wsign-compare warning
2018-07-18 Caio Marcelo de... intel/compiler: silence -Wclass-memaccess warnings
2018-07-12 Jose Maria Casanov... i965/fs: unspills shoudn't use grf127 as dest since...
2018-07-10 Francisco Jerezintel/ir: Uncomment definition of several unused hardwa...
2018-07-10 Francisco Jerezintel/fs: Initialize mlen for gen7 varying pull constan...
2018-07-10 Francisco Jerezintel/eu: Assert that the instruction is send-like...
2018-07-10 Francisco Jerezintel/eu: Get rid of the return value of brw_send_indir...
2018-07-10 Francisco Jerezintel/eu: Get rid of the return value of brw_send_indir...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Provide single descriptor argument to brw_sen...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for pixel interpo...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for sampler messages.
2018-07-10 Francisco Jerezintel/eu: Provide desc immediate argument up front...
2018-07-10 Francisco JerezTRIVIAL: intel/eu: Use a local devinfo variable in...
2018-07-10 Francisco Jerezintel/eu: Use brw_set_desc() along with a helper to...
2018-07-10 Francisco Jerezintel/eu: Define SET_BITS helper more easily reusable...
2018-07-10 Francisco Jerezintel/eu: Define helper to specify the descriptor immed...
2018-07-10 Francisco Jerezintel/eu: Add brw_inst.h helpers for the SEND(C) descri...
2018-07-10 Iago Toral Quirogaintel/compiler: emit actual barriers for working-group...
2018-07-09 Jose Maria Casanov... i965/fs: Enable store_ssbo for 8-bit types.
2018-07-09 Jose Maria Casanov... intel/compiler: relax brw_eu_validate for byte raw...
2018-07-09 Jose Maria Casanov... i965/fs: Enable conversions to 8-bit integers
2018-07-09 Jose Maria Casanov... i965: Support for 8-bit base types in helper functions
2018-07-09 Jose Maria Casanov... i965/fs: Register allocator shoudn't use grf127 for...
2018-07-09 Jose Maria Casanov... intel/compiler: grf127 can not be dest when src and...
2018-07-09 Jose Maria Casanov... intel/fs: use uint type for per_slot_offset at GS
2018-07-09 Iago Toral Quirogaintel/compiler: remove unused function
2018-07-06 Ian Romanickintel/compiler: Relax mixed type restriction for satura...
2018-07-06 Ian Romanicki965/vec4: Properly handle sign(-abs(x))
2018-07-06 Ian Romanicki965/fs: Properly handle sign(-abs(x))
2018-07-06 Mathieu Bridonpython: Use the print function
2018-07-06 Ian Romanicki965/vec4: Make the vec4_visitor::nir_emit_instr defaul...
2018-07-06 Ian Romanickintel/compiler: More DCE after lowering
2018-07-04 Neil Robertsi965: Fix output register sizes when variable ranges...
2018-07-03 Ian Romanicki965/vec4: Don't cmod propagate from CMP to ADD if...
2018-07-02 Ian Romanickintel/compiler: Silence unused parameter warnings brw_nir.c
2018-07-02 Jason Ekstrandanv,intel: Enable nir_opt_large_constants for Vulkan
2018-06-28 Francisco Jerezintel/fs: Build 32-wide FS shaders.
2018-06-28 Jason Ekstrandintel/fs: Add fields to wm_prog_data for SIMD32 dispatch
2018-06-28 Francisco Jerezintel/fs: Fix nir_intrinsic_load_helper_invocation...
2018-06-28 Francisco Jerezintel/fs: Fix fs_builder::sample_mask_reg() for 32...
2018-06-28 Francisco Jerezintel/fs: Fix Gen6+ interpolation setup for SIMD32
2018-06-28 Jason Ekstrandintel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
2018-06-28 Jason Ekstrandintel/fs: Emit MOV_DISPATCH_TO_FLAGS once for the centr...
2018-06-28 Francisco Jerezintel/fs: Generalize the unlit centroid workaround
2018-06-28 Francisco Jerezintel/fs: Fix sample id setup for SIMD32.
2018-06-28 Francisco Jerezintel/fs: Fix Gen7 compressed source region alignment...
2018-06-28 Francisco Jerezintel/fs: Implement 32-wide FS payload setup on Gen6+
2018-06-28 Francisco Jerezintel/fs: Extend thread payload layout to SIMD32
2018-06-28 Francisco Jerezintel/fs: Wrap FS payload register look-up in a helper...
2018-06-28 Francisco Jerezintel/fs: Use fs_regs instead of brw_regs in the unlit...
2018-06-28 Francisco Jerezintel/fs: Simplify fs_visitor::emit_samplepos_setup
2018-06-28 Francisco Jerezi965: Add plumbing for shader time in 32-wide FS dispat...
2018-06-28 Francisco Jerezintel/fs: Disable opt_sampler_eot() in 32-wide dispatch.
2018-06-28 Jason Ekstrandintel/fs: Emit LINE+MAC for LINTERP with unaligned...
2018-06-28 Jason Ekstrandintel/fs: Mark LINTERP opcode as writing accumulator...
2018-06-28 Francisco Jerezintel/fs: Rework INTERPOLATE_AT_PER_SLOT_OFFSET
2018-06-28 Jason Ekstrandintel/fs: Add the group to the flag subreg number on...
2018-06-28 Francisco Jerezintel/fs: Fix FB read header setup for SIMD32.
next