| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | iris: Disable VF cache partial address workaround on Gen11+ | Kenneth Graunke | 2019-11-26 | 2 | -0/+14 |
* | freedreno: switch to layout helper | Rob Clark | 2019-11-26 | 27 | -199/+190 |
* | freedreno/a6xx: Log the tiling mode in resource layout debug. | Eric Anholt | 2019-11-26 | 1 | -2/+2 |
* | freedreno: Convert the slice struct to the new resource header. | Eric Anholt | 2019-11-26 | 23 | -71/+43 |
* | freedreno: Introduce a resource layout header. | Eric Anholt | 2019-11-26 | 1 | -0/+164 |
* | freedreno: Introduce a fd_resource_tile_mode() helper. | Eric Anholt | 2019-11-26 | 8 | -36/+24 |
* | freedreno: Introduce a fd_resource_layer_stride() helper. | Eric Anholt | 2019-11-26 | 2 | -11/+15 |
* | freedreno: use rsc->slice accessor everywhere | Rob Clark | 2019-11-26 | 14 | -45/+58 |
* | nir: Make algebraic backtrack and reprocess after a replacement. | Eric Anholt | 2019-11-26 | 2 | -22/+97 |
* | nir: Refactor algebraic's block walk | Eric Anholt | 2019-11-26 | 1 | -31/+31 |
* | nir: Maintain the algebraic automaton's state as we work. | Connor Abbott | 2019-11-26 | 2 | -38/+78 |
* | etnaviv: support 3d/array/integer formats in texture descriptors | Jonathan Marek | 2019-11-26 | 1 | -3/+19 |
* | etnaviv: blt: fix partial ZS clears with TS | Jonathan Marek | 2019-11-26 | 1 | -4/+7 |
* | aco: don't value-number instructions from within a loop with ones after the l... | Daniel Schürmann | 2019-11-26 | 1 | -1/+6 |
* | aco: set dlc/glc correctly for image loads | Rhys Perry | 2019-11-26 | 1 | -0/+3 |
* | aco: allow constant offsets for global/scratch instructions on GFX10 | Rhys Perry | 2019-11-26 | 2 | -2/+5 |
* | radv: Enable VK_KHR_buffer_device_address. | Bas Nieuwenhuizen | 2019-11-26 | 2 | -3/+25 |
* | radv: fix reporting subgroup size with VK_KHR_pipeline_executable_properties | Samuel Pitoiset | 2019-11-26 | 1 | -3/+2 |
* | radv: Allocate cmdbuffer space for buffer marker write. | Bas Nieuwenhuizen | 2019-11-26 | 1 | -0/+4 |
* | r600: Disable eight bit three channel formats | Gert Wollny | 2019-11-26 | 1 | -0/+4 |
* | ac/llvm: fix warning in ac_build_canonicalize() | Samuel Pitoiset | 2019-11-26 | 1 | -1/+1 |
* | mapi: add GetInteger64vEXT with EXT_disjoint_timer_query | Tapani Pälli | 2019-11-26 | 3 | -1/+16 |
* | vulkan: Update the XML and headers to 1.1.129 | Jason Ekstrand | 2019-11-26 | 2 | -63/+501 |
* | anv/entrypoints: Better handle promoted extensions | Jason Ekstrand | 2019-11-26 | 1 | -9/+25 |
* | vulkan/enum_to_str: Handle out-of-order aliases | Jason Ekstrand | 2019-11-26 | 1 | -3/+21 |
* | iris: Update SURFACE_STATE addresses when setting sampler views | Kenneth Graunke | 2019-11-25 | 1 | -0/+3 |
* | iris: Maintain CPU-side SURFACE_STATE copies for views and surfaces. | Kenneth Graunke | 2019-11-25 | 2 | -55/+136 |
* | iris: Create an "iris_surface_state" wrapper struct | Kenneth Graunke | 2019-11-25 | 2 | -27/+36 |
* | iris: Drop 'old_address' parameter from iris_rebind_buffer | Kenneth Graunke | 2019-11-25 | 3 | -7/+6 |
* | iris: Stop mutating the resource in get_rt_read_isl_surf(). | Kenneth Graunke | 2019-11-25 | 1 | -19/+14 |
* | radeonsi/nir: don't run si_nir_opts again if there is no change | Marek Olšák | 2019-11-25 | 3 | -12/+16 |
* | radeonsi: initialize the per-context compiler on demand | Marek Olšák | 2019-11-25 | 3 | -2/+6 |
* | ac: set swizzled bit in cache policy as a hint not to merge loads/stores | Marek Olšák | 2019-11-25 | 7 | -36/+32 |
* | nir: Add a scheduler pass to reduce maximum register pressure. | Eric Anholt | 2019-11-25 | 5 | -0/+1098 |
* | etnaviv: implement 64bpp clear | Jonathan Marek | 2019-11-25 | 10 | -19/+41 |
* | etnaviv: avoid using RS for 64bpp formats | Jonathan Marek | 2019-11-25 | 3 | -6/+14 |
* | etnaviv: add support for extended pe formats | Christian Gmeiner | 2019-11-25 | 1 | -2/+8 |
* | etnaviv: handle 8 byte block in tiling | Christian Gmeiner | 2019-11-25 | 1 | -2/+6 |
* | radv: select the depth decompress path based on the aspect mask | Samuel Pitoiset | 2019-11-25 | 1 | -4/+16 |
* | radv: create decompress pipelines for separate depth/stencil layouts | Samuel Pitoiset | 2019-11-25 | 3 | -23/+44 |
* | radv: rework creation of decompress/resummarize meta pipelines | Samuel Pitoiset | 2019-11-25 | 1 | -34/+36 |
* | radv: set the image view aspect mask before resolves | Samuel Pitoiset | 2019-11-25 | 1 | -2/+2 |
* | radv: set the image view aspect mask during subpass transitions | Samuel Pitoiset | 2019-11-25 | 1 | -1/+1 |
* | aco: enable load/store vectorizer | Rhys Perry | 2019-11-25 | 1 | -18/+32 |
* | nir: add load/store vectorizer tests | Rhys Perry | 2019-11-25 | 2 | -0/+1763 |
* | nir: add a load/store vectorization pass | Rhys Perry | 2019-11-25 | 3 | -0/+1313 |
* | radv: set alignment for load_ssbo/store_ssbo in meta shaders | Rhys Perry | 2019-11-25 | 3 | -0/+26 |
* | nir: add nir_num_variable_modes and nir_var_mem_push_const | Rhys Perry | 2019-11-25 | 2 | -2/+9 |
* | aco: Make unused workgroup id's 0 | Connor Abbott | 2019-11-25 | 1 | -3/+3 |
* | aco: Use common argument handling | Connor Abbott | 2019-11-25 | 6 | -637/+211 |