- 02 Jul, 2017 1 commit
-
-
Tim Sheridan authored
If dependencies between a platform's build and test jobs are not specified, then artifacts from all platforms' build jobs are passed to each test job. This is not what we want! https://docs.gitlab.com/ee/ci/yaml/#dependencies
-
- 01 Jul, 2017 17 commits
-
-
Maren Hachmann authored
-
Martin Owens authored
-
Marc Jeanmougin authored
-
Marc Jeanmougin authored
-
Marc Jeanmougin authored
-
Martin Owens authored
-
Marc Jeanmougin authored
-
Marc Jeanmougin authored
-
Marc Jeanmougin authored
-
su-v authored
-
Sylvain Chiron authored
-
Sylvain Chiron authored
Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; changed the code to match the new API Signed-off-by:
Sylvain Chiron <chironsylvain@orange.fr>
-
Jabier Arraiza authored
-
Uli Schlachter authored
Before this commit, this function creates a new cairo image surface, draws the tile that it was told to redraw to this buffer and then uses cairo to copy the drawn data at the right position inside of _backing_store. Thus, the drawn data was copied around at least once. This commit changes the code so that it draws directly to _backing_store: We get the information from _backing_store and then create a new image surface from this that covers just the part that we should redraw. Thus, one copy of the data is avoided. Signed-off-by:
Uli Schlachter <psychon@znc.in>
-
Uli Schlachter authored
Cairo 1.12 adds the function cairo_surface_create_similar_image(). It works just like cairo_image_surface_create() in that it creates an image surface. However, when the passed-in surface is a cairo-xlib surface, the data of the image surface will be allocated in a shared memory segment. This makes it cheaper to have the X11 server access the surface since it does not need to be uploaded. To make use of this, a new _surface_for_similar member is added. This member is set to a (useless) surface in handle_draw(). On Linux this creates a cairo-xlib surface, so that _backing_store is latter allocated in a shared memory segment. Signed-off-by:
Uli Schlachter <psychon@znc.in>
-
Uli Schlachter authored
Signed-off-by:
Uli Schlachter <psychon@znc.in>
-
Tim Sheridan authored
-
- 30 Jun, 2017 22 commits
-
-
Marc Jeanmougin authored
-
Marc Jeanmougin authored
-
Marc Jeanmougin authored
-
Martin Owens authored
-
CRogers authored
-
CRogers authored
-
Martin Owens authored
-
CRogers authored
-
Marc Jeanmougin authored
-
Marc Jeanmougin authored
-
-
Tavmjong Bah authored
-
Marc Jeanmougin authored
-
Marc Jeanmougin authored
-
chr[] authored
(shamelessly stolen from Blender) libstdc++ memory allocator is broken: "Notes about deallocation. This allocator does not explicitly release memory." The story: https://www.zerotier.com/blog/2017-05-05-theleak.shtml The solution?! http://jemalloc.net/ No need to recompile, just install it and a simple test run: LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 inkscape
-
chr[] authored
... just a matter of taste. But both wanna be initialized: fixed.
-
Marc Jeanmougin authored
-
CRogers authored
Replace cursor-dropper-s.xpm with thicker border for doctormo's real-time colour preview functionality.
-
CRogers authored
-
CRogers authored
-
Martin Owens authored
-
Martin Owens authored
-