summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2020-12-03framework: fix loading time start/end in junit test resultsAndres Gomez1-8/+13
2020-12-02summary: Add -r/--regressions to console-mode outputAdam Jackson2-1/+8
2020-11-16templates: fix summary generation when not all image keys existAndres Gomez1-1/+3
2020-11-02framework/tests: add new piglit based test for replayerAndres Gomez1-0/+36
2020-11-02replayer: add replayer executableAndres Gomez1-189/+0
2020-11-02framework/replay: don't assert, rather raiseAndres Gomez2-4/+9
2020-11-02framework/replay: remove writing the compare results as YAMLAndres Gomez1-36/+18
2020-11-02framework/replay: rename dump image to <checksum>.png in compareAndres Gomez1-1/+5
2020-11-02functionaltests: move replayer functional test to a general locationAndres Gomez6-305/+0
2020-11-02framework/replay: split dump_trace_images in backendsAndres Gomez16-285/+719
2020-11-02framework/replay: remove logging into a fileAndres Gomez1-15/+6
2020-11-02framework/replay: print piglit formatted resultsAndres Gomez1-25/+60
2020-11-02framework/replay: more info in stdout for compareAndres Gomez1-3/+5
2020-11-02framework/replay: keep printing in stdout and stderr the subprocessesAndres Gomez1-2/+6
2020-11-02framework/replay: add programs moduleAndres Gomez8-117/+568
2020-11-02framework/replay: add extra_args piglit.conf option for gfxrecon-replayAndres Gomez1-1/+5
2020-11-02framework: add piglit.conf options used in the replay moduleAndres Gomez2-11/+41
2020-11-02framwork/replay: use core.check_dir whenever possibleAndres Gomez3-6/+8
2020-11-02framework/replay: add global optionsAndres Gomez5-31/+122
2020-11-02framework/replay: update the output destination when dumping imagesAndres Gomez2-2/+2
2020-11-02framework/replay: allow specifying where to dump the replay outputAndres Gomez2-35/+24
2020-11-02framework/replay: remove upload_utilsAndres Gomez3-86/+0
2020-11-02framework/replay: do stream downloadsAndres Gomez1-2/+7
2020-11-02framework/replay: do not trunc the log file when dumping gfxr tracesAndres Gomez1-1/+1
2020-11-02framework/replay: rename all private functionsAndres Gomez3-44/+39
2020-11-02framework/replay: migrate to piglit moduleAndres Gomez9-346/+278
2020-11-02framework/replay: remove unused imports from replay.trace_utilsAndres Gomez1-2/+4
2020-11-02framework/replay: rename some replay filesAndres Gomez4-2/+2
2020-11-02framework/replay: change replay module imports pathsAndres Gomez3-9/+10
2020-11-02framework/replay: main tracie to use query_traces_yamlAndres Gomez2-40/+60
2020-11-02framework/replay: enable printing the checksum with tracie's query tracesAndres Gomez1-5/+28
2020-11-02framework/replay: add the query_traces_yaml to tracie.pyAndres Gomez4-53/+96
2020-11-02framework/replay: enforce PEP-0008 in query_traces_yamlAndres Gomez1-10/+23
2020-11-02framework/replay: add commands to tracie so we can replay individual tracesAndres Gomez5-18/+75
2020-11-02framework/replay: tracie's README uses sh syntax highlight in examplesAndres Gomez1-3/+12
2020-11-02framework/replay: use Path only in the API to dump_from_trace in tracieAndres Gomez1-12/+10
2020-11-02framework/replay: reuse tracie's image checksum utilsAndres Gomez2-8/+17
2020-11-02framework/replay: simplify parameters passing in tracieAndres Gomez1-18/+21
2020-11-02framework/replay: use argpaarse in renderdoc_dump_imagesAndres Gomez1-6/+22
2020-11-02framework/replay: enforce PEP-0008 in some tracie codeAndres Gomez4-40/+62
2020-11-02framework/replay: move downloading and uploading of files to modulesAndres Gomez3-61/+120
2020-11-02framework/replay: remove unused imports from tracie.pyAndres Gomez1-2/+0
2020-11-02framework/replay: add missing license to tracie's python codeAndres Gomez6-6/+38
2020-11-02framework/replay: raw import tracie from mesaAndres Gomez12-0/+1067
2020-09-28framework: have into account the images member in TestResultAndres Gomez1-1/+4
2020-09-28framework/exceptions.py: return wrapped function in inner functionAndres Gomez1-1/+1
2020-09-28framework: spread core.get_option usage whenever possibleAndres Gomez2-9/+7
2020-09-28framework: make deqp.get_option a core functionAndres Gomez2-23/+23
2020-09-16framework: return correct information from XMLProfile itertestsIndrajit Kumar Das1-1/+1
2020-08-14correct some typosAndres Gomez3-4/+4