drm-shim: Let the driver choose to overwrite the first render node.
[mesa.git] / src / intel /
2020-03-14 Matt Turnerisl: Avoid EXPECT_DEATH in unit tests
2020-03-13 Jason Ekstrandanv: Dump push ranges via VK_KHR_pipeline_executable_pr...
2020-03-12 Caio Marcelo de... anv: Remove duplicate code in anv_cmd_buffer_bind_descr...
2020-03-12 Caio Marcelo de... anv: Reduce compute pipeline batch_data size
2020-03-12 Caio Marcelo de... anv: Split graphics and compute bits from anv_pipeline
2020-03-12 Caio Marcelo de... anv: Use a separate field in the pipeline for compute...
2020-03-12 Caio Marcelo de... anv: Decouple flush_descriptor_sets() from pipeline...
2020-03-12 Caio Marcelo de... anv: Decouple flush_descriptor_sets() helpers from...
2020-03-12 Caio Marcelo de... anv: Remove redundant check in flush_descriptor_sets...
2020-03-12 Caio Marcelo de... anv: Pass the right pipe_state to flush_descriptor_sets()
2020-03-12 Caio Marcelo de... anv: Keep the shader stage in anv_shader_bin
2020-03-12 Caio Marcelo de... anv: Use a dynamic array for storing executables in...
2020-03-12 Caio Marcelo de... anv: Use pipeline type to decide whether or not lower...
2020-03-12 Caio Marcelo de... anv: Add a new enum to identify the pipeline type
2020-03-12 Caio Marcelo de... intel/fs: Combine adjacent memory barriers
2020-03-12 Jason Ekstrandintel/isl: Set DepthStencilResource based on aux usage
2020-03-12 Jason Ekstrandintel: Require ISL_AUX_USAGE_STC_CCS for stencil CCS
2020-03-12 Jason Ekstrandintel/blorp: Allow STC_CCS in blit sources
2020-03-12 Jason Ekstrandintel/isl: Add a separate ISL_AUX_USAGE_STC_CCS
2020-03-12 Jason Ekstrandintel/isl: Require ISL_AUX_USAGE_HIZ_CCS_WT for HZ...
2020-03-12 Jason Ekstrandiris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write...
2020-03-12 Jason Ekstrandintel/blorp: Allow HIZ_CCS_WT in copy sources
2020-03-12 Jason Ekstrandintel/isl: Add a separate ISL_AUX_USAGE_HIZ_CCS_WT
2020-03-12 Jason Ekstrandintel/isl: Clean up some aux surface logic
2020-03-12 Ian Romanickintel/fs: Fix NULL destinations on 3-source instruction...
2020-03-11 Yevhenii Kolesnikovintel/compiler: fix cmod propagation optimisations
2020-03-10 Danylo Piliaievintel/tools: Fix compilation with UBSan
2020-03-10 Mathias Fröhlichi965: Move down genX_upload_sbe in profiles.
2020-03-10 Francisco Jerezintel/fs: Fix workaround for VxH indirect addressing...
2020-03-09 Ian Romanickintel/fs: Allow NOT instructions in conditional discard...
2020-03-09 Ian Romanickintel/fs: Do cmod prop again after scheduling
2020-03-09 Matt Turnerintel/compiler: Discount NOPs from instruction counts
2020-03-09 Matt Turnerintel/compiler: Pass shader_stats for each SIMD mode
2020-03-09 Matt Turnerintel/compiler: Pass backend_shader * to cfg_t()
2020-03-09 Matt Turnerintel/compiler: Mark visitor parameters to scheduler...
2020-03-09 Matt Turnerintel/compiler: Mark some methods and parameters const
2020-03-09 Matt Turnerintel/compiler: Make instructions_to_schedule a local...
2020-03-09 Matt Turnerintel/compiler: Remove unnecessary local variables
2020-03-09 Matt Turnerintel/vec4: Make implied_mrf_writes() a vec4_instructio...
2020-03-07 Lionel Landwerlinanv: stop storing prog param data into shader blobs
2020-03-07 Jason Ekstrandanv: Bounds-check pushed UBOs when robustBufferAccess...
2020-03-07 Jason Ekstrandanv: Add an align_down_u32 helper
2020-03-07 Jason Ekstrandanv: Align UBO sizes to 32B
2020-03-07 Jason Ekstrandanv: Delete some pointless break statements
2020-03-07 Jason Ekstrandanv: Pass buffer addresses into emit_push_constant*
2020-03-07 Jason Ekstrandanv: Mark max_push_range UNUSED and simplify the code
2020-03-07 Jason Ekstrandanv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
2020-03-06 Chad Versaceanv: Flatten the logic add_aux_surface_if_supported...
2020-03-06 Chad Versaceanv: Refactor creation of aux surfaces (v2)
2020-03-06 Chad Versaceanv: Add anv_image_plane_needs_shadow_surface() (v2)
2020-03-06 Francisco Jerezintel/compiler: Calculate num_instructions in O(1)...
2020-03-06 Francisco Jerezintel/compiler: Move register pressure calculation...
2020-03-06 Francisco Jerezentel/compiler: Simplify new_idom reduction in dominanc...
2020-03-06 Francisco Jerezintel/compiler: Move dominance tree data structure...
2020-03-06 Francisco Jerezintel/compiler: Move idom tree calculation and related...
2020-03-06 Francisco Jerezintel/compiler: Drop invalidate_live_intervals()
2020-03-06 Francisco Jerezintel/compiler/vec4: Switch liveness analysis to IR...
2020-03-06 Francisco Jerezintel/compiler/fs: Switch liveness analysis to IR analy...
2020-03-06 Francisco Jerezintel/compiler/vec4: Add live interval validation pass
2020-03-06 Francisco Jerezintel/compiler/fs: Add live interval validation pass
2020-03-06 Francisco Jerezintel/compiler: Pass single backend_shader argument...
2020-03-06 Francisco Jerezintel/compiler: Pass single backend_shader argument...
2020-03-06 Francisco Jerezintel/compiler: Restructure live intervals computation...
2020-03-06 Francisco Jerezintel/compiler: Move all live interval analysis results...
2020-03-06 Francisco Jerezintel/compiler: Move all live interval analysis results...
2020-03-06 Francisco Jerezintel/compiler: Mark virtual_grf_interferes and vars_in...
2020-03-06 Francisco Jerezintel/compiler: Pass detailed dependency classes to...
2020-03-06 Francisco Jerezintel/compiler: Define more detailed analysis dependenc...
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
next