aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx10: don't use NGG culling if compute-based culling is usedMarek Olšák2020-03-281-0/+1
* radeonsi: add num_vbos_in_user_sgprs into the shader cache keyMarek Olšák2020-03-281-0/+3
* radeonsi: always create wait_mem_scratch for compute-based cullingMarek Olšák2020-03-281-1/+2
* radeonsi: set amdgpu-gds-size for mode == 2 of compute-based cullingMarek Olšák2020-03-281-1/+4
* radeonsi: fix incorrect ordered_wave_id initilization for compute-based cullingMarek Olšák2020-03-281-1/+2
* radeonsi: remove obsolete TODO comment related to compute-based cullingMarek Olšák2020-03-281-1/+0
* lima: Implement lima_texture_subdataVasily Khoruzhick2020-03-281-13/+65
* freedreno/ir3/ra: re-work a6xx merged register file conflictsRob Clark2020-03-271-18/+10
* freedreno/ir3/ra: split building regs/classes and conflictsRob Clark2020-03-272-22/+73
* freedreno/ir3/ra: pick higher numbered scalars in first passRob Clark2020-03-274-17/+113
* freedreno/ir3/ra: compute register target from liverangesRob Clark2020-03-272-82/+209
* freedreno/ir3/ra: fix array liverangesRob Clark2020-03-271-1/+1
* freedreno/ir3/ra: add def/use iteratorsRob Clark2020-03-272-133/+202
* freedreno/ir3/ra: drop extending output live-rangesRob Clark2020-03-271-7/+0
* freedreno/ir3/ra: add helper to map name to arrayRob Clark2020-03-271-1/+24
* freedreno/ir3/ra: fix target register calculationRob Clark2020-03-271-1/+1
* freedreno/ir3/ra: add helper to map name to instructionRob Clark2020-03-271-23/+36
* freedreno/ir3/ra: split-upRob Clark2020-03-275-352/+424
* freedreno/ir3/ra: add debug option for RA debug msgsRob Clark2020-03-273-16/+37
* freedreno/ir3: convert debug bitfield to BITFIELD_BIT()Rob Clark2020-03-271-12/+12
* freedreno/ir3: reformat disasm outputRob Clark2020-03-271-7/+17
* freedreno/ir3: fix bogus register footprint with tess/gsRob Clark2020-03-271-0/+3
* freedreno/ir3: remove unused helperRob Clark2020-03-271-10/+0
* freedreno/ir3: add bary_ij as src for meta:tex_prefetchRob Clark2020-03-271-9/+4
* freedreno/ir3: small cleanup and commentsRob Clark2020-03-2717-71/+77
* freedreno/a6xx: register updateRob Clark2020-03-271-1/+3
* util: remove duplicated MALLOC_STRUCT and CALLOC_STRUCTMarek Olšák2020-03-271-12/+1
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-2721-26/+38
* radv: stop including files from mesa/mainMarek Olšák2020-03-279-7/+14
* util: stop including files from mesa/mainMarek Olšák2020-03-275-9/+27
* mesa: don't use <> for including internal headersMarek Olšák2020-03-273-7/+7
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-27244-264/+263
* wgl: use gldrv.h instead of stw_icd.hJesse Natalie2020-03-2710-647/+33
* wgl: add official gldrv.h header-fileJesse Natalie2020-03-271-0/+589
* nv50, nvc0: fix must_check warning of util_dynarray_resize_bytesKarol Herbst2020-03-272-6/+14
* nv50: remove unused variableErik Faye-Lund2020-03-271-2/+0
* intel/perf: store the probed i915-perf versionLionel Landwerlin2020-03-273-1/+22
* intel/perf: document meaning of query fieldLionel Landwerlin2020-03-271-0/+1
* intel/perf: move mdapi query definitions to their own fileLionel Landwerlin2020-03-275-346/+388
* intel/perf: break GL query stuff awayLionel Landwerlin2020-03-2712-1601/+1685
* intel/perf: move register definition to special fileLionel Landwerlin2020-03-272-19/+8
* util/test: Use MAX_PATH on WindowsDaniel Stone2020-03-271-0/+5
* util: fix process_test pathPierre-Eric Pelloux-Prayer2020-03-271-3/+4
* nir: fix packing of TCS varyings not read by the TESTimothy Arceri2020-03-271-4/+68
* glsl: fix varying packing for 64bit integersTimothy Arceri2020-03-271-1/+1
* ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()Samuel Pitoiset2020-03-272-20/+12
* ac/nir: use llvm.amdgcn.rsq for nir_op_frsqSamuel Pitoiset2020-03-271-3/+2
* ac/nir: use llvm.amdgcn.rcp for nir_op_frcpSamuel Pitoiset2020-03-271-2/+2
* x86: Add ENDBR at function entriesH.J. Lu2020-03-263-0/+22
* mesa: try to fix the android buildMarek Olšák2020-03-261-1/+8