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
path:
root
/
src
/
sna
/
gen2_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-14
sna/gen2+: Experiment with not forcing migration to GPU after CPU rasterisation
Chris Wilson
1
-1
/
+1
2012-12-13
sna/gen2: Reorder reuse_source() to avoid NULL dereference for solids
Chris Wilson
1
-6
/
+6
2012-12-13
sna/gen2: Initialise channel->is_affine for solid
Chris Wilson
1
-0
/
+1
2012-12-13
sna/gen2: Assertions
Chris Wilson
1
-7
/
+19
2012-12-13
sna/gen2: Program solid mask using the DIFFUSE component
Chris Wilson
1
-1
/
+16
2012-12-12
sna/gen2: STIPPLE requires an argument
Chris Wilson
1
-0
/
+1
2012-12-09
sna: Replace remaining kgem_is_idle() with kgem_ring_is_idle()
Chris Wilson
1
-1
/
+1
2012-12-08
sna: Flush upon change of target if GPU is idle
Chris Wilson
1
-7
/
+7
2012-11-30
Convert generation counter to octal
Chris Wilson
1
-3
/
+3
2012-11-25
sna: Exploit the alpha-fixup of the BLT for texture format conversions
Chris Wilson
1
-3
/
+7
2012-11-10
sna/gen2: Fix use of uninitialised redirection
Chris Wilson
1
-0
/
+4
2012-11-10
sna/gen2: Add a modicum of fallback DBG
Chris Wilson
1
-3
/
+14
2012-11-01
sna: Try to reduce ping-pong migration for intermixed render/legacy code paths
Chris Wilson
1
-4
/
+2
2012-10-07
sna/gen2: Count the number of dwords required for the invariant
Chris Wilson
1
-2
/
+5
2012-10-07
sna/gen2: And the other compile failure
Chris Wilson
1
-1
/
+1
2012-10-07
sna/gen2: Add a couple of assertions to track down a batch overflow
Chris Wilson
1
-0
/
+1
2012-10-04
sna/gen2: Tidy DBG code for disabling composite operations
Chris Wilson
1
-11
/
+2
2012-10-04
sna/gen2: Allow fine damage tracking for render operations
Chris Wilson
1
-17
/
+42
2012-10-03
sna/gen2: Setup invariant blend arguments
Chris Wilson
1
-2
/
+27
2012-10-01
sna/gen2: Clear STIPPLE setup before rendering with the 3D pipeline
Chris Wilson
1
-0
/
+2
2012-09-13
sna: Fix analysis of source extents for BLT composite
Chris Wilson
1
-3
/
+1
2012-09-01
sna/gen2+: Add the missing assertions in case the drawrect is invalid
Chris Wilson
1
-0
/
+1
2012-08-27
Revert "sna: Cleanup composite redirection after substituting the BLT"
Chris Wilson
1
-3
/
+1
2012-08-26
sna: Cleanup composite redirection after substituting the BLT
Chris Wilson
1
-1
/
+3
2012-08-24
sna: Allow the batch to be flushed if the GPU is idle upon a context switch
Chris Wilson
1
-0
/
+8
2012-08-20
sna: Trim a parameter from kgem_bo_mark_dirty() and add some assertions
Chris Wilson
1
-1
/
+1
2012-08-20
sna: Remove confusing is_cpu()
Chris Wilson
1
-1
/
+2
2012-08-18
sna: Avoid forcing an upload for an unblittable bo unless on a fallback path
Chris Wilson
1
-2
/
+2
2012-08-16
sna/gen2: Add break rather than fallthrough
Chris Wilson
1
-0
/
+1
2012-08-14
sna/gen2,3: Prevent dereferencing a NULL bo with solid render fills
Chris Wilson
1
-1
/
+1
2012-08-11
sna/gen2-5: Substitute an equivalent BLT composite operation
Chris Wilson
1
-8
/
+7
2012-07-21
sna: Only update a buffer when it becomes dirty
Chris Wilson
1
-1
/
+1
2012-07-19
sna/gen4: Hookup composite spans
Chris Wilson
1
-20
/
+26
2012-07-14
sna: Aim for consistency and use stdbool except for core X APIs
Chris Wilson
1
-123
/
+123
2012-07-09
sna: Simplify the DBG incarnation
Chris Wilson
1
-5
/
+0
2012-07-04
sna: Pass a hint to the backends when using copy_boxes for readback
Chris Wilson
1
-4
/
+4
2012-06-17
sna: Add tiling for spans
Chris Wilson
1
-6
/
+15
2012-06-05
sna/gen2+: Tweak placement of operations for CPU-bound large pixmaps
Chris Wilson
1
-0
/
+7
2012-06-04
sna/gen2: Remove double 'const'
Chris Wilson
1
-1
/
+1
2012-05-08
sna: Fix off-by-one in checking available execbuffer slots
Chris Wilson
1
-2
/
+2
2012-05-06
sna/gen2+: Fix typo for computing redirected extents for render copy
Chris Wilson
1
-4
/
+4
2012-03-25
sna/gen2+: Approximate expensive gradients when using imprecise rendering
Chris Wilson
1
-6
/
+18
2012-03-08
sna/gen2+: Use the reduced operator from CompositeRectangles
Chris Wilson
1
-16
/
+10
2012-03-08
sna/gen2+: Prefer not to fallback if the source is busy
Chris Wilson
1
-25
/
+50
2012-03-07
sna/gen2: Fix transformation of linear gradients
Chris Wilson
1
-19
/
+16
2012-02-27
sna/gen2; Initialise channel.is-opaque for fills
Chris Wilson
1
-8
/
+4
2012-02-08
sna/gen2+: Force upload rather than perform source transformations on the CPU
Chris Wilson
1
-1
/
+7
2012-02-07
sna: Apply offsets correctly for partial src/dst in large copy boxes
Chris Wilson
1
-1
/
+2
2012-02-07
sna: Set the damage for render->copy_boxes to NULL before use
Chris Wilson
1
-0
/
+1
2012-02-06
sna: Use the proper sna_picture_is_solid() test
Chris Wilson
1
-9
/
+1
[next]