index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fb
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-13
fb: Check whether the window is enabled directly
Adam Jackson
1
-1
/
+1
2017-05-29
fb: remove some superfluous empty lines
Peter Hutterer
1
-5
/
+0
2017-04-27
meson: Build libwfb.so
Adam Jackson
1
-0
/
+11
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
1
-0
/
+36
2017-03-20
fb: Handle ZPixmap planemask in GetImage the other way around
Adam Jackson
1
-3
/
+6
2017-03-17
fb: Remove 24bpp support (v3)
Adam Jackson
24
-2129
/
+87
2017-02-16
fb: Remove stray references to fbHasVisualTypes
Adam Jackson
2
-5
/
+0
2017-02-16
fb: Remove unused fbGetFreeCompClip macro
Adam Jackson
1
-1
/
+0
2017-02-16
wfb: Hide init function decls behind FB_ACCESS_WRAPPER
Adam Jackson
1
-3
/
+2
2017-02-16
wfb: Add missing rename for fbGlyphs
Adam Jackson
1
-0
/
+1
2016-10-04
fb: XYPixmap format PutImage includes all planes in depth
Keith Packard
1
-1
/
+1
2015-09-29
Fix alphamap interactions with wfb
Arcady Goldmints-Orlov
1
-2
/
+11
2015-07-08
fb: Make rootless-agnostic
Adam Jackson
1
-5
/
+0
2015-04-21
Convert exa & fb to new *allocarray functions
Alan Coopersmith
2
-2
/
+2
2014-11-12
Drop trailing whitespaces
Peter Hutterer
11
-17
/
+17
2014-10-27
fb: Fix Bresenham algorithms for commonly used small segments.
Alex Orange
1
-9
/
+11
2014-10-27
fb: Hide fbPush{Pattern,Fill}
Adam Jackson
2
-16
/
+2
2014-10-27
fb: Hide fbDots
Adam Jackson
2
-11
/
+1
2014-10-27
fb: Hide Bresenham line details
Adam Jackson
2
-35
/
+9
2014-10-27
fb: Hide some zero-width line details
Adam Jackson
3
-13
/
+2
2014-10-27
fb: Hide glyph implementation details
Adam Jackson
5
-18
/
+3
2014-10-27
fb: Remove even/odd tile slow-pathing
Adam Jackson
5
-206
/
+38
2014-10-27
fb: Remove unused fbReduceRasterOp
Adam Jackson
3
-83
/
+0
2014-10-27
fb: Move fbStipple*Bits near their only consumer
Adam Jackson
4
-121
/
+111
2014-10-27
fb: Remove even/odd stipple slow-pathing
Adam Jackson
7
-460
/
+60
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
[next]