index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-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
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-17
EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty.
Michel Dänzer
1
-4
/
+4
2007-09-17
EXA: Don't crash in ExaCheckPolyArc.
Alan Hourihane
1
-0
/
+7
2007-09-17
EXA: Don't crash in exaGetImage when swapped out.
Michel Dänzer
1
-3
/
+3
2007-09-17
EXA: Fixed compiler warnings.
Tilman Sauerbeck
1
-2
/
+2
2007-09-17
EXA: Added missing exaPrepare/FinishAccess calls in ExaCheckPushPixels.
Tilman Sauerbeck
1
-0
/
+2
2007-09-13
Remove the PaintWindow optimization.
Eric Anholt
4
-81
/
+0
2007-09-07
EXA: Exclude bits that will be overwritten from migration in exaCopyNtoN.
Michel Dänzer
1
-12
/
+47
2007-09-07
EXA: exaFillRegion{Solid,Tiled} improvements.
Michel Dänzer
1
-19
/
+30
2007-09-07
EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs.
Michel Dänzer
3
-1
/
+15
2007-09-07
EXA: exa(Shm)PutImage improvements.
Michel Dänzer
3
-42
/
+116
2007-09-07
EXA: exaGetImage improvements.
Michel Dänzer
3
-33
/
+37
2007-09-07
EXA: Remove superfluous manual damage tracking.
Michel Dänzer
2
-51
/
+28
2007-09-07
EXA: RENDER improvements.
Michel Dänzer
4
-87
/
+80
2007-09-07
EXA: Improvements for 1x1 pixmaps.
Michel Dänzer
2
-9
/
+49
2007-09-07
EXA: exaImageGlyphBlt improvements.
Michel Dänzer
1
-131
/
+39
2007-09-07
EXA: Improvements for trapezoids and triangles.
Michel Dänzer
3
-56
/
+136
2007-09-07
EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible.
Michel Dänzer
4
-50
/
+76
2007-09-07
EXA: Support partial migration of pixmap contents between Sys and FB.
Michel Dänzer
5
-102
/
+194
2007-09-07
EXA: Track valid bits in Sys and FB separately.
Michel Dänzer
3
-92
/
+74
2007-09-07
EXA: Migrate out pixmap in exaPrepareAccess.
Michel Dänzer
6
-93
/
+41
[next]