Commit Graph

41 Commits (30769723c1fb21761acaa4ca4e167de0aaaed891)

Author SHA1 Message Date
Simon Ser 98cf38601f render: replace wlr_texture_write_pixels with update_from_buffer 2 years ago
Simon Ser 29291cb47c render/texture: drop wlr_texture_is_opaque 3 years ago
Simon Ser 6c350799b2 Zero-initialize structs in init functions 3 years ago
Roman Gilg 17a289e36e render: allow texture creation while rendering 3 years ago
Simon Zeni 04d4fb536d render/wlr_texture: put wlr_texture_from_buffer into the public API 4 years ago
Simon Ser e5b5592a95 render: remove wl_drm support from wlr_renderer 4 years ago
Simon Ser 7ad44051a2 render: use wlr_dmabuf_buffer in wlr_texture_from_dmabuf 4 years ago
Simon Ser 29c8df7e0a render: use wlr_readonly_data_buffer in wlr_texture_from_pixels 4 years ago
Simon Ser beae3018cb render: relax stride check in wlr_texture_from_pixels 4 years ago
Simon Ser 9d55f712e3 render: introduce wlr_texture_from_buffer 4 years ago
Simon Ser 6369f70931 render: remove wlr_texture_get_size 4 years ago
nyorain 572b5910bb render: Assert that texture dimensions are > 0 4 years ago
Simon Ser 9ecfa4343a render: remove wlr_texture_to_dmabuf 4 years ago
Simon Ser 27fba3df43 render: use DRM formats in wlr_texture_from_pixels 4 years ago
Simon Ser 05803511db render/texture: make write_pixels optional 5 years ago
Simon Ser 06f4c3945d render/texture: add width and height fields 5 years ago
Simon Ser bcd5f7d259 render: remove return in wlr_texture_get_size 5 years ago
nyorain cd28637187 Remove fmt parameter from wlr_texture_write_pixels 6 years ago
emersion c4915d1492 render: add wlr_texture_is_opaque 7 years ago
emersion 21928cbe61
Merge branch 'master' into screencontent 7 years ago
emersion 28020ff577
Only allow one modifier per DMA-BUF, split attributes struct in render/ 7 years ago
emersion 5ba1a9af56
render: add wlr_texture_to_dmabuf 7 years ago
emersion c63d94483b
Redesign wlr_texture 7 years ago
emersion 95e86e675a
render/gles2: remove global state, use OpenGL debug extension 7 years ago
emersion c41de2d1be
render: split render.h into wlr_renderer.h and wlr_texture.h 7 years ago
emersion 876f07e9f1
renderer: replace wlr_texture_get_matrix by wlr_render_texture 7 years ago
emersion 8b58e1a3ad
Merge branch 'master' into matrix-redesign 7 years ago
emersion 824a95ad19
matrix: use 2D matrices 7 years ago
Guido Günther 14cdb6153f Add initial linux_dmabuf protocol support 7 years ago
emersion d26b67cb06
matrix: unify API, don't use array pointers 7 years ago
Drew DeVault 1d9be89e2d
Revert "ELF Visibility" 7 years ago
Scott Anderson 86269052eb Explicitly export EFL symbols 7 years ago
emersion c2e1474010
Reformat all #include directives 7 years ago
Scott Anderson 009c3747a8 Multi-GPU DRM 7 years ago
Tony Crisci 72a33b736f implement texture get buffer size 8 years ago
Dominique Martinet 4bbf718e7d impl->destroy cleanup: 8 years ago
Drew DeVault 2facf1df65 Fix software cursors 8 years ago
Drew DeVault 94e6e6334b Refactor out wlr_texture_state 8 years ago
nyorain 67369173aa Implement drm (egl) buffer attaching 8 years ago
Drew DeVault 4de930542f Implement partial texture uploads 8 years ago
nyorain e167f41fde Rename wlr_surface -> wlr_texture; attach -> upload 8 years ago