index
:
~victortoso/spice-common
client-side-bandwidth-monitoring
fix-clang-warnings
logs
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
gl_canvas.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-30
gl: cope with positive stride in put_image()
Marc-André Lureau
1
-3
/
+7
2013-09-30
gl: ignore alpha channel in draw_copy
Marc-André Lureau
1
-0
/
+1
2013-09-30
gl: ignore if mask has not bitmap
Marc-André Lureau
1
-1
/
+2
2012-03-22
build-sys: make it a seperately buildable spice-common library
Marc-André Lureau
1
-0
/
+2
2012-03-20
Remove need for SPICE_CANVAS_INTERNAL
Marc-André Lureau
1
-4
/
+0
2012-03-20
Use a log handler to modify abort() behaviour
Marc-André Lureau
1
-13
/
+20
2012-03-20
Remove useless if() before free()
Daniel P. Berrange
1
-3
/
+1
2012-03-20
add #include <config.h> to all source files
Christophe Fergeau
1
-0
/
+3
2012-03-20
autotools: correctly build canvas-related code
Christophe Fergeau
1
-1
/
+4
2012-03-20
use foo(void) instead of foo() in prototypes
Christophe Fergeau
1
-1
/
+1
2012-03-20
Fix various misspellings
Alexander Larsson
1
-1
/
+1
2012-03-20
Properly parse QXLImage to the new-world SpiceImage
Gerd Hoffmann
1
-6
/
+0
2012-03-20
Convert SpicePath.segments to a pointer array
Alexander Larsson
1
-7
/
+5
2012-03-20
Update for the SpicePath.segments type change
Alexander Larsson
1
-1
/
+1
2012-03-20
Simplify SpiceLineAttr by removing unsed stuff
Alexander Larsson
1
-1
/
+1
2012-03-20
Store SpicePath segment count rather than size
Alexander Larsson
1
-6
/
+4
2012-03-20
qxl-abi: handle clip rect and path references.
Gerd Hoffmann
1
-10
/
+8
2012-03-20
qxl abi: parse QXLCopy + QXLBlend.
Gerd Hoffmann
1
-2
/
+2
2012-03-20
qxl abi: parse QXLOpaque.
Gerd Hoffmann
1
-2
/
+2
2012-03-20
qxl abi: parse QXLFill.
Gerd Hoffmann
1
-1
/
+1
2012-03-20
Remove support for clip by path
Alexander Larsson
1
-6
/
+0
2012-03-20
applying zlib compression over glz on WAN connection
Yonit Halperin
1
-0
/
+2
2012-03-20
Client: Use the autogenerated demarshallers
Alexander Larsson
1
-15
/
+0
2012-03-20
There are multiple line attribute flags enums, use only one
Alexander Larsson
1
-2
/
+2
2012-03-20
JPEG support: introducing jpeg encoding for spice bitmaps
Yonit Halperin
1
-0
/
+2
2012-03-20
Fix spelling errors in comments and strings
Alexander Larsson
1
-1
/
+1
2012-03-20
Remove all mentions of "cairo" from the code
Alexander Larsson
1
-7
/
+7
2012-03-20
Make each surface its own depth/format
Alexander Larsson
1
-8
/
+8
2012-03-20
Make client canvas and pixmaps handle more formats and simplify
Alexander Larsson
1
-2
/
+2
2012-03-20
Relicense everything from GPL to LGPL 2.1+
Alexander Larsson
1
-9
/
+9
2012-03-20
libspice: add off screens support
Izik Eidus
1
-0
/
+2
2012-03-20
Use the spice allocator in common/
Alexander Larsson
1
-5
/
+5
2012-03-20
Move canvas_region and group_start/end to canvas_base
Alexander Larsson
1
-1
/
+6
2012-03-20
Move virtualization of canvas drawing into common/canvas_base
Alexander Larsson
1
-47
/
+89
2012-03-20
Make virt mapping an interface
Alexander Larsson
1
-7
/
+2
2012-03-20
Make glz_decoder non-optional canvas_base in canvas constructors
Alexander Larsson
1
-6
/
+1
2012-03-20
Make canvas Glz decoder integration nicer
Alexander Larsson
1
-3
/
+2
2012-03-20
Replace custom region implementation with pixman_region32_t
Alexander Larsson
1
-9
/
+26
2012-03-20
Add possibility to not invert bitmask in canvas_get_mask()
Alexander Larsson
1
-1
/
+1
2012-03-20
Use pixman_image_t instead of cairo_surface_t as the generic pixman container
Alexander Larsson
1
-86
/
+85
2012-03-20
Turn image and palette cache into c style dynamic interface
Alexander Larsson
1
-20
/
+6
2012-03-20
Add emacs settings for indent according to spice styleguide
Alexander Larsson
1
-0
/
+1
2012-03-20
Use standard int types and <spice/types.h>
Alexander Larsson
1
-1
/
+1
2012-03-20
Rename symbols that were changed in spice-protocol
Alexander Larsson
1
-73
/
+73
2012-03-20
spice: server: add memslots support.
Izik Eidus
1
-10
/
+14
2012-03-20
fresh start
Yaniv Kamay
1
-0
/
+886