index
:
~jbarnes/xf86-video-intel
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
XORG-6_8-branch
display-port
dri2-swapbuffers
drm-overlays
exa
exa-i965
glucose
i810_texman_0_1_branch
i945-zone-rendering
intel-batchbuffer
intel-kernelmode
jbarnes-cleanup
master
modesetting-airlied
modesetting-multihead
modesetting-sdvo-stuffing
randr-1.2-rotation
xf86-video-i810-1_5-branch
xorg-7.0-branch
xvmc-i915
xvmc-vld
Jesse's Intel DDX development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uxa
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-28
uxa/glyphs: Fallback instead of crashing on large strings
Chris Wilson
1
-0
/
+10
2011-06-16
uxa: Remove the attempt to use the 3D pipeline for core rendering
Chris Wilson
1
-215
/
+13
2011-06-05
uxa: Simplify uxa_poly_fill_rect by only clipping once.
Eric Anholt
1
-60
/
+27
2011-06-05
uxa: Simplify Composite solid acceleration for spans by only clipping once.
Eric Anholt
1
-55
/
+24
2011-06-05
uxa: Simplify BLT solid acceleration for spans filling by only clipping once.
Eric Anholt
1
-44
/
+21
2011-02-17
uxa: Fallback if the temporary is too large
Chris Wilson
1
-16
/
+21
2011-02-04
Check return value of uxa_acquire_solid() since it can return NULL
Bryce Harrington
2
-0
/
+10
2011-02-03
uxa: Undo damage translation before appending
Chris Wilson
1
-0
/
+1
2011-01-24
uxa: Only recreate the glyph cache on *generational* updates
Chris Wilson
2
-11
/
+10
2010-12-07
uxa: Emit the damage after the render for the workaround in uxa_solid_rects
Chris Wilson
1
-5
/
+5
2010-11-09
uxa: Fix crash after allocation failure
Chris Wilson
1
-0
/
+2
2010-10-06
uxa: Skip a pixmap lookup if there is no driver finish access function
Chris Wilson
1
-1
/
+2
2010-10-04
shadow+dri2: Allow dri2 to be independently enabled with shadow
Chris Wilson
1
-1
/
+6
2010-09-22
Make driver compile for 1.6 Xserver series again.
Matthias Hopf
2
-0
/
+10
2010-09-08
Enable a shadow buffer and disable GPU acceleration.
Chris Wilson
2
-17
/
+25
2010-08-25
uxa: Fallback if faced with large A1 glyphs.
Chris Wilson
1
-6
/
+4
2010-07-21
uxa: Check for failed pixmap allocation
Chris Wilson
1
-1
/
+3
2010-07-12
Destroy screen pixmap on screen close.
Keith Packard
1
-2
/
+9
2010-07-09
Purge macro NEED_EVENTS
Fernando Carrijo
1
-1
/
+0
2010-07-05
uxa: oops typo in previous commit
Dave Airlie
1
-1
/
+1
2010-07-05
uxa: don't compare planemask with FB_ALLONES.
Dave Airlie
1
-2
/
+2
2010-06-23
uxa: Fallback to pixman if source is out-of-bounds
Chris Wilson
1
-27
/
+28
2010-06-20
uxa: Apply the source offsets to the pixmap source, not target.
Chris Wilson
1
-4
/
+4
2010-06-19
uxa: Enable SHM pixmaps
Chris Wilson
3
-119
/
+0
2010-06-19
uxa: Use accelerated get_image for copying to !offscreen
Chris Wilson
1
-2
/
+39
2010-06-19
uxa: Match depth 30 to format.
Chris Wilson
1
-0
/
+1
2010-06-19
uxa: Check for allocation failure.
Chris Wilson
1
-0
/
+3
2010-06-12
uxa: Always clip glyphs to destination.
Chris Wilson
1
-35
/
+29
2010-06-10
Fallback implementation for trapezoids for hung GPUs.
Chris Wilson
1
-0
/
+90
2010-06-09
Revert "xp:trapezoids"
Chris Wilson
3
-52
/
+6
2010-06-09
uxa: Handle all-clipped out case with destination glyphs.
Chris Wilson
1
-2
/
+2
2010-06-08
xp:trapezoids
Chris Wilson
3
-6
/
+52
2010-06-07
uxa: Setup acceleration functions prior to the damage layer
Chris Wilson
2
-3
/
+9
2010-06-07
Use the direct dixGevPrivate() API when available
Chris Wilson
1
-2
/
+5
2010-06-07
Adapt glyphs for changes in devPrivates API
Chris Wilson
1
-4
/
+24
2010-06-06
Adapt to DevPrivate API changes
Keith Packard
2
-0
/
+13
2010-06-06
Use libc instead of deprecated libc wrappers for malloc/calloc/free.
Eric Anholt
4
-18
/
+18
2010-06-06
uxa: Force fallback for copies.
Chris Wilson
1
-2
/
+7
2010-05-31
uxa: Spans, try again to get the early break correct.
Chris Wilson
1
-1
/
+1
2010-05-31
uxa: Sign reversal on early break from spans passing the YXband
Chris Wilson
1
-1
/
+1
2010-05-31
Disable acceleration if we detect a hardware error.
Chris Wilson
6
-12
/
+28
2010-05-31
uxa: Mega-Glyphs!
Chris Wilson
3
-837
/
+700
2010-05-28
uxa: Fix prepare_solid being called without check_solid first.
Eric Anholt
1
-0
/
+5
2010-05-28
uxa: Skip the redundant miComputeCompositeRects() when adding to the mask
Chris Wilson
1
-33
/
+20
2010-05-28
uxa: Make the glyph caches' fixed size explicit.
Chris Wilson
2
-9
/
+6
2010-05-28
uxa: Use a glyph private rather than a hash table.
Chris Wilson
3
-196
/
+141
2010-05-26
uxa: Perform manual damage for CompositeRects
Chris Wilson
1
-0
/
+5
2010-05-26
uxa: Force the alpha value to 0xffff when treating Over as Src
Chris Wilson
1
-1
/
+3
2010-05-26
uxa: Use Composite rather than solid blitter for PolyRect
Chris Wilson
1
-22
/
+105
2010-05-26
uxa: Add PICT format mapping for depth 4 pixmaps.
Chris Wilson
1
-0
/
+1
[next]