index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-3
/
+4
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-3
/
+4
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-5
/
+3
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
1
-5
/
+3
2007-10-17
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-82
/
+136
2007-10-08
EXA: dude, don't validation driver hooks twice !
Dodji Seketeli
1
-48
/
+0
2007-10-03
Merge Xephyr-XV/GL stuff into master
Dodji Seketeli
1
-0
/
+48
2007-10-03
exa: add new flags to denote driver handles all pixmap migration/hiding
Dave Airlie
1
-4
/
+3
2007-10-03
exa: make sure we set fb_ptr to NULL
Dave Airlie
1
-2
/
+3
2007-10-02
Add basic Exa driver entry point validation.
Dodji Seketeli
1
-0
/
+48
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
1
-27
/
+84
2007-10-02
exa: add a pixmap private pointer for drivers to retrieve.
Dave Airlie
1
-0
/
+8
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-26
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-7
/
+60
2007-09-25
EXA: Added pitch limitations.
Tilman Sauerbeck
1
-0
/
+53
2007-09-22
EXA: Check ABI compatibility earlier.
Tilman Sauerbeck
1
-11
/
+11
2007-09-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-62
/
+152
2007-09-13
Remove the PaintWindow optimization.
Eric Anholt
1
-8
/
+0
2007-09-07
EXA: RENDER improvements.
Michel Dänzer
1
-2
/
+6
2007-09-07
EXA: Improvements for trapezoids and triangles.
Michel Dänzer
1
-5
/
+2
2007-09-07
EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible.
Michel Dänzer
1
-37
/
+62
2007-09-07
EXA: Support partial migration of pixmap contents between Sys and FB.
Michel Dänzer
1
-7
/
+14
2007-09-07
EXA: Track valid bits in Sys and FB separately.
Michel Dänzer
1
-2
/
+4
2007-09-07
EXA: Migrate out pixmap in exaPrepareAccess.
Michel Dänzer
1
-8
/
+22
2007-09-07
EXA: Add a couple of missing exaPrepare/FinishAccess calls.
Dave Airlie
1
-4
/
+53
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-16
/
+4
2007-08-25
Implement core protocol backing store exclusively in terms of Composite.
Adam Jackson
1
-2
/
+0
2007-08-24
EXA: Improve ShmPutImage.
Michel Dänzer
1
-5
/
+1
2007-08-22
Fix overly-restrictive integer overflow check in EXA pixmap creation.
Eric Anholt
1
-1
/
+1
2007-08-16
EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap.
Fredrik Höglund
1
-0
/
+4
2007-07-17
exaDriverInit: Fail if pScreenInfo or a member of it is invalid.
Dodji Seketeli
1
-0
/
+39
2007-04-29
EXA: Remove DrawableDirty.
Michel Dänzer
1
-23
/
+0
2007-04-29
EXA: FillRegion{Solid,Tiled} improvements.
Michel Dänzer
1
-1
/
+1
2007-04-04
Add an EXA driver callback to determine whether a pixmap is
Thomas Hellstrom
1
-0
/
+3
2007-03-27
Move libcw setup to the only renderer requiring it (XAA).
Eric Anholt
1
-4
/
+0
2006-12-28
Switch the default migration heuristic for EXA to "always".
Eric Anholt
1
-1
/
+1
2006-12-19
EXA: Lots of damage tracking fixes.
Michel Dänzer
1
-32
/
+64
2006-12-19
Merge branch 'master' into exa-damagetrack
Michel Dänzer
1
-2
/
+38
2006-12-19
EXA: Disable SHM pixmaps.
Eric Anholt
1
-0
/
+11
2006-10-15
exaDrawableDirty: Fix initialization of BoxRec.
Michel Dänzer
1
-1
/
+2
2006-07-21
exa: only disable cw when COMPOSITE is built
Daniel Stone
1
-0
/
+2
2006-06-30
Bug 7145: fix build with gcc 2.95 & other c89 compilers
Jens Granseuer
1
-1
/
+4
2006-06-24
Bug #6818: Avoid infinite loop in exaLog2() with negative arguments.
Michel Dänzer
1
-1
/
+1
2006-06-18
Add options to disable EXA acceleration for Composite/UTS/DFS, and always print
Eric Anholt
1
-0
/
+20
2006-06-12
Track per-drawable damage to minimize UTS and DFS transfers.
Michel Dänzer
1
-12
/
+37
2006-04-18
Add a new migration scheme, called "Smart" for lack of a better name. This
Eric Anholt
1
-1
/
+1
[next]