egl/dri2: try to bind old context if bindContext failed
[mesa.git] / src / amd /
2020-07-21 Rhys Perryaco: use nir_addition_might_overflow to combine additio...
2020-07-21 Rhys Perryaco: add NUW flag
2020-07-21 Rhys Perryaco: allow overflow for some SMEM instructions
2020-07-21 Rhys Perryaco: be more careful combining additions that could...
2020-07-21 Rhys Perryaco: implement b2i8/b2i16
2020-07-21 Samuel Pitoisetradv: disable CPU caching for the upload BO to reduce...
2020-07-21 Samuel Pitoisetradv: do not perform read-modify-write with the upload BO
2020-07-21 Rhys Perryradv: replace discard with demote for Quantic Dream...
2020-07-21 Rhys Perryaco: always set FI on GFX10
2020-07-20 Bas Nieuwenhuizenamd/registers: add RLC_PERFMON_CLK_CNTL for pre-GFX10
2020-07-20 Samuel Pitoisetradv: advertise VK_EXT_image_robustness
2020-07-20 Samuel Pitoisetradv/winsys: always allow GTT placements on APUs
2020-07-20 Samuel Pitoisetradv: disable CPU caching for IBS to reduce fetch latency
2020-07-20 Pierre-Eric Pellou... ac/surface: adapt surf_size when modifying surf_pitch
2020-07-18 Bas Nieuwenhuizenamd/addrlib: Clean up unused colorFlags argument
2020-07-18 Bas Nieuwenhuizenamd/common: Cache intra-tile addresses for retile map.
2020-07-18 Rhys Perryaco: use s_waitcnt_depctr to mitigate VMEMtoScalarWrite...
2020-07-18 Rhys Perryaco: properly recognize that s_waitcnt mitigates VMEMto...
2020-07-17 Rhys Perryradv: enable more float_controls features
2020-07-17 Rhys Perryaco: set tcs_in_out_eq=false if float controls of VS...
2020-07-17 Rhys Perryaco: fix nir_op_f2f16_rtne with non-default rounding...
2020-07-17 Rhys Perryaco: flush denormals before fp16 fabs/fneg if needed
2020-07-17 Rhys Perryaco: use s_round_mode/s_denorm_mode
2020-07-17 Samuel Pitoisetradv: return better Vulkan error codes when VkQueueSubm...
2020-07-17 Samuel Pitoisetradv: improve the error messages when a CS submission...
2020-07-17 Samuel Pitoisetradv: remove one useless goto in radv_queue_submit_defe...
2020-07-16 Samuel Pitoisetradv: split fence into two parts as enum+union.
2020-07-16 Samuel Pitoisetradv: optimize creating signaled syncobj with amdgpu_cs...
2020-07-16 Samuel Pitoisetradv: fix the error code when allocating a fresh import...
2020-07-16 Samuel Pitoisetradv: fix the error code when exporting a semaphore...
2020-07-16 Samuel Pitoisetradv: fix destroying the syncobj when exporting a fence FD
2020-07-16 Rhys Perryaco: add add_interference() helper
2020-07-16 Rhys Perryaco: use unordered_set for spill id interferences
2020-07-16 Rhys Perryaco: rewrite graph coloring in spiller
2020-07-16 Rhys Perryaco: fix underestimated pressure in spiller when a...
2020-07-16 Samuel Pitoisetradv/winsys: pass the buffer list via the CS ioctl...
2020-07-16 Samuel Pitoisetradv/winsys: replace alloca() by malloc() everywhere
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateInstance(...
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkAllocateCommandBuffe...
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateFence() failed
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateSemaphore...
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateEvent() failed
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateBuffer() failed
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateImage() failed
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateRenderPass...
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateQueryPool...
2020-07-14 Eric Engestrommeson: fix android vulkan build
2020-07-14 Samuel Pitoisetradv: add the custom border color BO to the list of...
2020-07-13 Rhys Perryaco: add 32-bit integer addition to can_swap_operands
2020-07-13 Rhys Perryradv: use lower_shuffle_to_swizzle_amd
2020-07-13 Rhys Perryaco: implement <32-bit masked_swizzle_amd
2020-07-13 Rhys Perryaco: optimize some masked swizzles to DPP
2020-07-13 Rhys Perryaco: read 0 from inactive lanes when using dpp
2020-07-13 Samuel Pitoisetradv: advertise VK_EXT_extended_dynamic_state
2020-07-13 Samuel Pitoisetradv: add support for dynamic vertex input binding...
2020-07-13 Samuel Pitoisetradv: add support for dynamic depth/stencil states
2020-07-13 Samuel Pitoisetradv: add support for dynamic and scissor count
2020-07-13 Samuel Pitoisetradv: add support for dynamic primitive topology
2020-07-13 Samuel Pitoisetradv: add support for dynamic cull mode and front face
2020-07-13 Samuel Pitoisetradv: declare new extended dynamic states
2020-07-13 Samuel Pitoisetradv: add VK_EXT_extended_dynamic_state but leave it...
2020-07-13 Samuel Pitoisetradv: rework dynamic viewports/scissors support
2020-07-13 Samuel Pitoisetradv: remove the secure compile support feature
2020-07-12 Samuel Pitoisetradv: return VK_ERROR_DEVICE_LOST if wait-for-idle...
2020-07-10 Rhys Perryaco: don't create phis with undef operands in the boole...
2020-07-10 Rhys Perryaco: optimize boolean phis with uniform selections
2020-07-10 Rhys Perryaco: create better code for boolean phis with constant...
2020-07-10 Rhys Perryaco: rework boolean phi pass
2020-07-10 Eric Engestromvulkan: automatically compile the `display` platform...
2020-07-10 Pierre-Eric Pellou... ac/llvm: export ac_init_llvm_once in targets
2020-07-10 Samuel Pitoisetaco: fix more validation errors from vgpr spill/restore...
2020-07-09 Pierre-Eric Pellou... ac/llvm: remove the -1 hack from ac_atomic_inc_wrap
2020-07-09 Samuel Pitoisetradv: compute prim_vertex_count at draw time
2020-07-09 Samuel Pitoisetradv: adjust IA_MULTI_VGT_PARAM.PARTIAL_VS_WAVE at...
2020-07-09 Samuel Pitoisetradv: adjust IA_MULTI_VGT_PARAM.WD_SWITCH_ON_EOP at...
2020-07-09 Samuel Pitoisetradv: store the primitive topology hardware value in...
2020-07-09 Samuel Pitoisetradv: implement missing VK_ACCESS_MEMORY_{READ,WRITE...
2020-07-08 Bas Nieuwenhuizenamd/llvm: Mark pointer function arguments as 32-byte...
2020-07-08 Simon Serradv: use bitshifts for debug enum values
2020-07-08 Marek OlšákRevert "ac/surface: require that gfx8 doesn't have...
2020-07-08 Bas Nieuwenhuizenradv: Use correct semaphore handle type for Android...
2020-07-08 Samuel Pitoisetradv: set depth/stencil enable values correctly for...
2020-07-07 Rhys Perryaco: use VOP2 version of v_mbcnt_hi_u32_b32 on GFX6/7
2020-07-07 Daniel Schürmannaco: remove superflous (bool & exec) if the result...
2020-07-07 Rhys Perryradv: enable zerovram for Quantic Dream games
2020-07-06 Bas NieuwenhuizenRevert "radv: add support for MRTs compaction to avoid...
2020-07-06 Bas Nieuwenhuizenradv: Always enable PERFECT_ZPASS_COUNTS.
2020-07-06 Bas Nieuwenhuizenradv: Set handle types in Android semaphore/fence import.
2020-07-06 Samuel Pitoisetradv: disable FMASK compression when drawing with GENER...
2020-07-06 Bas Nieuwenhuizenamd/addrlib: fix another C++ one definition rule violation
2020-07-03 Hyunjun Kotu,radv: fix potentially wrong offset of flexible array.
2020-07-02 Samuel Pitoisetradv,vulkan: add a new x11 wsi drirc workaround for...
2020-07-02 Samuel Pitoisetradv: fix wide lines with multisample enabled
2020-07-02 Samuel Pitoisetradv: fix wide points and lines
2020-06-30 Marek Olšákac/gpu_info: fix num_physical_sgprs_per_simd for gfx10
2020-06-29 Samuel Pitoisetradv: add support for MRTs compaction to avoid holes
2020-06-29 Samuel Pitoisetradv: use SPI_SHADER_ZERO for non-written color attachments
2020-06-29 Samuel Pitoisetradv: rework 8/16-bit color attachment formats detection
2020-06-29 Samuel Pitoisetradv: adjust CB_SHADER_MASK for dual-source blending...
2020-06-29 Samuel Pitoisetradv: enable VK_AMD_shader_ballot on GFX6-7 with both...
next