Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/main: consistently use ifndef guards over pragma once | Emil Velikov | 2017-03-22 | 1 | -0/+6 |
| | | | | | | | Signed-off-by: Emil Velikov <[email protected]> Acked-by: Vedran Miletić <[email protected]> Acked-by: Juha-Pekka Heikkila <[email protected]> Reviewed-by: Edward O'Callaghan <[email protected]> | ||||
* | mesa: Add a streaming load memcpy implementation. | Matt Turner | 2013-11-07 | 1 | -0/+33 |
Uses SSE 4.1's MOVNTDQA instruction (streaming load) to read from uncached memory without polluting the cache. Reviewed-by: Chad Versace <[email protected]> |