summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-18rootless: rename w->_w to avoid shadow warningsfix-warningsDave Airlie1-9/+9
2015-08-18rootless: fix warnings due to lack of const keeping.Dave Airlie2-3/+3
2015-08-18mioverlay.c: remove shadowed pScreen.Dave Airlie1-1/+0
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
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson13-42/+54
2015-07-08mi: Remove questionable optimization from the rootless pathAdam Jackson1-3/+0
2015-07-08fb: Make rootless-agnosticAdam Jackson1-5/+0
2015-07-08rootless: Build unconditionallyAdam Jackson1-8/+1
2015-07-08rootless: Genericize the config header a bitAdam Jackson1-15/+4
2015-07-08dix: unifdef pWin->rootlessUnhittableAdam Jackson4-15/+7
2015-07-08xfixes: Unexport xfixes.hAdam Jackson3-8/+3
2015-07-08vidmode: Hide implementation detailsAdam Jackson4-44/+39
2015-07-08xge: Hide some implementation detailsAdam Jackson3-9/+7
2015-07-08dga: Hide a bunch of implementation detailsAdam Jackson3-76/+28
2015-07-08xfree86: Hide some pre-randr mode validation detailsAdam Jackson3-92/+5
2015-07-08render: Hide/unexport some implementation detailsAdam Jackson7-135/+43
2015-07-08randr: Unexport some implementation detailsAdam Jackson1-5/+5
2015-07-08dix: Unexport various implementation detailsAdam Jackson16-403/+358
2015-07-08dri3: static cleanupAdam Jackson2-4/+1