index
:
~halfline/xserver
foo
master
wip/logind-integration
xwayland
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-09
Merge remote-tracking branch 'jeremyhu/master'
HEAD
master
Keith Packard
1
-3
/
+2
2014-04-08
Bump to version 1.15.99.902. Closing the 1.16 merge window.
xorg-server-1.15.99.902
Keith Packard
1
-3
/
+3
2014-04-08
dri3: Fix dri3_open API change by adding new dri3_open_client
Keith Packard
3
-11
/
+31
2014-04-06
XQuartz: Ensure we wait for the server thread to terminate
Jeremy Huddleston Sequoia
1
-3
/
+2
2014-04-03
Add a return value to load_cursor_argb() to allow it to report failure
Michael Thayer
9
-33
/
+49
2014-04-03
Set a flag property on the root window to say if the X server VT is active
Michael Thayer
3
-1
/
+47
2014-04-03
Add pScreen->NameWindowPixmap hook
Daniel Stone
2
-1
/
+15
2014-04-03
Merge remote-tracking branch 'krh/xwayland-for-keithp'
Keith Packard
29
-69
/
+2743
2014-04-03
Xwayland DDX
Kristian Høgsberg
11
-2
/
+2563
2014-04-03
glamor: Add glamor_program based poly_text and image_text
Keith Packard
8
-4
/
+804
2014-04-03
glamor: Use glamor_program for glamor_glyphblt
Keith Packard
3
-157
/
+113
2014-04-03
glamor: Add glamor_program based poly_fill_rect
Keith Packard
4
-128
/
+198
2014-04-03
glamor: Add glamor_program based fill/set/get spans
Keith Packard
6
-334
/
+457
2014-04-03
glamor: Add simple upload/download functions in glamor_transfer
Keith Packard
3
-0
/
+321
2014-04-03
glamor: Use plain GLSL 1.20 features for fill code.
Keith Packard
1
-3
/
+3
2014-04-03
glamor: Compute supported GLSL version and save in screen private
Keith Packard
3
-10
/
+12
2014-04-03
fb: Publish fbGlyphs and fbUnrealizeGlyph
Keith Packard
2
-3
/
+16
2014-04-03
glamor: Bail from composite when pixmap cannot be uploaded
Keith Packard
1
-1
/
+1
2014-04-03
glamor: Remove warning message when pixmap cannot be stored in a texture
Keith Packard
1
-2
/
+0
2014-04-03
glamor: Public polyLines function is glamor_poly_lines_nf
Keith Packard
1
-3
/
+0
2014-04-03
glamor: Initialize XV shaders from glamor_xv_init instead of glamor_init
Keith Packard
2
-18
/
+2
2014-04-03
glamor: SetWindowPixmap is not related to RENDER
Keith Packard
1
-3
/
+3
2014-04-03
glamor: glamor_poly_point_nf cannot fail for non-DDX pixmaps
Keith Packard
1
-3
/
+18
2014-04-03
Revert "glx: Make sure we get an FBConfig the root window's visual."
Eric Anholt
1
-1
/
+0
2014-04-03
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
11
-17
/
+95
2014-04-03
Revert "xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP"
Peter Hutterer
1
-1
/
+1
2014-04-03
xf86LogInit: log to XDG_DATA_HOME when not running as root
Hans de Goede
5
-4
/
+49
2014-04-01
glamor: Expose glamor_destroy_pixmap()
Kristian Høgsberg
2
-2
/
+1
2014-04-01
glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flag
Kristian Høgsberg
2
-1
/
+10
2014-04-01
glamor: Move glamor_egl_screen_init() prototype to glamor.h
Kristian Høgsberg
3
-4
/
+5
2014-04-01
dri3: Allow asynchronous implementation for dri3_open
Kristian Høgsberg
4
-17
/
+32
2014-04-01
composite: Add exception mechanism for implicit redirection policy
Kristian Høgsberg
4
-0
/
+53
2014-04-01
Make XYToWindow a screen function
Keith Packard
6
-43
/
+79
2014-04-01
configure: Change DEFAULT_LOGPREFIX to really be a filename prefix
Hans de Goede
4
-7
/
+8
2014-03-31
Merge remote-tracking branch 'jturney/master'
Keith Packard
19
-47
/
+39
2014-03-29
mi: Hush extension initialization (#75870)
Adam Jackson
1
-8
/
+0
2014-03-27
fb: fix fast-path blt detection
Keith Packard
1
-27
/
+33
2014-03-27
Handle -displayfd and an explicit display number sensibly
Jon TURNEY
4
-8
/
+10
2014-03-27
Fix build when configured --enable-debug
Jon TURNEY
2
-0
/
+2
2014-03-27
Fix ephyr build with --disable-glamor
Jon TURNEY
1
-1
/
+4
2014-03-27
Build fbcmap_mi.c once, rather than once for each DDX
Jon TURNEY
9
-23
/
+5
2014-03-27
Build Xi/stubs.c once as a convenience library, rather than once for each DDX...
Jon TURNEY
5
-10
/
+11
2014-03-27
Build dpmsstubs.c once as a convenience library, rather than once for each DD...
Jon TURNEY
5
-9
/
+11
2014-03-26
Xephyr: restore initial window resize lost in xcb conversion
Julien Cristau
1
-0
/
+6
2014-03-26
glamor: Add glamor_program PolyPoint implementation
Keith Packard
4
-57
/
+133
2014-03-26
glamor: Move glamor_poly_segment to separate glamor_segment.c file
Keith Packard
3
-26
/
+40
2014-03-26
glamor: Add infrastructure for generating shaders on the fly
Keith Packard
6
-0
/
+793
2014-03-26
glamor: Add helper functions to walk pixmap tiling
Keith Packard
1
-0
/
+46
2014-03-26
glamor: Add bounding box to one-fbo pixmaps
Keith Packard
2
-0
/
+9
2014-03-26
glamor: Get testing code using small FBOs working again
Keith Packard
8
-27
/
+24
[next]