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
/
fb
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-27
fb: FB_SHIFT is 5 (and FB_UNIT is 32)
Adam Jackson
9
-723
/
+9
2014-10-27
fb: Eliminate fbLaneTable, staticize fb{8,16,32}Lane
Adam Jackson
2
-22
/
+15
2014-10-23
render: Always store client clip as a region
Adam Jackson
1
-1
/
+1
2014-10-09
fb: fb{Map,Unmap}Window -> fb{Realize,Unrealize}Window
Adam Jackson
4
-8
/
+8
2014-10-09
mi: Drop plane argument from miHandleExposures
Adam Jackson
1
-1
/
+1
2014-10-09
dix: Drop the third argument from WindowExposuresProcPtr
Adam Jackson
2
-6
/
+3
2014-08-21
fb: Fix invalid bpp for 24bit depth window
Takashi Iwai
1
-1
/
+1
2014-07-03
fb: Don't free NULL pixmap in fbCloseScreen. Bug #80313
Keith Packard
1
-1
/
+2
2014-06-04
fb: fix screen pixmap leak on server reset
Brendan King
1
-1
/
+1
2014-04-21
fb: Fix origin of source picture in fbGlyphs
Peter Harris
1
-1
/
+1
2014-04-03
fb: Publish fbGlyphs and fbUnrealizeGlyph
Keith Packard
2
-3
/
+16
2014-03-31
Merge remote-tracking branch 'jturney/master'
Keith Packard
1
-2
/
+1
2014-03-27
fb: fix fast-path blt detection
Keith Packard
1
-27
/
+33
2014-03-27
Build fbcmap_mi.c once, rather than once for each DDX
Jon TURNEY
1
-2
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
8
-31
/
+31
2013-09-10
fb: Remove unused compatibility wrappers
Adam Jackson
2
-61
/
+0
2013-04-30
dix: allow pixmap dirty helper to be used for non-shared pixmaps
Dave Airlie
1
-0
/
+1
2013-03-18
Merge remote-tracking branch 'whot/next'
Keith Packard
1
-6
/
+2
2013-03-07
fb: Rename wfbDestroyGlyphCache
Aaron Plattner
1
-0
/
+1
2013-02-15
fb: drop two unneeded shadowing variables
Peter Hutterer
1
-6
/
+2
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-2
/
+2
2012-11-05
fb: fix shadow warnings
Yaakov Selkowitz
2
-10
/
+10
2012-10-25
Use new pixman_glyph_cache_t API that will be in pixman 0.28.0
Søren Sandmann Pedersen
3
-1
/
+156
2012-09-23
dix: Remove #includes of mibstore.h
Daniel Martin
1
-1
/
+0
2012-08-14
fb: reorder Bresenham error correction to avoid overshoot.
Simon Schubert
1
-9
/
+9
2012-07-05
Use new screen-specific privates for fb window and gc privates
Keith Packard
6
-41
/
+25
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
4
-4
/
+4
2012-03-21
Introduce a consistent coding style
Keith Packard
36
-8026
/
+6499
2011-10-04
Fix server crash due to invalid images
Kirill Elagin
1
-1
/
+3
2011-09-21
fb: Rename wfbTriangles and wfbTrapezoids
Aaron Plattner
1
-0
/
+2
2011-08-15
fb: Fix memcpy abuse
Adam Jackson
1
-2
/
+7
2011-06-16
fb: Mark some variables as unused.
Cyril Brulebois
4
-8
/
+8
2011-06-16
fb: Simplify logic, get rid of set but unused variable.
Cyril Brulebois
1
-6
/
+3
2011-05-25
fbbltone.c: Mark bitmasks as unsigned ints
Alan Coopersmith
1
-2
/
+2
2011-04-27
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
2
-1
/
+6
2011-04-25
fb: Silence warnings when building with clang
Jeremy Huddleston
2
-1
/
+6
2011-04-22
Fix trapezoid and triangle rendering to windows
Søren Sandmann Pedersen
1
-29
/
+27
2011-04-22
fb: Call miCompositeSourceValidate() on the source in fbShapes()
Søren Sandmann Pedersen
1
-0
/
+2
2011-04-22
Track damage for fbTrapezoids() and fbTriangles().
Søren Sandmann Pedersen
1
-0
/
+5
2011-04-04
fb: fix memory leak in fbOverlayFinishScreenInit
Tiago Vignatti
1
-2
/
+6
2011-04-04
mi: fix memory leak in miInitVisuals
Tiago Vignatti
1
-4
/
+0
2011-04-01
fb: cleanup fbChangeWindowAttributes
Dave Airlie
1
-35
/
+20
2011-04-01
fb: drop comments around 24-bit support.
Dave Airlie
1
-6
/
+0
2011-04-01
fb: add back fb defines for driver compat.
Dave Airlie
1
-0
/
+3
2011-04-01
fb: drop defines that aren't used/necessary anymore.
Dave Airlie
21
-155
/
+0
2011-03-17
Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"
Keith Packard
3
-7
/
+9
2011-03-14
Remove geometry arguments from miSourceValidate()
Søren Sandmann Pedersen
1
-2
/
+2
2011-03-08
dix: Remove usage_hint from pixmaps, store it in ->drawable.class
Adam Jackson
3
-9
/
+7
2011-02-26
Implement fbAddTriangles() in terms of pixman_add_triangles()
Søren Sandmann Pedersen
1
-82
/
+9
2011-02-26
Move miTriangles to fb as fbTriangles()
Søren Sandmann Pedersen
3
-31
/
+89
[next]