summaryrefslogtreecommitdiff
path: root/src/rpi-renderer.c
Commit message (Expand)AuthorAgeFilesLines
* 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