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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-31
Merge remote-tracking branch 'airlied/for-keithp'
Keith Packard
10
-101
/
+936
2015-03-31
Fix XQuartz build
Jon Turney
2
-0
/
+5
2015-03-31
randr: Use Monitor list for Xinerama
Keith Packard
1
-98
/
+20
2015-03-31
randr: Add Monitor support (v1.1)
Keith Packard
7
-1
/
+839
2015-03-31
xf86Crtc: add tile prop setting
Dave Airlie
2
-2
/
+77
2015-03-27
Merge remote-tracking branch 'anholt/glamor-next'
Keith Packard
41
-1564
/
+841
2015-03-24
glamor: * 1/size is faster than / size in VS
Keith Packard
4
-17
/
+17
2015-03-24
ephyr: Avoid a segfault with 'DISPLAY= Xephyr -glamor'
Jon TURNEY
1
-1
/
+1
2015-03-24
glamor: Fix up indentation
Adam Jackson
1
-7
/
+7
2015-03-24
glamor: Perform texture2D() separately from swizzle.
Matt Turner
1
-12
/
+14
2015-03-24
glamor: Add a helper function for the common GL_QUADS fallback pattern.
Eric Anholt
4
-23
/
+20
2015-03-24
glamor: Don't optimize out scissor updates in CopyArea.
Eric Anholt
1
-11
/
+6
2015-03-24
glamor: Just set the logic op to what we want at the start of all rendering.
Eric Anholt
14
-49
/
+27
2015-03-24
glamor: Fix build when configured --enable-glamor --disable-xshmfence
Jon TURNEY
1
-0
/
+2
2015-03-24
glamor: check max native ALU instructions
Olivier Fourdan
2
-0
/
+34
2015-03-24
glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap type
Keith Packard
4
-49
/
+35
2015-03-24
glamor: Create inline tests for small/large pixmaps
Keith Packard
9
-96
/
+103
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
15
-196
/
+176
2015-03-24
glamor: Remove unused glamor_pixmap_private_atlas_t
Keith Packard
1
-12
/
+0
2015-03-24
glamor: Remove screen private and pixmap ptrs from pixmap private and fbo
Keith Packard
11
-297
/
+345
2015-03-24
glamor: Remove remaining support for FBOs not matching pixmap size
Keith Packard
5
-122
/
+15
2015-03-24
glamor: Eliminate GLAMOR_TEXTURE_PACK pixmap type
Keith Packard
1
-2
/
+1
2015-03-24
glamor: Eliminate GLAMOR_SEPARATE_TEXTURE pixmap type
Keith Packard
2
-11
/
+0
2015-03-24
glamor: Remove ddx fallback check functions
Keith Packard
1
-34
/
+0
2015-03-24
glamor: Remove _nf rendering functions
Keith Packard
18
-581
/
+29
2015-03-24
glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREEN
Keith Packard
5
-98
/
+55
2015-03-24
glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAP
Keith Packard
3
-18
/
+1
2015-03-24
glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2
Maarten Lankhorst
3
-3
/
+0
2015-03-24
glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFER
Maarten Lankhorst
2
-2
/
+2
2015-03-24
glamor: do not check for gl errors in glamor_build_program
Maarten Lankhorst
1
-3
/
+0
2015-03-24
glamor: only use (un)pack_subimage when available
Maarten Lankhorst
3
-19
/
+46
2015-03-24
xwayland: Add dependency on glamor libs
Olivier Fourdan
1
-0
/
+1
2015-03-24
ephyr: Fail if glamor is requested but not usable
Olivier Fourdan
1
-3
/
+6
2015-03-24
Don't allow both RandR XINERAMA and pseudoramiX XINERAMA extensions to register
Jon TURNEY
2
-0
/
+9
2015-03-23
hw/xwin: Report OS version in log
Jon TURNEY
5
-1
/
+95
2015-03-23
hw/xwin: Remove Shadow DirectDraw engine
Jon TURNEY
8
-1287
/
+5
2015-03-23
hw/xwin: Only set native positions if XINERAMA is enabled
Jon TURNEY
1
-8
/
+12
2015-03-23
hw/xwin: Register native screens with pseudoramiX
Jon TURNEY
2
-0
/
+61
2015-03-16
Make PseudoramiXExtensionInit() prototype more generally available
Jon TURNEY
6
-8
/
+38
2015-03-16
hw/xwin: Turn on -hostintitle by default
Jon TURNEY
4
-3
/
+9
2015-03-16
hw/xwin: Report Cygwin version information in log
Jon TURNEY
1
-0
/
+14
2015-03-16
hw/xwin/glx: Improve code generator to deal with latest Khronos OpenGL regist...
Jon TURNEY
1
-12
/
+25
2015-03-16
hw/xwin/glx: Refactor parsing of the <proto> XML element
Jon TURNEY
1
-39
/
+26
2015-03-16
os: Teach vpnprintf() how to handle "%*.*s"
Jon TURNEY
1
-4
/
+24
2015-03-16
os: XDMCP options like -query etc. should imply -listen tcp
Jon TURNEY
1
-0
/
+17
2015-03-16
ephyr: Avoid a segfault with 'DISPLAY= Xephy -glamor'
Jon TURNEY
1
-1
/
+1
2015-03-13
int10: Fix error check for pci_device_map_legacy
Jürg Billeter
2
-2
/
+2
2015-03-13
symbols: Fix sdksyms.sh to cope with gcc5
Egbert Eich
1
-1
/
+13
2015-03-13
Clear ListenTransConns entries in CloseWellKnownConnections
Alan Coopersmith
1
-2
/
+7
2015-03-13
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
[next]