egl: Handle dri configs with floating point pixel data
[mesa.git] / src / amd /
2019-08-21 Andres Rodriguezradv: add RADV_DEBUG=allentrypoints
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-21 Samuel Pitoisetradv: implement VK_AMD_shader_core_properties2
2019-08-21 Samuel Pitoisetradv: force enable VK_AMD_shader_ballot for Wolfenstein...
2019-08-21 Samuel Pitoisetradv: add a new debug option called RADV_DEBUG=noshader...
2019-08-21 Samuel Pitoisetradv: allow to enable VK_AMD_shader_ballot only on...
2019-08-21 Bas Nieuwenhuizenradv: Emit VGT_GS_ONCHIP_CNTL for tess on GFX10.
2019-08-21 Bas Nieuwenhuizenradv: Use correct vgpr_comp_cnt for VS if both prim_id...
2019-08-21 Samuel Pitoisetradv/gfx10: hardcode some depth+stencil formats in...
2019-08-21 Samuel Pitoisetradv/gfx10: tidy up gfx10_format_table.py
2019-08-20 Samuel Pitoisetradv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE...
2019-08-20 Samuel Pitoisetradv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU...
2019-08-19 Bas Nieuwenhuizenradv: Add Renoir support.
2019-08-19 Marek Olšákradeonsi/nir: always lower ballot masks as 64-bit,...
2019-08-19 Marek Olšákac/nir: set image=true when loading FMASK for images
2019-08-18 Connor Abbottac/nir: Fix store_scratch with a non-full writemask
2019-08-15 Bas NieuwenhuizenRevert "radv/gfx10: Enable DCC for storage images."
2019-08-15 Bas NieuwenhuizenRevert "radv: Do not decompress on LAYOUT_GENERAL."
2019-08-14 Marek Olšákradeonsi: add support for Renoir
2019-08-12 Rhys Perrynir: merge and extend nir_opt_move_comparisons and...
2019-08-12 Bas Nieuwenhuizenradv: Enable VK_KHR_pipeline_executable_properties.
2019-08-12 Bas Nieuwenhuizenradv: Implement radv_GetPipelineExecutableStatisticsKHR.
2019-08-12 Bas Nieuwenhuizenradv: Implement radv_GetPipelineExecutableInternalRepre...
2019-08-12 Bas Nieuwenhuizenradv: Implement radv_GetPipelineExecutablePropertiesKHR.
2019-08-12 Bas Nieuwenhuizenradv: Keep shader info when needed.
2019-08-12 Bas Nieuwenhuizenradv: Add VK_KHR_pipeline_executable_properties in...
2019-08-12 Bas Nieuwenhuizenradv: Use string for nir dumping.
2019-08-12 Bas Nieuwenhuizenradv: Get max workgroup size without nir.
2019-08-12 Bas Nieuwenhuizenradv: Add utility function to calculate max waves.
2019-08-12 Marek Olšákradeonsi/nir: implement default tess level system values
2019-08-12 Marek Olšákcompiler: add SYSTEM_VALUE_USER_DATA_AMD
2019-08-12 Marek Olšákcompiler: add ACCESS_STREAM_CACHE_POLICY
2019-08-12 Bas Nieuwenhuizenradv: Do not setup attachments without a framebuffer.
2019-08-12 Bas Nieuwenhuizenradv: Hash Wave32 settings in shader key.
2019-08-12 Bas Nieuwenhuizenradv: Properly use Wave64 for non-NGG GS and copy shader.
2019-08-12 Bas Nieuwenhuizenradv: Put wave size in shader options/info.
2019-08-09 Lionel Landwerlinamd: prepare dropping include of p_compiler.h
2019-08-08 Bas Nieuwenhuizenradv: Avoid VEGA/RAVEN scissor bug in binning.
2019-08-08 Bas Nieuwenhuizenradv: Avoid binning RAVEN hangs.
2019-08-08 Bas Nieuwenhuizenradv: Fix off by one for S_028C48_MAX_ALLOC_COUNT.
2019-08-07 Bas Nieuwenhuizenradv/gfx10: Enable DCC for storage images.
2019-08-07 Bas Nieuwenhuizenradv: Add device argument for dcc compression check.
2019-08-07 Bas Nieuwenhuizenradv: Disable compression for compute DCC decompress...
2019-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-08-07 Bas Nieuwenhuizenradv: Do not decompress on LAYOUT_GENERAL.
2019-08-07 Bas Nieuwenhuizenradv: Pass through render loop detection to internal...
2019-08-07 Bas Nieuwenhuizenradv: Add render loop detection in renderpass.
2019-08-06 Bas Nieuwenhuizenradv: Fix config reg assert.
2019-08-06 Pierre-Eric Pellou... radeonsi: add support for nir atomic_inc_wrap/atomic_de...
2019-08-06 Pierre-Eric Pellou... ac: add ac_atomic_inc_wrap / ac_atomic_dec_wrap support
2019-08-06 Marek Olšákradeonsi/nir: handle key.mono.u.ps.interpolate_at_sampl...
2019-08-06 Bas Nieuwenhuizenac/nir: Use correct cast for readfirstlane and ptrs.
2019-08-06 Bas Nieuwenhuizenradv: Do non-uniform lowering before bool lowering.
2019-08-05 Connor Abbottac/nir: Lower large indirect variables to scratch
2019-08-03 Eric Engestrommeson: replace last uses of libxmlconfig with idep_xmlc...
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Bas Nieuwenhuizenradv: Expose VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Implement VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store image view also outside framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store color/depth surface info in attachment...
2019-08-02 Bas Nieuwenhuizenac/nir,radv: Optimize bounds check for 64 bit CAS.
2019-08-02 Samuel Pitoisetradv: fix image_has_{cmask,fmask}() helpers
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_fmask_info()
2019-08-02 Samuel Pitoisetradv/gfx10: add missing dcc_tile_swizzle tweak
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_cmask_info()
2019-08-02 Samuel Pitoisetradv: only account for tile_swizzle for color surfaces...
2019-08-02 Bas Nieuwenhuizenradv: Enable VK_KHR_shader_atomic_int64
2019-08-02 Bas Nieuwenhuizenac/nir: Implement LLVM9 64-bit buffer compare & exchange.
2019-08-02 Connor AbbottRevert "ac/nir: handle negate modifier"
2019-08-02 Connor AbbottRevert "ac/nir: handle abs modifier"
2019-08-02 Samuel Pitoisetradv: re-apply "Optimize rebinding the same descriptor...
2019-08-02 Samuel Pitoisetradv/gfx10: use the correct target machine for Wave32
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for vertex, tessellation...
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for fragment shaders
2019-07-31 Samuel Pitoisetradv/gfx10: implement a GE bug workaround
2019-07-31 Samuel Pitoisetradv/gfx10: remove an obsolete VGT_REUSE_OFF workaround
2019-07-31 Samuel Pitoisetradv/gfx10: disable LATE_ALLOC_GS on Navi14
2019-07-31 Samuel Pitoisetradv/gfx10: implement a bug workaround for GE_PC_ALLOC
2019-07-31 Samuel Pitoisetradv/gfx10: implement a bug workaround for NGG -> legac...
2019-07-31 Samuel Pitoisetradv: skip draw calls with 0-sized index buffers
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromradv: drop incorrect MAYBE_UNUSED
2019-07-31 Samuel Pitoisetradv/gfx10: add Wave32 support for compute shaders
2019-07-31 Marek Olšákac/nir: fix incorrect Phis if callbacks use control...
2019-07-31 Marek Olšákac/nir: handle abs modifier
2019-07-31 Marek Olšákac: fix a memory leak in the error path of ac_build_typ...
2019-07-31 Marek Olšákac: allow control flow statements in NIR callbacks
2019-07-31 Marek Olšákac/nir: handle negate modifier
2019-07-31 Marek Olšákradeonsi/nir: implement FBFETCH for KHR_blend_equation_...
2019-07-31 Marek Olšákradeonsi: adjust RB+ blend optimization settings
2019-07-31 Marek Olšákac/surface: allow linear swizzle mode automatic selecti...
2019-07-30 Bas Nieuwenhuizenradv: Fix descriptor set allocation failure.
2019-07-27 Andres Rodriguezradv: fix queries with WAIT_BIT returning VK_NOT_READY
2019-07-30 Samuel Pitoisetradv/gfx10: only compile the GS copy shader on-demand
2019-07-30 Daniel Schürmannradv: Don't include radv_private.h from radv_shader.h
2019-07-29 Marek Olšákamd: add support for Arcturus
2019-07-29 Marek Olšákradeonsi: add support for compute-only chips
2019-07-29 Samuel Pitoisetradv: implement VK_EXT_index_type_uint8
2019-07-29 Bas Nieuwenhuizenradv: Take variable descriptor counts into account...
2019-07-29 Samuel Pitoisetradv/gfx10: do not use the fast depth or stencil clear...
next