summaryrefslogtreecommitdiff
path: root/src/rpi-renderer.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-03Remove Raspberry Pi backend and rendererPekka Paalanen1-1830/+0
2015-11-20compositor: Change "touched" to boolDerek Foreman1-2/+2
2015-10-29Provide damage region for screen recording on Raspberry PiShinya Saito1-0/+1
2015-09-08rpi: avoid segfault in rpir_view_compute_rects() when EGL client destroys bufferJohn Sadler1-0/+3
2015-08-07Coding style fixesDawid Gajownik1-1/+1
2015-08-06rpi-renderer: use weston_output matrix instead of a private matrixDerek Foreman1-65/+3
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-03-11rpi-renderer: minimal fix to zoom coordinatesPekka Paalanen1-6/+4
2014-12-01rpi-renderer: don't pass a box to pixman_region32_contains_point()Derek Foreman1-2/+1
2014-11-28Use zalloc instead of calloc(1, ...)Bryce Harrington1-8/+8
2014-11-28Setting members to 0/NULL after a zalloc or calloc is redundantBryce Harrington1-1/+0
2014-05-09rpi: build fix for compute_rects debugPekka Paalanen1-2/+2
2014-01-19rpi: call eglTerminate if we're bailingU. Artie Eoff1-0/+1
2014-01-19rpi-backend: ensure pixels is destroyed in resource_updateU. Artie Eoff1-6/+8
2014-01-19rpi: free renderer if we bail early during createU. Artie Eoff1-0/+3
2013-12-02Remove the weston_view.geometry.width/height fieldsJason Ekstrand1-2/+2
2013-12-02rpi: Support opaque regionsTomeu Vizoso1-4/+116
2013-11-27rpi: avoid vc_dispmanx_set_wl_buffer_in_use without EGLPekka Paalanen1-2/+18
2013-11-13Add calls to wl_shm_buffer_begin/end_accessNeil Roberts1-0/+4
2013-10-28rpi: Remove create_view and destroy_view implementationsTomeu Vizoso1-5/+24
2013-10-25compositor: Let renderers create and destroy surface state on their ownAnder Conselvan de Oliveira1-19/+35
2013-10-25rpi: Protect in-use DispmanX resources from premature deletionTomeu Vizoso1-33/+41
2013-10-25rpi: Remove dangling reference to weston_viewTomeu Vizoso1-0/+2
2013-10-25rpi: Only check for prematurely destroyed wl_buffers in the EGL caseTomeu Vizoso1-2/+3
2013-10-25rpi: EGL surfaces need to be swapped always that we have an incoming back bufferTomeu Vizoso1-1/+2
2013-10-25rpi: Fix logging of buffer swaps for the EGL caseTomeu Vizoso1-1/+2
2013-10-25rpi: Initialize surface's list of viewsTomeu Vizoso1-0/+1
2013-10-22Split the geometry information from weston_surface out into weston_viewJason Ekstrand1-172/+279
2013-10-10rpi: Remove redundant castTomeu Vizoso1-2/+1
2013-10-08rpi: Add support for EGL buffersTomeu Vizoso1-28/+243
2013-09-21Rename current, origin, scale, origin_scaleHardening1-2/+2
2013-08-06rpi: Add support for SHM buffers in RGB565 formatTomeu Vizoso1-0/+4
2013-06-21Add a weston_buffer structure to replace wl_bufferJason Ekstrand1-12/+18
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-2/+2
2013-05-22rpi: add a Dispmanx rendererPekka Paalanen1-0/+1370