radeonsi: remove redundant si_shader_info::uses_derivatives
[mesa.git] / src / gallium / drivers / iris /
2020-09-04 Nanley Cheryiris: Better determine map_would_stall for Z/S
2020-09-04 Nanley Cheryiris: Drop a use of the need_resolve boolean
2020-09-04 Nanley Cheryiris: Avoid resolving Z/S reads in transfer_map
2020-09-04 Nanley Cheryiris: Make iris_has_color_unresolved more generic
2020-09-04 Nanley Cheryiris: Fold a condition into no_gpu for consistency
2020-09-03 Nanley Cheryiris: Fix aux assertion in resource_get_handle
2020-09-02 Jason Ekstrandiris: Re-emit push constants if we have a varying workg...
2020-09-02 Jason Ekstrandiris: Patch constant data pointers into shaders
2020-09-02 Jason Ekstrandiris: Use gen_disassemble
2020-09-02 Marcin Ślusarziris: verify color component width in convert_fast_clea...
2020-09-02 Danylo Piliaievintel/disasm: Label support in shader disassembly for...
2020-08-27 Kenneth Graunkeiris: Drop stale syncobj references in fence_server_sync
2020-08-27 Kenneth Graunkeiris: Reorder the loops in iris_fence_await() for clarity.
2020-08-21 Jason Ekstrandiris: Always re-upload sysvals when we have kernel...
2020-08-21 Jason Ekstrandiris: Normalize all compute shaders to MESA_SHADER_COMPUTE
2020-08-21 Jason Ekstrandiris: ref/unref the GLSL type singleton in screen_creat...
2020-08-21 Jason Ekstrandiris: Stop advertising clover-only caps
2020-08-21 Jason Ekstrandiris: Stop advertising PIPE_SHADER_IR_NIR_SERIALIZED
2020-08-21 Caleb Callawayiris: Add missing newline to debug log message
2020-08-20 Kenneth Graunkeiris: Fix headerless sampler messages in compute shader...
2020-08-19 Nanley Cheryiris: Drop buffer support in resource_from_handle
2020-08-19 Nanley Cheryiris: Add and use iris_resource_configure_main
2020-08-19 Nanley Cheryiris: Move size/offset calculations out of configure_aux
2020-08-19 Nanley Cheryiris: Drop old comment on clear color BO allocation
2020-08-19 Nanley Cheryiris: Drop unused resource allocation optimization
2020-08-19 Nanley Cheryiris: Drop iris_resource_alloc_separate_aux
2020-08-13 Nanley Cheryiris: Make iris_bo_import_dmabuf take a modifier
2020-08-13 Nanley Cheryiris: Don't call SET_TILING for dmabuf imports
2020-08-12 Eric Anholtutil: Split the pack/unpack functions out of the format...
2020-08-12 Jason Ekstrandiris: Add support for MESA_SHADER_KERNEL in the disk...
2020-08-12 Jason Ekstrandiris: Upload kernel inputs with system values
2020-08-12 Jason Ekstrandiris: Copy dest size from the original intrinsic in...
2020-08-12 Jason Ekstrandiris/disk_cache: Stop assuming stage == cache_id
2020-08-12 Jason Ekstrandiris: Add a kernel_input_size field for compiled shaders
2020-08-12 Jason Ekstrandiris: Use blob_write_uint32 for num_system_values
2020-08-12 Jason Ekstrandiris: Add support for serialized NIR
2020-08-12 Jason Ekstrandiris: Implement set_global_binding
2020-08-12 Jason Ekstrandiris: no-op implement set_compute_resources
2020-08-10 Marcin Ślusarzintel/perf: fix performance counters availability after...
2020-08-05 Rob Clarkgallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS
2020-08-03 Nanley Cheryiris: Zero the add-on clear color BO on import
2020-07-30 Marcin Ślusarziris: quiet down static analyzers
2020-07-29 Kenneth Graunkeiris: Delete shader variants when deleting the API...
2020-07-29 Jason Ekstrandnir: Add a find_variable_with_[driver_]location helper
2020-07-29 Jason Ekstrandnir: Use a single list for all shader variables
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-28 Marcin Ślusarziris: propagate error from gen_perf_begin_query to...
2020-07-21 Kenneth Graunkeiris: Fix CCS check in iris_texture_subdata().
2020-07-10 Lionel Landwerliniris: fix fallback to swrast driver
2020-07-10 Jordan Justeniris: Add missing break in switch in modifier_is_supported
2020-07-08 Timothy Arceriiris: silence maybe-uninitialized for stc_dst_aux_usage...
2020-07-08 Timothy Arceriiris: fix maybe-uninitialized warning for initial_state...
2020-07-08 Marek Olšákgallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for Lower...
2020-07-07 Danylo Piliaieviris: Fix fast-clearing of depth via glClearTex(Sub...
2020-07-06 Marcin Ślusarzintel/perf: move query_mask and location out of gen_per...
2020-07-06 Marcin Ślusarziris: remove iris_monitor_config
2020-07-06 Marcin Ślusarziris: return max counter value for AMD_performance_monitor
2020-07-02 Timothy Arceriiris: add missing fallthrough comment
2020-07-01 Emmanueliris: Explicitly cast value to uint64_t
2020-06-26 Kenneth Graunkeiris: Implement pipe->texture_subdata directly
2020-06-26 Rafael Antognolliiris: Align last_seqnos to 64 bits.
2020-06-25 Danylo Piliaieviris: Honor scanout requirement from DRI
2020-06-24 Jordan Justeniris/compute: Split out iris_load_indirect_location
2020-06-24 Jordan Justeniris: Split walker and state update into iris_upload_gp...
2020-06-23 Kenneth Graunkeiris: Delete useless #define
2020-06-22 Jordan Justeniris: Make use of devinfo has_aux_map field
2020-06-22 Eric Engestromdriconf: drop now unused translation facility
2020-06-22 Rafael Antognolliiris/bufmgr: Do not use map_gtt or use set/get_tiling...
2020-06-22 Jordan Justeniris/l3: Enable L3 full way allocation when L3 config...
2020-06-22 Neil Robertsgallium: Add pipe cap for primitive restart with fixed...
2020-06-20 Arcady Goldmints... intel/compiler: Always apply sample mask on Vulkan.
2020-06-19 Nanley Cheryiris: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS
2020-06-19 Nanley Cheryiris: Refactor modifier_is_supported for gen12
2020-06-19 Nanley Cheryiris: Handle importing aux-enabled surfaces on TGL
2020-06-19 Nanley Cheryiris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12
2020-06-19 Nanley Cheryiris: Don't support sRGB + Y_TILED_CCS on gen9
2020-06-19 Nanley Cheryintel: Add ISL_AUX_USAGE_GEN12_CCS_E
2020-06-19 Nanley Cheryiris: Disable sRGB fast-clears for non-0/1 values
2020-06-19 Nanley Cheryiris: Avoid fast-clear with incompatible view
2020-06-19 Nanley Cheryiris: Remove the CCS_D fallback
2020-06-19 Nanley Cheryiris: Drop can_fast_clear_color's format parameter
2020-06-18 Eric Engestromiris: replace all dup() with os_dupfd_cloexec()
2020-06-16 Jan Beichanv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047
2020-06-16 Rohan Gargiris: Fix documentation for _iris_batch_flush
2020-06-13 Eric Engestromiris: drop dead #include "config.h"
2020-06-11 Francisco Jereziris/icl+: Report same caching domain as main surface...
2020-06-11 Jason Ekstrandiris: Better handle metadata in NIR passes
2020-06-04 Lionel Landwerliniris: fix export of GEM handles
2020-06-04 Lionel Landwerliniris: fix BO destruction in error path
2020-06-03 Francisco JerezOPTIONAL: iris: Perform BLORP buffer barriers outside...
2020-06-03 Francisco Jereziris: Remove iris_flush_depth_and_render_caches().
2020-06-03 Francisco Jereziris: Emit single render target flush PIPE_CONTROL...
2020-06-03 Francisco Jereziris: Open-code iris_cache_flush_for_read() and iris_ca...
2020-06-03 Francisco Jereziris: Remove render cache hash table-based synchronization.
2020-06-03 Francisco Jereziris: Remove depth cache set tracking and synchronization.
2020-06-03 Francisco Jereziris: Perform compute predraw flushes from compute...
2020-06-03 Francisco Jereziris: Remove batch argument of iris_resource_prepare_ac...
2020-06-03 Francisco Jereziris: Insert buffer barrier in existing cache flush...
2020-06-03 Francisco Jereziris: Implement buffer-local memory barrier based on...
2020-06-03 Francisco Jereziris: Update cache coherency matrix on PIPE_CONTROL.
next