index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
intel_tiled_memcpy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/tiled_memcpy: don't unconditionally use __builtin_bswap32
Jonathan Gray
2016-04-21
1
-1
/
+14
*
i965/tiled_memcpy: Fix rgba8_copy_16_aligned_dst() typo
Kristian Høgsberg Kristensen
2016-04-12
1
-4
/
+4
*
i965/tiled_memcpy: Unroll bytes==64 case.
Matt Turner
2016-04-12
1
-0
/
+16
*
i965/tiled_memcpy: Provide SSE2 for RGBA8 <-> BGRA8 swizzle.
Roland Scheidegger
2016-04-12
1
-3
/
+40
*
i965/tiled_memcpy: Move SSSE3 code back into inline functions.
Matt Turner
2016-04-12
1
-18
/
+24
*
i965/tiled_memcpy: Optimize RGBA -> BGRA swizzle.
Matt Turner
2016-04-12
1
-8
/
+11
*
i965/tiled_memcopy: Get rid of the direction parameter to get_memcpy
Jason Ekstrand
2016-04-08
1
-2
/
+1
*
i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
Jason Ekstrand
2016-04-08
1
-76
/
+63
*
i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functions
Jason Ekstrand
2016-04-08
1
-32
/
+43
*
i965: Enable tiled mem_copy with sRGB-formatted resources
Nanley Chery
2016-02-24
1
-2
/
+6
*
Revert "i965: Provide sse2 version for rgba8 <-> bgra8 swizzle"
Roland Scheidegger
2016-02-02
1
-57
/
+12
*
i965: Provide sse2 version for rgba8 <-> bgra8 swizzle
Roland Scheidegger
2016-02-02
1
-12
/
+57
*
i965: Fix typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Mark paths in linear <-> tiled functions as unreachable().
Matt Turner
2015-03-17
1
-0
/
+16
*
i965: Tell intel_get_memcpy() which direction the memcpy() is going.
Matt Turner
2015-03-05
1
-38
/
+86
*
i965/tiled_memcpy: Support a signed linear pitch
Jason Ekstrand
2015-01-30
1
-15
/
+15
*
i965/tiled_memcpy: Add tiled-to-linear paths
Sisinty Sasmita Patra
2015-01-26
1
-0
/
+272
*
i965: Refactor tiled memcpy functions and move them into their own file
Sisinty Sasmita Patra
2015-01-26
1
-0
/
+450