index
:
~fziglio/x11spice
master
x11spice
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-23
Avoid possible format security errors.
HEAD
master
Jeremy White
1
-1
/
+1
2020-05-13
Fix a bug introduced by the full-screen scan.
Jeremy White
1
-3
/
+12
2020-05-06
Make grow_changed_tiles loop a bit more readable
Frediano Ziglio
1
-8
/
+7
2020-05-06
Reduce indentation in grow_changed_tiles
Frediano Ziglio
1
-20
/
+22
2020-05-06
Simplify computation of num_vertical_tiles
Frediano Ziglio
1
-6
/
+4
2020-05-06
Use bool type for tile changed
Frediano Ziglio
3
-13
/
+14
2020-05-06
Fix typo in comment
Frediano Ziglio
1
-1
/
+1
2020-05-06
Tell spice to always stream when we are in full screen mode.
Jeremy White
1
-0
/
+3
2020-05-06
Provide a way to specify the video codecs.
Jeremy White
4
-0
/
+19
2020-05-06
Screen for negative inputs for full_screen_fps.
Jeremy White
1
-2
/
+2
2020-05-06
Add a full-screen-fps option.
Jeremy White
5
-20
/
+61
2020-04-28
Initialize the output variables in the called function.
Jeremy White
2
-2
/
+2
2020-04-28
Prevent a buffer overflow if the cached screen does not match current screen.
Jeremy White
1
-0
/
+6
2020-04-28
Simplify the code in an inner loop to avoid a few skips.
Jeremy White
1
-4
/
+1
2020-04-28
Add full-screen scan triggered by constant, untrusted damage reports
Brendan Shanks
4
-4
/
+94
2020-04-28
Don't update the fps calculation for internal messages.
Jeremy White
1
-1
/
+2
2020-04-28
Perform region checking only for region related scan reports.
Jeremy White
1
-33
/
+43
2020-04-21
Make all multiline comments within the main x11spice tree consistent.
Jeremy White
8
-41
/
+29
2020-04-21
Apply style to the main source tree.
Jeremy White
11
-208
/
+197
2020-04-21
Have tests code follow style guide.
Jeremy White
6
-39
/
+30
2020-04-21
Tweak style in the spicedummy_driver.
Jeremy White
1
-1
/
+1
2020-04-21
Add make style targets.
Jeremy White
4
-10
/
+18
2020-04-20
Give x11spice a little time to draw.
Jeremy White
1
-1
/
+5
2020-04-20
Bug fix: support more than 1024 vertical scanlines.
Brendan Shanks
1
-22
/
+25
2020-04-20
Add a new test for tall screens; draw outside of scanline range.
Jeremy White
4
-0
/
+55
2020-04-20
Rename xcb.c to xcbtest.c to avoid name confusion.
Jeremy White
4
-10
/
+10
2020-04-20
Bug fix - send the last few lines of a scanned box when rounding badly.
Jeremy White
1
-6
/
+15
2020-04-20
Add a new test for a 4k screen, which currently fails.
Jeremy White
6
-5
/
+49
2020-04-20
Change the damage trust option to include a 'never' option.
Jeremy White
4
-8
/
+29
2020-03-17
Provide an attempted optimization when damage reports appear wrong.
Jeremy White
7
-11
/
+55
2020-03-15
Add a very basic test for our OpenGL enabled driver.
Jeremy White
2
-0
/
+35
2020-03-15
Use the Spice video dummy driver for our tests if enabled.
Jeremy White
3
-1
/
+69
2020-03-15
Allow the tests to run from an out of tree build.
Jeremy White
2
-6
/
+12
2020-03-13
Specify evdev as the default for Xkb.
Jeremy White
1
-0
/
+10
2020-03-11
Fix compliation on gcc 4.X.
Jeremy White
4
-4
/
+4
2020-02-20
Do not provide a stub client_monitors_config in the QXLInterface.
Jeremy White
1
-24
/
+3
2020-02-20
Call xf86DPMSInit() in DUMMYScreenInit().
Henri Verbeet
1
-0
/
+2
2020-02-20
Implement page flips.
Henri Verbeet
1
-2
/
+7
2020-02-20
Provide support for outputs and crtcs.
Jeremy White
7
-145
/
+599
2020-02-20
Enable warnings for spice-video-dummy.
Henri Verbeet
1
-1
/
+1
2020-02-20
Use a proper prototype for CreateWindow() in struct dummyRec.
Henri Verbeet
1
-1
/
+1
2020-02-20
Add .dirstamp to .gitignore.
Henri Verbeet
1
-0
/
+1
2020-02-20
Style: tweak a few spaces to match Spice style.
Jeremy White
2
-2
/
+2
2019-08-20
Add cache for SHM segments
Brendan Shanks
2
-16
/
+168
2019-08-20
Create separate shm_segment_t struct for SHM segments
Brendan Shanks
6
-20
/
+25
2019-08-20
Use unsigned int/size_t for display width/height/buffer size
Brendan Shanks
2
-11
/
+11
2019-08-07
Use separate buffer for primary surface to fix graphical corruption
Brendan Shanks
6
-7
/
+26
2019-08-05
Fix running tests on Debian/Ubuntu
Brendan Shanks
1
-0
/
+2
2019-08-01
Including missing header for inlined clock functions.
Jeremy White
1
-0
/
+1
2019-08-01
Provide compatibility for Glamor in Xorg 1.17.
Jeremy White
2
-3
/
+16
[next]