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
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
2011-09-14
sna: assert that the memcpy upload path points to valid regions
Chris Wilson
2011-06-04
sna: Introduce a new acceleration model.
Chris Wilson