| .. |
|
effect
|
Make blur effect alpha-aware
|
2022-02-26 14:33:26 +03:00 |
|
renderer
|
Remove query_array usage from deferred renderer
|
2022-04-21 23:16:24 +03:00 |
|
array.cpp
|
Add OpenGL array class
|
2020-10-04 12:23:01 +03:00 |
|
color.cpp
|
Add color from text parsing
|
2022-05-21 21:44:38 +03:00 |
|
error.cpp
|
Support printing context to gfx::check_error
|
2021-05-29 18:38:28 +03:00 |
|
framebuffer.cpp
|
Add name parameter to framebuffer::assert_complete for better error reporting
|
2021-07-21 23:46:30 +03:00 |
|
fullscreen.cpp
|
Refactor meshes: single unified mesh class
|
2020-10-04 17:22:38 +03:00 |
|
gl.cpp
|
Add image-load-store OpenGL extension
|
2022-04-22 10:37:14 +03:00 |
|
mesh.cpp
|
Make imported mesh attributes' indices fixed
|
2021-08-05 16:29:47 +03:00 |
|
netpbm.cpp
|
Move netpbm routines to netpbm.cpp
|
2021-02-27 18:13:40 +03:00 |
|
obj_parser.cpp
|
Add Wavefront OBJ file parser
|
2020-09-25 23:16:20 +03:00 |
|
painter.cpp
|
Move profiler to a separate library to break io <- util dependence
|
2022-06-09 11:23:53 +03:00 |
|
png.cpp
|
Use io::stream for png input
|
2021-04-20 15:11:41 +03:00 |
|
program.cpp
|
Support compute shader in gfx::program
|
2022-04-22 10:21:14 +03:00 |
|
query.cpp
|
Replace query_array with a more useful query_poll
|
2022-04-21 23:16:45 +03:00 |
|
renderbuffer.cpp
|
Make gfx::renderbuffer::storage support template pixel types
|
2021-03-06 18:30:35 +03:00 |
|
texture.cpp
|
Use the new OpenGL Loader Generator for the gl loader
|
2020-10-27 23:14:12 +03:00 |