index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-30
glx: Remove server-side mention of GLX_MESA_swap_control
Adam Jackson
2
-7
/
+2
2016-03-30
glx: Remove default server glx extension string
Adam Jackson
5
-27
/
+1
2016-03-28
xwayland: Pretend we support viewport in vidmode
Olivier Fourdan
1
-4
/
+15
2016-03-28
xwayland: do not include frequency in mode name
Olivier Fourdan
1
-2
/
+2
2016-03-28
xfree86/modes: Make sure the HW cursor is hidden when it should be
Michel Dänzer
1
-0
/
+6
2016-03-28
os: Treat ssh as a non-local client (v4)
Adam Jackson
1
-3
/
+40
2016-03-28
DRI2: add Polaris PCI IDs
Sonny Jiang
1
-0
/
+10
2016-03-24
present: Only requeue for next MSC after flip failure
Michel Dänzer
1
-1
/
+1
2016-03-23
vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGS
Adam Jackson
1
-0
/
+1
2016-03-16
glamor: swizzle RED to 0 for alpha textures
Dave Airlie
1
-1
/
+3
2016-03-14
security: Fix reversed comment
Ángel González
1
-1
/
+1
2016-03-14
xfree86: Change VBE version early-out to 1.2. (#22672)
Evgeny M. Zubok
1
-1
/
+1
2016-03-14
xfree86: Finish removing font modules
Adam Jackson
2
-9
/
+0
2016-03-14
xfree86: Font modules aren't a real thing
Adam Jackson
2
-4
/
+0
2016-03-14
Fix the typo from the previous patch, d'oh
Adam Jackson
1
-1
/
+1
2016-03-14
Xext/vidmode: Reduce verbosity of GetModeLine debug messages
Chris Wilson
1
-106
/
+106
2016-03-11
vidmode: Remove stray vidmodeproc.h from EXTRA_DIST
Adam Jackson
1
-1
/
+0
2016-03-11
present: fail flipping if we have any slave outputs
Dave Airlie
1
-0
/
+4
2016-03-11
glamor: Make context current in glamor_pixmap_fbo_cache_put
Michel Dänzer
1
-0
/
+1
2016-03-10
glx: Implement GLX_EXT_fbconfig_packed_float
Adam Jackson
4
-0
/
+9
2016-03-10
glx: Implement GLX_EXT_stereo_tree
Adam Jackson
3
-1
/
+11
2016-03-10
glx: Add GLX_SCREEN to the GetDrawableAttributes response
Adam Jackson
1
-1
/
+2
2016-03-10
glx: Macroize building the attribute list in DoGetDrawableAttributes
Adam Jackson
1
-23
/
+16
2016-03-10
ephyr: Fix redisplay with glamor on GLES.
Eric Anholt
1
-1
/
+3
2016-03-10
glamor: Replace "finish access" shader with texture swizzling.
Eric Anholt
5
-407
/
+160
2016-03-10
glamor: Drop dead large-pixmap handling code in temp picture uploads.
Eric Anholt
2
-112
/
+16
2016-03-10
glamor: Drop unused PBO code in temporary picture uploading.
Eric Anholt
1
-23
/
+7
2016-03-10
glamor: Generalize the a1-to-a8 conversion path.
Eric Anholt
1
-37
/
+28
2016-03-10
glamor: Drop the REVERT_UPLOADING_1_5_5_5 path.
Eric Anholt
2
-119
/
+5
2016-03-10
glamor: Drop the GLES2 REVERT_UPLOADING_2_10_10_10 paths.
Eric Anholt
2
-57
/
+2
2016-03-10
glamor: Merge the two GL-type-from-pictformat paths.
Eric Anholt
1
-201
/
+121
2016-03-10
glamor: Propagate that is_upload is always true.
Eric Anholt
3
-120
/
+46
2016-03-10
glamor: Drop dead fbo handling from GLAMOR_MEMORY pict uploads.
Eric Anholt
1
-23
/
+2
2016-03-10
glamor: Make sure that GLAMOR_MEMORY pixmaps don't retain an FBO.
Eric Anholt
3
-7
/
+18
2016-03-10
glamor: Simplify temporary picture uploading call stack.
Eric Anholt
3
-76
/
+37
2016-03-09
glamor: do not build Xv support when --disable-xv
Olivier Fourdan
1
-1
/
+5
2016-03-09
xwayland: add glamor Xv adaptor
Olivier Fourdan
4
-1
/
+428
2016-03-09
hw/xwin: Tidy-up of winmsg.h
Jon Turney
3
-41
/
+14
2016-03-09
hw/xwin: Remove GC privates, unused since native GDI engine removal
Jon Turney
2
-16
/
+1
2016-03-09
hw/xwin: Use NULL rather than NoopDDA for unimplemented engine functions
Jon Turney
3
-15
/
+6
2016-03-09
hw/xwin: Remove unused FinishCreateWindowsWindow engine function
Jon Turney
4
-20
/
+0
2016-03-09
hw/xwin: Remove unused HotKeyAltTab engine function
Jon Turney
4
-15
/
+0
2016-03-09
hw/xwin: Return FALSE to indicate failure in winSetEngine()
Jon Turney
1
-1
/
+1
2016-03-09
hw/xwin: Remove WM_WM_MAP message, which is now unused
Jon Turney
2
-14
/
+0
2016-03-09
hw/xwin: Remove WM_(UN|)MANAGE messages, which are now never sent
Jon Turney
4
-24
/
+1
2016-03-09
hw/xwin: Remove allowOtherWM, which is now always FALSE
Jon Turney
3
-43
/
+9
2016-03-09
hw/xwin: Remove winIsInternalWMRunning(), which now always returns FALSE
Jon Turney
4
-292
/
+5
2016-03-09
hw/xwin: Remove fInternalWM flag
Jon Turney
7
-35
/
+2
2016-03-09
hw/xwin: Ignore the obsolete, undocumented -internalwm option
Jon Turney
3
-12
/
+2
2016-03-09
hw/xwin: Remove the long-broken -silent-dup-error option
Jon Turney
5
-94
/
+0
[prev]
[next]