Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-10 | Refactor EGL handling | Drew DeVault | |
2017-08-10 | wlr_output_update_matrix during wl backend init | Drew DeVault | |
2017-08-10 | Merge branch 'master' into drm_buffer | Drew DeVault | |
2017-08-10 | Merge pull request #59 from acrisci/bug/release-when-no-damage | Drew DeVault | |
release buffer on surface flush when no damage | |||
2017-08-10 | release buffer on surface flush when no damage | Tony Crisci | |
2017-08-10 | Merge pull request #58 from acrisci/feature/enable-gl-blending | Drew DeVault | |
enable gl blending | |||
2017-08-10 | enable gl blending | Tony Crisci | |
This makes transparency work correctly. fixes #56 | |||
2017-08-10 | Remove excess logging | Drew DeVault | |
2017-08-10 | Implement wlr_surface_flush_damage | Drew DeVault | |
2017-08-10 | Merge pull request #57 from acrisci/feature/create-region | Drew DeVault | |
implement compositor create region | |||
2017-08-10 | Fix wlr_surface destruction bug | nyorain | |
2017-08-10 | implement compositor create region | Tony Crisci | |
Complete the implementation of wlr_region_create and put it in the compositor. | |||
2017-08-10 | Fix style issues | nyorain | |
2017-08-10 | Fix example for updated gles | nyorain | |
2017-08-10 | Implement drm (egl) buffer attaching | nyorain | |
2017-08-09 | Flesh out wlr_surface state lifecycle a bit | Drew DeVault | |
Sprinked some TODOs around for future work | |||
2017-08-09 | Specify gcc explicitly in .build.yml | Drew DeVault | |
2017-08-09 | Use texture->pixel_format instead of re-scanning | Drew DeVault | |
2017-08-09 | Implement partial texture uploads | Drew DeVault | |
2017-08-09 | Merge pull request #52 from acrisci/feature/surface-frame-cb | Drew DeVault | |
Implement surface frame callback | |||
2017-08-09 | Style fixes | Drew DeVault | |
2017-08-09 | implement surface frame | Tony Crisci | |
The surface frame callback lets a window know when it is a good time to show the next frame if it is animating. In particular, this callback is used by weston-simple-shm to throttle drawing. | |||
2017-08-09 | release shm buffer after uploading | Tony Crisci | |
2017-08-09 | Merge pull request #43 from acrisci/feature/shell-surface-interface | Drew DeVault | |
shell surface interface | |||
2017-08-09 | Style cleanup | Drew DeVault | |
2017-08-09 | use generators for wayland protocol gen | Tony Crisci | |
2017-08-09 | cleanup for style and formatting | Tony Crisci | |
2017-08-09 | add xdg shell destructors | Tony Crisci | |
2017-08-09 | Add todo for destroy_xdg_shell_surface | Tony Crisci | |
This free was causing crashes so remove the implementation and make a note to do it later. | |||
2017-08-09 | send configure event after creating toplevel | Tony Crisci | |
The xdg shell protocol requires us to send a configure in order for the client to start attaching buffers. | |||
2017-08-09 | rename wlr_surface to wlr_texture | Tony Crisci | |
2017-08-09 | implement xdg toplevel stubs | Tony Crisci | |
2017-08-09 | Add xdg shell stubs | Tony Crisci | |
2017-08-09 | Add shell surface stubs | Tony Crisci | |
Add stubs for the wl_shell_surface interface. Implement wl_shell_get_shell_surface by creating the shell surface and settings its implementation to these stubs. | |||
2017-08-09 | Merge pull request #50 from nyorain/wl_surface | Drew DeVault | |
Add first wlr_surface example implementation | |||
2017-08-09 | Fix surface destruction | nyorain | |
2017-08-09 | Move wlr_surface into wlr | nyorain | |
2017-08-09 | Add first wlr_surface example implementation | nyorain | |
2017-08-09 | Merge pull request #51 from nyorain/region | Drew DeVault | |
Implement wlr_region using pixman | |||
2017-08-09 | Update ci for pixman | nyorain | |
2017-08-09 | Implement wlr_region using pixman | nyorain | |
2017-08-10 | Added null check on crtc | Scott Anderson | |
2017-08-09 | Merge pull request #49 from ascent12/drm-atomic | Drew DeVault | |
Atomic modesetting | |||
2017-08-09 | Atomic modesetting | Scott Anderson | |
2017-08-08 | Switch .build.yml to meson | Drew DeVault | |
2017-08-08 | Merge pull request #48 from nyorain/wlr_texture | Drew DeVault | |
Rename wlr_surface -> wlr_texture; attach -> upload | |||
2017-08-08 | Rename wlr_surface -> wlr_texture; attach -> upload | nyorain | |
2017-08-08 | Add logging in wlr_cursor | Drew DeVault | |
2017-08-08 | Accomodate for hotspot in cursor position | Drew DeVault | |
2017-08-08 | Fix software cursor. Fixes #45 | Scott Anderson | |