index
:
~dottedmag/xserver
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
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
fixes
for-keithp
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.2-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_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
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
fixes for X server
dottedmag
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
xaa
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-13
Delete redundant GC initializations.
Jamey Sharp
1
-5
/
+0
2010-09-13
Delete xaaWrapper.
Jamey Sharp
3
-489
/
+2
2010-09-13
Delete unused devPrivate field from GCFuncs and GCOps.
Jamey Sharp
2
-2
/
+0
2010-07-13
Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998
Keith Packard
1
-1
/
+11
2010-06-22
Revert "mi: Remove unused overlay support"
Keith Packard
1
-1
/
+28
2010-06-20
mi: Remove unused overlay support
Mikhail Gusarov
1
-28
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
2
-3
/
+3
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
6
-24
/
+13
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
4
-17
/
+27
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
20
-131
/
+131
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
3
-3
/
+3
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-1
/
+1
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-4
/
+4
2010-05-12
Kill DoChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
20
-95
/
+95
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
7
-40
/
+0
2009-11-11
.gitignore: use common defaults with custom section #24239
Gaetan Nadon
1
-0
/
+4
2009-08-04
Add support for RENDER BGRA formats.
Michel Dänzer
1
-4
/
+16
2009-07-14
xfree86: switch to byte counting functions
Peter Hutterer
3
-5
/
+5
2009-02-03
Don't enable XAA offscreen pixmaps with Option "XaaOffscreenPixmaps" "no".
Aaron Plattner
1
-1
/
+3
2009-01-11
xfree86: ANSI cleanups
Julien Cristau
2
-6
/
+2
2009-01-08
XAA: Disable offscreen pixmaps by default.
Adam Jackson
1
-3
/
+6
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
39
-357
/
+356
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
31
-128
/
+131
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
13
-22
/
+23
2008-11-27
Add missing include
Julien Cristau
1
-1
/
+1
2008-11-25
Remove unused XAAAvailableOptions
Adam Jackson
1
-9
/
+0
2008-11-25
Warning fix.
Adam Jackson
1
-0
/
+4
2008-11-07
XAA PixmapOps: Sync before accessing unwrapped callbacks.
Luc Verhaegen
3
-3
/
+9
2008-10-26
xaa: Fix compiler warning (implicit declaration)
Julien Cristau
2
-1
/
+4
2008-10-06
xalloc+bzero -> xcalloc
Adam Jackson
2
-5
/
+2
2008-09-02
Fix strict-aliasing silliness in XAA.
Adam Jackson
1
-4
/
+4
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
4
-7
/
+14
2008-08-18
Remove xaaTEGlyphBlt.S
Mathieu Bérard
1
-964
/
+0
2008-08-18
Remove some unused assembly code and assyntax.h
Mathieu Bérard
1
-1
/
+1
2008-08-03
Fix a longstanding XAA CopyPlane bug.
Ivaylo Boyadzhiev
1
-3
/
+3
2008-06-24
Bug #15665: Fix building without Composite.
Paul Bender
1
-0
/
+2
2008-05-08
Bug #13104: Remove broken XAA a1 glyph fast path.
Adam Jackson
1
-144
/
+0
2008-05-07
Bug #13104: XAA: Adapt to glyph storage changes.
Adam Jackson
1
-1
/
+1
2008-05-06
Bug #13104: Don't let XAA glyph pixmaps anywhere near video memory.
Adam Jackson
1
-1
/
+3
2008-03-22
xaa: use xf86ReturnOptValBool instead of xf86IsOptionSet
Julien Cristau
1
-21
/
+36
2008-02-14
Friends don't let friends call xf86AddModuleInfo.
Adam Jackson
1
-25
/
+1
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
10
-44
/
+46
2007-11-05
XFree86: Remove usage of alloca
Daniel Stone
9
-39
/
+39
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-5
/
+7
2007-09-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
10
-518
/
+6
2007-09-13
Remove the PaintWindow optimization.
Eric Anholt
9
-514
/
+1
2007-09-04
bgPixel (unsigned long) is 64-bit on x86_64, so -1 != 0xffffffff
Hong Liu
1
-4
/
+5
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
10
-94
/
+60
2007-08-25
Implement core protocol backing store exclusively in terms of Composite.
Adam Jackson
4
-219
/
+0
[next]