index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
kdrive
/
ephyr
/
hostx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-22
ephyr: Don't clobber bitsPerPixel when using glamor
Adam Jackson
1
-1
/
+0
2017-09-21
Xephyr: Check screen resources creation success
Olivier Fourdan
1
-0
/
+5
2016-10-28
ephyr: Leave window unmapped for -glamor-skip-present [v2]
Keith Packard
1
-1
/
+5
2016-06-20
ephyr: Process queued X events before blocking [v2]
Keith Packard
1
-0
/
+26
2016-06-20
ephyr: Handle window resize when using glamor
Keith Packard
1
-3
/
+17
2016-06-20
ephyr: Don't configure window while responding to configure events
Keith Packard
1
-0
/
+8
2016-03-01
kdrive/ephyr: map host X server's keymap into Xephyr, if supported
Laércio de Sousa
1
-7
/
+124
2016-01-28
xephyr: Remove DRI1
Adam Jackson
1
-78
/
+0
2015-12-01
kdrive/ephyr: Use NotifyFd for XCB connection input [v2]
Keith Packard
1
-0
/
+6
2015-09-21
Xephyr: Paint with subimage for non-Glamor & non-XSHM case
Ian Scott
1
-4
/
+6
2015-09-21
ephyr: move host_has_extension() implementation to hostx.c
Laércio de Sousa
1
-4
/
+12
2015-05-12
Xephyr: Fix broken image when endianess of client machine and host-Xserver di...
Egbert Eich
1
-2
/
+10
2015-05-12
Xephyr: Fix screen image draw for the non-Glamor & non-XHSM case
Egbert Eich
1
-1
/
+1
2015-05-12
Xephyr: Fix compile when debugging is enabled
Egbert Eich
1
-1
/
+1
2015-05-12
Xephyr: Print default server display number if none is specified
Egbert Eich
1
-1
/
+1
2015-04-21
Convert hw/kdrive to new *allocarray functions
Alan Coopersmith
1
-7
/
+7
2015-03-24
ephyr: Avoid a segfault with 'DISPLAY= Xephyr -glamor'
Jon TURNEY
1
-1
/
+1
2015-03-24
glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREEN
Keith Packard
1
-3
/
+1
2015-03-24
ephyr: Fail if glamor is requested but not usable
Olivier Fourdan
1
-3
/
+6
2015-01-02
ephyr: Implement per-screen colormaps
Michele Baldessari
1
-5
/
+6
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-6
/
+6
2014-09-18
ephyr: Properly implement hardware cursors (v3)
Adam Jackson
1
-12
/
+27
2014-08-21
ephyr: set screen size & origin from host X server output's CRTC geometry
Laércio de Sousa
1
-2
/
+135
2014-08-21
ephyr: enable screen window placement following kdrive -screen option extende...
Laércio de Sousa
1
-3
/
+18
2014-07-17
glamor: Remove always-true yInverted flag.
Eric Anholt
1
-2
/
+1
2014-06-12
ephyr: Deal with non-root visual for window
Keith Packard
1
-10
/
+21
2014-03-27
Fix ephyr build with --disable-glamor
Jon TURNEY
1
-1
/
+4
2014-03-26
Xephyr: restore initial window resize lost in xcb conversion
Julien Cristau
1
-0
/
+6
2014-03-26
glamor: Get testing code using small FBOs working again
Keith Packard
1
-1
/
+3
2014-03-17
glamor: Do glyph private init at screeninit time, and other stuff at CSR.
Eric Anholt
1
-3
/
+0
2014-03-17
xephyr: Don't forget to glViewport() before drawing the screen.
Eric Anholt
1
-0
/
+4
2014-03-07
Fix xephyr build in --disable-glamor case
Jon TURNEY
1
-3
/
+8
2014-03-05
xephyr: Build support for rendering with glamor using a -glamor option.
Eric Anholt
1
-5
/
+121
2014-01-12
kdrive/ephyr; Don't redeclare monitorResolution
Keith Packard
1
-2
/
+0
2013-11-14
ephyr: xcb_connect returns an error, not NULL
Peter Hutterer
1
-2
/
+2
2013-10-31
ephyr: Ensure stride of private framebuffer is multiple of 4
Søren Sandmann Pedersen
1
-7
/
+8
2013-10-31
ephyr: hostx_screen_init(): Fix bits_per_pixel and bytes_per_line
Søren Sandmann Pedersen
1
-3
/
+6
2013-10-14
Xephyr: restore cursor visibility
Michele Baldessari
1
-0
/
+2
2013-09-03
ephyr: Flush the X connection when updating the window title.
Eric Anholt
1
-0
/
+1
2013-09-03
ephyr: Use host (HW) cursors by default.
Eric Anholt
1
-4
/
+4
2013-09-03
ephyr: Garbage collect some DOA host window clipping code.
Eric Anholt
1
-40
/
+0
2013-09-03
ephyr: Move event processing into ephyr.c.
Eric Anholt
1
-225
/
+0
2013-09-03
ephyr: Move the host screen info into the kdrive screen private.
Eric Anholt
1
-203
/
+169
2013-09-03
ephyr: Rename and use the proper type for what was host_screen->info.
Eric Anholt
1
-20
/
+21
2013-09-03
ephyr: Expose a single function for detecting extensions.
Eric Anholt
1
-29
/
+0
2013-09-03
Xephyr: we're not using Xlib anymore, no need to undef _XSERVER64
Julien Cristau
1
-17
/
+0
2013-09-03
Xephyr: handle errors in event loop
Julien Cristau
1
-0
/
+15
2013-09-03
Xephyr: drop remaining Xlib dependency
Julien Cristau
1
-44
/
+20
2013-09-03
Xephyr: use xcb for event handling
Julien Cristau
1
-129
/
+155
2013-09-03
Xephyr: some more hostx.c xcb-ification
Julien Cristau
1
-5
/
+5
[next]