index
:
~eugeni/xf86-video-intel
sna-option
snb-tearing
Some hacks on top of xf86-video-intel
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-10
Unify options handling between UXA and SNA
sna-option
Eugeni Dodonov
8
-99/+85
2011-11-10
Enable SNA via a configuration file option.
Eugeni Dodonov
5
-21/+100
2011-11-09
sna/gen3: Pack video frames
Chris Wilson
1
-81/+125
2011-11-09
sna/video: Pass texture video limits to the client
Chris Wilson
1
-14/+9
2011-11-09
sna: Clear kgem->busy when all requests have been processed
Chris Wilson
1
-0/+1
2011-11-09
sna/video: Use the normal bo cache for texture video streams
Chris Wilson
4
-30/+41
2011-11-09
sna: Track purgeability separately from reusability
Chris Wilson
2
-43/+52
2011-11-09
sna: Handle non-reusable bo more correctly during retire
Chris Wilson
1
-11/+13
2011-11-09
sna: Safety first; make all flinked bo unreusable
Chris Wilson
2
-3/+1
2011-11-09
sna/video: Pass cropped source dimensions along with frame data
Chris Wilson
4
-55/+46
2011-11-09
sna/video: Tidy up copy routines
Chris Wilson
2
-76/+51
2011-11-08
sna: Protect against NULL deference of damage after reduction
Chris Wilson
1
-2/+4
2011-11-08
sna: Convert stippled spans to rects
Chris Wilson
1
-23/+37
2011-11-08
sna: Use the blitter for overlapping lines if the alu doesn't read dst
Chris Wilson
1
-3/+2
2011-11-08
sna: Avoid the penalty of only writing partial channels with glyphs
Chris Wilson
1
-2/+2
2011-11-08
sna: Tidy sna_copy_bitmap_blt
Chris Wilson
1
-46/+37
2011-11-08
sna: Pack clipped stippled uploads
Chris Wilson
1
-134/+134
2011-11-08
sna: Begin hooking up valgrind/memcheck
Chris Wilson
3
-8/+41
2011-11-08
sna: Handle creation of large Screen pixmap when the GPU is wedged
Chris Wilson
1
-9/+22
2011-11-08
sna: Add some error messages to explain why we failed to create the screen
Chris Wilson
1
-4/+23
2011-11-08
sna: Fixes for DBG_NO_HW (i.e. simulated GPU hanges);
Chris Wilson
2
-1/+10
2011-11-08
sna/trapezoids: Use ints for the offsets to accommodate multiplication
Chris Wilson
2
-23/+29
2011-11-07
sna/glyphs: Bypass masks for single glyphs
Chris Wilson
2
-4/+10
2011-11-07
sna/io: Minor tidy of setting command flags
Chris Wilson
1
-3/+2
2011-11-07
sna: Avoid overwriting an upload buffer during readback
Chris Wilson
1
-12/+21
2011-11-07
sna/composite: Minor fixes in operator and colour reduction
Chris Wilson
1
-54/+36
2011-11-07
sna: Expand multiplies of two 16-bit values to a full 32-bit range
Chris Wilson
2
-13/+16
2011-11-07
sna: Add some more debugging in the hunt for overflows
Chris Wilson
2
-11/+90
2011-11-07
sna/blt: Small cleanups
Chris Wilson
1
-44/+31
2011-11-07
sna/gen3: Fix false reduction of ComponentAlpha with white source
Chris Wilson
1
-7/+11
2011-11-07
sna: Fix 16-bit overflow of rowlength for memcpy
Chris Wilson
1
-4/+5
2011-11-07
sna/glyph: Fallback if we fail to clear the scratch pixmap for the glyph mask
Chris Wilson
1
-10/+14
2011-11-07
test: Compile fix for make check
Chris Wilson
1
-1/+1
2011-11-06
sna: Beware unsigned promotion of int16_t to uint32_t
Chris Wilson
4
-4/+4
2011-11-06
sna: Self-intersection of wide PolyLine are only drawn once
Chris Wilson
1
-1/+1
2011-11-06
test: Add a basic line tester
Chris Wilson
18
-21/+188
2011-11-05
sna: Add the pixman version to the debug output
Chris Wilson
1
-0/+1
2011-11-05
sna: For a 32k max window size, we need to handle up to 128k strides
Chris Wilson
3
-3/+3
2011-11-05
sna: Extend the zero-line segments by one
Chris Wilson
1
-4/+4
2011-11-05
sna/glyphs: Fix clip detection for small masks
Chris Wilson
1
-6/+11
2011-11-05
sna: Constrain GPU pixmaps to always fit within the blitter
Chris Wilson
1
-6/+21
2011-11-05
sna: Do the supported PictOp check first
Chris Wilson
6
-38/+36
2011-11-05
sna: Render small glyph masks on the CPU
Chris Wilson
1
-72/+161
2011-11-05
sna/gen3: Initiailse the op for fill_boxes()
Chris Wilson
1
-23/+13
2011-11-05
sna: s/flush/vblank/ fixes for DBG()
Chris Wilson
1
-2/+2
2011-11-04
sna: Run the deferred flush at vrefresh
Chris Wilson
4
-8/+8
2011-11-04
sna: Drain the delayed timer after forcing a flush
Chris Wilson
1
-1/+10
2011-11-04
sna: Convert GXcopy with -1 to GXset
Chris Wilson
1
-7/+15
2011-11-04
sna: Add some asserts to detect buffer overflow.
Chris Wilson
1
-0/+3
2011-11-04
sna/gen5: Prefer using the BLT for many solid fills
Chris Wilson
1
-2/+13
[next]