Skip to content
Snippets Groups Projects
  1. Jun 28, 2022
  2. Jun 24, 2022
  3. Jun 21, 2022
  4. Jun 20, 2022
    • Rouven Czerwinski's avatar
      cursor: re-enable NULL buffer for cursor · 2a1d7d40
      Rouven Czerwinski authored
      The previous wlr_output_cursor_set_image() allows setting a NULL buffer for the
      cursor to hide it. This functionality was used by sway to hide the cursor,
      restore the original semantics by allowing NULL buffers again by avoiding the
      wlr_buffer allocation in case we have NULL pixels and handing a NULL wlr_buffer
      to wlr_output_cursor_set_buffer().
      2a1d7d40
  5. Jun 19, 2022
  6. Jun 17, 2022
  7. Jun 16, 2022
    • Simon Ser's avatar
      render/texture: drop wlr_texture_is_opaque · 29291cb4
      Simon Ser authored
      Whether a texture is opaque or not doesn't depend on the renderer
      at all, it just depends on the source buffer. Instead of forcing
      all renderers to implement wlr_texture_impl.is_opaque, let's move
      this in common code and use the wlr_buffer format to know whether
      a texture will be opaque.
      29291cb4
  8. Jun 14, 2022
  9. Jun 12, 2022
  10. Jun 11, 2022
  11. Jun 08, 2022
  12. Jun 07, 2022
  13. Jun 06, 2022
  14. Jun 05, 2022
  15. Jun 04, 2022
  16. Jun 02, 2022
Loading