Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel: Fix clflushing on modern (Baytrail+) Atom CPUs. | Kenneth Graunke | 2017-07-10 | 1 | -0/+12 |
| | | | | | | | | Thanks to Chris Wilson for pointing this out. Reviewed-by: Daniel Vetter <[email protected]> Reviewed-by: Matt Turner <[email protected]> Acked-by: Lionel Landwerlin <[email protected]> | ||||
* | intel: Move clflush helpers from anv to common/gen_clflush.h. | Kenneth Graunke | 2017-07-10 | 1 | -0/+56 |
I want to use these in the OpenGL driver as well. v2: Add to COMMON_FILES in Makefile.sources (caught by Emil) Reviewed-by: Daniel Vetter <[email protected]> Reviewed-by: Matt Turner <[email protected]> |