summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-09ci/vc4: Skip VS dynamic loops tests that cause GPU hangs.Eric Anholt1-0/+11
2020-12-09radeonsi: fix the blit test for SW_64KB_R_XMarek Olšák1-0/+2
2020-12-09radeonsi: rename SI_TEST_DMA to SI_TEST_BLITMarek Olšák5-9/+9
2020-12-09radeonsi: remove SDMA supportMarek Olšák19-1413/+67
2020-12-09radeonsi: rename buffer functions so as not to reference ringsMarek Olšák6-19/+19
2020-12-09radeonsi: move si_screen_clear_buffer into si_compute_blit.c w/o SDMA optionMarek Olšák3-13/+13
2020-12-08ci/freedreno: Detect the cheza power management bus error and restart.Eric Anholt1-0/+6
2020-12-08android: spirv: fix '::' typo in gen rulesMauro Rossi1-2/+2
2020-12-08mesa/st: set reserved storage for params+values to 16Mike Blumenkrantz1-1/+1
2020-12-08meson: fix multiline string warningMichel Zou1-2/+2
2020-12-08util: Add cnd_monotonic to Makefile.sourcesIan Romanick1-0/+1
2020-12-08mesa: remove MAX_3D_TEXTURE_LEVELS, MAX_CUBE_TEXTURE_LEVELSMarek Olšák3-17/+7
2020-12-08mesa: remove code for old (mostly unsupported) GL_NV_point_spriteMarek Olšák15-90/+42
2020-12-08mesa: fix glPopAttrib for GL_COORD_REPLACE for r200Marek Olšák1-2/+13
2020-12-08turnip: always set LRZ registers to zero for 3d clear/blitJonathan Marek1-4/+5
2020-12-08turnip: move up LRZ invalidate in CmdClearAttachmentsJonathan Marek1-7/+7
2020-12-08turnip: do not emit draw states in draw_cs outside of renderpassJonathan Marek1-14/+30
2020-12-08turnip: correctly disable draw states outside of renderpassesJonathan Marek1-20/+37
2020-12-08turnip: always emit LRZ draw state in DIRTY_DRAW_STATE pathJonathan Marek1-2/+1
2020-12-08turnip: do not include compute stage in pipeline_builderJonathan Marek1-13/+13
2020-12-08turnip: no linear_to_srgb for alpha channel for gmem clear value packingJonathan Marek2-6/+1
2020-12-08gallium/u_threaded: optimize set_constant_bufferMarek Olšák1-18/+22
2020-12-08gallium/u_threaded: don't make a local copy of pipe_draw_start_countMarek Olšák1-4/+6
2020-12-08gallium/u_threaded: don't copy the indexbuf pointer if we overwrite itMarek Olšák1-2/+8
2020-12-08gallium/u_threaded: set has_user_indices = false in the driver threadMarek Olšák1-2/+2
2020-12-08gallium/u_threaded: don't pass index bounds to the driver to decrease overheadMarek Olšák1-6/+16
2020-12-08glthread: count batch space in units of uint64_t elementsMarek Olšák3-9/+9
2020-12-08glthread: change sizes to unsigned or size_t where neededMarek Olšák4-7/+7
2020-12-08glthread: use uint64_t to declare the batch buffer instead of align(8)Marek Olšák3-9/+4
2020-12-08glthread: use glthread->used instead of glthread->next_batch->usedMarek Olšák3-13/+25
2020-12-08zink: use shader keys for samplemaskMike Blumenkrantz2-2/+27
2020-12-08zink: change a memcmp==0 to !memcmpMike Blumenkrantz1-1/+1
2020-12-08zink: initial shader key implementationMike Blumenkrantz8-14/+265
2020-12-08vulkan/device_select: Store Vulkan vendorID and deviceID as uint32_tWitold Baryluk1-1/+9
2020-12-08gallium/aux: Update scons build for u_tracepoints.[ch]Rob Clark1-0/+14
2020-12-08gallium/aux: Split u_tracepoints.[ch] generationRob Clark3-18/+34
2020-12-08gallium/aux: Avoid creating queue when traces not enabledRob Clark1-3/+10
2020-12-08nir: improve divergence analysis for loads with non-uniform resourcesRhys Perry1-5/+14
2020-12-08nir/lower_non_uniform: remove non_uniform flags after loweringRhys Perry1-0/+5
2020-12-08iris: fix memleak for query_buffer_uploaderyshi181-0/+1
2020-12-08aco: use UINT64_C on 64 bit constant argumentsJonathan Gray1-3/+3
2020-12-08mesa/st: lower 64 bit ops to scalar before lowering to soft-floatGert Wollny1-1/+50
2020-12-08radv: disable alphaToOne featureSamuel Pitoiset1-1/+1
2020-12-08driconf: add allow_incorrect_primitive_id optionPierre-Eric Pelloux-Prayer9-2/+18
2020-12-08vbo/dlist: only use merged primitives when it's ok to do soPierre-Eric Pelloux-Prayer9-41/+113
2020-12-08vbo/dlist: avoid splitting draw commands in multiple drawsPierre-Eric Pelloux-Prayer1-7/+42
2020-12-08vbo/dlist: refactor prim_store/vertex_store allocationsPierre-Eric Pelloux-Prayer2-33/+58
2020-12-08mesa: optimize _mesa_program_resource_locationPierre-Eric Pelloux-Prayer4-17/+12
2020-12-08util/hash_table: add _mesa_hash_data_with_seed functionPierre-Eric Pelloux-Prayer2-0/+7
2020-12-08vbo/dlist: implement primitive mergingPierre-Eric Pelloux-Prayer1-15/+74