summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* iris: Disable VF cache partial address workaround on Gen11+Kenneth Graunke2019-11-262-0/+14
* freedreno: switch to layout helperRob Clark2019-11-2627-199/+190
* freedreno/a6xx: Log the tiling mode in resource layout debug.Eric Anholt2019-11-261-2/+2
* freedreno: Convert the slice struct to the new resource header.Eric Anholt2019-11-2623-71/+43
* freedreno: Introduce a resource layout header.Eric Anholt2019-11-261-0/+164
* freedreno: Introduce a fd_resource_tile_mode() helper.Eric Anholt2019-11-268-36/+24
* freedreno: Introduce a fd_resource_layer_stride() helper.Eric Anholt2019-11-262-11/+15
* freedreno: use rsc->slice accessor everywhereRob Clark2019-11-2614-45/+58
* nir: Make algebraic backtrack and reprocess after a replacement.Eric Anholt2019-11-262-22/+97
* nir: Refactor algebraic's block walkEric Anholt2019-11-261-31/+31
* nir: Maintain the algebraic automaton's state as we work.Connor Abbott2019-11-262-38/+78
* etnaviv: support 3d/array/integer formats in texture descriptorsJonathan Marek2019-11-261-3/+19
* etnaviv: blt: fix partial ZS clears with TSJonathan Marek2019-11-261-4/+7
* aco: don't value-number instructions from within a loop with ones after the l...Daniel Schürmann2019-11-261-1/+6
* aco: set dlc/glc correctly for image loadsRhys Perry2019-11-261-0/+3
* aco: allow constant offsets for global/scratch instructions on GFX10Rhys Perry2019-11-262-2/+5
* radv: Enable VK_KHR_buffer_device_address.Bas Nieuwenhuizen2019-11-262-3/+25
* radv: fix reporting subgroup size with VK_KHR_pipeline_executable_propertiesSamuel Pitoiset2019-11-261-3/+2
* radv: Allocate cmdbuffer space for buffer marker write.Bas Nieuwenhuizen2019-11-261-0/+4
* r600: Disable eight bit three channel formatsGert Wollny2019-11-261-0/+4
* ac/llvm: fix warning in ac_build_canonicalize()Samuel Pitoiset2019-11-261-1/+1
* mapi: add GetInteger64vEXT with EXT_disjoint_timer_queryTapani Pälli2019-11-263-1/+16
* vulkan: Update the XML and headers to 1.1.129Jason Ekstrand2019-11-262-63/+501
* anv/entrypoints: Better handle promoted extensionsJason Ekstrand2019-11-261-9/+25
* vulkan/enum_to_str: Handle out-of-order aliasesJason Ekstrand2019-11-261-3/+21
* iris: Update SURFACE_STATE addresses when setting sampler viewsKenneth Graunke2019-11-251-0/+3
* iris: Maintain CPU-side SURFACE_STATE copies for views and surfaces.Kenneth Graunke2019-11-252-55/+136
* iris: Create an "iris_surface_state" wrapper structKenneth Graunke2019-11-252-27/+36
* iris: Drop 'old_address' parameter from iris_rebind_bufferKenneth Graunke2019-11-253-7/+6
* iris: Stop mutating the resource in get_rt_read_isl_surf().Kenneth Graunke2019-11-251-19/+14
* radeonsi/nir: don't run si_nir_opts again if there is no changeMarek Olšák2019-11-253-12/+16
* radeonsi: initialize the per-context compiler on demandMarek Olšák2019-11-253-2/+6
* ac: set swizzled bit in cache policy as a hint not to merge loads/storesMarek Olšák2019-11-257-36/+32
* nir: Add a scheduler pass to reduce maximum register pressure.Eric Anholt2019-11-255-0/+1098
* etnaviv: implement 64bpp clearJonathan Marek2019-11-2510-19/+41
* etnaviv: avoid using RS for 64bpp formatsJonathan Marek2019-11-253-6/+14
* etnaviv: add support for extended pe formatsChristian Gmeiner2019-11-251-2/+8
* etnaviv: handle 8 byte block in tilingChristian Gmeiner2019-11-251-2/+6
* radv: select the depth decompress path based on the aspect maskSamuel Pitoiset2019-11-251-4/+16
* radv: create decompress pipelines for separate depth/stencil layoutsSamuel Pitoiset2019-11-253-23/+44
* radv: rework creation of decompress/resummarize meta pipelinesSamuel Pitoiset2019-11-251-34/+36
* radv: set the image view aspect mask before resolvesSamuel Pitoiset2019-11-251-2/+2
* radv: set the image view aspect mask during subpass transitionsSamuel Pitoiset2019-11-251-1/+1
* aco: enable load/store vectorizerRhys Perry2019-11-251-18/+32
* nir: add load/store vectorizer testsRhys Perry2019-11-252-0/+1763
* nir: add a load/store vectorization passRhys Perry2019-11-253-0/+1313
* radv: set alignment for load_ssbo/store_ssbo in meta shadersRhys Perry2019-11-253-0/+26
* nir: add nir_num_variable_modes and nir_var_mem_push_constRhys Perry2019-11-252-2/+9
* aco: Make unused workgroup id's 0Connor Abbott2019-11-251-3/+3
* aco: Use common argument handlingConnor Abbott2019-11-256-637/+211