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