index
:
navi/wayland/wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
gles2
/
texture.c
Age
Commit message (
Expand
)
Author
2018-03-15
renderer: replace wlr_texture_get_matrix by wlr_render_texture
emersion
2018-03-15
render/gles2: don't set inverted_y when EGL_WAYLAND_Y_INVERTED_WL is unsupported
emersion
2018-03-15
Merge branch 'master' into matrix-redesign
emersion
2018-03-15
matrix: use 2D matrices
emersion
2018-03-15
Add initial linux_dmabuf protocol support
Guido Günther
2018-03-15
matrix: unify API, don't use array pointers
emersion
2018-03-15
matrix: move to types/
emersion
2018-03-11
render: Flip textures in case of inverted_y
Guido Günther
2018-02-28
textures: tell us which texture format is unsupported
Guido Günther
2018-02-12
Reformat all #include directives
emersion
2018-02-12
Make wlr_signal_emit_safe private
emersion
2018-02-12
Add wlr_signal_emit_safe
emersion
2017-10-22
Move egl.h to render/egl.h
Scott Anderson
2017-10-01
Multi-GPU DRM
Scott Anderson
2017-09-28
Add xwayland activate and fix EGL bug
Drew DeVault
2017-08-19
wlr renderer/texture: rename init to create when it does alloc
Dominique Martinet
2017-08-15
Merge pull request #88 from 4e554c4c/alloc_crashing
Drew DeVault
2017-08-15
implement get_buffer_size for egl buffers
Tony Crisci
2017-08-15
implement texture get buffer size
Tony Crisci
2017-08-15
Prevent alloc errors from crashing
Calvin Lee
2017-08-14
Refactor out wlr_texture_state
Drew DeVault
2017-08-12
Fix egl image leak in gles renderer
nyorain
2017-08-11
s/gen/ensure/ fixes #47
Drew DeVault
2017-08-10
Refactor EGL handling
Drew DeVault
2017-08-10
Merge branch 'master' into drm_buffer
Drew DeVault
2017-08-10
Remove excess logging
Drew DeVault
2017-08-10
Implement wlr_surface_flush_damage
Drew DeVault
2017-08-10
Fix style issues
nyorain
2017-08-10
Implement drm (egl) buffer attaching
nyorain
2017-08-09
Use texture->pixel_format instead of re-scanning
Drew DeVault
2017-08-09
Implement partial texture uploads
Drew DeVault
2017-08-08
Rename wlr_surface -> wlr_texture; attach -> upload
nyorain
[prev]