Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
0e4e570caee9f857d13e35a9f4c78d52343872d7
/
libweston
/
pixman-renderer.c
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
b5e3ea2
Rename src/ to libweston/
by Pekka Paalanen
· 9 years ago
[Renamed from src/pixman-renderer.c]
bc9a61c
compositor: Move weston_matrix_transform_region to compositor.c and export it
by Derek Foreman
· 10 years ago
52c476a
pixman-renderer: Use output->matrix for region transformations and enable output zoom
by Jason Ekstrand
· 10 years ago
8ae2db5
input: Pass the appropriate pointer type to bindings instead of a seat
by Derek Foreman
· 10 years ago
867d50e
Unified multiple definitions of container_of() macro.
by Jon Cruz
· 10 years ago
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
a5855ad
pixman-renderer: use pre-computed inverse output matrix
by Derek Foreman
· 10 years ago
c93782a
pixman-renderer: implement view scissor
by Pekka Paalanen
· 10 years ago
d7ca6b0
pixman-renderer: implement source clipping
by Pekka Paalanen
· 10 years ago
ccf99ce
pixman-renderer: move code to draw_view_translated()
by Pekka Paalanen
· 10 years ago
11af0d9
pixman-renderer: change repaint_region() arguments
by Pekka Paalanen
· 10 years ago
f75b6bb
pixman-renderer: refactor into region_intersect_only_translation()
by Pekka Paalanen
· 10 years ago
23d4af5
pixman-renderer: add view_transformation_is_translation()
by Pekka Paalanen
· 10 years ago
6ea523b
pixman-renderer: refactor transformation computation
by Pekka Paalanen
· 10 years ago
8870a23
pixman-renderer: simplify the output-to-buffer matrix computation
by Jason Ekstrand
· 11 years ago
6764bbe
pixman-renderer: implement surface_copy_content
by Pekka Paalanen
· 10 years ago
25c0ca5
compositor: turn weston_view boundingbox into masked
by Pekka Paalanen
· 10 years ago
de16d89
Use zalloc instead of calloc(1, ...)
by Bryce Harrington
· 11 years ago
389d205
pixman-renderer: copy_to_hw_buffer: don't leak output_region
by Ryo Munakata
· 11 years ago
66951b7
pixman-renderer: fail to zoom more gracefully
by Derek Foreman
· 11 years ago
8e3fe08
pixman-renderer: free shadow buffer on renderer destruction
by Arnaud Vrac
· 11 years ago
95ec0f9
compositor: add a masking mechanism to weston_layer
by Giulio Camuffo
· 11 years ago
4283370
pixman-renderer: Use width/height_from_buffer for buffer transforms
by Jason Ekstrand
· 11 years ago
9c4ab66
Fix on-the-fly transparency changes in pixman-renderer
by Manuel Bachmann
· 11 years ago
b1fff41
Support on-the-fly transparency changes in pixman renderer
by Manuel Bachmann
· 11 years ago
0b4c535
protocol,compositor: split wl_viewport setters
by Pekka Paalanen
· 11 years ago
f0cad48
compositor: replace weston_buffer_viewport::viewport_set
by Pekka Paalanen
· 11 years ago
952b6c8
compositor: reorganize struct weston_buffer_viewport
by Pekka Paalanen
· 11 years ago
50fba97
Fix the pixman renderer with respect to output transforms
by Jason Ekstrand
· 11 years ago
b0420ae
protocol: rename wl_surface_scaler to wl_viewport
by Pekka Paalanen
· 11 years ago
ddc2b1e
pixman: Destroy pixman images when underlying buffer is destroyed
by Lubomir Rintel
· 12 years ago
fa1b305
pixman-renderer: implement surface scaling and cropping
by Jonny Lamb
· 12 years ago
918f2dd
Remove the weston_view.geometry.width/height fields
by Jason Ekstrand
· 12 years ago
1fd9c0f
compositor: gather buffer_transform and _scale into a struct
by Pekka Paalanen
· 12 years ago
e505171
Add calls to wl_shm_buffer_begin/end_access
by Neil Roberts
· 12 years ago
33ff636
Move region transformation code to weston_transformed_region
by Jason Ekstrand
· 12 years ago
adda00e
pixman-renderer, gl-renderer: Destroy surface state with the renderer
by Ander Conselvan de Oliveira
· 12 years ago
aa398ae
compositor: Let renderers create and destroy surface state on their own
by Ander Conselvan de Oliveira
· 12 years ago
6b16214
pixman-renderer, gl-renderer: Destroy debug bindings on clean up
by Ander Conselvan de Oliveira
· 12 years ago
c68b108
pixman-renderer: Initialize pixman-renderer struct with zeros
by Ander Conselvan de Oliveira
· 12 years ago
a7af704
Split the geometry information from weston_surface out into weston_view
by Jason Ekstrand
· 12 years ago
ff39efa
Rename current, origin, scale, origin_scale
by Hardening
· 12 years ago
1c1fc29
pixman-renderer: Add support for SHM buffers in RGB565 format
by Tomeu Vizoso
· 12 years ago
6bd6294
Add a weston_buffer structure to replace wl_buffer
by Jason Ekstrand
· 12 years ago
c228e23
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
by Daniel Stone
· 12 years ago
97af792
pixman-renderer: Fix read_pixels for screen recorder
by Alexander Larsson
· 12 years ago
0b13506
compositor: Store modes in physical units
by Alexander Larsson
· 12 years ago
4fc5dd0
compositor: add capability CAPTURE_YFLIP
by Pekka Paalanen
· 12 years ago
7bb6510
compositor: add capability flag for arbitrary surface rotation
by Pekka Paalanen
· 12 years ago
4ea9552
compositor: Support output/buffer scaling
by Alexander Larsson
· 12 years ago
1f206b4
pixman-renderer: Fix up transform handling
by Alexander Larsson
· 12 years ago
e314875
input: Merge wl_seat into weston_seat
by Kristian Høgsberg
· 12 years ago
f3e39f9
pixman-renderer: don't forget to initialize the debug fields
by Philipp Brüschweiler
· 12 years ago
031fc87
pixman renderer: respect output position
by Vasily Khoruzhick
· 12 years ago
f4a457f
pixman-renderer: handle surface transform matrix properly
by Vasily Khoruzhick
· 12 years ago
23e72b8
pixman-renderer: Don't unreference NULL hw_buffer image
by Ander Conselvan de Oliveira
· 12 years ago
936effd
pixman-renderer: Move shadow buffer into renderer
by Ander Conselvan de Oliveira
· 12 years ago
8792ef1
pixman-renderer: Add repaint debugging feature
by Ander Conselvan de Oliveira
· 12 years ago
52cfd61
renderer: introduce destroy callback
by Vasily Khoruzhick
· 12 years ago
71c2dd3
Implement pixman renderer
by Vasily Khoruzhick
· 12 years ago