summaryrefslogtreecommitdiff
path: root/src/rpi-renderer.c
Commit message (Expand)AuthorAgeFilesLines
* compositor: Change "touched" to boolDerek Foreman2015-11-201-2/+2
* Provide damage region for screen recording on Raspberry PiShinya Saito2015-10-291-0/+1
* rpi: avoid segfault in rpir_view_compute_rects() when EGL client destroys bufferJohn Sadler2015-09-081-0/+3
* Coding style fixesDawid Gajownik2015-08-071-1/+1
* rpi-renderer: use weston_output matrix instead of a private matrixDerek Foreman2015-08-061-65/+3
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* rpi-renderer: minimal fix to zoom coordinatesPekka Paalanen2015-03-111-6/+4
* rpi-renderer: don't pass a box to pixman_region32_contains_point()Derek Foreman2014-12-011-2/+1
* Use zalloc instead of calloc(1, ...)Bryce Harrington2014-11-281-8/+8
* Setting members to 0/NULL after a zalloc or calloc is redundantBryce Harrington2014-11-281-1/+0
* rpi: build fix for compute_rects debugPekka Paalanen2014-05-091-2/+2
* rpi: call eglTerminate if we're bailingU. Artie Eoff2014-01-191-0/+1
* rpi-backend: ensure pixels is destroyed in resource_updateU. Artie Eoff2014-01-191-6/+8
* rpi: free renderer if we bail early during createU. Artie Eoff2014-01-191-0/+3
* Remove the weston_view.geometry.width/height fieldsJason Ekstrand2013-12-021-2/+2
* rpi: Support opaque regionsTomeu Vizoso2013-12-021-4/+116
* rpi: avoid vc_dispmanx_set_wl_buffer_in_use without EGLPekka Paalanen2013-11-271-2/+18
* Add calls to wl_shm_buffer_begin/end_accessNeil Roberts2013-11-131-0/+4
* rpi: Remove create_view and destroy_view implementationsTomeu Vizoso2013-10-281-5/+24
* compositor: Let renderers create and destroy surface state on their ownAnder Conselvan de Oliveira2013-10-251-19/+35
* rpi: Protect in-use DispmanX resources from premature deletionTomeu Vizoso2013-10-251-33/+41
* rpi: Remove dangling reference to weston_viewTomeu Vizoso2013-10-251-0/+2
* rpi: Only check for prematurely destroyed wl_buffers in the EGL caseTomeu Vizoso2013-10-251-2/+3
* rpi: EGL surfaces need to be swapped always that we have an incoming back bufferTomeu Vizoso2013-10-251-1/+2
* rpi: Fix logging of buffer swaps for the EGL caseTomeu Vizoso2013-10-251-1/+2
* rpi: Initialize surface's list of viewsTomeu Vizoso2013-10-251-0/+1
* Split the geometry information from weston_surface out into weston_viewJason Ekstrand2013-10-221-172/+279
* rpi: Remove redundant castTomeu Vizoso2013-10-101-2/+1
* rpi: Add support for EGL buffersTomeu Vizoso2013-10-081-28/+243
* Rename current, origin, scale, origin_scaleHardening2013-09-211-2/+2
* rpi: Add support for SHM buffers in RGB565 formatTomeu Vizoso2013-08-061-0/+4
* Add a weston_buffer structure to replace wl_bufferJason Ekstrand2013-06-211-12/+18
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-2/+2
* rpi: add a Dispmanx rendererPekka Paalanen2013-05-221-0/+1370