summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-01-30loader: Fix leak of kernel driver nameKenneth Graunke1-1/+4
2020-01-30i965: Use brw_batch_references in tex_busy checkKenneth Graunke1-1/+2
2020-01-30etnaviv: drm-shim: add GC400Christian Gmeiner1-1/+28
2020-01-30lima: add noheap debug optionQiang Yu2-0/+6
2020-01-30lima: create heap buffer with new interface if availableQiang Yu6-4/+33
2020-01-30lima: fix lima_set_vertex_buffers()Icenowy Zheng1-1/+1
2020-01-29turnip: hook up cmdbuffer event set/waitJonathan Marek1-16/+42
2020-01-29etnaviv: drop default state for PE_STENCIL_CONFIG_EXT2Christian Gmeiner1-1/+0
2020-01-29radv: refactor physical device propertiesSamuel Pitoiset1-250/+233
2020-01-29freedreno: remove flush-queueRob Clark14-97/+24
2020-01-29freedreno: add gmem_lockRob Clark3-0/+18
2020-01-29freedreno: add gmem state cacheRob Clark5-102/+256
2020-01-29freedreno: get GMEM state from batchRob Clark7-59/+59
2020-01-29freedreno/a2xx: constify gmem stateRob Clark1-4/+4
2020-01-29freedreno/a3xx: constify gmem stateRob Clark1-9/+9
2020-01-29freedreno/a4xx: constify gmem stateRob Clark1-10/+10
2020-01-29freedreno/a5xx: constify gmem stateRob Clark1-10/+10
2020-01-29freedreno/a6xx: constify gmem stateRob Clark1-13/+13
2020-01-29freedreno: constify fd_vsc_pipeRob Clark5-9/+9
2020-01-29freedreno: constify fd_tileRob Clark8-29/+29
2020-01-29freedreno: consolidate GMEM stateRob Clark8-19/+24
2020-01-29freedreno: extract vsc pipe bo from GMEM stateRob Clark7-35/+32
2020-01-29turnip: remove unused descriptor state dirtyAlejandro Piñeiro2-2/+0
2020-01-29aco: Fix the meaning of is_atomic.Timur Kristóf2-7/+7
2020-01-29iris: Support multiple chained batches.Kenneth Graunke2-21/+25
2020-01-29iris: Make iris_emit_default_l3_config pull devinfo from the batchKenneth Graunke1-5/+4
2020-01-29iris: Drop 'engine' from iris_batch.Kenneth Graunke3-13/+2
2020-01-29tu: Fix binning address setup after pack macros change.Eric Anholt1-1/+2
2020-01-29turnip: Enable occlusionQueryPreciseBrian Ho1-1/+1
2020-01-29aco: simplify gathering of MIMG address componentsDaniel Schürmann1-129/+79
2020-01-29aco: simplify adjust_sample_index_using_fmask() & get_image_coords()Daniel Schürmann1-26/+27
2020-01-29aco: fix register allocation with multiple live-range splitsDaniel Schürmann1-7/+13
2020-01-29aco: reorder VMEM operands in ACO IRDaniel Schürmann11-132/+153
2020-01-29nir: Make nir_deref_path_init skip trivial castsCaio Marcelo de Oliveira Filho1-14/+19
2020-01-29aco: fix exec mask consistency issuesRhys Perry1-3/+7
2020-01-29aco: parallelcopy exec mask before s_wqmRhys Perry1-0/+7
2020-01-29aco: fill reg_demand with sensible information in add_coupling_code()Rhys Perry1-14/+22
2020-01-29aco: improve assertion at the end of spillerRhys Perry1-1/+1
2020-01-29aco: set exec_potentially_empty after continues/breaks in nested IFsRhys Perry2-15/+51
2020-01-29aco: error when block has no logical preds but VGPRs are live at the startRhys Perry1-1/+2
2020-01-29aco: don't always add logical edges from continue_break blocks to headersRhys Perry1-1/+2
2020-01-29aco: only create parallelcopy to restore exec at loop exit if neededRhys Perry1-2/+29
2020-01-29aco: don't update demand in add_coupling_code() for loop headersRhys Perry1-3/+9
2020-01-29aco: don't consider loop header blocks branch blocks in add_coupling_codeRhys Perry1-1/+1
2020-01-29aco: fix target calculation when vgpr spilling introduces sgpr spillingRhys Perry1-2/+1
2020-01-29radv/gfx10: re-enable NGG GSSamuel Pitoiset1-15/+0
2020-01-29radv/gfx10: implement NGG GS queriesSamuel Pitoiset7-6/+155
2020-01-29radv/gfx10: add a separate flag for creating a GDS OA bufferSamuel Pitoiset3-7/+26
2020-01-29winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2-3/+21
2020-01-29winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2-24/+48