index
:
~csimpson/xserver
bugfixes
master
triage
And I have become comfortably numb.
csimpson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-17
EXA: Avoid some fallbacks in exaCopyNtoN.
Tilman Sauerbeck
1
-6
/
+26
2008-04-14
EXA: Update pixmaps' accel_blocked field in ModifyPixmapHeader.
Tilman Sauerbeck
1
-21
/
+32
2008-04-14
EXA: Teach exaCompositeFallbackPictDesc() about x8r8g8b8.
Tilman Sauerbeck
1
-0
/
+3
2008-04-07
EXA: Fix TS origin computation when implementing RenderComposite with tiling.
Owen W. Taylor
1
-4
/
+6
2008-03-31
EXA: Optimize the eviction scanning loop in exaOffscreenAlloc.
Fredrik Höglund
1
-48
/
+58
2008-03-31
EXA: Improve the algorithm used for tracking offscreen pixmap use.
Fredrik Höglund
3
-23
/
+16
2008-02-27
EXA: Let the driver decide what repeat/extend types are supported.
Maarten Maathuis
1
-2
/
+0
2008-02-20
EXA: Fix Render acceleration in copy and tiling cases.
Eric Anholt
1
-6
/
+10
2008-01-14
exa: make the prototype for exaGetPixmapFirstPixel() public
Bernardo Innocenti
2
-3
/
+3
2008-01-04
Fix Line drawing with CapNotLast set in PolySegment.
Alan Hourihane
1
-0
/
+8
2007-11-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-0
/
+1
2007-11-17
exa: set driverPriv to NULL before it might get used later with garbage
Ben Skeggs
1
-0
/
+1
2007-11-14
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
2
-8
/
+26
2007-11-07
EXA: Disable problematic optimization of dest pixmap migration by default.
Michel Dänzer
2
-8
/
+26
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
3
-13
/
+14
2007-11-05
EXA: Remove usage of alloca
Daniel Stone
1
-2
/
+2
2007-11-05
EXA: Remove usage of alloca
Daniel Stone
1
-7
/
+7
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
2
-4
/
+5
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
5
-360
/
+25
2007-10-23
EXA: Fix off-by-one in polyline drawing.
Pierre Willenbrock
1
-1
/
+1
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
2
-263
/
+3
2007-10-19
Merge branch 'master' into glyph-pixmaps
Eric Anholt
5
-9
/
+39
2007-10-18
EXA: Skip empty glyphs.
Michel Dänzer
1
-0
/
+1
2007-10-18
EXA: Don't attempt to move in pixmaps that can't be accelerated.
Michel Dänzer
3
-2
/
+20
2007-10-17
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
5
-139
/
+186
2007-10-08
EXA: dude, don't validation driver hooks twice !
Dodji Seketeli
1
-48
/
+0
2007-10-04
EXA: Disable 1x1 pixmap fill optimization for drivers that handle pixmaps.
Michel Dänzer
1
-6
/
+5
2007-10-03
Merge Xephyr-XV/GL stuff into master
Dodji Seketeli
1
-0
/
+48
2007-10-03
exa: direct access to the pixmap sys ptr is bad if the pixmap isn't mapped
Dave Airlie
1
-3
/
+5
2007-10-03
exa: add new flags to denote driver handles all pixmap migration/hiding
Dave Airlie
3
-4
/
+13
2007-10-03
exa: make sure we set fb_ptr to NULL
Dave Airlie
1
-2
/
+3
2007-10-02
Merge branch 'glyph-pixmaps'
Eric Anholt
2
-99
/
+5
2007-10-02
Add basic Exa driver entry point validation.
Dodji Seketeli
1
-0
/
+48
2007-10-02
exa: increase minor version number for pixmap allocation hooks
Dave Airlie
1
-1
/
+1
2007-10-02
exa: only setup offscreen allocator if driver doesn't provide CreatePixmap
Kristian Høgsberg
1
-27
/
+35
2007-10-02
exa: add hooks for drivers to take over pixmap allocation
Dave Airlie
2
-27
/
+91
2007-10-02
exa: add a pixmap private pointer for drivers to retrieve.
Dave Airlie
3
-0
/
+15
2007-09-27
EXA: Added back the maxPitchPixels initialization code.
Tilman Sauerbeck
1
-0
/
+15
2007-09-27
EXA: Remove bogus pitch checks.
Michel Dänzer
1
-34
/
+0
2007-09-27
EXA: Punt for all fallbacks in exaFillRegion*.
Michel Dänzer
1
-35
/
+13
2007-09-27
EXA: Make sure tile offsets passed to drivers are never negative.
Michel Dänzer
1
-2
/
+5
2007-09-27
EXA: Tile offscreen pixmap coordinate offsets are always 0.
Michel Dänzer
1
-11
/
+5
2007-09-27
EXA: Remove some clearly bogus code from exaCopyNtoN.
Michel Dänzer
1
-8
/
+0
2007-09-27
EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.
Michel Dänzer
1
-1
/
+2
2007-09-26
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
5
-43
/
+146
2007-09-26
EXA: Removed duplicated exaGetDrawablePixmap() calls.
Tilman Sauerbeck
1
-3
/
+2
2007-09-25
EXA: Added pitch limitations.
Tilman Sauerbeck
5
-33
/
+137
2007-09-22
EXA: Check ABI compatibility earlier.
Tilman Sauerbeck
1
-11
/
+11
2007-09-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
6
-781
/
+958
2007-09-17
EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty.
Michel Dänzer
1
-4
/
+4
[next]