summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/streaming-load-memcpy.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa/main: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-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 Turner2013-11-071-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]>