summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-11xwayland: Add glamor and DRI3 supportxwayland-glamorKristian Høgsberg6-7/+836
2014-04-11configure.ac: Remove check for WAYLAND_SCANNER_RULESKristian Høgsberg1-1/+0
2014-04-11xwayland: Build without xshmfenceKristian Høgsberg1-0/+2
2014-04-11xwayland: Build without GLX extensionKristian Høgsberg1-2/+5
2014-04-09Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-3/+2
2014-04-08Bump to version 1.15.99.902. Closing the 1.16 merge window.Keith Packard1-3/+3
2014-04-08dri3: Fix dri3_open API change by adding new dri3_open_clientKeith Packard3-11/+31
2014-04-06XQuartz: Ensure we wait for the server thread to terminateJeremy Huddleston Sequoia1-3/+2
2014-04-03Add a return value to load_cursor_argb() to allow it to report failureMichael Thayer9-33/+49
2014-04-03Set a flag property on the root window to say if the X server VT is activeMichael Thayer3-1/+47
2014-04-03Add pScreen->NameWindowPixmap hookDaniel Stone2-1/+15
2014-04-03Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard29-69/+2743
2014-04-03Xwayland DDXKristian Høgsberg11-2/+2563
2014-04-03glamor: Add glamor_program based poly_text and image_textKeith Packard8-4/+804
2014-04-03glamor: Use glamor_program for glamor_glyphbltKeith Packard3-157/+113
2014-04-03glamor: Add glamor_program based poly_fill_rectKeith Packard4-128/+198
2014-04-03glamor: Add glamor_program based fill/set/get spansKeith Packard6-334/+457
2014-04-03glamor: Add simple upload/download functions in glamor_transferKeith Packard3-0/+321
2014-04-03glamor: Use plain GLSL 1.20 features for fill code.Keith Packard1-3/+3
2014-04-03glamor: Compute supported GLSL version and save in screen privateKeith Packard3-10/+12
2014-04-03fb: Publish fbGlyphs and fbUnrealizeGlyphKeith Packard2-3/+16
2014-04-03glamor: Bail from composite when pixmap cannot be uploadedKeith Packard1-1/+1
2014-04-03glamor: Remove warning message when pixmap cannot be stored in a textureKeith Packard1-2/+0
2014-04-03glamor: Public polyLines function is glamor_poly_lines_nfKeith Packard1-3/+0
2014-04-03glamor: Initialize XV shaders from glamor_xv_init instead of glamor_initKeith Packard2-18/+2
2014-04-03glamor: SetWindowPixmap is not related to RENDERKeith Packard1-3/+3
2014-04-03glamor: glamor_poly_point_nf cannot fail for non-DDX pixmapsKeith Packard1-3/+18
2014-04-03Revert "glx: Make sure we get an FBConfig the root window's visual."Eric Anholt1-1/+0
2014-04-03Merge remote-tracking branch 'whot/for-keith'Keith Packard11-17/+95
2014-04-03Revert "xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP"Peter Hutterer1-1/+1
2014-04-03xf86LogInit: log to XDG_DATA_HOME when not running as rootHans de Goede5-4/+49
2014-04-01glamor: Expose glamor_destroy_pixmap()Kristian Høgsberg2-2/+1
2014-04-01glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flagKristian Høgsberg2-1/+10
2014-04-01glamor: Move glamor_egl_screen_init() prototype to glamor.hKristian Høgsberg3-4/+5
2014-04-01dri3: Allow asynchronous implementation for dri3_openKristian Høgsberg4-17/+32
2014-04-01composite: Add exception mechanism for implicit redirection policyKristian Høgsberg4-0/+53
2014-04-01Make XYToWindow a screen functionKeith Packard6-43/+79
2014-04-01configure: Change DEFAULT_LOGPREFIX to really be a filename prefixHans de Goede4-7/+8
2014-03-31Merge remote-tracking branch 'jturney/master'Keith Packard19-47/+39
2014-03-29mi: Hush extension initialization (#75870)Adam Jackson1-8/+0
2014-03-27fb: fix fast-path blt detectionKeith Packard1-27/+33
2014-03-27Handle -displayfd and an explicit display number sensiblyJon TURNEY4-8/+10
2014-03-27Fix build when configured --enable-debugJon TURNEY2-0/+2
2014-03-27Fix ephyr build with --disable-glamorJon TURNEY1-1/+4
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY9-23/+5
2014-03-27Build Xi/stubs.c once as a convenience library, rather than once for each DDX...Jon TURNEY5-10/+11
2014-03-27Build dpmsstubs.c once as a convenience library, rather than once for each DD...Jon TURNEY5-9/+11
2014-03-26Xephyr: restore initial window resize lost in xcb conversionJulien Cristau1-0/+6
2014-03-26glamor: Add glamor_program PolyPoint implementationKeith Packard4-57/+133
2014-03-26glamor: Move glamor_poly_segment to separate glamor_segment.c fileKeith Packard3-26/+40