| Commit message (Expand) | Author | Age | Files | Lines |
* | radv: Fix CMASK dimensions. | Bas Nieuwenhuizen | 2018-09-03 | 1 | -2/+2 |
* | radv: Use a lower max offchip buffer count. | Bas Nieuwenhuizen | 2018-09-03 | 1 | -2/+22 |
* | radv: Add VEGA20 support. | Bas Nieuwenhuizen | 2018-09-03 | 2 | -0/+2 |
* | radv: don't expose linear depth surfaces on SI/CIK/VI either. | Dave Airlie | 2018-09-03 | 1 | -3/+2 |
* | radv: add missing support for protected memory properties | Samuel Pitoiset | 2018-08-31 | 1 | -0/+6 |
* | radv: remove dead code in scan_shader_output_decl() | Samuel Pitoiset | 2018-08-31 | 1 | -6/+0 |
* | radv: remove radv_shader_context::num_output_{clips,culls} | Samuel Pitoiset | 2018-08-31 | 1 | -7/+0 |
* | radv: adjust the cull dist mask in scan_shader_output_decl() | Samuel Pitoiset | 2018-08-31 | 1 | -3/+2 |
* | radv: get length of the clip/cull distances array from usage mask | Samuel Pitoiset | 2018-08-31 | 1 | -9/+40 |
* | radv: do not recompute the output usage mask for clipdist twice | Samuel Pitoiset | 2018-08-31 | 1 | -4/+1 |
* | radv: gather the output usage mask for clip/cull distances correctly | Samuel Pitoiset | 2018-08-31 | 1 | -0/+8 |
* | radv: add set_output_usage_mask() helper | Samuel Pitoiset | 2018-08-31 | 1 | -17/+26 |
* | radv: fix passing clip/cull distances from VS to PS | Samuel Pitoiset | 2018-08-31 | 4 | -1/+51 |
* | ac/radeonsi: fix CIK copy max size | Dave Airlie | 2018-08-31 | 1 | -1/+3 |
* | radv/meta: Set num_components on image_store intrinsics | Jason Ekstrand | 2018-08-30 | 3 | -0/+6 |
* | radv: Add missing checks in radv_get_image_format_properties. | Bas Nieuwenhuizen | 2018-08-30 | 1 | -0/+19 |
* | radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring SDMA performance | Marek Olšák | 2018-08-29 | 1 | -0/+4 |
* | radeonsi: add flag L2_STREAM for minimal cache usage | Marek Olšák | 2018-08-29 | 1 | -0/+2 |
* | nir: Use a bitfield for image access qualifiers | Jason Ekstrand | 2018-08-29 | 1 | -2/+2 |
* | ac/surface: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI/VI | Marek Olšák | 2018-08-28 | 1 | -2/+2 |
* | Revert "configure: allow building with python3" | Emil Velikov | 2018-08-24 | 2 | -6/+6 |
* | configure: allow building with python3 | Emil Velikov | 2018-08-23 | 2 | -6/+6 |
* | radv/gfx9: implement coherent shaders for VK_ACCESS_SHADER_READ_BIT | Samuel Pitoiset | 2018-08-23 | 1 | -1/+20 |
* | amd/addrlib: Fix include path for c99_compat.h | Mariusz Ceier | 2018-08-22 | 1 | -1/+1 |
* | radv: use different builtin shader cache for 32bit | Grazvydas Ignotas | 2018-08-23 | 1 | -9/+7 |
* | radv: place pointer length into cache uuid | Grazvydas Ignotas | 2018-08-23 | 1 | -1/+1 |
* | ac: fix WAITCNT flags for GFX9 | Marek Olšák | 2018-08-22 | 2 | -4/+6 |
* | amd/addrlib: mark physicalSliceSize as MAYBE_UNUSED in Addr::V1::EgBasedLib::... | Kai Wasserbäch | 2018-08-22 | 1 | -1/+1 |
* | amd/addrlib: mark numPipes as MAYBE_UNUSED in Addr::V1::EgBasedLib::SanityChe... | Kai Wasserbäch | 2018-08-22 | 1 | -1/+3 |
* | amd/addrlib: mark *pEqToCheck as MAYBE_UNUSED in Addr::V2::Gfx9Lib::ComputeSt... | Kai Wasserbäch | 2018-08-22 | 1 | -1/+1 |
* | amd/addrlib: mark microBlockDim as MAYBE_UNUSED in Addr::V2::Gfx9Lib::HwlComp... | Kai Wasserbäch | 2018-08-22 | 1 | -1/+3 |
* | amd/addrlib: mark returnCode as MAYBE_UNUSED in ElemGetExportNorm | Kai Wasserbäch | 2018-08-22 | 2 | -1/+4 |
* | ac/nir: fix getting GLSL type of array of samplers for TG4 | Samuel Pitoiset | 2018-08-22 | 1 | -2/+4 |
* | radv: remove dead variables after splitting per member structs | Samuel Pitoiset | 2018-08-22 | 1 | -3/+3 |
* | radv: use ac_build_imad() | Samuel Pitoiset | 2018-08-22 | 1 | -16/+8 |
* | ac,radeonsi: use ac_build_gather_values more | Marek Olšák | 2018-08-21 | 1 | -11/+3 |
* | ac,radeonsi: use ac_build_fmad | Marek Olšák | 2018-08-21 | 2 | -7/+3 |
* | ac: add imad & fmad helpers | Marek Olšák | 2018-08-21 | 2 | -0/+18 |
* | ac: add ac_build_s_barrier | Marek Olšák | 2018-08-21 | 3 | -2/+8 |
* | ac: completely remove +auto-waitcnt-before-barrier | Marek Olšák | 2018-08-21 | 2 | -6/+2 |
* | radv: do not use CP predication for DCC decompressions | Samuel Pitoiset | 2018-08-20 | 1 | -2/+2 |
* | radv/winsys: fix creating the BO list for virtual buffers | Samuel Pitoiset | 2018-08-17 | 1 | -1/+1 |
* | radv: initialize the DCC predicate correctly when it's compressed | Samuel Pitoiset | 2018-08-16 | 1 | -1/+4 |
* | radv: fix missing initialization of the conditional rendering state | Samuel Pitoiset | 2018-08-16 | 1 | -0/+1 |
* | radv: Revert divisor = 0 case for vertex attribute extension. | Bas Nieuwenhuizen | 2018-08-16 | 1 | -1/+1 |
* | radv: Possible on-demand compilation fix. | Bas Nieuwenhuizen | 2018-08-16 | 1 | -0/+8 |
* | radv: add Doom workaround | Timothy Arceri | 2018-08-16 | 1 | -0/+3 |
* | radv: disable the auto-waitcnt-before-barrier LLVM option | Samuel Pitoiset | 2018-08-15 | 2 | -1/+3 |
* | radv: fix memory leaks in radv_load_meta_pipeline() | Samuel Pitoiset | 2018-08-15 | 1 | -2/+3 |
* | radv: drop wrong initialization of COMPUTE_RESOURCE_LIMITS | Samuel Pitoiset | 2018-08-15 | 1 | -3/+1 |