summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-10radeon/vcn: fix jpeg decode for navi10Thong Thai1-1/+1
2020-08-10radv: Do not consider layouts fast-clearable on compute queue.Bas Nieuwenhuizen1-1/+2
2020-08-10radv: Add forcecompress debug flag.Bas Nieuwenhuizen4-11/+26
2020-08-10intel/perf: export performance counters sorted by [group|set] and nameMarcin Ślusarz1-7/+67
2020-08-10intel/perf: split load_oa_metricsMarcin Ślusarz1-12/+18
2020-08-10intel/perf: fix performance counters availability after glFinishMarcin Ślusarz5-16/+19
2020-08-10intel/perf: streamline error handling in read_oa_samples_untilMarcin Ślusarz1-12/+16
2020-08-10intel/perf: fix how pipeline stats are storedMarcin Ślusarz1-1/+1
2020-08-10intel/perf: fix calculation of used counter spaceMarcin Ślusarz1-1/+3
2020-08-10radv: report a better error message when QueueWaitIdle() failedSamuel Pitoiset1-2/+20
2020-08-10radv: report errors back to the application via VK_EXT_debug_reportSamuel Pitoiset2-9/+26
2020-08-10radv: rework the error function helpers a bitSamuel Pitoiset2-8/+28
2020-08-10radv: report the spirv-nir logs back to the applicationSamuel Pitoiset1-0/+39
2020-08-10radv: Fix assert that is too strict.Bas Nieuwenhuizen1-2/+2
2020-08-10radeon/radeon_vce: fix out of target bitrate in CBR mode (H.264)Louis Li1-1/+11
2020-08-09r600: Enable compute shaders for NIR code pathGert Wollny1-5/+1
2020-08-09r600/sfn: Force a minimum of 4 GPRs, it seems to fix atomicsGert Wollny1-0/+2
2020-08-09r600/sfn: handle querying SSBO sizeGert Wollny2-0/+29
2020-08-09r600/sfn: Correct ssbo instruction handlingGert Wollny2-7/+38
2020-08-09r600/sfn: correct allocating and emitting of atomicsGert Wollny3-27/+23
2020-08-09r600/sfn: Add a mapping table for atomicsGert Wollny3-0/+14
2020-08-09r600/sfn: add r600 specific lowering pass for atomics and use itGert Wollny1-0/+133
2020-08-09r600/sfn: Sort uniforms by binding and offsetGert Wollny1-0/+28
2020-08-09r600: Set PIPE_CAP_NIR_ATOMICS_AS_DEREF to trueGert Wollny1-0/+1
2020-08-09gallium + mesa/st: Add PIPE_CAP_NIR_ATOMICS_AS_DEREF and use itGert Wollny4-2/+8
2020-08-08meson: bump required glvnd versionEric Engestrom3-3/+3
2020-08-08driconf: fix force_gl_vendor descriptionEric Engestrom1-1/+1
2020-08-08egl/entrypoint-check: add check that GLVND and plain EGL have the same entryp...Eric Engestrom1-0/+42
2020-08-08egl/entrypoint-check: split sort-check into a functionEric Engestrom1-11/+16
2020-08-08Correct a typo in threads_win32.hFelix Yan1-1/+1
2020-08-08pick-ui: specify git commands in "resolve cherry pick" messageEric Engestrom1-2/+2
2020-08-08zink: Fix 32-bit compilationJoshua Ashton1-2/+2
2020-08-08i965: add support for force_gl_vendorTimothy Arceri2-0/+6
2020-08-07freedreno/ir3: don't install ir3_compiler cmdline toolRob Clark1-1/+1
2020-08-07freedreno/registers: add some missing regs to buildRob Clark1-0/+4
2020-08-07meson/freedreno: Fix lua requirementDylan Baker1-1/+1
2020-08-07radeonsi: various fixes for gfx10.3Marek Olšák1-0/+2
2020-08-07radeonsi: remove the NGG hack decreasing LDS usage to deal with overflowsMarek Olšák1-7/+2
2020-08-07radeonsi: add a common function for getting the size of gs_ngg_scratchMarek Olšák3-6/+13
2020-08-07radeonsi: don't count unusable vertices to the NGG LDS sizeMarek Olšák1-3/+11
2020-08-07radeonsi: fix applying the NGG minimum vertex count requirementMarek Olšák1-3/+8
2020-08-07radeonsi: increase minimum NGG vertex count requirement per workgroup on gfx ...Marek Olšák1-3/+4
2020-08-07radeonsi: use the same units for esgs_ring_size and ngg_emit_sizeMarek Olšák3-3/+3
2020-08-07radeonsi: use correct wave size in gfx10_ngg_calculate_subgroup_infoMarek Olšák1-1/+1
2020-08-07Revert "radeonsi: honor a user-specified pitch on gfx10.3"Marek Olšák1-20/+6
2020-08-07ac/gpu_info: set num_tiles_pipes on gfx10+ tooMarek Olšák1-1/+1
2020-08-07radeonsi: enable ETC2 hw acceleration on Raven2Marek Olšák1-1/+1
2020-08-07zink: pre-hash gfx-pipeline-stateAntonio Caggiano4-10/+43
2020-08-07zink: rename zink_gfx_program::stages to 'modules'Mike Blumenkrantz3-11/+11
2020-08-07zink: always compile shaders in pipeline orderMike Blumenkrantz1-8/+12