- 02 Nov, 2016 3 commits
-
-
Adam Jackson authored
Want to add support for the SYNC extension someday. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 14 Apr, 2016 1 commit
-
-
Adam Jackson authored
This can't do anything, XNextEvent will flush once the queue is empty. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 17 Jul, 2015 6 commits
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
If there's not a background pixmap property set, we'll create a pixmap to hold the bg color, and then attach a picture to it; but we only ever destroy the picture, which is not enough to free the pixmap. Fix this by dropping the pixmap reference. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
This controls how to synchronize at the end of a frame. xcompmgr's default is XSync, ie, paint everything and wait for a reply to tell you it happened. For cmsg (our new default) we send ourselves client messages, and block repaints until we hear one. For none, we do nothing. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
The repaint is effectively a quantum of work for the server anyway. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 16 Dec, 2013 2 commits
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
The Present backend now uses Render to build the backing scene. Would be nice to have CopyArea as an option here, but you really can't use Present itself for this, the destination is always a Window. This gets me a working Present mode. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 11 Dec, 2013 12 commits
-
-
Adam Jackson authored
Slightly more correct as is, definitely more correct once we start doing GLX. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
This is flickery under Xephyr for reasons I haven't investigated yet, and isn't exercising Present very hard yet either. Still, it found a bug, so that's something. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Yes this requires C11. No I don't care. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Also note 'damaged' is a boolean. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Auto-redirect / render are now mutually exclusive instead of auto winning. Eventually I'll be tacking more modes on for Present/GL/etc. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Event debugging is promoted to a command line option since the existing implementation seems useful as-is. Most of the rest of debugging is removed. MONITOR_REPAINT almost has a good idea in there in that it also single-buffers updates, but I want to refactor updates a bit before doing that for real. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 05 Dec, 2013 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 04 Dec, 2013 3 commits
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 22 Nov, 2013 12 commits
-
-
Adam Jackson authored
I'm not entirely sure what this was meant to do. It's never been enabled in any event, it must not matter. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
This was to classify which window types to not draw shadows on, which we don't do anymore anyway, so whatever. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Corresponds to mid-2007 and xserver 1.4. Probably 0.3 would work too? Whatever, not interested. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-