index
:
driver/xf86-video-intel
2.10
2.4
2.9.1-oga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
bleeding_edge-oga
dri2
exa
exa-i965
fbc
glucose
i810_texman_0_1_branch
i830-pageflip
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
lukas-resume
master
mergedfb
modesetting
modesetting-airlied
modesetting-keithp
modesetting-keithp-fu
modesetting-multihead
modesetting-rotation
modesetting-sdvo-stuffing
nonrandr-setup
obsd
obsd-2.7
obsd-2.8
obsd-xf86-video-intel-2.4.3
randr-1.2-rotation
restructure-outputs
sandybridge
sco_port_update
textured-video
xf86-video-i810-1_5-branch
xf86-video-intel-2.1-branch
xf86-video-intel-2.5-branch
xorg-7.0-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
xvmc-i915
Intel video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sna
/
blt.c
Age
Commit message (
Expand
)
Author
2019-09-19
sna: Annotate more fall throughs
Ville Syrjälä
2016-07-29
sna: Use GCC pragma to enable SSE2 blt routines
Chris Wilson
2016-05-07
sna: Add a special case for fast DRI2CopyRegion and NoAccel
Chris Wilson
2016-04-16
sna: Fix alignment vs length check when adjusting dst pointer
Chris Wilson
2016-04-15
sna/blt: Reuse computed partial tile offset in copy_from_tiled
Chris Wilson
2016-04-09
sna: Replace lost offset when copying from tiled memory
Chris Wilson
2016-04-08
sna: Avoid rep mov (builtin memcpy) for WC writes
Chris Wilson
2016-04-08
sna: Specialise alignment paths for storing
Chris Wilson
2016-04-08
sna: Unroll the innermost SSE2 loop one more time
Chris Wilson
2016-04-08
sna: Force inlinement of SSE2 builtins
Chris Wilson
2016-04-08
sna: Invert the function wrapping for sse64xN/sse64
Chris Wilson
2016-04-07
sna: Fixup SSE2 alignment instructions for copying to client memory
Chris Wilson
2016-04-06
sna/blt: Don't skip the final src/dst_stride adjustment
Chris Wilson
2016-04-06
sna: Restrict sse2 routines to __x86_64__
Chris Wilson
2016-04-06
sna: Manually expand sse2 memcpy to compensate for a bad compiler
Chris Wilson
2016-04-05
sna: Add alignment hints to tiled memcpy
Chris Wilson
2015-04-24
sna: Fix build with gcc 5.0
Olivier Fourdan
2015-04-03
sna: Rewrite swizzling funcs using macros
Chris Wilson
2015-04-03
sna: Implement missing 9^10^11 swizzle mode
Chris Wilson
2015-03-17
sna: Use struct pixman_f_vector for compatibility with older pixman
Chris Wilson
2015-03-13
sna: Apply affine transformations to HW cursors
Chris Wilson
2015-01-11
sna: Use correct octal value for gen3
Chris Wilson
2015-01-09
sna: Add basic unswizzled manual detilers for gen2
Chris Wilson
2015-01-09
sna: Disable detiling for gen2
Chris Wilson
2014-06-28
sna: Micro-optimise unswizzling tiling/detiling
Chris Wilson
2014-06-11
sna: Add some DBG to the memmove path
Chris Wilson
2013-11-06
sna: Move initialisation of loop counter to common code
Chris Wilson
2013-11-04
sna: Promote uint16_t to a full int to avoid overflow in computing w*h in mem...
Chris Wilson
2013-08-01
sna: Don't force inline string-ops for the general memcpy_blt routine
Chris Wilson
2013-06-27
sna: Implement memcpy_from_tiled functions (for X-tiling only atm)
Chris Wilson
2013-06-23
sna: Document swizzling for DBG
Chris Wilson
2013-06-21
sna: Determine swizzling once during initialisation and choose memcpy_to_tiled_x
Chris Wilson
2013-04-01
sna: Allow the compiler to inline memcpy for the bitblt routines
Chris Wilson
2012-09-21
sna: Use inplace X tiling for LLC uploads
Chris Wilson
2012-08-20
sna: Correct ordering of calls to memcpy for BLT cpu composite paths
Chris Wilson
2012-07-09
sna: Simplify the DBG incarnation
Chris Wilson
2012-06-14
sna: Specialise the self-copy blitter to handle vertically overlapping copies
Chris Wilson
2012-06-14
sna: Supporting overlapping copies for fallback blits
Chris Wilson
2012-06-13
sna: Constification
Zdenek Kabelac
2012-06-04
sna: Silence a compiler warning for loss of 'const' qualifier
Chris Wilson
2012-01-29
sna: Allow ridiculously large bo, up to half the total GATT
Chris Wilson
2012-01-08
sna: Add ricer stripes to memcpy_xor
Chris Wilson
2012-01-06
sna: Support performing alpha-fixup on the source
Chris Wilson
2012-01-01
sna: Tune blt routine
Chris Wilson
2011-11-14
sna: Optimise single pixel transfers
Chris Wilson
2011-11-07
sna: Fix 16-bit overflow of rowlength for memcpy
Chris Wilson
2011-11-06
sna: Beware unsigned promotion of int16_t to uint32_t
Chris Wilson
2011-11-05
sna: For a 32k max window size, we need to handle up to 128k strides
Chris Wilson
2011-10-30
sna: Don't mess with NDEBUG
Chris Wilson
2011-09-16
sna: Remove bad assert
Chris Wilson
[next]