| .. |
|
effect
|
Add blur effect
|
2020-12-09 23:19:27 +03:00 |
|
renderer
|
Deferred renderer: support retrieving depth buffer
|
2020-12-14 14:12:43 +03:00 |
|
armature.hpp
|
Fix gfx::bone_transform::matrix
|
2022-06-23 00:10:17 +03:00 |
|
array.hpp
|
Add gfx::array::operator bool
|
2022-06-30 23:07:51 +03:00 |
|
attribs.hpp
|
Fix setting up instanced VAO attribs using gfx::setup
|
2022-06-30 23:08:13 +03:00 |
|
buffer.hpp
|
Support loading data from util::span to gfx::buffer
|
2022-08-19 09:48:21 +03:00 |
|
color.hpp
|
Add color hex output
|
2022-05-28 20:07:21 +03:00 |
|
dither.hpp
|
Add ordered dither mask generation to gfx
|
2022-06-18 17:35:50 +03:00 |
|
drawable.hpp
|
Introduce gfx::drawable interface
|
2020-09-29 19:19:20 +03:00 |
|
error.hpp
|
Support printing context to gfx::check_error
|
2021-05-29 18:38:28 +03:00 |
|
framebuffer.hpp
|
Add name parameter to framebuffer::assert_complete for better error reporting
|
2021-07-21 23:46:30 +03:00 |
|
fullscreen.hpp
|
Refactor meshes: single unified mesh class
|
2020-10-04 17:22:38 +03:00 |
|
gl.hpp
|
Update gl.cpp
|
2022-08-14 22:40:20 +03:00 |
|
memory.hpp
|
Support retrieving available GPU memory size
|
2022-08-14 22:59:14 +03:00 |
|
mesh.hpp
|
Clang compilation fixes
|
2022-06-11 13:58:54 +03:00 |
|
obj_parser.hpp
|
Add Wavefront OBJ file parser
|
2020-09-25 23:16:20 +03:00 |
|
painter.hpp
|
Support interpolated line color in gfx::painter
|
2021-06-20 15:53:08 +03:00 |
|
pixel.hpp
|
Support loading sRGB textures
|
2022-06-20 22:11:50 +03:00 |
|
pixmap.hpp
|
Add sRGB <-> linear conversion for pixmaps
|
2022-05-17 12:54:08 +03:00 |
|
program.hpp
|
Support setting uniform block indices in gfx::program
|
2022-06-22 18:03:04 +03:00 |
|
query.hpp
|
Replace query_array with a more useful query_poll
|
2022-04-21 23:16:45 +03:00 |
|
render_target.hpp
|
Add gfx::render_target helper struct
|
2020-10-25 15:44:43 +03:00 |
|
renderbuffer.hpp
|
Make gfx::renderbuffer::storage support template pixel types
|
2021-03-06 18:30:35 +03:00 |
|
texture.hpp
|
Add buffer textures
|
2022-07-29 18:58:41 +03:00 |
|
texture_atlas.hpp
|
Support item padding in gfx::texture_atlas
|
2022-05-14 00:01:45 +03:00 |
|
texture_view.hpp
|
Store texcoords as float in texture_view
|
2022-05-19 11:23:42 +03:00 |