index
:
~alon/xf86-video-qxl
kms
master
wip/randr12
wip/vdagent-xspice
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qxl_surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-05
Improved support for memory debugging.
Søren Sandmann
1
-7
/
+7
2012-07-15
qxl_driver: implement randr, arbitrary resolution, multiple monitors (big dump)
Alon Levy
1
-0
/
+22
2012-07-15
qxl_surface: add download_box_no_update
Alon Levy
1
-5
/
+11
2012-07-15
qxl_surface: normalize surface_send names, add option to surface_destroy to s...
Alon Levy
1
-5
/
+8
2012-07-15
fix two segfaults in qxl_free_surface
Alon Levy
1
-0
/
+5
2012-07-15
qxl: remove qxl_screen_t->stride
Alon Levy
1
-1
/
+1
2012-06-15
qxl_surface: don't unlink surface 0
Alon Levy
1
-4
/
+7
2012-06-15
qxl_surface: add DEBUG_SURFACE_LIFECYCLE helpers
Alon Levy
1
-0
/
+46
2012-06-15
prefix io with qxl_io, add several
Alon Levy
1
-1
/
+1
2012-06-15
qxl_surface: logging: add function name to ErrorF
Alon Levy
1
-3
/
+3
2012-06-15
qxl_surface: cosmetics
Alon Levy
1
-1
/
+1
2012-06-15
qxl_surface: handle destroyed pixmaps while evacuated
Alon Levy
1
-6
/
+37
2012-06-15
qxl_surface: remove redundant qxl_garbage_collect, qxl_allocnf calls it
Alon Levy
1
-2
/
+0
2012-06-06
qxl: add API compat for latest X server.
Dave Airlie
1
-1
/
+1
2012-04-24
qxl_surface.c: fix -Wshadow warning
Alon Levy
1
-1
/
+0
2012-04-24
qxl_surface: qxl_surface_prepare_access: remove assigned but unused variables
Alon Levy
1
-4
/
+0
2012-03-18
qxl: fix config.h usage
Dave Airlie
1
-0
/
+4
2012-03-15
In qxl_prepare_access(), don't modify the width/height of the pixmap
Søren Sandmann Pedersen
1
-4
/
+0
2012-03-14
qxl_surface.c: Remove #if 0'd debug spew
Søren Sandmann Pedersen
1
-169
/
+4
2012-02-09
Don't leak the surface when we run out of video memory.
Søren Sandmann
1
-16
/
+19
2012-02-09
Move check for zero width/height surfaces to qxl_surface_create()
Søren Sandmann
1
-6
/
+6
2012-02-07
In qxl_check_copy() accept pixmaps that don't have surfaces
Søren Sandmann
1
-14
/
+0
2012-01-27
Enable caching of images based on the configuration options
Søren Sandmann Pedersen
1
-2
/
+2
2012-01-27
Return NULL from qxl_surface_create() when surfaces are disabled
Søren Sandmann Pedersen
1
-0
/
+3
2011-11-14
support _ASYNC io calls and interrupt handling (busy wait)
Gerd Hoffmann
1
-2
/
+2
2011-07-22
partially replace outb with ioport_write
Alon Levy
1
-2
/
+2
2011-07-22
qxl_surface: fix unused print_region warning
Alon Levy
1
-3
/
+5
2011-03-19
Tiled upload of images after software fallback.
Søren Sandmann Pedersen
1
-1
/
+26
2011-03-19
Don't re-upload read-only surfaces after a software fallback.
Søren Sandmann Pedersen
1
-14
/
+24
2011-02-14
s/qxl_ram_header/QXLRam/
Alon Levy
1
-2
/
+2
2011-02-14
use structs from spice-protocol qxl_dev.h
Alon Levy
1
-34
/
+34
2011-02-14
use spice-protocol qxl_dev.h enums
Alon Levy
1
-5
/
+5
2011-01-26
Only add images to the cache if they are 128x128 or bigger
Søren Sandmann
1
-3
/
+21
2011-01-26
Add debugging code
Søren Sandmann
1
-91
/
+158
2011-01-26
More explicit life cycle management
Søren Sandmann Pedersen
1
-131
/
+165
2011-01-26
Add a surface cache
Søren Sandmann Pedersen
1
-105
/
+324
2011-01-26
Don't unmap memory until after uxa_close_screen; allow surface creation witho...
Søren Sandmann
1
-13
/
+19
2011-01-26
Comment out debugging spew
Søren Sandmann
1
-4
/
+8
2011-01-26
Migrate pixmaps out of video memory before mode setting
Søren Sandmann
1
-78
/
+127
2011-01-26
Add qxl_surface_evacuates/replace_all() methods.
Søren Sandmann
1
-45
/
+100
2011-01-26
Track live surfaces in a doubly linked list.
Søren Sandmann
1
-45
/
+21
2011-01-26
Track the pixmap in the surface struct.
Søren Sandmann
1
-0
/
+9
2011-01-26
Move the surface lists into qxl_screen_t
Søren Sandmann
1
-29
/
+27
2011-01-26
Fix a bunch of warnings
Søren Sandmann
1
-24
/
+5
2011-01-26
Don't access the qxl device when our vt is not focussed
Hans de Goede
1
-2
/
+6
2011-01-26
Add put_image() acceleration
Søren Sandmann
1
-0
/
+40
2011-01-26
Some memory management changes
Søren Sandmann
1
-4
/
+19
2011-01-26
Split uxa_glyphs_init() into uxa_init_resources().
Søren Sandmann
1
-3
/
+13
2011-01-26
Add dependency tracking for surfaces.
Søren Sandmann
1
-186
/
+238
2011-01-26
Fix surface_init()
Søren Sandmann
1
-4
/
+28
[next]