anv: support GetSwapchainGrallocUsage2ANDROID for Android
[mesa.git] / src / intel / compiler /
2019-08-05 Danylo Piliaievintel/compiler: add ability to override shader's assembly
2019-08-03 Jason Ekstrandintel/nir: Add 1-bit opcodes to brw_cmod_for_nir_compar...
2019-08-03 Jason Ekstrandintel/nir: Add a common nir comparison -> cmod helper
2019-08-03 Eric Engestrommeson: drop unused dep_{thread,dl}
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-01 Francisco Jerezintel/ir: Fix CFG corruption in opt_predicated_break().
2019-08-01 Mark Janesintel/device: rename gen_get_device_info
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in tess eval shaders
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in geometry shaders
2019-07-31 Jason Ekstrandintel/vec4: Drop all of the 64-bit varying code
2019-07-31 Jason Ekstrandintel/fs: Drop all of the 64-bit varying code
2019-07-31 Jason Ekstrandintel: Use NIR to lower 64-bit varying access
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-30 Jason Ekstrandintel/fs: Implement quad_swap_horizontal with a swizzle...
2019-07-30 Jason Ekstrandintel/fs: Use ALIGN16 instructions for all derivatives...
2019-07-30 Matt Turneri965/fs: Print the scheduler mode.
2019-07-30 Matt Turneri965/fs: Add a shader_stats struct.
2019-07-29 Jason Ekstrandintel: Use a system value for gl_FragCoord
2019-07-29 Jason Ekstrandintel/fs: Remove calculate_urb_setup from fs_visitor
2019-07-24 Daniel Schürmannnir,intel: lower if (cond) demote() to new intrinsic...
2019-07-24 Kenneth Graunkei965: Use NIR to lower legacy userclipping.
2019-07-24 Jason Ekstrandintel/compiler: Allow for required subgroup sizes
2019-07-24 Jason Ekstrandintel/compiler: Allow for varying subgroup sizes
2019-07-24 Jason Ekstrandintel/compiler: Be more conservative about subgroup...
2019-07-24 Jason Ekstrandintel/compiler: Lower gl_SubgroupSize in postprocess_nir
2019-07-24 Jason Ekstrandintel/nir: Make brw_nir_apply_sampler_key more generic
2019-07-24 Andrii Simiklitintel/compiler: don't use a keyword struct for a class...
2019-07-22 Jason Ekstrandintel/fs: Stop stack allocating large arrays
2019-07-22 Caio Marcelo de... intel/compiler: Use nir_opt_conditional_discard
2019-07-17 Jason Ekstrandintel/fs: Use a strided MOV instead of a conversion...
2019-07-17 Jason Ekstrandintel/fs: Properly stride NULL replacement regs in DCE
2019-07-16 Jason Ekstrandst,i965: Stop looping on 64-bit lowering
2019-07-15 Jason Ekstrandnir,intel: Add support for lowering 64-bit nir_opt_extr...
2019-07-13 Jason Ekstrandintel: Run the optimization loop before and after lower...
2019-07-12 Andres Gomezintel/compiler: remove abandoned comments
2019-07-11 Ian Romanicknir: intel/vec4: Add flag to disable some algebraic...
2019-07-11 Ian Romanickintel/vec4: Try to emit immediate sources for MOV
2019-07-11 Ian Romanickintel/vec4: Try to emit a VF source in try_immediate_source
2019-07-11 Ian Romanickintel/vec4: Try to emit a single load for multiple...
2019-07-11 Ian Romanickintel/vec4: Refactor operand fixing for ffma and flrp
2019-07-11 Caio Marcelo de... intel/fs: Add support for SLM fence in Gen11
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-07-08 Ian Romanickintel/vec4: Delete vec4_visitor::emit_lrp
2019-07-08 Ian Romanickintel/vec4: Reswizzle VF immediates too
2019-07-08 Caio Marcelo de... intel/fs: Implement "demote to helper invocation"
2019-07-08 Connor Abbottintel/nir: Extract add_const_offset_to_base
2019-07-02 Jason Ekstrandintel/fs: Use nir_lower_interpolation on gen11+
2019-07-02 Jason Ekstrandintel/fs: Implement nir_intrinsic_load_fs_input_interp_...
2019-07-02 Jason Ekstrandintel/fs: Actually implement the load_barycentric intri...
2019-07-01 Sagar Ghugeintel/compiler: Emit ROR and ROL instruction
2019-07-01 Sagar Ghugeintel/compiler: Enable the emission of ROR/ROL instructions
2019-06-29 Lionel Landwerlinintel/compiler: don't use byte operands for src1 on ICL
2019-06-29 Ian Romanickintel/vec4: Try both sources as candidates for being...
2019-06-29 Ian Romanickintel/vec4: Try immediate sources for dot products too
2019-06-29 Ian Romanickintel/vec4: Try emitting non-scalar immediates
2019-06-27 Lionel Landwerlinintel/compiler: fix derivative on y axis implementation
2019-06-25 Tapani Pälliintel/compiler: silence a warning of using different...
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-11 Ian Romanickintel/fs: Mark source 0 of bcsel as needing Boolean...
2019-06-06 Ian Romanickintel/compiler: Treat b32csel as potentially producing...
2019-06-06 Ian Romanickintel/fs: Improve discard_if code generation
2019-06-06 Ian Romanickintel/fs: Add need_dest parameter to fs_visitor::nir_em...
2019-06-06 Ian Romanickintel/fs: Allow cmod propagation across reads and write...
2019-06-06 Ian Romanickintel/fs: Fix flag_subreg handling in cmod propagation
2019-06-06 Ian Romanickintel/fs: Add missing tests for cmod_propagate_not
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 Ekstrandintel/nir: Take nir_shader*s in brw_nir_link_shaders
2019-06-05 Jason Ekstrandintel/nir: Stop returning the shader from helpers
2019-06-04 Jason Ekstrandintel/fs: Add an UNDEF instruction to avoid excess...
2019-06-04 Jason Ekstrandintel/fs: Skip registers faster when setting spill...
2019-06-04 Sagar Ghugeintel/compiler: Fix assertions in brw_alu3
2019-05-31 Ian Romanickintel/compiler: Use compare rematerialization pass
2019-05-30 Jason Ekstrandintel/fs: Do a stalling MFENCE in endInvocationInterlock()
2019-05-30 Jason Ekstrandintel/fs,vec4: Use g0 as the header for MFENCE
2019-05-28 Kenneth Graunkeiris: Ask st to vectorize our IO.
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandintel: Implement abs, neg, and sat in the back-end
2019-05-24 Jason Ekstrandintel/nir: Call alu_to_scalar one last time before...
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-21 Kenneth Graunkeintel: Move brw_prog_key_set_id from i965 to the compiler.
2019-05-16 Jason Ekstrandintel/fs/live_variables: Do compute_start_end in BITSET...
2019-05-16 Jason Ekstrandintel/fs/ra: Choose a spill reg before throwing away...
2019-05-16 Jason Ekstrandintel/fs/ra: Add spill costs to the graph on-demand
2019-05-16 Jason Ekstrandintel/fs/ra: Add a helper for discarding the interferen...
2019-05-14 Dave Airlieintel/compiler: use bitset instead of opencoding a...
2019-05-14 Dave Airlieintel/compiler: remove repeated bit_size / 8 in brw...
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-05-14 Kenneth Graunkeintel/compiler: Move ICP handle fetching into a helper...
2019-05-14 Kenneth Graunkeintel/compiler: Don't repeat dispatch max fixing condition
2019-05-14 Kenneth Graunkeintel/compiler: Rename invocation_id_mask to instance_i...
2019-05-14 Kenneth Graunkeintel/compiler: Refactor TCS invocation ID setup into...
2019-05-14 Ian Romanickintel/compiler: Repeat nir_opt_algebraic_late
2019-05-14 Ian Romanickintel/fs: Allow cmod propagation to instructions with...
2019-05-14 Jason Ekstrandintel/fs/ra: Spill without destroying the interference...
2019-05-14 Jason Ekstrandintel/fs/ra: Put the VGRFs at the end of the nodes
2019-05-14 Jason Ekstrandintel/fs/ra: Re-arrange interference setup
2019-05-14 Jason Ekstrandintel/fs/ra: Do the spill loop inside RA
2019-05-14 Jason Ekstrandintel/fs/ra: Only add MRF hack interference if we're...
2019-05-14 Jason Ekstrandintel/fs/ra: Pull the guts of RA into its own class
next