index
:
platform/upstream/xf86-video-intel
accepted/tizen_3.0.2014.q3_common
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
pristine-tar
sandbox/pcoval/devel
sandbox/pcoval/latest
sandbox/pcoval/tizen
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
upstream
Domain: Graphics System / X Window System;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-26
2.20.14 release
2.20.14
Chris Wilson
2
-1
/
+24
2012-11-25
sna: Exploit the alpha-fixup of the BLT for texture format conversions
Chris Wilson
9
-53
/
+123
2012-11-25
sna: Transform a simple repeat pattern into range of the BLT
Chris Wilson
1
-7
/
+33
2012-11-24
sna: Make GPU idle more consistent during wakeup
Chris Wilson
1
-2
/
+2
2012-11-23
sna/g4x: Refine the w/a for the broken sf shader
Chris Wilson
1
-82
/
+55
2012-11-23
sna/g4x: Use the render pipeline more often for composite operations
Chris Wilson
1
-14
/
+14
2012-11-23
sna/gen4: Revert changes to 965g[m]
Chris Wilson
6
-149
/
+3877
2012-11-23
sna/gen4: Don't force a flush for the dirty target if the we do not read back
Chris Wilson
1
-1
/
+1
2012-11-23
sna/gen4: Force composite(WHITE, glyph) for building the glyphstring mask
Chris Wilson
1
-1
/
+2
2012-11-23
sna/gen4: Set composite op before testing for a BLT compatible op
Chris Wilson
2
-2
/
+2
2012-11-23
sna/gen4: Pass the mask channel explicitly rather than through a dummy mask
Chris Wilson
1
-20
/
+13
2012-11-23
sna/gen4: Reduce the flush before performing the CA pass
Chris Wilson
1
-1
/
+1
2012-11-23
sna/gen4: Update render fill routines to use the dummy mask
Chris Wilson
1
-72
/
+33
2012-11-23
sna/gen4: Move the flush from inside the spans to emit_state()
Chris Wilson
1
-9
/
+14
2012-11-23
sna/gen4: Backport the more efficient composite box emitters
Chris Wilson
1
-11
/
+29
2012-11-23
sna/gen4: Use a dummy white mask to avoid the flush w/a when compositing
Chris Wilson
1
-43
/
+49
2012-11-22
Revert "uxa: Refactor early-exit paths of uxa_try_driver_composite()."
Chris Wilson
1
-28
/
+51
2012-11-21
sna/gen3+: Clear the render.vbo when replacing it for vertex upload
Chris Wilson
5
-0
/
+5
2012-11-21
sna: Assert that we do not replace a GPU bo with a proxy
Chris Wilson
2
-0
/
+3
2012-11-21
sna: Skip uploading unintialiased pixmap data
Chris Wilson
1
-0
/
+3
2012-11-21
sna: Add the missing assertion for !proxy
Chris Wilson
1
-0
/
+1
2012-11-21
sna: Do not migrate uninitialised pixmaps
Chris Wilson
1
-0
/
+8
2012-11-21
sna: Do not dispose of a shadow pixmap
Chris Wilson
1
-1
/
+2
2012-11-21
sna: Remove the kgem_bo_is_mappable refcnt assertion from freed paths
Chris Wilson
2
-9
/
+14
2012-11-21
sna: Add a few refcnt assertions
Chris Wilson
3
-12
/
+14
2012-11-21
sna: Fix bogus assertion from 03fb9ded43
Chris Wilson
1
-1
/
+3
2012-11-21
sna: Dispose of local copy for render sources
Chris Wilson
2
-1
/
+7
2012-11-21
sna: Tighten a couple of assertions for damage with use_bo
Chris Wilson
1
-1
/
+2
2012-11-20
sna: Assert that we do not create a proxy with existent GPU damage
Chris Wilson
3
-3
/
+24
2012-11-20
sna/dri: Queue a vblank-continuation after flip-completion
Chris Wilson
1
-27
/
+58
2012-11-20
sna/dri: Avoid a NULL dereference inside a DBG
Chris Wilson
1
-1
/
+1
2012-11-20
uxa: Refactor early-exit paths of uxa_try_driver_composite().
Eric Anholt
1
-51
/
+28
2012-11-20
uxa: Work around uninitialized-value warning.
Eric Anholt
1
-1
/
+1
2012-11-20
uxa: Add printf attribute to intel_debug_fallback().
Eric Anholt
1
-0
/
+3
2012-11-20
uxa/dri: Factor out the repeated swap fallback code.
Eric Anholt
1
-31
/
+23
2012-11-20
configure.ac: Fix bad syntax for test calls
Eric Anholt
1
-2
/
+2
2012-11-20
sna/dri: Add an assert that the cached DRI2 buffer is pinned for DRI
Chris Wilson
1
-0
/
+1
2012-11-19
sna/dri: Avoid setting off-delay after a failed flip (use-after-free)
Chris Wilson
1
-3
/
+3
2012-11-18
sna/gen6+: Tweak prefer-blt to offset latency when in rc6
Chris Wilson
2
-4
/
+14
2012-11-18
Remove useless indirection of intel_chipsets
Chris Wilson
1
-4
/
+2
2012-11-16
sna/dri: Clear the last-used-cpu flag when performing CopyRegion
Chris Wilson
1
-0
/
+1
2012-11-15
sna/dri: Add a couple of more asserts to track injection of a rogue bo
Chris Wilson
1
-0
/
+3
2012-11-13
sna/gen4,5: Fix the opacity shader to use the right vertex attribute
Chris Wilson
1
-2
/
+2
2012-11-13
sna/gen4: Tidy emission of opacity vertex attribute
Chris Wilson
2
-15
/
+14
2012-11-13
sna/gen4: Do not prefer inplace non-rectilinear spans
Chris Wilson
1
-9
/
+5
2012-11-13
sna/gen4: Always initialise redirect
Chris Wilson
1
-0
/
+2
2012-11-13
sna: Specialise the decision for inplace xor uploads
Chris Wilson
1
-11
/
+33
2012-11-12
sna/dri: Apply the can_blit() check for CopyRegion
Chris Wilson
1
-16
/
+19
2012-11-12
sna/dri: Prevent scheduling a swap on stale buffers
Chris Wilson
1
-21
/
+75
2012-11-12
sna: Compile against ancient libdrm
Chris Wilson
3
-8
/
+21
[next]