index
:
~bryce/cairo
cairogles-integration
doc-fixes
downscaling
master
path-effects
perspective-transform
test-outputs-to-output-dir
vbo-size
Bryce's cairo repository for development branches
bryce
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-xlib-surface-shm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-29
xlib/shm: More clarification of seqno required
Chris Wilson
1
-3
/
+3
2013-01-29
xlib/shm: Clarify testing of seqno
Chris Wilson
1
-4
/
+16
2013-01-29
xlib/shm: Force synchronisation for scratch SHM image buffers
Chris Wilson
1
-1
/
+1
2013-01-29
xlib/shm: Always request a CompletionEvent from ShmPutImage
Chris Wilson
1
-8
/
+3
2013-01-29
xlib/shm: Tidy up destroying the mempool for a shm block
Chris Wilson
1
-1
/
+1
2013-01-08
xlib/shm: Only destroy an existing damage
Chris Wilson
1
-2
/
+4
2013-01-08
xlib/shm: Discard damage upon shm finish
Chris Wilson
1
-0
/
+3
2013-01-06
xlib/shm: Only mark the shm pixmap as active if we upload into it
Chris Wilson
1
-9
/
+14
2013-01-03
xlib/shm: Fix typo in creation of a SHM image
Chris Wilson
1
-5
/
+3
2012-12-29
xlib/shm: Rate-limit events and only use as necessary
Chris Wilson
1
-33
/
+77
2012-12-23
xlib/shm: Populate send_event and serial
Chris Wilson
1
-0
/
+4
2012-12-18
xlib/shm: Fix memory leak
Adam Jackson
1
-1
/
+1
2012-11-02
xlib/shm: Need IncludeInferiors when creating the source fallback
Chris Wilson
1
-0
/
+14
2012-10-31
xlib/shm: Fix bogus assertion without shm available
Chris Wilson
1
-1
/
+1
2012-10-28
xlib/shm: Use shmstr.h instead of shmproto.h if available
Chris Wilson
1
-1
/
+5
2012-10-28
xlib/shm: Check for XShm headers
Chris Wilson
1
-3
/
+96
2012-10-26
xlib: Check for both X.org and Xorg ServerVendors
Chris Wilson
1
-1
/
+1
2012-10-26
xlib/shm: Sanity check that the server handles XSendEvent with ShmCompletion
Chris Wilson
1
-8
/
+69
2012-10-19
xlib/shm: Sync the XShmAttach before removing the ShmSegment id
Chris Wilson
1
-0
/
+3
2012-10-05
xlib/shm: Note the bug is an interaction between libXext and xorg
Chris Wilson
1
-3
/
+6
2012-10-05
xlib/shm: Avoid using XSendEvent with old versions of Xorg
Chris Wilson
1
-0
/
+21
2012-10-05
xlib/shm: Discard SHM surfaces upon CloseDisplay
Chris Wilson
1
-0
/
+14
2012-08-27
xlib/shm: Masquerade as an ordinary ShmCompletionEvent
Chris Wilson
1
-80
/
+29
2012-08-24
xlib/shm: Reduce the frequency at which we emit events
Chris Wilson
1
-1
/
+1
2012-08-21
xlib/shm: Only check if we are expecting an event
Chris Wilson
1
-16
/
+46
2012-08-21
xlib/shm: Use a genuine event rather than an open-ended request
Chris Wilson
1
-20
/
+60
2012-08-18
xlib/shm: Mark the ShmPixmap as active following an upload flush
Chris Wilson
1
-0
/
+3
2012-08-18
xlib/shm: Fix runtime checking of has-shm-pixmaps for !shm case
Chris Wilson
1
-0
/
+3
2012-08-18
xlib/shm: Wrap the detection of shm with locking
Chris Wilson
1
-0
/
+6
2012-08-18
xlib/shm: Avoid using a synchronous ShmCreatePixmap if evading the readback
Chris Wilson
1
-1
/
+4
2012-08-17
xlib/shm: Clear the similar image surface
Chris Wilson
1
-1
/
+9
2012-08-17
xlib/shm: Use an impromptu upload ShmSegment
Chris Wilson
1
-13
/
+26
2012-08-17
xlib/shm: Limit use of the impromptu fallback pixmap for uploads
Chris Wilson
1
-1
/
+7
2012-08-17
xlib/shm: Propagate the last-request to the synchronous create
Chris Wilson
1
-3
/
+6
2012-08-17
xlib/shm: Fix up the shrinking of the priority queue
Chris Wilson
1
-1
/
+1
2012-08-17
xlib: Implement SHM fallbacks and fast upload paths
Chris Wilson
1
-0
/
+1119