summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-09os: Initialize the set of signals to be suppressed during our handler.global-glx-contextEric Anholt1-0/+1
2014-04-09glamor: Do the same MakeCurrent(None) for GLX as we do for EGL.Eric Anholt1-0/+8
2014-04-09glamor: Explain the weird EGL_NO_CONTEXT code.Eric Anholt1-0/+7
2014-04-09glamor: Be sure the context is set in EGL image -> 2D texture creation.Eric Anholt1-5/+8
2014-04-09glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt24-220/+81
2014-04-09glamor: Stop unsetting the context in put_context().Eric Anholt1-5/+1
2014-04-09glx: Make sure that DRI2 calls haven't changed the GL context.Eric Anholt1-8/+39
2014-04-09glx: Refactor DRI2CopyRegion calls.Eric Anholt1-27/+21
2014-04-09dix: Make a global interface for tracking which GL context is current.Eric Anholt8-53/+72
2014-04-08Bump to version 1.15.99.902. Closing the 1.16 merge window.xorg-server-1.15.99.902Keith Packard1-3/+3
2014-04-08dri3: Fix dri3_open API change by adding new dri3_open_clientKeith Packard3-11/+31
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