index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fb
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
meson: Distribute more SDK headers
Thierry Reding
1
-0
/
+10
2018-02-26
render: Store and use all 16bpc of precision for solid pixels (v2.1)
Adam Jackson
1
-13
/
+3
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
[next]