| Commit message (Expand) | Author | Age | Files | Lines |
* | ac: add radeon_info::has_sync_filecros-mesa-17.2.3-vanillachadv/cros-mesa-17.2.3-vanilla | Marek Olšák | 2017-10-12 | 2 | -0/+2 |
* | ac/surface: add ac_surface::is_displayable | Marek Olšák | 2017-10-12 | 2 | -0/+13 |
* | amd/addrlib: add Addr2IsValidDisplaySwizzleMode | Marek Olšák | 2017-10-12 | 4 | -2/+58 |
* | radv: don't crash if cache is disabled. | Dave Airlie | 2017-10-12 | 1 | -5/+9 |
* | radv: use CLEAR_STATE for initializing some registers | Samuel Pitoiset | 2017-10-12 | 1 | -41/+58 |
* | radv: add has_clear_state and enable it on CIK+ only | Samuel Pitoiset | 2017-10-12 | 2 | -1/+6 |
* | radv: do not set registers for merged ES-GS on GFX9 | Samuel Pitoiset | 2017-10-12 | 1 | -2/+5 |
* | radv: move the raster config emission in si_set_raster_config() | Samuel Pitoiset | 2017-10-12 | 1 | -53/+60 |
* | radv: remove duplicate line of code | Timothy Arceri | 2017-10-12 | 1 | -1/+0 |
* | radv: make use of on-disk cache | Timothy Arceri | 2017-10-12 | 1 | -2/+25 |
* | radv: create on-disk shader cache | Timothy Arceri | 2017-10-12 | 2 | -0/+19 |
* | radv: remove duplicate debug_flags field | Timothy Arceri | 2017-10-12 | 9 | -17/+14 |
* | radv: Only set the MTYPE flags on GFX9+. | Bas Nieuwenhuizen | 2017-10-11 | 1 | -1/+1 |
* | radv: lower ffma in nir. | Dave Airlie | 2017-10-11 | 1 | -0/+1 |
* | radv: Add R16G16B16A16_SNORM fast clear support | Alex Smith | 2017-10-11 | 1 | -0/+6 |
* | radv: export KHR_relaxed_block_layout | Dave Airlie | 2017-10-10 | 1 | -0/+4 |
* | amd: move r600d_common.h into r600g | Marek Olšák | 2017-10-09 | 9 | -163/+23 |
* | radeonsi: shrink r600d_common.h and stop using it | Marek Olšák | 2017-10-09 | 5 | -185/+37 |
* | radv: configure VGT_VERTEX_REUSE at pipeline creation | Samuel Pitoiset | 2017-10-09 | 3 | -10/+16 |
* | radv: do not need to zero-init ds/raster states | Samuel Pitoiset | 2017-10-09 | 1 | -3/+0 |
* | radv: remove unused fields in radv_raster_state | Samuel Pitoiset | 2017-10-09 | 1 | -3/+0 |
* | radv: set ALPHA_TO_MASK_ENABLE at blend state init | Samuel Pitoiset | 2017-10-09 | 1 | -7/+7 |
* | radv: emit PA_SU_POINT_{SIZE,MINMAX} in si_emit_config() | Samuel Pitoiset | 2017-10-09 | 2 | -16/+15 |
* | radv: allow launching waves out-of-order for compute | Samuel Pitoiset | 2017-10-09 | 1 | -1/+9 |
* | radv: convert all COMPUTE operations to the RADV_META_SAVE_XXX flags | Samuel Pitoiset | 2017-10-06 | 7 | -107/+62 |
* | radv: add RADV_META_SAVE_COMPUTE_PIPELINE flag | Samuel Pitoiset | 2017-10-06 | 2 | -2/+23 |
* | radv: add radv_meta_save() helper | Samuel Pitoiset | 2017-10-06 | 9 | -73/+58 |
* | radv: merge radv_meta_{save,restore}_pass() with RADV_META_SAVE_PASS | Samuel Pitoiset | 2017-10-06 | 4 | -39/+22 |
* | radv: convert all GFX operations to the RADV_META_SAVE_XXX flags | Samuel Pitoiset | 2017-10-06 | 7 | -13/+46 |
* | radv: introduce the concept of meta save flags | Samuel Pitoiset | 2017-10-06 | 9 | -52/+85 |
* | radv: remove unused RADV_META_VERTEX_BINDING_COUNT | Samuel Pitoiset | 2017-10-06 | 1 | -2/+0 |
* | radv: select the pipeline outside of the loop when decompressing htile | Samuel Pitoiset | 2017-10-06 | 1 | -12/+12 |
* | radv: add radv_htile_enabled() helper | Samuel Pitoiset | 2017-10-06 | 2 | -3/+8 |
* | ac: properly document a buffer.store LLVM workaround | Marek Olšák | 2017-10-06 | 2 | -6/+9 |
* | radv: Enable VK_KHR_maintenance2 extension. | Bas Nieuwenhuizen | 2017-10-06 | 2 | -0/+5 |
* | radv: Make tess winding order a bit more intuitive. | Bas Nieuwenhuizen | 2017-10-06 | 1 | -3/+2 |
* | radv: Allow setting the domain origin in tess. | Bas Nieuwenhuizen | 2017-10-06 | 1 | -1/+9 |
* | radv: Disable usage checks in metadata for images with extended usage data. | Bas Nieuwenhuizen | 2017-10-06 | 1 | -1/+3 |
* | radv: Implement querying the point clipping behavior. | Bas Nieuwenhuizen | 2017-10-06 | 1 | -0/+6 |
* | meson: generate builddir/src/amd/vulkan/dev_icd.json | Bas Nieuwenhuizen | 2017-10-05 | 3 | -2/+9 |
* | radv: remove useless checks around radv_CmdBindPipeline() | Samuel Pitoiset | 2017-10-04 | 8 | -97/+34 |
* | radv: check that pipeline is different before binding it | Samuel Pitoiset | 2017-10-04 | 1 | -2/+8 |
* | radv: enable tc compatible htile for d32s8 also. | Dave Airlie | 2017-10-04 | 1 | -1/+2 |
* | radv: dump SPIRV when a GPU hang is detected | Samuel Pitoiset | 2017-10-04 | 4 | -4/+13 |
* | radv: dump NIR when a GPU hang is detected | Samuel Pitoiset | 2017-10-04 | 4 | -11/+27 |
* | ac: silence a warning | Marek Olšák | 2017-10-04 | 1 | -1/+3 |
* | radv: Implement TC compatible HTILE. | Bas Nieuwenhuizen | 2017-10-04 | 4 | -6/+62 |
* | radv: emit fmuladd instead of fma to llvm. | Dave Airlie | 2017-10-04 | 1 | -1/+1 |
* | radv: make radv_dynamic_state_copy() static | Samuel Pitoiset | 2017-10-02 | 2 | -5/+1 |
* | amd/common: move ac_build_phi from radeonsi | Nicolai Hähnle | 2017-10-02 | 2 | -0/+19 |