| Commit message (Expand) | Author | Age | Files | Lines |
* | ac/nir: remove misleading condition | Grazvydas Ignotas | 2017-08-29 | 1 | -1/+1 |
* | ac/nir: silence maybe-uninitialized warnings | Grazvydas Ignotas | 2017-08-29 | 1 | -6/+9 |
* | radv: clear dynamic_shader_stages on create | Grazvydas Ignotas | 2017-08-29 | 1 | -0/+1 |
* | amd: add .editorconfig | Grazvydas Ignotas | 2017-08-29 | 2 | -0/+6 |
* | gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation | Marek Olšák | 2017-08-28 | 1 | -0/+3 |
* | radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer() | Samuel Pitoiset | 2017-08-28 | 1 | -7/+17 |
* | radv: rename record_fail to record_result and use VkResult | Samuel Pitoiset | 2017-08-28 | 2 | -9/+9 |
* | Revert "radeonsi: get the raster config from AMDGPU on SI" | Marek Olšák | 2017-08-27 | 2 | -5/+0 |
* | radv/wsi: Compute correct row_pitch for GFX9. | Dave Airlie | 2017-08-27 | 1 | -2/+6 |
* | radv: Fix sparse BO mapping merging. | Bas Nieuwenhuizen | 2017-08-25 | 1 | -0/+1 |
* | radv: Fix off by one in MAX_VBS assert. | Bas Nieuwenhuizen | 2017-08-25 | 1 | -1/+1 |
* | radv: Don't set a new subpass on compute resolve. | Bas Nieuwenhuizen | 2017-08-25 | 1 | -8/+0 |
* | radv: Remove some intel comments from the resolve code. | Bas Nieuwenhuizen | 2017-08-25 | 3 | -21/+0 |
* | radv: don't crash if we have no framebuffer | Dave Airlie | 2017-08-25 | 1 | -0/+4 |
* | radv/gfx9: gfx9 has buffer sizing rules like pre-VI. | Dave Airlie | 2017-08-25 | 1 | -1/+1 |
* | radv: fix predication on gfx9 | Dave Airlie | 2017-08-25 | 1 | -1/+3 |
* | ac/debug: use util_strchrnul() to fix android build error | Mauro Rossi | 2017-08-24 | 1 | -1/+2 |
* | radeonsi: get the raster config from AMDGPU on SI | Marek Olšák | 2017-08-24 | 2 | -0/+5 |
* | radv: Expose VK_KHX_multiview. | Bas Nieuwenhuizen | 2017-08-24 | 2 | -0/+18 |
* | radv: Implement multiview draws. | Bas Nieuwenhuizen | 2017-08-24 | 2 | -33/+112 |
* | radv: Implement determining the has_multiview_view_index key. | Bas Nieuwenhuizen | 2017-08-24 | 1 | -4/+16 |
* | ac/nir: Add shader support for multiviews. | Bas Nieuwenhuizen | 2017-08-24 | 4 | -2/+44 |
* | radv: Add multiview clears. | Bas Nieuwenhuizen | 2017-08-24 | 3 | -19/+47 |
* | radv: Store multiview info in renderpass. | Bas Nieuwenhuizen | 2017-08-24 | 2 | -1/+27 |
* | ac/nir: Make shader key a struct. | Bas Nieuwenhuizen | 2017-08-24 | 4 | -22/+24 |
* | radv: Use 0 for the layer id if the vertex shader does not export it. | Bas Nieuwenhuizen | 2017-08-24 | 1 | -3/+4 |
* | ac/nir: Implement input attachments with layered rendering. | Bas Nieuwenhuizen | 2017-08-24 | 1 | -2/+11 |
* | ac/nir: Determine if input attachments are used in the info pass. | Bas Nieuwenhuizen | 2017-08-24 | 2 | -1/+11 |
* | ac/nir: Cast sources of integer ops to int. | Bas Nieuwenhuizen | 2017-08-24 | 1 | -0/+16 |
* | radv/gfx9: don't expose linear depth on vega. | Dave Airlie | 2017-08-24 | 1 | -0/+4 |
* | radv: don't degrade tiling mode for small compressed or depth texture. | Dave Airlie | 2017-08-24 | 1 | -6/+10 |
* | radv/gfx9: only minify image view width/height/depth before gfx9. | Dave Airlie | 2017-08-24 | 2 | -7/+15 |
* | radv/image: don't rescale width/height if the format isn't changing | Dave Airlie | 2017-08-24 | 1 | -4/+6 |
* | radv: cleanup some image view descriptor setup. | Dave Airlie | 2017-08-24 | 2 | -13/+21 |
* | radv/gfx9: emit sx_mrt_blend registers | Dave Airlie | 2017-08-24 | 3 | -3/+134 |
* | radv: bump space check for indexed draw. | Dave Airlie | 2017-08-24 | 1 | -1/+1 |
* | radv/gfx9: fixup db/stencil disable. | Dave Airlie | 2017-08-24 | 1 | -3/+7 |
* | radv/gfx9: fix level count in color register setup. | Dave Airlie | 2017-08-24 | 1 | -1/+1 |
* | radv/gfx9: use total levels in texture descriptor | Dave Airlie | 2017-08-24 | 1 | -1/+1 |
* | radv: Implement bc optimize. | Bas Nieuwenhuizen | 2017-08-24 | 3 | -0/+33 |
* | ac/nir: refactor input variable iteration. | Bas Nieuwenhuizen | 2017-08-24 | 1 | -19/+11 |
* | ac/debug: invoke valgrind checks while parsing IBs | Nicolai Hähnle | 2017-08-23 | 1 | -0/+20 |
* | ac/debug: annotate IB dumps with the raw values | Nicolai Hähnle | 2017-08-23 | 1 | -18/+66 |
* | ac/debug: use an explicit getter for fetching words from the IB | Nicolai Hähnle | 2017-08-23 | 1 | -153/+215 |
* | ac/surface/gfx9: don't allow DCC for the smallest mipmap levels | Marek Olšák | 2017-08-22 | 1 | -1/+18 |
* | gallium/radeon: clean up EOP_DATA_SEL magic numbers | Marek Olšák | 2017-08-22 | 1 | -6/+4 |
* | radeonsi/gfx9: properly handle imported textures with unexpected swizzle mode | Marek Olšák | 2017-08-22 | 1 | -0/+5 |
* | amd/common: split out ac_parse_ib_chunk from ac_parse_ib | Nicolai Hähnle | 2017-08-22 | 2 | -8/+32 |
* | Android: Fix LLVM duplicated symbols linking for N and M | Rob Herring | 2017-08-21 | 1 | -3/+1 |
* | ac/nir: fixup layer/viewport export for GFX9. | Dave Airlie | 2017-08-21 | 1 | -7/+25 |