summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-10present: Don't stash the MSC value when present_get_ust_msc failsHEADmasterFredrik Höglund1-6/+8
2015-09-01remove bogus \/ escapesIngo Schwarze2-2/+2
2015-09-01dix: export ResourceClientBits()Olivier Fourdan1-1/+1
2015-09-01Bump version to 1.17.99.901 (1.18 RC1)Keith Packard1-3/+3
2015-08-28debug output format fix in TouchEventHistoryPush()Jon TURNEY1-1/+1
2015-08-28debug output format fix in ephyrProcessMouseMotion()Jon TURNEY1-2/+2
2015-08-28debug output format fix in DRISwapContext()Jon TURNEY1-1/+1
2015-08-28debug output format fix in TI.cJon TURNEY1-1/+1
2015-08-28debug output format fix in xf86Events.cJon TURNEY1-1/+1
2015-08-24configurable maximum number of clientsOlivier Fourdan16-46/+102
2015-08-17Merge remote-tracking branch 'airlied/modesetting-zaphod'Keith Packard6-102/+269
2015-08-17mi: Always initialize edge1 and edge2 in miLineArcKeith Packard1-1/+1
2015-08-17dixfont.h: Include fontutil.h before GetGlyphs is #definedKeith Packard1-0/+1
2015-08-17rootless: rename w->_w to avoid shadow warningsDave Airlie1-9/+9
2015-08-17rootless: fix warnings due to lack of const keeping.Dave Airlie2-3/+3
2015-08-17mioverlay.c: remove shadowed pScreen.Dave Airlie1-1/+0
2015-08-13modesetting: Add more missing options to man page.Mario Kleiner1-0/+8
2015-08-13modesetting: add zaphod support (v3)Dave Airlie6-102/+261
2015-08-12xwayland: Don't (double) destroy input resources in CloseScreenAdam Jackson1-2/+0
2015-08-12xwayland: Don't (double) destroy RANDR resources in CloseScreenAdam Jackson1-2/+0
2015-07-29glamor: Don't try to free the pixmap priv if we fail to allocate FBO.Eric Anholt1-1/+0
2015-07-27Xserver.man: -retro is used when starting the server, not the stippleAlan Coopersmith1-1/+1
2015-07-27glamor: Make our EGL context current before calling into GL in glamor_initMichel Dänzer1-12/+14
2015-07-17xfree86: Bump video driver ABI version to 20Aaron Plattner1-1/+1
2015-07-17Merge remote-tracking branch 'ajax/xserver-next' into masterEric Anholt74-1205/+809
2015-07-16xfree86/os-support/linux: Fix make distcheckArmin K1-1/+1
2015-07-16modesetting: Use correct types for return values of glamor BO exports.Robert Ancell2-4/+4
2015-07-16glamor: make current in prepare pathsDave Airlie1-0/+2
2015-07-16glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallbackMichel Dänzer1-2/+2
2015-07-10glamor: Drop unused box translation/bounds code.Eric Anholt1-39/+0
2015-07-10glamor: Move cache_format to glamor_fbo.c, where it's used.Eric Anholt2-15/+15
2015-07-10glamor: Drop another dead function.Eric Anholt1-7/+0
2015-07-10glamor: Take transforms into account when preparing for a fallback.Eric Anholt1-2/+16
2015-07-10glamor: Drop dead drm_stride field.Eric Anholt1-1/+0
2015-07-10glamor: Drop tracking of the last picture attached to pixmaps.Eric Anholt6-114/+5
2015-07-10glamor: Use the actual picture's format when uploading memory pixmaps.Eric Anholt1-27/+13
2015-07-10glamor: Move glamor_render.c pict handling to glamor_picture.cEric Anholt3-877/+870
2015-07-10glamor: Drop dead glamor_upload_bits_to_pixmap_texture() proto.Eric Anholt1-9/+0
2015-07-10glamor: Use the new upload/download interface for XV uploads.Eric Anholt3-19/+25
2015-07-10glamor: Ignore picture formats when choosing color for core rendering.Eric Anholt1-10/+1
2015-07-10glamor: Don't try to do rendering with unsupported formats.Eric Anholt1-0/+38
2015-07-10glamor_egl: Properly free resources on init-error and exitHans de Goede1-16/+27
2015-07-10glamor: Drop a bunch of glamor_priv == NULL checks.Eric Anholt6-32/+17
2015-07-10glamor: Ask the server to always allocate our private.Eric Anholt4-53/+13
2015-07-10glamor: Drop dead glamor_is_large_picture().Eric Anholt1-12/+0
2015-07-10glamor: Reuse the glamor_is_memory helper.Eric Anholt1-3/+1
2015-07-08atom: make FreeAtom staticAdam Jackson1-3/+1
2015-07-08atom: Bump initial table sizeAdam Jackson1-1/+1
2015-07-08glx: Implement GLX_ARB_context_flush_controlAdam Jackson7-2/+57
2015-07-08glx/swrast: Do more GLX extension setupAdam Jackson1-3/+34