index
:
~jjones/weston
nvidia_head
nvidia_head_rebase-2.0
nvidia_head_rebase-2016-11-04
nvidia_head_rebase-3.0
nvidia_head_rebase-4.0
nvidia_head_rebase_1.11
nvidia_head_rebase_1.12
nvidia_r364
NVIDIA development branches of the Weston Wayland Compositor
jjones
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpi-renderer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-20
compositor: Change "touched" to bool
Derek Foreman
1
-2
/
+2
2015-10-29
Provide damage region for screen recording on Raspberry Pi
Shinya Saito
1
-0
/
+1
2015-09-08
rpi: avoid segfault in rpir_view_compute_rects() when EGL client destroys buffer
John Sadler
1
-0
/
+3
2015-08-07
Coding style fixes
Dawid Gajownik
1
-1
/
+1
2015-08-06
rpi-renderer: use weston_output matrix instead of a private matrix
Derek Foreman
1
-65
/
+3
2015-06-15
Unified multiple definitions of container_of() macro.
Jon Cruz
1
-0
/
+1
2015-06-15
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
1
-16
/
+19
2015-03-11
rpi-renderer: minimal fix to zoom coordinates
Pekka Paalanen
1
-6
/
+4
2014-12-01
rpi-renderer: don't pass a box to pixman_region32_contains_point()
Derek Foreman
1
-2
/
+1
2014-11-28
Use zalloc instead of calloc(1, ...)
Bryce Harrington
1
-8
/
+8
2014-11-28
Setting members to 0/NULL after a zalloc or calloc is redundant
Bryce Harrington
1
-1
/
+0
2014-05-09
rpi: build fix for compute_rects debug
Pekka Paalanen
1
-2
/
+2
2014-01-19
rpi: call eglTerminate if we're bailing
U. Artie Eoff
1
-0
/
+1
2014-01-19
rpi-backend: ensure pixels is destroyed in resource_update
U. Artie Eoff
1
-6
/
+8
2014-01-19
rpi: free renderer if we bail early during create
U. Artie Eoff
1
-0
/
+3
2013-12-02
Remove the weston_view.geometry.width/height fields
Jason Ekstrand
1
-2
/
+2
2013-12-02
rpi: Support opaque regions
Tomeu Vizoso
1
-4
/
+116
2013-11-27
rpi: avoid vc_dispmanx_set_wl_buffer_in_use without EGL
Pekka Paalanen
1
-2
/
+18
2013-11-13
Add calls to wl_shm_buffer_begin/end_access
Neil Roberts
1
-0
/
+4
2013-10-28
rpi: Remove create_view and destroy_view implementations
Tomeu Vizoso
1
-5
/
+24
2013-10-25
compositor: Let renderers create and destroy surface state on their own
Ander Conselvan de Oliveira
1
-19
/
+35
2013-10-25
rpi: Protect in-use DispmanX resources from premature deletion
Tomeu Vizoso
1
-33
/
+41
2013-10-25
rpi: Remove dangling reference to weston_view
Tomeu Vizoso
1
-0
/
+2
2013-10-25
rpi: Only check for prematurely destroyed wl_buffers in the EGL case
Tomeu Vizoso
1
-2
/
+3
2013-10-25
rpi: EGL surfaces need to be swapped always that we have an incoming back buffer
Tomeu Vizoso
1
-1
/
+2
2013-10-25
rpi: Fix logging of buffer swaps for the EGL case
Tomeu Vizoso
1
-1
/
+2
2013-10-25
rpi: Initialize surface's list of views
Tomeu Vizoso
1
-0
/
+1
2013-10-22
Split the geometry information from weston_surface out into weston_view
Jason Ekstrand
1
-172
/
+279
2013-10-10
rpi: Remove redundant cast
Tomeu Vizoso
1
-2
/
+1
2013-10-08
rpi: Add support for EGL buffers
Tomeu Vizoso
1
-28
/
+243
2013-09-21
Rename current, origin, scale, origin_scale
Hardening
1
-2
/
+2
2013-08-06
rpi: Add support for SHM buffers in RGB565 format
Tomeu Vizoso
1
-0
/
+4
2013-06-21
Add a weston_buffer structure to replace wl_buffer
Jason Ekstrand
1
-12
/
+18
2013-06-05
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
Daniel Stone
1
-2
/
+2
2013-05-22
rpi: add a Dispmanx renderer
Pekka Paalanen
1
-0
/
+1370