Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-07 | render/gles: add support for some 16-bpc unsigned shm formats | Manuel Stoeckl | |
These formats require EXT_texture_norm16, which in turn needs OpenGL ES 3.1. The EXT_texture_norm16 extension does not support passing gl_internalformat = GL_RGBA to glTexImage2D, as can be done for formats available in OpenGL ES 2.0, so this commit adds a field to wlr_gles2_pixel_format to provide a more specific internalformat parameter to glTexImage2D. | |||
2021-08-03 | render/pixel_format: add more formats for Pixman | Simon Ser | |
These will be added to Pixman in the next commit. | |||
2021-07-30 | render/pixel-format: add a few 10-bit and FP16 formats | Manuel Stoeckl | |
2021-07-29 | render/pixel-format: add some 24 and 16-bit formats | Simon Ser | |
2021-03-25 | render/pixel_format: add XBGR8888 and ABGR8888 format | Simon Zeni | |
2021-03-25 | Move render/shm_format functions to render/pixel_format | Simon Zeni | |
2021-03-25 | render/pixel_format: introduce pixel format info table | Simon Zeni | |