aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove tabsMarek Olšák2020-06-269-56/+56
* radeonsi: clear per-context buffers at the end of si_create_contextMarek Olšák2020-06-261-5/+11
* radeonsi: make si_pm4_cmd_begin/end static and simplify all usagesMarek Olšák2020-06-264-15/+8
* radeonsi: disallow adding BOs into si_pm4_state except 1 shader BO per stateMarek Olšák2020-06-264-36/+4
* radeonsi: make wait_mem_scratch unmappableMarek Olšák2020-06-261-1/+4
* radeonsi: don't add the tess ring buffers into the cs_preamble stateMarek Olšák2020-06-262-3/+5
* radeonsi: rename init_config states to cs_preamble statesMarek Olšák2020-06-267-47/+45
* radeonsi: don't add the border color buffer into the init_config stateMarek Olšák2020-06-262-1/+3
* ac,winsys/amdgpu: align IBs the same as the kernelMarek Olšák2020-06-263-12/+33
* amd: add proper definitions for NOP packetsMarek Olšák2020-06-265-10/+13
* gitlab-ci: attach the Fossilize log file as artifact on failureSamuel Pitoiset2020-06-263-3/+13
* gitlab-ci: append Fossilize stdout/stderr to a file to reduce spamSamuel Pitoiset2020-06-261-1/+6
* gitlab-ci: set the number of Fossilize threads to 4Samuel Pitoiset2020-06-261-1/+1
* panfrost: Only copy resources when they are in a pending batchIcecream952020-06-261-3/+7
* anv: Align "used" attribute to 64 bits.Rafael Antognolli2020-06-251-2/+5
* iris: Align last_seqnos to 64 bits.Rafael Antognolli2020-06-251-1/+4
* ci: Remove a stray "always" on the freedreno traces job.Eric Anholt2020-06-251-2/+0
* freedreno/a6xx: Add support for polygon fill mode (as long as front==back).Eric Anholt2020-06-253-6/+18
* turnip: Add support for polygon fill modes.Eric Anholt2020-06-254-5/+25
* freedreno/a6xx: Define the register fields for polygon fill mode.Eric Anholt2020-06-253-6/+17
* ci: Add a freedreno a630 tracie run.Eric Anholt2020-06-255-2/+291
* ci/tracie: Fix apitrace dump using "less" which isn't in the ARM rootfs.Eric Anholt2020-06-251-0/+3
* ci/tracie: Print the path if the trace isn't found.Eric Anholt2020-06-251-1/+3
* ci: Include trace replay support in ARM rootfses.Rohan Garg2020-06-259-13/+105
* ci/bare-metal: Don't include dev packages in arm*test.Eric Anholt2020-06-252-2/+7
* ci/bare-metal: Skip setting of unset variables at startup.Eric Anholt2020-06-251-1/+3
* ci: Move ARM rootfses to stableTomeu Vizoso2020-06-252-4/+4
* ci: Don't call renderdoc's ReplayController.Shutdown()Tomeu Vizoso2020-06-251-1/+0
* turnip: implement VK_KHR_shader_draw_parametersJonathan Marek2020-06-255-74/+136
* freedreno/ir3: add support for load_draw_idJonathan Marek2020-06-254-4/+15
* freedreno/registers: add CP_DRAW_INDIRECT_MULTIJonathan Marek2020-06-251-0/+32
* gitlab-ci: add a list of expected failures for RADV/ACO on NAVI14Samuel Pitoiset2020-06-251-0/+21
* radv: enable ACO by defaultDaniel Schürmann2020-06-257-19/+9
* radv: change use_aco -> use_llvmDaniel Schürmann2020-06-258-49/+49
* radv: introduce RADV_DEBUG=llvm optionDaniel Schürmann2020-06-253-0/+8
* zink: unify code for setting resource barriersMike Blumenkrantz2020-06-251-26/+20
* radv: lower 64-bit dfloor on GFX6 for fixing precision issuesSamuel Pitoiset2020-06-253-5/+10
* radv: lower 64-bit drcp/dsqrt/drsq for fixing precision issuesSamuel Pitoiset2020-06-258-162/+16
* iris: Honor scanout requirement from DRIDanylo Piliaiev2020-06-251-1/+1
* vulkan/overlay: fix crash on destroying NULL swapchainPavel Asyutchenko2020-06-251-0/+6
* gitlab-ci: add parallel-rdp fossilsSamuel Pitoiset2020-06-251-1/+5
* freedreno/ir3/ra: fix pre-color edge caseRob Clark2020-06-251-7/+3
* turnip: disable early_z for VK_FORMAT_S8_UINTJonathan Marek2020-06-252-5/+7
* turnip: fix update_stencil_maskJonathan Marek2020-06-251-2/+2
* turnip: fix empty scissor caseJonathan Marek2020-06-251-7/+11
* freedreno: handle batch flush in resource trackingRob Clark2020-06-251-4/+30
* freedreno: split out batch clear tracking helperRob Clark2020-06-251-15/+25
* freedreno: split out batch draw tracking helperRob Clark2020-06-251-72/+82
* freedreno: make foreach_bit() declare it's cursorRob Clark2020-06-255-5/+3
* turnip: implement VK_EXT_vertex_attribute_divisorJonathan Marek2020-06-253-2/+29