summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-30report: Don't use len(x) > 0Ian Romanick1-2/+1
2019-10-29si_report: print percentages table as a markdown tablePierre-Eric Pelloux-Prayer1-26/+37
2019-10-24report: add argument to ignore loopsRob Clark1-1/+2
2019-10-24report: add arg to filter on shader stageRob Clark1-3/+7
2019-10-06Add the shaderdb flag for etnaviv shader-db runs.Christian Gmeiner1-0/+1
2019-09-26run: not disabling disk-cache when generating binaryDongwon Kim1-1/+4
2019-09-26intel_stub: accepts DRM_IOCTL_SYNCOBJ_CREATE/DESTROYDongwon Kim1-1/+8
2019-09-26intel_stub: accepts I915_PARAM_HAS_EXEC_SOFTPIN and I915_PARAM_HAS_ALIASING_P...Dongwon Kim1-0/+6
2019-08-07intel_stub: Report something for I915_CONTEXT_PARAM_GTT_SIZEKenneth Graunke1-0/+12
2019-07-08run.c: Fix typo and indentationMatt Turner1-2/+2
2019-06-25intel_stub: Wrap fcntl64Ian Romanick1-0/+18
2019-06-06run: Limit OMP to the -j threads limit.Eric Anholt1-0/+1
2019-05-31fd-report.py: Remove the old analysis script.Eric Anholt1-136/+0
2019-05-31Update README for new freedreno, v3d shader-db usage.Eric Anholt1-6/+3
2019-05-29report: Fix heuristic for default set of measurementsCaio Marcelo de Oliveira Filho1-2/+2
2019-05-28report: fix '-m inst' caseAlejandro Piñeiro1-0/+8
2019-05-16report: Stop hard-coding the default set of measurements.Eric Anholt1-1/+11
2019-05-09report: Print out total CPU timeJason Ekstrand1-1/+22
2019-05-09report: Stop having argparse call get_resultsJason Ekstrand1-19/+22
2019-04-29run: set NULL as initial value for binding_listAlejandro Piñeiro1-1/+1
2019-04-04report: For a thread count, flip the polarity for hurt vs helped.Eric Anholt1-1/+3
2019-03-08report: Generalize the results collection.Eric Anholt1-14/+27
2019-03-08Add the precompile flag for V3D shader-db runs.Eric Anholt1-0/+1
2019-03-02run: Add allow_glsl_builtin_variable_redeclaration so RAGE shaders can compileIan Romanick1-0/+1
2019-03-01run: Add Ice Lake as a platformIan Romanick1-0/+1
2019-03-01report.py: Gather and log some statistics about the helped / hurt dataIan Romanick1-1/+100
2019-03-01markdownify the READMEJason Ekstrand2-87/+103
2018-10-10run: simplify filename handlingEric Engestrom1-5/+2
2018-07-26intel_stub: Claim to support I915_PARAM_HAS_CONTEXT_ISOLATION.Kenneth Graunke1-0/+1
2018-07-21shader-db: simplify and improve SSO handlingTimothy Arceri1-25/+4
2018-06-18run: handling binding of attribute variable name (v2)Dongwon Kim1-2/+79
2018-06-08intel_stub: Make intel_run wrapper script set -o i965.Kenneth Graunke1-2/+2
2018-06-08intel_stub: Wrap mmap64.Kenneth Graunke1-0/+16
2018-05-23run: shader program file created via GetProgramBinary (v5)Dongwon Kim1-3/+77
2018-05-20si-report: Show biggest improvements alsoBenedikt Schemmer1-0/+24
2018-05-20si-report: Change layout to allow longer file namesBenedikt Schemmer1-26/+46
2018-04-03shader-db: Add hooks for open64 and fstat64 to intel_stubJason Ekstrand1-0/+51
2018-04-03run: Make -p option accept numeric PCI IDsDongwon Kim1-10/+21
2018-03-06report.py: Print small percentages as <.01%Ian Romanick1-1/+9
2018-03-06report.py: Add option to only display measurements that have changesIan Romanick1-14/+24
2018-03-06report.py: Add option to only display the final summaryIan Romanick1-28/+32
2018-03-06report.py: Don't use 'len(x) > 0' to check list emptinessIan Romanick1-4/+4
2018-03-06intel_run: Fix typo in LD_PRELOAD handlingIan Romanick1-1/+1
2018-03-06run: Use case independent matching for platform namesIan Romanick1-1/+1
2018-03-06Allow warsow 85.shader_test to build on GLSL 1.20Ian Romanick1-5/+5
2018-03-01intel_stub: Pretend to support I915_PARAM_HAS_EXEC_NO_RELOC.Kenneth Graunke1-0/+1
2018-02-13intel_stub: override pci-id only if INTEL_DEVID_OVERRIDE is setDongwon Kim1-1/+9
2018-01-31run: add GLES supportRob Clark1-3/+60
2018-01-31run: fallback to 3.1 core contextRob Clark1-2/+15
2018-01-31run: split out helper to create contextsRob Clark1-22/+50