intel/compiler: Introduce backend_shader method to propagate IR changes to analysis...
[mesa.git] / src / intel /
2020-03-06 Francisco Jerezintel/compiler: Introduce backend_shader method to...
2020-03-06 Francisco Jerezintel/compiler: Introduce simple IR analysis pass framework
2020-03-06 Francisco Jerezintel/compiler: Reverse inclusion dependency between...
2020-03-06 Francisco Jerezintel/compiler: Reverse inclusion dependency between...
2020-03-06 Francisco Jerezintel/compiler: Nest definition of live variables block...
2020-03-06 Francisco Jerezintel/compiler: Reverse inclusion dependency between...
2020-03-06 Francisco Jerezintel/compiler: Move base IR definitions into a separat...
2020-03-05 Jason Ekstrandanv: Enable HiZ for VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
2020-03-05 Jason Ekstrandblorp: Write to depth/stencil images as depth/stencil...
2020-03-05 Jason Ekstrandisl: Set 3DSTATE_DEPTH_BUFFER::Depth correctly for...
2020-03-03 Rafael Antognolliintel/gen12+: Disable mid thread preemption.
2020-03-03 Rafael Antognolliintel/isl: Implement D16_UNORM workarounds.
2020-03-03 Paulo Zanonianv: multiply the scratch space by 4 on gen9-10 like...
2020-03-03 Paulo Zanoniintel/device: bdw_gt1 actually has 6 eus per subslice
2020-03-03 Paulo Zanoniintel: fix the gen 12 compute shader scratch IDs
2020-03-03 Paulo Zanoniintel: fix the gen 11 compute shader scratch IDs
2020-03-02 Rafael Antognollianv: Wait for the GPU to be idle before invalidating...
2020-03-02 Jason Ekstrandanv: Do end-of-pipe sync around MCS/CCS ops instead...
2020-03-02 Jason Ekstrandanv: Use a proper end-of-pipe sync instead of just...
2020-03-02 Jason Ekstrandanv: Use the PIPE_CONTROL instead of bits for the CS...
2020-03-02 Lionel Landwerlinintel/tools/dump_gpu: fix getparam values
2020-02-28 Jordan Justenintel/compiler: Restrict cs_threads to 64
2020-02-27 Caio Marcelo de... anv: Remove unused field `urb.total_size`
2020-02-27 Caio Marcelo de... anv: Remove unused field xfb_used from anv_pipeline
2020-02-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-25 Matt Turnerintel/tools: Do not print type/qualifiers/name for...
2020-02-25 Sagar Ghugeintel/tools: Allow i965_disasm to disassemble c_literal...
2020-02-25 Sagar Ghugeintel/tools: Print c_literals 4 byte wide
2020-02-25 Sagar Ghugeintel/tools: Add test for state register as source
2020-02-25 Sagar Ghugeintel/tools: Add test for address register as source
2020-02-25 Sagar Ghugeintel/tools: Set correct address register file and...
2020-02-25 Sagar Ghugeintel/tools: Handle STATE_REG in typed source operand
2020-02-25 Sagar Ghugeintel/tools: Handle illegal instruction
2020-02-25 Jason Ekstrandanv: Always enable the data cache
2020-02-25 Lionel Landwerlinintel/aub_dump: stub the waits when overriding the...
2020-02-25 Lionel Landwerlinintel/tools/aub_dump: fix crash when using the default...
2020-02-25 Lionel Landwerlinintel/tools/aub_dump: move aub file initialization...
2020-02-25 Jason Ekstrandintel/isl: Add isl_aux_info.c to Makefile.sources
2020-02-25 Rafael Antognolliintel/blorp: Implement GEN:BUG:1605967699.
2020-02-24 Caio Marcelo de... nir, intel: Move use_scoped_memory_barrier to nir_options
2020-02-24 Eric Anholtnir: Move intel's intrinsic_image_coordinate_components...
2020-02-24 Nanley Cheryisl: Add a module which manages aux resolves
2020-02-21 Caio Marcelo de... anv: Add pipe_state_for_stage() helper
2020-02-21 Caio Marcelo de... anv: Use intel_debug_flag_for_shader_stage()
2020-02-19 Ian Romanickintel/fs: Correctly handle multiply of fsign with a...
2020-02-19 Chad Versaceanv: Drop anv_image.c:get_surface()
2020-02-19 Danylo Piliaievintel/compiler: Do not qsort zero sized array
2020-02-19 Danylo Piliaievbrw_fs: Avoid zero size vla
2020-02-19 Danylo Piliaievbrw_nir: Cast bitshift to unsigned
2020-02-18 Caio Marcelo de... intel/gen12: Take into account opcode when decoding...
2020-02-18 Caio Marcelo de... anv: Advertise VK_KHR_shader_non_semantic_info
2020-02-14 Francisco Jerezintel/fs/gen7+: Implement discard/demote for SIMD32...
2020-02-14 Francisco Jerezintel/fs: Return consistent UW types from sample_mask_r...
2020-02-14 Francisco Jerezintel/fs: Refactor predication on sample mask into...
2020-02-14 Francisco Jerezintel/fs/gen7+: Swap sample mask flag register and...
2020-02-14 Francisco Jerezintel/fs: Use helper for discard sample mask flag subre...
2020-02-14 Francisco Jerezintel/fs: Make sample_mask_reg() local to brw_fs.cpp...
2020-02-14 Francisco Jerezintel/fs/gen11: Work around dual-source blending hangs...
2020-02-14 Francisco Jerezintel/fs: Set src0 alpha present bit in header when...
2020-02-14 Francisco Jerezintel/fs/gen12: Workaround data coherency issues due...
2020-02-14 Francisco Jerezintel/fs/gen12: Fixup/simplify SWSB annotations of...
2020-02-14 Francisco Jerezintel/fs/gen12: Workaround unwanted SEND execution...
2020-02-14 Francisco Jerezintel/fs: Add virtual instruction to load mask of live...
2020-02-14 Francisco Jerezintel/fs/gen7: Fix fs_inst::flags_written() for SHADER_...
2020-02-14 Francisco Jerezintel/fs/cse: Make HALT instruction act as CSE barrier.
2020-02-14 Rafael Antognolliintel/tools: Update aubinator_error_decode.
2020-02-13 Sagar Ghugeintel/isl: Switch to R8_UNORM format for compatiblity
2020-02-13 Sagar Ghugeintel/isl: Move get_format_encoding function to isl
2020-02-13 Jason Ekstrandanv: Reject modifiers on depth/stencil formats
2020-02-12 Chad Versaceanv: Respect ISL_SURF_USAGE_DISABLE_AUX_BIT in make_sur...
2020-02-12 Chad Versaceanv: Clarify behavior of anv_image_aspect_to_plane()
2020-02-12 Chad Versaceanv: Delete anv_image::ccs_e_compatible
2020-02-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-02-11 Chad Versaceanv: Rename param make_surface::dev to device
2020-02-11 Chad Versaceanv: Drop unused anv_image_get_surface_for_aspect_mask()
2020-02-07 Tapani Pälliintel/vec4: fix valgrind errors with vf_values array
2020-02-06 Jason Ekstrandanv: No-op submit and wait calls when no_hw is set
2020-02-06 Lionel Landwerlinanv: set MOCS on push constants
2020-02-06 Rafael Antognolliintel: Load the driver even if I915_PARAM_REVISION...
2020-02-06 Kenneth Graunkeisl: Fix the android build.
2020-02-06 Kenneth Graunkeintel/genxml: Drop "reserved" enum
2020-02-05 Eric Anholtglsl,nir: Switch the enum representing shader image...
2020-02-05 Eric Anholtintel/isl: Move iris's pipe-to-isl format function...
2020-02-05 Ian Romanickintel/fs: Don't count integer instructions as being...
2020-02-05 Lionel Landwerlinanv: implement gen12 post sync pipe control workaround
2020-02-05 Lionel Landwerlinanv: implement gen9 post sync pipe control workaround
2020-02-02 Jason Ekstrandanv/blorp: Use the correct size for vkCmdCopyBufferToImage
2020-02-01 Anuj Phogatintel/gen12+: Set way_size_per_bank to 4
2020-02-01 Anuj Phogatintel/gen12+: Reserve 4KB of URB space per bank for...
2020-01-31 Jason Ekstrandintel/fs: Write the address register with NoMask for...
2020-01-31 Jason Ekstrandintel/tools: Handle strides better when dumping buffers
2020-01-31 Jason Ekstrandintel/disasm: SEND has two sources on Gen12+
2020-01-31 Jason Ekstrandintel/eu/validate: Don't validate regions of sends
2020-01-31 Jason Ekstrandanv: Always fill out the AUX table even if CCS is disabled
2020-01-31 Jason Ekstrandanv: Plumb deref block size through to 3DSTATE_SF
2020-01-31 Jason Ekstrandintel/blorp: Plumb deref block size through to 3DSTATE_SF
2020-01-31 Jason Ekstrandintel/common: Return the block size from get_urb_config
2020-01-31 Jason Ekstrandanv: Emit URB setup earlier
2020-01-31 Jason Ekstrandintel/blorp: Always emit URB config on Gen7+
2020-01-31 Jason Ekstrandintel: Take a gen_l3_config in gen_get_urb_config
next