summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* turnip: Fix vkCmdCopyQueryPoolResults with available flag20.0-branchpointBrian Ho2020-01-301-46/+52
* turnip: Fix vkGetQueryPoolResults with available flagBrian Ho2020-01-301-22/+30
* turnip: Free event->bo on vkDestroyEventBrian Ho2020-01-301-0/+2
* loader: Fix leak of kernel driver nameKenneth Graunke2020-01-301-1/+4
* docs: Update SWR tessellation supportJan Zielinski2020-01-301-1/+1
* i965: Use brw_batch_references in tex_busy checkKenneth Graunke2020-01-301-1/+2
* etnaviv: drm-shim: add GC400Christian Gmeiner2020-01-301-1/+28
* lima: add noheap debug optionQiang Yu2020-01-302-0/+6
* lima: create heap buffer with new interface if availableQiang Yu2020-01-306-4/+33
* lima: sync lima_drm.h with kernelQiang Yu2020-01-301-1/+8
* lima: fix lima_set_vertex_buffers()Icenowy Zheng2020-01-301-1/+1
* turnip: hook up cmdbuffer event set/waitJonathan Marek2020-01-291-16/+42
* etnaviv: drop default state for PE_STENCIL_CONFIG_EXT2Christian Gmeiner2020-01-291-1/+0
* docs: add new features for RADV/ACO.Daniel Schürmann2020-01-291-1/+5
* radv: refactor physical device propertiesSamuel Pitoiset2020-01-291-250/+233
* freedreno: remove flush-queueRob Clark2020-01-2914-97/+24
* freedreno: add gmem_lockRob Clark2020-01-293-0/+18
* freedreno: add gmem state cacheRob Clark2020-01-295-102/+256
* freedreno: get GMEM state from batchRob Clark2020-01-297-59/+59
* freedreno/a2xx: constify gmem stateRob Clark2020-01-291-4/+4
* freedreno/a3xx: constify gmem stateRob Clark2020-01-291-9/+9
* freedreno/a4xx: constify gmem stateRob Clark2020-01-291-10/+10
* freedreno/a5xx: constify gmem stateRob Clark2020-01-291-10/+10
* freedreno/a6xx: constify gmem stateRob Clark2020-01-291-13/+13
* freedreno: constify fd_vsc_pipeRob Clark2020-01-295-9/+9
* freedreno: constify fd_tileRob Clark2020-01-298-29/+29
* freedreno: consolidate GMEM stateRob Clark2020-01-298-19/+24
* freedreno: extract vsc pipe bo from GMEM stateRob Clark2020-01-297-35/+32
* turnip: remove unused descriptor state dirtyAlejandro Piñeiro2020-01-292-2/+0
* aco: Fix the meaning of is_atomic.Timur Kristóf2020-01-292-7/+7
* iris: Support multiple chained batches.Kenneth Graunke2020-01-292-21/+25
* iris: Make iris_emit_default_l3_config pull devinfo from the batchKenneth Graunke2020-01-291-5/+4
* iris: Drop 'engine' from iris_batch.Kenneth Graunke2020-01-293-13/+2
* tu: Fix binning address setup after pack macros change.Eric Anholt2020-01-291-1/+2
* turnip: Enable occlusionQueryPreciseBrian Ho2020-01-291-1/+1
* aco: simplify gathering of MIMG address componentsDaniel Schürmann2020-01-291-129/+79
* aco: simplify adjust_sample_index_using_fmask() & get_image_coords()Daniel Schürmann2020-01-291-26/+27
* aco: fix register allocation with multiple live-range splitsDaniel Schürmann2020-01-291-7/+13
* aco: reorder VMEM operands in ACO IRDaniel Schürmann2020-01-2911-132/+153
* nir: Make nir_deref_path_init skip trivial castsCaio Marcelo de Oliveira Filho2020-01-291-14/+19
* aco: fix exec mask consistency issuesRhys Perry2020-01-291-3/+7
* aco: parallelcopy exec mask before s_wqmRhys Perry2020-01-291-0/+7
* aco: fill reg_demand with sensible information in add_coupling_code()Rhys Perry2020-01-291-14/+22
* aco: improve assertion at the end of spillerRhys Perry2020-01-291-1/+1
* aco: set exec_potentially_empty after continues/breaks in nested IFsRhys Perry2020-01-292-15/+51
* aco: error when block has no logical preds but VGPRs are live at the startRhys Perry2020-01-291-1/+2
* aco: don't always add logical edges from continue_break blocks to headersRhys Perry2020-01-291-1/+2
* aco: only create parallelcopy to restore exec at loop exit if neededRhys Perry2020-01-291-2/+29
* aco: don't update demand in add_coupling_code() for loop headersRhys Perry2020-01-291-3/+9
* aco: don't consider loop header blocks branch blocks in add_coupling_codeRhys Perry2020-01-291-1/+1