Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
ec27271492cc3ad86db31436f5aa38032f99a16f
/
libweston
/
gl-renderer.c
7b5fe9b
gl-renderer: fix leak on dmabuf image destroy
by Arnaud Vrac
· 8 years ago
12968e3
gl-renderer: Fix some missing newlines in log messages
by Derek Foreman
· 8 years ago
c32e05b
gl-renderer: allow importing fourth dmabuf plane
by Varad Gautam
· 9 years ago
f7da8b3
gl-renderer: allow importing dmabufs with format modifiers
by Varad Gautam
· 9 years ago
0775cd1
gl-renderer: support format and modifier queries
by Varad Gautam
· 9 years ago
5fc8d5e
gl-renderer: Change 'data' type to 'uint8_t *', since 'void *' arithmetic is undefined
by Raúl Peñacoba
· 8 years ago
6a38ad7
gl-renderer: Fix an invalid write when closing a Weston window
by Dima Ryazanov
· 9 years ago
fe0410b
gl: Don't declare variables in for loop
by Bryce Harrington
· 9 years ago
e5732c7
gl-renderer: add support of WL_SHM_FORMAT_YUYV
by Vincent ABRIOU
· 9 years ago
0263955
gl-renderer: use weston_platform_destroy_egl_surface wrapper
by Emil Velikov
· 9 years ago
43cea54
gl-renderer: add support for EGL_KHR_swap_buffers_with_damage
by Emil Velikov
· 9 years ago
e3bfee1
gl-renderer: Use EGL_KHR_no_config_context
by Armin Krezović
· 9 years ago
967b6bc
gl-renderer: Refactor gl_renderer_output_window_create()
by Miguel A. Vico
· 9 years ago
41700e3
gl-renderer: Add <platform_attribs> param to gl_renderer_display_create
by Miguel A. Vico
· 9 years ago
684c9f4
gl-renderer: Accept non-NULL empty <visual_id> arrays
by Miguel A. Vico
· 9 years ago
4057cd9
gl-renderer: Rename <attribs> param of gl_renderer to <config_attribs>
by Miguel A. Vico
· 9 years ago
c095cde
gl-renderer: Rename gl_renderer::output_create to output_window_create
by Miguel A. Vico
· 9 years ago
dddc670
gl-renderer: Rename gl_renderer_create to gl_renderer_display_create
by Miguel A. Vico
· 9 years ago
9c526e0
gl-renderer: conditionally call query_buffer while gl_renderer_attach
by Vincent Abriou
· 9 years ago
00a03d2
gl-renderer: add support of WL_SHM_FORMAT_NV12
by Vincent Abriou
· 9 years ago
fdeefe4
gl-renderer: add support of WL_SHM_FORMAT_YUV420
by Vincent Abriou
· 9 years ago
aca3ffb
gl-renderer: Add support for DRM_FORMAT_YUV444 buffers
by Matthias Treydte
· 9 years ago
319397e
gl-renderer, simple-dmabuf-v4l: fix dmabuf y-invert
by Pekka Paalanen
· 9 years ago
d84af7c
gl-renderer: Silence maybe-uninitialized warning
by Quentin Glidic
· 9 years ago
36d699a
gl-renderer: Make dummy surface current after all outputs are gone
by Armin Krezović
· 9 years ago
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
f0c3a1c
gl-renderer: move check_extension() to shared/
by Emil Velikov
· 9 years ago
3dd22d9
gl-renderer: remove EGL_EXT_image_dma_buf_import guards
by Emil Velikov
· 9 years ago
b56c5b4
weston-egl-ext.h: add GL_EXT_unpack_subimage definitions
by Emil Velikov
· 9 years ago
af5bd5d
weston-egl-ext.h: add EGL_MESA_configless_context definitions
by Emil Velikov
· 9 years ago
0725cf1
weston-egl-ext.h: add EGL_EXT_swap_buffers_with_damage definitions
by Emil Velikov
· 9 years ago
28d240f
gl-renderer: Always setup gl-renderer
by Armin Krezović
· 9 years ago
b5e3ea2
Rename src/ to libweston/
by Pekka Paalanen
· 9 years ago
[Renamed from src/gl-renderer.c]
cc3a192
gl-renderer: Implement & use check_extension
by Miguel A. Vico
· 9 years ago
ea8fb94
gl-renderer: Fix comment typo
by Bryce Harrington
· 9 years ago
bc35fda
gl-renderer: Add support for a few YUV dmabuf formats
by Emmanuel Gil Peyrot
· 9 years ago
b805350
gl-renderer: introduce a new struct dmabuf_image
by Emmanuel Gil Peyrot
· 9 years ago
c399692
linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own struct
by Emmanuel Gil Peyrot
· 10 years ago
9774679
gl-renderer: Make texture_used a bool instead of an int
by Derek Foreman
· 10 years ago
4c11fe7
gl-renderer: Use a bool for needs_full_upload
by Derek Foreman
· 10 years ago
57e48f0
Use linux-dmabuf protocol from wayland-protocols
by Jonas Ådahl
· 10 years ago
1a912a9
gl-renderer: gl_renderer_create display cleanup on error
by Dawid Gajownik
· 10 years ago
a352580
gl-renderer: add dmabuf import
by Pekka Paalanen
· 11 years ago
534defd
gl-renderer: introduce struct egl_image
by Louis-Francis Ratté-Boulianne
· 10 years ago
8ae2db5
input: Pass the appropriate pointer type to bindings instead of a seat
by Derek Foreman
· 10 years ago
066ca0c
gl-renderer: Don't print GL error for EGLGetDisplay()
by Derek Foreman
· 10 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
a7e1991
gl-renderer: Make the error logging a little nicer
by Derek Foreman
· 10 years ago
c4cfe85
compositor-drm: pass ARGB fallback to gl create functions for XRGB formats
by Derek Foreman
· 10 years ago
e76f185
gl-renderer: Take a list of acceptable formats in create functions
by Derek Foreman
· 10 years ago
8b69d03
gl-renderer: fix configless_context check
by Pekka Paalanen
· 10 years ago
f282454
gl-renderer: check EGL_EXT_platform_base in supports()
by Pekka Paalanen
· 10 years ago
2992d71
gl-renderer: fix EGL initialization steps
by Manuel Bachmann
· 10 years ago
f1ec506
gl-renderer: provide platform_base fallbacks and remove ifdefs
by Jonny Lamb
· 10 years ago
74eed31
gl-renderer: call supports() automatically in create()
by Jonny Lamb
· 10 years ago
671148f
gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces
by Jonny Lamb
· 10 years ago
70eba3f
gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay
by Jonny Lamb
· 10 years ago
fb23df7
Use pixel coordinates for weston_output.matrix
by Jason Ekstrand
· 11 years ago
ae0c6e3
gl-renderer: Call glViewport after the context is made current
by Jason Ekstrand
· 11 years ago
fa79b1d
gl-renderer: implement view scissor
by Pekka Paalanen
· 10 years ago
eb35cbe
gl-renderer: implement surface_copy_content
by Pekka Paalanen
· 10 years ago
aeb917e
gl-renderer: add BUFFER_TYPE_SOLID
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
bff3472
Setting members to 0/NULL after a zalloc or calloc is redundant
by Bryce Harrington
· 11 years ago
f818098
gl-renderer: compress pixman bands to simplify geometry
by Derek Foreman
· 11 years ago
4c58266
gl-renderer: don't move memory in output_rotate_damage
by Derek Foreman
· 11 years ago
95ec0f9
compositor: add a masking mechanism to weston_layer
by Giulio Camuffo
· 11 years ago
4d085e7
gl-renderer: Keep track of the GL format used for SHM buffers
by Neil Roberts
· 11 years ago
39a443f
Always use glTexImage2D instead of glTexSubImage2D for first upload
by Neil Roberts
· 11 years ago
701f636
gl-renderer: Fix read_pixels in the case where we have output borders
by Jason Ekstrand
· 11 years ago
952b6c8
compositor: reorganize struct weston_buffer_viewport
by Pekka Paalanen
· 11 years ago
77c1a5b
Add support for having different GBM formats for different outputs
by Neil Roberts
· 11 years ago
b7f8533
Split gl_renderer_setup into two functions
by Neil Roberts
· 11 years ago
cbb9158
Don't crash when eglCreateContext fails
by Mariusz Ceier
· 11 years ago
8e96f9e
gl-renderer: Use eglSwapBuffersWithDamageEXT when available
by Jason Ekstrand
· 11 years ago
e5512d4
gl-renderer: Track border damage and only repaint borders on an as-needed basis
by Jason Ekstrand
· 11 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
41a50ea
gl-renderer: Fix support for Y_XUXV buffers
by Ander Conselvan de Oliveira
· 12 years ago
895b1fd
gl-renderer: Attach buffer during surface state creation if possible
by Ander Conselvan de Oliveira
· 12 years ago
6579681
compositor-drm: Add key binding to switch from pixman to GL renderer
by Ander Conselvan de Oliveira
· 12 years ago
e505171
Add calls to wl_shm_buffer_begin/end_access
by Neil Roberts
· 12 years ago
00b8428
Remove the concept of a border from weston_output.
by Jason Ekstrand
· 12 years ago
310382f
gl-renderer: Remove the renderer-global border support
by Jason Ekstrand
· 12 years ago
0b61bf4
gl-renderer: Add support for per-output multi-texture borders.
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
a7af704
Split the geometry information from weston_surface out into weston_view
by Jason Ekstrand
· 12 years ago
97f2952
gl-renderer: Build as a loadable module
by Ander Conselvan de Oliveira
· 12 years ago
c3ea26c
compositor-drm: Match the EGLConfig native visual ID if it has one
by Kristian Høgsberg
· 12 years ago
ff39efa
Rename current, origin, scale, origin_scale
by Hardening
· 12 years ago
619859c
Split vertex clipping code out into vertex-clipping.c
by Sam Spilsbury
· 12 years ago
bfbb8e5
gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation
by Stanislav Vorobiov
· 12 years ago
73db924
gl-renderer: Use GL_UNSIGNED_SHORT for index array type
by Kristian Høgsberg
· 12 years ago
1c4f163
gl-renderer: Only check for subimage when we have extension at compile time
by Kristian Høgsberg
· 12 years ago
4722939
gl-renderer.c: Cast wl_resource to void * to avoid warning
by Kristian Høgsberg
· 12 years ago
ce7a5d8
gl-renderer: Test for GL_EXT_unpack_subimage not GL_UNPACK_ROW_LENGTH
by Kristian Høgsberg
· 12 years ago
Next »