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
/
sna_blt.c
Age
Commit message (
Expand
)
Author
2011-11-16
sna: Reduce and clarify dependencies
Chris Wilson
2011-11-12
sna/damage: Reduce the damage for evaluating sna_damage_is_all
Chris Wilson
2011-11-07
sna/blt: Small cleanups
Chris Wilson
2011-11-04
sna: Convert GXcopy with -1 to GXset
Chris Wilson
2011-11-04
sna: Ensure operations on a ShmPixmap are synchronous with clients
Chris Wilson
2011-11-02
sna: Quieten a fewer compiler sign compare warnings
Chris Wilson
2011-11-01
sna: Accelerate XYPixmap upload when using GXcopy
Chris Wilson
2011-10-31
sna/blt: Optimise fill with GXcopy and pixel==0 to a GXclear
Chris Wilson
2011-10-31
sna/blt: Don't idiotically override alu for pixel==0 and track alu
Chris Wilson
2011-10-30
sna: Don't mess with NDEBUG
Chris Wilson
2011-10-27
sna/blt: After submitting the batch, it will be empty
Chris Wilson
2011-10-27
sna/blt: Convert Copy with color 0 into a Clear
Chris Wilson
2011-10-27
sna: Suppress an overwritten fill
Chris Wilson
2011-10-27
sna/composite: Discard opaque masks
Chris Wilson
2011-10-26
sna/blt: Rename the composite paths
Chris Wilson
2011-10-26
sna/blt: Share the common fill->boxes between blt and render paths
Chris Wilson
2011-10-26
sna: Convert diagonal zero-width lines into blits
Chris Wilson
2011-10-23
sna/blt: Upload the box using a single 64-bit instruction
Chris Wilson
2011-10-21
sna: Fast path for unclipped rectangles
Chris Wilson
2011-10-21
sna: Pass a BoxRec to the fill op
Chris Wilson
2011-10-19
sna/blt: Use SCANLINE_BLT for multiple fill boxes
Chris Wilson
2011-10-19
sna/gen6: Apply the unknown blitter death workaround
Chris Wilson
2011-10-19
sna: Micro-optimise fill-spans
Chris Wilson
2011-10-18
sna/blt: Move the conditional out of the fill-many hotpath
Chris Wilson
2011-10-17
sna: Fast path common colour conversions
Chris Wilson
2011-10-14
sna/blt: Add a pair of operator reductions for opaque fills
Chris Wilson
2011-10-13
sna/blt: Check for reloc overflow when initialising solid fills
Chris Wilson
2011-10-11
sna: Support a fast composite hook for solitary boxes
Chris Wilson
2011-10-03
sna/blt: Suppress repeated SETUP_BLT
Chris Wilson
2011-10-03
sna/blt: SETUP_BLT needs 9 dwords of batch space, not 3!
Chris Wilson
2011-10-02
sna/blt: Use SETUP_MONO to reduce the number of fill relocations
Chris Wilson
2011-09-17
sna: perform a warnings reduction pass
Chris Wilson
2011-09-13
sna: Clear the list of buffers upon server regen
Chris Wilson
2011-06-24
sna: Also allow BLT copies to discard the alpha channel
Chris Wilson
2011-06-24
sna: Avoid using the BLT to copy between mismatching depths
Chris Wilson
2011-06-23
sna: Debug compile fix, and some extra comments
Chris Wilson
2011-06-10
sna/blt: Suppress overwriting boxes through fill_boxes()
Chris Wilson
2011-06-07
sna/blt: Flush batch before overwrite surface data
Chris Wilson
2011-06-04
sna: Introduce a new acceleration model.
Chris Wilson