Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
d3b023ed7dbd7f2a5464121bce1ba184ee747744
/
compositor
/
compositor.c
d3b023e
compositor: Attach only valid background buffers
by Benjamin Franzke
· 15 years ago
d711d0c
Check for GL_EXT_texture_format_BGRA8888
by Kristian Høgsberg
· 15 years ago
a941022
Make it possible to enable/disable the various compositors from configure
by Kristian Høgsberg
· 15 years ago
c5d6be9
Remove unused visual argument to wlsc_surface_create()
by Kristian Høgsberg
· 15 years ago
8525a50
Move buffer creation and buffer details into drm.c and shm.c
by Kristian Høgsberg
· 15 years ago
052d17d
Map new surfaces on top of all other surface
by Kristian Høgsberg
· 15 years ago
8f66a57
Ignore surface.map_toplevel() if already mapped
by Kristian Høgsberg
· 15 years ago
f6b1471
Initialize surface->link so we can always wl_list_remove() it
by Kristian Høgsberg
· 15 years ago
f1ef15c
Move grab definitions to wayland-util.h
by Kristian Høgsberg
· 15 years ago
5753188
Move basic grab handling to core libraries
by Kristian Høgsberg
· 15 years ago
82da52b
Update surface.attach and change surface.map to surface.map_toplevel
by Kristian Høgsberg
· 15 years ago
ab1862d
Move code around to keep input device interface and init function close
by Kristian Høgsberg
· 15 years ago
c5c510e
Set up visuals in wayland-server
by Kristian Høgsberg
· 15 years ago
b3fc757
Handle buttons in grab objects too
by Kristian Høgsberg
· 15 years ago
9c3e8d7
Move grab state to struct wl_input_device
by Kristian Høgsberg
· 15 years ago
dfce71d
Reenable fragment shader precision specifier
by Kristian Høgsberg
· 15 years ago
8321e69
Use grab object for motion grabs too
by Kristian Høgsberg
· 15 years ago
57db067
Make wlsc_input_device_update_grab() take a grab object
by Kristian Høgsberg
· 15 years ago
287343a
Use a grab object for drag and drop
by Kristian Høgsberg
· 15 years ago
6d65d5f
Handle shell.move using a grab object
by Kristian Høgsberg
· 15 years ago
fc9c28a
Move resizing to a grab object
by Kristian Høgsberg
· 15 years ago
359d667
Add grab object infrastructure
by Kristian Høgsberg
· 15 years ago
4be2ed9
Drop dummy wl_grab_surface hack
by Kristian Høgsberg
· 15 years ago
855ab75
Remove unnecessary wlsc_compositor_schedule_repaint() call
by Kristian Høgsberg
· 15 years ago
dff2e3c
Reduce indentation in notify_button()
by Kristian Høgsberg
· 15 years ago
ea08115
Start grab when button is pressed, upgrade if we start drag, move or resize
by Kristian Høgsberg
· 15 years ago
7132a9a
Move get_time() helper back into compositor
by Kristian Høgsberg
· 15 years ago
4685fa3
Pass timestamp in surface destroy callback
by Kristian Høgsberg
· 15 years ago
02ef1c1
Move focus tracking surface destroy callbacks into core
by Kristian Høgsberg
· 15 years ago
a9e8961
Use surface destroy notifier for cancelling grabs
by Kristian Høgsberg
· 15 years ago
3d76e65
Use the per-surface destroy callback for grabs as well
by Kristian Høgsberg
· 15 years ago
ab8475c
Move get_time() helper to core
by Kristian Høgsberg
· 15 years ago
c551bd2
Add a surface destroy callback and use it for focus tracking
by Kristian Høgsberg
· 15 years ago
f8fc08f
Add origin information to output.geometry event
by Kristian Høgsberg
· 15 years ago
aa82767
Use generated wl_interface for visuals
by Kristian Høgsberg
· 15 years ago
b313b02
Chage the 'base' field to be the name of the super class instead
by Kristian Høgsberg
· 15 years ago
caa6442
compositor: Use a virtual destructor when shutting down
by Kristian Høgsberg
· 15 years ago
50dc698
compositor: Shut down properly so we remove the socket
by Kristian Høgsberg
· 15 years ago
2bb3ebe
Create socket in /var/run/user/${HOME}
by Kristian Høgsberg
· 15 years ago
0611e3e
Indentation nit-picking
by Kristian Høgsberg
· 15 years ago
2643707
Move pointer and keyboard focus tracking into libwayland-server
by Kristian Høgsberg
· 15 years ago
06bc264
Fix warnings from adding -Wall back
by Kristian Høgsberg
· 15 years ago
d44bc8b
Add reject round trip to dnd protocol
by Kristian Høgsberg
· 15 years ago
ec2e642
Add wayland backend for compositor (nested)
by Benjamin Franzke
· 15 years ago
3d46534
Fix compositor crash when dragging to a surface that disappears
by Kristian Høgsberg
· 15 years ago
1f41190
Use glTexSubImage to update the pixels.
by Chia-I Wu
· 15 years ago
61a8251
Add a geometry option for x11 compositor
by Kristian Høgsberg
· 15 years ago
3d5bae0
Add a shm buffer sharing mechanism
by Kristian Høgsberg
· 15 years ago
ce457ba
Add timestamp to pointer image attach request
by Kristian Høgsberg
· 15 years ago
76b4332
Move example compositor to subdirectory
by Kristian Høgsberg
· 15 years ago
[Renamed from compositor.c]
99d7c64
Remove non-gles2 glEnable(GL_TEXTURE_2D) call
by Kristian Høgsberg
· 15 years ago
50038e4
Drop wl_surface_post_event() helper
by Kristian Høgsberg
· 15 years ago
f8ffded
Drop wl_display_set_compositor() special case
by Kristian Høgsberg
· 15 years ago
9d69f8e
Replace commit/ack/frame protocol with simpler sync and frame callbacks
by Kristian Høgsberg
· 15 years ago
13b8ae4
Add convenience functions for posting display events
by Kristian Høgsberg
· 15 years ago
f66d0f4
Get rid of wl_client_add_surface() special case
by Kristian Høgsberg
· 15 years ago
e9d37bd
Use a transient object for the dnd session
by Kristian Høgsberg
· 15 years ago
b571f5d
Handle NULL mime-type in drag::accept request
by Kristian Høgsberg
· 15 years ago
4eb5360
Update drag protocol to use fd passing for data transfer
by Kristian Høgsberg
· 15 years ago
1d7ffd3
Set pointer image only in response to 'target' event
by Kristian Høgsberg
· 15 years ago
b12fcce
Update to EGL_MESA_drm_image from mesa master
by Kristian Høgsberg
· 15 years ago
506e20e
More work on dnd
by Kristian Høgsberg
· 15 years ago
eef08fb
First step towards drag and drop protocol
by Kristian Høgsberg
· 15 years ago
225a176
Split GRAB_MOTION and GRAB_MOVE handling
by Kristian Høgsberg
· 15 years ago
f4cb201
Fix a few bugs in compositor cursor handling
by Kristian Høgsberg
· 15 years ago
4219a40
Add DMZ cursor theme
by Kristian Høgsberg
· 15 years ago
77a4a79
Fix warnings
by Kristian Høgsberg
· 15 years ago
b91cd10
Move cairo-util.[ch] to clients/
by Kristian Høgsberg
· 15 years ago
1db21f1
Use different cursor images in the compositor
by Kristian Høgsberg
· 15 years ago
77fb167
Add protocol for setting the pointer image
by Kristian Høgsberg
· 15 years ago
117d513
Schedule repaint from surface destructor
by Kristian Høgsberg
· 15 years ago
a661f26
Name libraries -client and -server for consistency
by Kristian Høgsberg
· 15 years ago
5fcd0aa
Introduce 'buffer' object for attaching, image cahce and cursor images
by Kristian Høgsberg
· 15 years ago
6d70202
Send out coordinates with pointer_focus event
by Kristian Høgsberg
· 15 years ago
c071f4d
Handle failure to reference a buffer name better
by Kristian Høgsberg
· 15 years ago
5b75f1b
Implement server side move override
by Kristian Høgsberg
· 15 years ago
83fc061
Introduce 'shell' object for moving and resizing surfaces in the compositor
by Kristian Høgsberg
· 15 years ago
a1f3f60
Generate protocol types and metadata from xml
by Kristian Høgsberg
· 15 years ago
808fd41
Drop coordinates from buttons press, add timestamp to events
by Kristian Høgsberg
· 15 years ago
747638b
Fix window picking order
by Kristian Høgsberg
· 15 years ago
86e0989
Hide wayland cursor when X11 compositor loses focus
by Kristian Høgsberg
· 15 years ago
67a21bd
Fix indentation
by Kristian Høgsberg
· 15 years ago
a946821
Propagate shader compile/link errors
by Kristian Høgsberg
· 15 years ago
f9112b2
Fix X button and keycodes
by Kristian Høgsberg
· 15 years ago
ce5325d
Add x11 backend for compositor
by Kristian Høgsberg
· 15 years ago
fc783d4
Split native drm part of compositor out
by Kristian Høgsberg
· 15 years ago
478d926
Send device name at connect time
by Kristian Høgsberg
· 15 years ago
38bb716
Drop surface::copy
by Kristian Høgsberg
· 15 years ago
0b8646b
Fix surface picking
by Kristian Høgsberg
· 15 years ago
2cdc184
Fix matrix setup in surface_map()
by Kristian Høgsberg
· 15 years ago
6619d38
Use correct token for drm image format
by Kristian Høgsberg
· 15 years ago
1292383
Use eglCreateImageKHR() the right way
by Kristian Høgsberg
· 15 years ago
6a9bbd0
Quit if set or drop master fails
by Kristian Høgsberg
· 15 years ago
27803c6
Port compositor to GLES2
by Kristian Høgsberg
· 15 years ago
a2ee675
Make compositor compile and port it to new mesa extensions
by Kristian Høgsberg
· 15 years ago
8286302
Rename wayland-system-compositor back to just compositor
by Kristian Høgsberg
· 15 years ago
[Renamed (99%) from wayland-system-compositor.c]
fa54885
Fix a couple of typos in rotation matrix
by Kristian Høgsberg
· 15 years ago
3afd45d
Switch to using mesa EGL
by Kristian Høgsberg
· 15 years ago
a5db589
Add wl_list_for_each() and simplify some loops
by Kristian Høgsberg
· 15 years ago
a341fa0
Use FBOs instead of eagle-specific API
by Kristian Høgsberg
· 16 years ago
Next »