[Piglit] [PATCH 0/8] Add GBM support
Chad Versace
chad.versace at linux.intel.com
Thu Oct 11 15:20:09 PDT 2012
Hey Jordan,
I'm just letting you know that this series hasn't fallen off my radar. There are
still a few waffle cleanups that I need to do before releasing waffle-1.1, and
I'm waiting until then to review this series in-depth.
-Chad
On 10/09/2012 04:42 PM, Jordan Justen wrote:
> Dependencies:
> * Waffle 1.1
> * Chad Versace's "Support tests for GL core contexts" series
>
> Some results I've seen:
> GLX: 9092/9294
> GBM (waffle master): 8245/8417
> GBM (w/unpushed changes): 8673/8820
>
> Notes:
> * When X is running, waffle-gbm currently must be run as root
> * When outside of X, a normal user can be used, but you should
> not run tests concurrently: piglit-run.py -c 0
>
> Jordan Justen (8):
> piglit-run.py: add -p|--platform switch to select the piglit platform
> exectest.py: move test launch code out to get_command_result routine
> exectest.py: add path to mark a test as always skipped
> exectest.py: set python PIGLIT_PLATFORM from environment variable
> gbm: when using gbm, skip running glean tests
> gbm: when using gbm, skip running glx tests
> waffle: require waffle >= 1.1
> piglit framework: add gbm support
>
> CMakeLists.txt | 5 +-
> framework/core.py | 1 +
> framework/exectest.py | 83 ++++++++++++++------
> piglit-run.py | 10 ++-
> tests/util/CMakeLists.txt | 1 +
> .../piglit-framework-gl/piglit_gbm_framework.c | 78 ++++++++++++++++++
> .../piglit-framework-gl/piglit_gbm_framework.h | 29 +++++++
> .../piglit-framework-gl/piglit_wfl_framework.c | 10 +++
> .../piglit-framework-gl/piglit_winsys_framework.c | 6 ++
> 9 files changed, 195 insertions(+), 28 deletions(-)
> create mode 100644 tests/util/piglit-framework-gl/piglit_gbm_framework.c
> create mode 100644 tests/util/piglit-framework-gl/piglit_gbm_framework.h
>
More information about the Piglit
mailing list