summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/streaming-load-memcpy.h
Commit message (Collapse)AuthorAgeFilesLines
* 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 <chad.versace@linux.intel.com>