index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.25
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wayland-shm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
shm: Make shm_pool_interface static const
Yong Bakos
2016-11-10
1
-1
/
+1
*
(multiple): Include stdint.h
Yong Bakos
2016-07-25
1
-0
/
+1
*
wayland-shm: Include wayland-util.h
Yong Bakos
2016-06-07
1
-0
/
+1
*
shm: Log a warning if a shm buffer address is requested when it may be invalid
Derek Foreman
2016-03-08
1
-0
/
+5
*
shm: Defer wl_shm_pool_resize if a pool has external references
Derek Foreman
2016-03-08
1
-12
/
+35
*
shm: Split pool reference counting into external and internal references
Derek Foreman
2016-03-08
1
-12
/
+19
*
server: Fix shm_create_pool size fail path fd leak
Sergi Granell
2016-03-08
1
-10
/
+10
*
cosmetic: add an space after if
Sergi Granell
2016-02-04
1
-1
/
+1
*
doc: Fix incorrect parameter name
Jonas Ådahl
2016-01-12
1
-1
/
+1
*
Use zalloc instead of malloc + memset
Jonas Ådahl
2016-01-12
1
-3
/
+1
*
shm: wl_shm_buffer_get_data() requires a valid pool.
Derek Foreman
2015-11-06
1
-4
/
+6
*
shm: Move deprecated function to the bottom of the file
Derek Foreman
2015-11-06
1
-8
/
+17
*
shm: Deprecate wl_shm_buffer_create()
Derek Foreman
2015-11-06
1
-28
/
+1
*
shm: Add shm_buffer ref and shm_pool unref functions
Derek Foreman
2015-10-21
1
-0
/
+42
*
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
2015-06-12
1
-16
/
+19
*
cosmetic: convert some function returns from int to bool
Derek Foreman
2014-11-04
1
-4
/
+5
*
shm: fix error in comment
Derek Foreman
2014-09-11
1
-1
/
+1
*
shm: Disallow shrinking shm pools
Kristian Høgsberg
2014-04-07
1
-2
/
+8
*
shm: assert sigbus_data is not NULL before member access
U. Artie Eoff
2014-01-15
1
-1
/
+1
*
shm: Avoid file descriptor leak upon unsuccessful mmap
Lubomir Rintel
2013-11-15
1
-1
/
+1
*
Add documentation for wl_shm_buffer_begin/end_access
Neil Roberts
2013-11-15
1
-0
/
+64
*
server: Add API to protect access to an SHM buffer
Neil Roberts
2013-11-13
1
-0
/
+131
*
shm: Add API for renderers to register additional pixel formats
Tomeu Vizoso
2013-08-06
1
-13
/
+32
*
Replace two remaining wl_display_add_gloavl() occurences
Kristian Høgsberg
2013-07-09
1
-1
/
+1
*
wayland-server: Remove error event posting from wl_resource_create
Kristian Høgsberg
2013-07-02
1
-4
/
+25
*
Add wl_resource_create() and a version field to wl_resource
Jason Ekstrand
2013-07-02
1
-14
/
+17
*
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
2013-07-02
1
-0
/
+3
*
Change wl_shm_buffer to use a resource pointer
Jason Ekstrand
2013-06-21
1
-33
/
+18
*
Change SHM wl_buffer functions to use the wl_shm_buffer structure
Jason Ekstrand
2013-06-21
1
-21
/
+15
*
Add accessor functions for wl_resource and deprecate wl_client_add_resource
Jason Ekstrand
2013-06-05
1
-16
/
+19
*
Add wl_resource_init and use it in libwayland implementations of data sharing...
Jason Ekstrand
2013-03-18
1
-18
/
+6
*
Move un-namespaced container_of into private header
Kristian Høgsberg
2012-10-19
1
-0
/
+1
*
Add wl_shm_buffer_create()
Kristian Høgsberg
2012-08-16
1
-1
/
+45
*
wayland-shm: Commit the width/height getters that actually compile
Kristian Høgsberg
2012-07-20
1
-4
/
+4
*
shm: Add shm_buffer getters for width and height
Kristian Høgsberg
2012-07-20
1
-0
/
+16
*
wayland-shm: Add return before we hit the error clean-up path
Kristian Høgsberg
2012-07-09
1
-0
/
+2
*
shm: Plug leak in shm_create_pool()
Martin Olsson
2012-07-09
1
-6
/
+9
*
shm: use mremap on pool resize
Ander Conselvan de Oliveira
2012-05-23
1
-7
/
+5
*
shm: Zero busy count for allocated buffers
Rob Bradford
2012-05-22
1
-0
/
+1
*
shm: Add request for resizing pools
Ander Conselvan de Oliveira
2012-05-22
1
-5
/
+30
*
Switch protocol to using serial numbers for ordering events and requests
Kristian Høgsberg
2012-04-11
1
-2
/
+2
*
shm: Allocate shm buffers through new wl_shm_pool interface
Kristian Høgsberg
2012-04-03
1
-41
/
+99
*
shm: Fix stride signedness in protocol
Kristian Høgsberg
2012-03-30
1
-1
/
+1
*
shm: fix cosmetic gcc warnings
Pekka Paalanen
2012-03-30
1
-2
/
+2
*
Remove wl_buffer.damage and simplify shm implementation
Kristian Høgsberg
2012-03-26
1
-51
/
+7
*
server: use the event sending wrappers
Pekka Paalanen
2012-03-02
1
-4
/
+2
*
shm: Drop non-premul format, use less ambiguous ARGB8888 naming convention
Kristian Høgsberg
2012-01-11
1
-6
/
+5
*
server: Make error posting functions take a resource instead of a client
Kristian Høgsberg
2011-09-01
1
-11
/
+11
*
Remove the wl_visual interface
Kristian Høgsberg
2011-08-31
1
-12
/
+31
*
shm: Compare resource interface when validating visual
Kristian Høgsberg
2011-08-29
1
-1
/
+1
[next]