glx/test: meson: assorted include fixes
[mesa.git] / src / amd /
2018-12-20 Samuel Pitoisetradv: enable shaderStorageImageMultisample feature...
2018-12-20 Samuel Pitoisetradv: add support for FMASK expand
2018-12-20 Samuel Pitoisetradv: initialize FMASK for images in fully expanded...
2018-12-20 Samuel Pitoisetac/nir: restrict fmask lookup to image load intrinsics
2018-12-20 Samuel Pitoisetradv: compute optimal VM alignment for imported buffers
2018-12-20 Bas Nieuwenhuizenradv: Work around non-renderable 128bpp compressed...
2018-12-20 Samuel Pitoisetradv: fix subpass image transitions with multiviews
2018-12-20 Samuel Pitoisetradv: drop the amdgpu-skip-threshold=1 workaround for...
2018-12-20 Samuel Pitoisetac/nir: remove the bitfield_extract workaround for...
2018-12-19 Jason Ekstrandradv/query: Use 1-bit booleans in query shaders
2018-12-19 Jason Ekstrandradv/query: Add a nir_test_flag helper
2018-12-19 Nicolai Hähnleradeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when...
2018-12-19 Nicolai Hähnleac/surface: 3D and cube surfaces are never displayable
2018-12-19 Nicolai Hähnleamd/common: add i1 special case to ac_build_{inclusive...
2018-12-19 Nicolai Hähnleamd/common: scan/reduce across waves of a workgroup
2018-12-19 Nicolai Hähnleamd/common: add ac_build_ifcc
2018-12-19 Nicolai Hähnleamd/common: whitespace fixes
2018-12-19 Nicolai Hähnleamd/sid_tables: add additional python3 compatibility...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-12-17 Bas Nieuwenhuizenradv: Fix multiview depth clears
2018-12-17 Bas Nieuwenhuizenradv: Remove redundant format check.
2018-12-17 Samuel Pitoisetradv: report Vulkan version 1.1.90 for real
2018-12-17 Jason Ekstrandanv,radv: Re-enable VK_EXT_pci_bus_info
2018-12-17 Rhys Perryradv: switch from nir_bcsel to nir_b32csel
2018-12-17 Rhys Perryradv: don't set surf_index for stencil-only images
2018-12-16 Jason Ekstrandradv: Fix a stupid if in gather_intrinsic_info
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Rhys Perryac: split 16-bit ssbo loads that may not be dword aligned
2018-12-16 Rhys Perryac: refactor visit_load_buffer
2018-12-13 Dave Airlieradv/xfb: fix counter buffer bounds checks.
2018-12-13 Samuel Pitoisetradv: don't check if format is depth in radv_image_can_...
2018-12-13 Samuel Pitoisetradv: check if addrlib enabled HTILE in radv_image_can_...
2018-12-13 Samuel Pitoisetradv: switch on EOP when primitive restart is enabled...
2018-12-13 Samuel Pitoisetradv: allow to skip DCC decompressions with the new...
2018-12-13 Samuel Pitoisetradv: add a predicate for reflecting DCC decompression...
2018-12-12 Samuel Pitoisetradv: bump reported version to 1.1.90
2018-12-11 Jason Ekstrandanv,radv: Disable VK_EXT_pci_bus_info
2018-12-10 Emil Velikovamd/addrlib: drop si_ci_vi_merged_enum.h from the list
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-12-05 Samuel Pitoisetradv: expose VK_EXT_scalar_block_layout
2018-12-05 Samuel Pitoisetradv: wait on the high 32 bits of timestamp queries
2018-12-05 Samuel Pitoisetradv: reset pending_reset_query when flushing caches
2018-12-05 Alex Smithradv: Flush before vkCmdWriteTimestamp() if needed
2018-12-05 Samuel Pitoisetradv: rework the TC-compat HTILE hardware bug with...
2018-12-04 Dave Airlieradv: use 3d shader for gfx9 copies if dst is 3d
2018-12-04 Bas Nieuwenhuizenradv: Check for shareable images in central place.
2018-12-04 Bas Nieuwenhuizenradv/android: Use buffer metadata to determine scanout...
2018-12-04 Bas Nieuwenhuizenradv/android: Mark android WSI image as shareable.
2018-12-03 Tobias Klausmannamd/vulkan: meson build - use radv_deps for libvulkan_r...
2018-12-01 Mauro Rossiandroid: amd/addrlib: update Mesa's copy of addrlib
2018-11-29 Nicolai Hähnleamd/addrlib: update Mesa's copy of addrlib
2018-11-29 Nicolai Hähnleac/surface/gfx9: let addrlib choose the preferred swizz...
2018-11-29 Nicolai Hähnleradv: remove dependency on addrlib gfx9_enum.h
2018-11-29 Samuel Pitoisetradv: drop few useless state changes when doing color...
2018-11-29 Samuel Pitoisetradv: remove unused pending_clears param in the transit...
2018-11-29 Samuel Pitoisetradv: optimize CmdClear{Color,DepthStencil}Image()...
2018-11-29 Samuel Pitoisetradv: refactor the fast clear path for better re-use
2018-11-29 Samuel Pitoisetradv: simplify a check in emit_fast_color_clear()
2018-11-29 Samuel Pitoisetradv: add radv_can_fast_clear_{color,depth}() helpers
2018-11-29 Samuel Pitoisetradv: add radv_image_view_can_fast_clear() helper
2018-11-29 Samuel Pitoisetradv: add radv_image_can_fast_clear() helper
2018-11-29 Samuel Pitoisetradv: remove useless check in emit_fast_color_clear()
2018-11-27 Bas Nieuwenhuizenradv: Align large buffers to the fragment size.
2018-11-27 Bas Nieuwenhuizenradv: Clamp gfx9 image view extents to the allocated...
2018-11-26 Bas Nieuwenhuizenradv: Fix opaque metadata descriptor last layer.
2018-11-23 Samuel Pitoisetradv: ignore subpass self-dependencies for CreateRender...
2018-11-23 Samuel Pitoisetradv: remove useless sync before CmdClear{Color,DepthSt...
2018-11-22 Samuel Pitoisetradv: remove useless sync after CmdClear{Color,DepthSte...
2018-11-21 Samuel Pitoisetradv: only sync CP DMA for transfer operations or botto...
2018-11-21 Samuel Pitoisetradv: ignore subpass self-dependencies
2018-11-20 Dave Airlieac: handle cast derefs
2018-11-20 Dave Airlieradv: handle loading from shared pointers
2018-11-20 Dave Airlieac: avoid casting pointers on bcsel and stores
2018-11-20 Samuel Pitoisetac/nir: fix intrinsic name string size in visit_image_a...
2018-11-19 Bas Nieuwenhuizenradv: Use structured intrinsics instead of indexing...
2018-11-19 Samuel Pitoisetradv: implement fast HTILE clears for depth or stencil...
2018-11-19 Samuel Pitoisetradv: rewrite the condition that checks allowed depth...
2018-11-19 Samuel Pitoisetradv: check allowed fast HTILE clears a bit earlier
2018-11-19 Samuel Pitoisetradv: add radv_is_fast_clear_{depth,stencil}_allowed...
2018-11-19 Samuel Pitoisetradv: add radv_get_htile_fast_clear_value() helper
2018-11-19 Samuel Pitoisetradv: remove unnecessary goto in the fast clear paths
2018-11-19 Samuel Pitoisetradv/winsys: remove the max IBs per submit limit for...
2018-11-19 Samuel Pitoisetradv/winsys: remove the max IBs per submit limit for...
2018-11-19 Samuel Pitoisetradv: always clear the FCE predicate after DCC/FMASK...
2018-11-19 Samuel Pitoisetradv: tidy up radv_set_dcc_need_cmask_elim_pred()
2018-11-16 Samuel Pitoisetradv: enable primitive binning by default
2018-11-16 Samuel Pitoisetradv: add a debug option for disabling primitive binning
2018-11-16 Connor AbbottRevert "radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT"
2018-11-14 Karol Herbstnir: replace nir_load_system_value calls with appropiat...
2018-11-13 Timothy Arceriradv: make use of nir_move_out_const_to_consumer()
2018-11-13 Samuel Pitoisetradv: set optimal OVERWRITE_COMBINER_WATERMARK on GFX9
2018-11-13 Samuel Pitoisetradv: set PA.SC_CONSERVATIVE_RASTERIZATION.NULL_SQUAD_A...
2018-11-13 Samuel Pitoisetradv: binding streamout buffers doesn't change context...
2018-11-12 Samuel Pitoisetradv: make use of num_good_cu_per_sh in si_emit_graphic...
2018-11-12 Samuel Pitoisetradv: clean up setting partial_es_wave for distributed...
2018-11-12 Samuel Pitoisetradv: cleanup and document a Hawaii bug with offchip...
2018-11-09 Marek Olšákac/surface: remove the overallocation workaround for...
next