index
:
delta/xserver.git
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
baserock/1.17+jetson
baserock/1.18+jetson
baserock/jjardon/xfont2
baserock/morph
baserock/xorg-server-1.17.2-20-gb3d5c01+libsystemd_fix
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xephyr-crash
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland
xwayland-1.12
xwayland-21.1
xwayland-22.1
xwayland-23.1
gitlab.freedesktop.org: xorg/xserver.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix several cases where optimized paths were hit when they shouldn't be.
Eric Anholt
2006-11-01
2
-16
/
+46
*
Use getisax() instead of asm code to determine available x86 ISA extensions o...
Alan Coopersmith
2006-10-18
1
-2
/
+23
*
Bug #8459: Don't forget to include AM_CFLAGS in libfb_la_CFLAGS on non-MMX pl...
Aaron Plattner
2006-10-10
1
-1
/
+3
*
Add (void) casts to clear compiler errors about ?: results having type mismatch
Alan Coopersmith
2006-10-02
1
-5
/
+5
*
Restore the global xx* symbols and add them to wfbrename.h.
Aaron Plattner
2006-09-28
2
-5
/
+11
*
Hide or rename more global symbols to avoid clashes with libfb.
Aaron Plattner
2006-09-20
2
-6
/
+9
*
(unsigned long)(1 << 31) = bad news on x86_64.
Aaron Plattner
2006-09-05
1
-1
/
+1
*
Use DrawablePtrs instead of PixmapPtrs for Prepare/Finish access.
Aaron Plattner
2006-08-07
3
-21
/
+17
*
Wrap libwfb memory access.
Aaron Plattner
2006-08-01
20
-614
/
+641
*
Make ReadMemoryProcPtr take a const pointer.
Aaron Plattner
2006-07-31
1
-1
/
+1
*
Add fbHasVisualTypes and fbSetVisualTypesAndMasks to wfbrename.h and include ...
Aaron Plattner
2006-07-27
1
-0
/
+2
*
Switch to using void* pointers.
Aaron Plattner
2006-07-26
1
-4
/
+4
*
Add framebuffer access wrapper infrastructure.
Aaron Plattner
2006-07-26
24
-9
/
+266
*
Prefix all of the exported symbols in libwfb.so with "wfb".
Aaron Plattner
2006-07-26
3
-1
/
+191
*
Build infrastructure for libwfb.so.
Aaron Plattner
2006-07-26
2
-2
/
+12
*
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
2006-07-21
33
-43
/
+1
*
get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
Daniel Stone
2006-07-18
2
-4
/
+1
*
Revert "Optimize out computing a gradient pixel if the mask value is 0."
Eric Anholt
2006-07-03
1
-131
/
+76
*
Optimize out computing a gradient pixel if the mask value is 0.
Eric Anholt
2006-07-03
1
-76
/
+131
*
Fix MMX Saturate implementation.
Eric Anholt
2006-06-27
1
-1
/
+1
*
Remove the default case from fbcompose.c switches which should cover all cases.
Eric Anholt
2006-06-23
1
-4
/
+4
*
Fix #2488 for fb too: sample pixel center when transforming.
Kristian Høgsberg
2006-06-21
1
-6
/
+15
*
Pull over convolution filter fixes from xgl-0-0-1 branch.
Kristan Høgsberg
2006-06-19
1
-2
/
+7
*
Fix crash when using PICT_x4a4 by supplying an appropriate fbFetchPixel_x4a4.
Eric Anholt
2006-06-19
1
-0
/
+9
*
Clean up gcc warnings from picture format CARD32 -> enum change.
Eric Anholt
2006-06-19
1
-0
/
+50
*
Correct component ordering when fetching [ax]4b4g4r4 pixels.
Eric Anholt
2006-06-19
1
-10
/
+10
*
Bug #6827: Fix texel fetch in fbFetchTransformed to avoid crashes. Still
Adam Jackson
2006-05-18
1
-44
/
+45
*
Bug #5796: Wrong fastpath selection for repeating sources.
Matthias Hopf
2006-05-11
1
-3
/
+3
*
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
Adam Jackson
2006-04-30
2
-7
/
+1
*
Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.
Keith Packard
2006-04-19
1
-2
/
+25
*
Coverity #333, #334 - eliminate unncessary test for always true condition
Keith Packard
2006-04-07
1
-3
/
+2
*
Include fbmmx.h in fb/fbwindow.c when USE_MMX is defined. Fixes build
Ian Romanick
2006-04-05
1
-1
/
+5
*
Bug #5478: More use of fbSOlidFillmmx. (Jim Huang)
Adam Jackson
2006-04-03
2
-2
/
+28
*
Bug #6346: Build fix when using gcc -mno-sse. (Jonathan Adamczewski)
Adam Jackson
2006-04-03
1
-0
/
+2
*
Wed Mar 22 16:28:46 2006 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
2006-03-22
1
-8
/
+24
*
Wed Mar 22 16:05:09 2006 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
2006-03-22
1
-9
/
+29
*
Remove useless line of code that contained a bug and triggered a gcc
Benjamin Herrenschmidt
2006-02-14
1
-2
/
+0
*
Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function
Alan Coopersmith
2006-02-11
1
-0
/
+1
*
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
2006-02-10
12
-27
/
+31
*
More kdrive merge, fast path fbBlt to use memcpy() when possible. Good for
Adam Jackson
2006-01-18
1
-0
/
+23
*
typo in last change
Dave Airlie
2006-01-18
1
-1
/
+1
*
Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers
Dave Airlie
2006-01-18
1
-1
/
+3
*
This is a fix from David Reveman from the xserver tree, Make fbPadPixmap
Dave Airlie
2006-01-18
1
-3
/
+8
*
Fix a copy'n'paste-o that would result in mis-rounding of the results of
Eric Anholt
2005-12-28
1
-1
/
+1
*
Fix an fb regression on A8 pictures. (Fredrik Höglund)
Adam Jackson
2005-12-20
1
-1
/
+1
*
Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (Aaron
Adam Jackson
2005-12-09
1
-14
/
+14
*
Bug #3944: Fix 24bpp packed pixel. (Søren Sandmann Pedersen)
Adam Jackson
2005-12-08
1
-2
/
+2
*
Define XFree86Server only where it is required.
Kevin E Martin
2005-12-02
1
-1
/
+1
*
Bug #5093: Fix fb for non-SSE machines. (Xavier Bachelot)
Adam Jackson
2005-11-30
2
-109
/
+118
*
Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
Kevin E Martin
2005-11-29
1
-1
/
+5
[next]