index
:
~abj/xf86-video-intel
master
rs
xf86-video-intel experimentsxf86-video-intel experimentsxf86-video-intel experimentsxf86-video-intel experimentsxf86-video-intel experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sna
/
sna_blt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-11
sna: Missing fixes for using BLT points
Chris Wilson
1
-32
/
+37
2014-03-11
sna: Assert that the pixmap pitch is initialised before use
Chris Wilson
1
-0
/
+47
2014-03-10
sna: DBG compilation fixups
Chris Wilson
1
-1
/
+1
2014-03-10
sna: Emit points using the BLT primitive when appropriate
Chris Wilson
1
-0
/
+118
2014-02-22
sna: Apply the dst offset for pixman fills
Chris Wilson
1
-12
/
+63
2014-02-13
sna: Fix comparison of previous BLT commands
Chris Wilson
1
-6
/
+6
2014-01-23
sna/gen2,3: Don't set BLT_DST_TILED
Chris Wilson
1
-4
/
+4
2014-01-23
sna: Avoid erroneous discarding operations for partial composites
Chris Wilson
1
-34
/
+39
2014-01-22
sna: Assert that the fill box is within bounds
Chris Wilson
1
-3
/
+13
2013-11-25
Fix indentation for incorrectly shifted statements
Zdenek Kabelac
1
-3
/
+3
2013-11-21
sna: XY_SETUP_* expects the dst tiling to be set on gen4+
Chris Wilson
1
-0
/
+16
2013-11-21
sna: Fix typo in sna_blt_fill_begin()
Chris Wilson
1
-1
/
+1
2013-11-19
sna: Correct check for overwriting last BLT fill
Chris Wilson
1
-2
/
+2
2013-11-14
sna: Add the missing braces around the conditional block
Chris Wilson
1
-1
/
+2
2013-11-06
sna: Use tiling BLT fallback for BLT composite operations
Chris Wilson
1
-12
/
+158
2013-11-05
sna: Be move conservative with tiling sizes for older fenced gen
Chris Wilson
1
-0
/
+1
2013-11-04
sna: Check for loss of state after setting up a fill BLT op
Chris Wilson
1
-6
/
+42
2013-11-04
sna: Apply the BLT source offset for individual copies
Chris Wilson
1
-3
/
+5
2013-11-02
Prepare for changes in the BLT unit on future generations
Chris Wilson
1
-271
/
+718
2013-11-02
sna: Fallback when wedged and trying to use the BLT copy routines
Chris Wilson
1
-1
/
+1
2013-10-30
sna: Assert that the batch is in the correct mode prior to inserting BLT comm...
Chris Wilson
1
-0
/
+20
2013-10-30
sna: Check for wedged after submitting
Chris Wilson
1
-0
/
+4
2013-10-25
sna: Don't assert indirect GPU state
Chris Wilson
1
-2
/
+3
2013-10-25
sna: Remove stale mappings when replacing GPU bo
Chris Wilson
1
-12
/
+11
2013-10-25
sna: Fix overallocation of fences for BLT commands (gen2/3)
Chris Wilson
1
-0
/
+4
2013-10-25
sna: Add a line of DBG for when we discard uploads into CPU bo
Chris Wilson
1
-0
/
+1
2013-10-25
sna/io: Propagate failure to XOR uploads
Chris Wilson
1
-12
/
+12
2013-09-25
sna: Check that the bo exists before attempting to undo it
Chris Wilson
1
-1
/
+1
2013-09-18
intel: Compile fixes for base install of SLED11.sp3
Chris Wilson
1
-0
/
+4
2013-09-09
sna/gen6+: Only apply the BLT copy w/a for self-copies
Chris Wilson
1
-1
/
+1
2013-07-29
sna: Suppress a few harmless warnings
Chris Wilson
1
-0
/
+3
2013-07-19
sna: Add a fast path for the most common fallback for CPU-CPU blits
Chris Wilson
1
-7
/
+0
2013-07-19
sna: Discard overwritten operations before doing a BLT composite
Chris Wilson
1
-4
/
+21
2013-07-19
sna: Only IGNORE_CPU for blt composite operations if the size is known
Chris Wilson
1
-7
/
+3
2013-07-12
sna/gen5: Add some more DBG
Chris Wilson
1
-1
/
+1
2013-07-09
sna: Only flush after the BLT operation if we have more than 2 distinct bo
Chris Wilson
1
-5
/
+5
2013-07-09
sna: Free the source reference after performing a BLT composite
Chris Wilson
1
-6
/
+14
2013-07-06
sna: Flush blt copies if no operations pending
Chris Wilson
1
-21
/
+26
2013-07-02
sna: Try harder to do the BLT upload along the fallback path
Chris Wilson
1
-4
/
+4
2013-07-02
sna: Assorted DBG
Chris Wilson
1
-0
/
+2
2013-06-28
sna/blt: Remove a pair of leftover asserts
Chris Wilson
1
-3
/
+0
2013-06-28
sna/blt: Refine op placement logic for handling current source location
Chris Wilson
1
-66
/
+67
2013-06-21
sna: Inspect availablity of render before prefering to use the GPU
Chris Wilson
1
-30
/
+50
2013-06-10
sna: Move the GTT dirty tracking from the pixmap to the bo
Chris Wilson
1
-12
/
+0
2013-06-10
sna: Make sure all sna_write_boxes* flag the GTT is dirty
Chris Wilson
1
-0
/
+12
2013-05-14
sna: Basic copy-on-write support for cloning pixmaps
Chris Wilson
1
-2
/
+20
2013-05-14
sna: Propagate clears when using the BLT composite routines
Chris Wilson
1
-6
/
+18
2013-03-05
sna: Typo ('unsuported') in DBG messages
Chris Wilson
1
-4
/
+4
2013-01-27
sna: Enable threaded rasterisation for non-antialiased geometry
Chris Wilson
1
-7
/
+299
2013-01-12
sna: After a size check, double check the batch before flushing
Chris Wilson
1
-12
/
+16
[next]