Summary: | [IVB, BYT] Implement stencil texturing | ||
---|---|---|---|
Product: | Mesa | Reporter: | Mark Janes <mark.a.janes> |
Component: | Drivers/DRI/i965 | Assignee: | Jordan Justen <jljusten> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 92778 |
Description
Mark Janes
2016-07-18 18:41:09 UTC
This is because ISL asserts that you can't do W-tiling on gen7. It will be fixed once Jordan gets stencil texturing working for real. These have been fixed on HSW. The other platforms don't block Mesa 13 release for ES 3.1 Additionally, cts.gtf.gl3tests.packed_depth_stencil.packed_depth_stencil_stenciltexturing has been replaced in the latest ES3.2 cts. Jordan's series implementing stencil texturing on HSW ended with commit 7970238fcff37c2450aebaae76e84b5c446d1b46 Author: Jordan Justen <jordan.l.justen@intel.com> AuthorDate: Thu Aug 18 15:05:13 2016 -0700 Commit: Jordan Justen <jordan.l.justen@intel.com> CommitDate: Fri Aug 26 10:09:22 2016 -0700 docs: Update stencil texturing & ES 3.1 status for i965 Haswell Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Can you please provide you piglit.conf file? I've faced with that output when i try to run tests ./piglit run -f piglit.conf.example deqp_gles3 reuslt/all [00000/46232] Traceback (most recent call last): File "./piglit", line 178, in <module> main() File "./piglit", line 174, in main sys.exit(runner(args)) File "/home/skif/piglit/framework/exceptions.py", line 51, in _inner func(*args, **kwargs) File "/home/skif/piglit/framework/programs/run.py", line 370, in run backend.finalize({'time_elapsed': time_elapsed.to_json()}) File "/home/skif/piglit/framework/backends/json.py", line 163, in finalize assert data['tests'] AssertionError The status on this bug is stale. Piglit tests were fixed on IVB/BYT by the series ending in: ----------------------------------------------------- 342756a100661223c8a933d046efd276fe8d4593 Author: Jason Ekstrand <jason@jlekstrand.net> i965/blorp: Use nir_alu_type for the texture data type This lets us remove the brw_reg.h include ----------------------------------------------------- dEQP tests were fixed by Jordan's series which Matt pointed to. You can always check the current status of tests on i965 by searching the test name in the configuration files that we maintain for our CI: eg: https://github.com/janesma/mesa_jenkins/blob/master/piglit-test/ivb.conf To answer the question, we don't use a custom piglit config. You can run any piglit test by name with: bin/piglit run -o --include-tests {test_name_substring} -c gpu /tmp/ We do not run dEQP with piglit. Use the upstream dEQP and specify the test name with -n. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.