| .. |
|
effect
|
Add fxaa effect implementation
|
2020-10-25 20:07:11 +03:00 |
|
renderer
|
Deferred renderer: support choosing between 16-bit and 32-bit floats for position representation
|
2020-12-09 18:18:32 +03:00 |
|
array.hpp
|
Add OpenGL array class
|
2020-10-04 12:23:01 +03:00 |
|
attribs.hpp
|
Use the new OpenGL Loader Generator for the gl loader
|
2020-10-27 23:14:12 +03:00 |
|
buffer.hpp
|
Add explicit bool cast for OpenGL objects
|
2020-10-04 17:22:16 +03:00 |
|
color.hpp
|
Add color lighting & darkening functions
|
2020-10-23 17:14:54 +03:00 |
|
drawable.hpp
|
Introduce gfx::drawable interface
|
2020-09-29 19:19:20 +03:00 |
|
error.hpp
|
Add OpenGL error reporting
|
2020-09-25 11:34:27 +03:00 |
|
framebuffer.hpp
|
Add framebuffer::read_pixels
|
2020-11-10 13:23:17 +03:00 |
|
fullscreen.hpp
|
Refactor meshes: single unified mesh class
|
2020-10-04 17:22:38 +03:00 |
|
gl.hpp
|
Update gl generator config (windows fixes)
|
2020-10-28 10:54:35 +03:00 |
|
mesh.hpp
|
Remove obsolete includes
|
2020-11-04 10:52:02 +03:00 |
|
obj_parser.hpp
|
Add Wavefront OBJ file parser
|
2020-09-25 23:16:20 +03:00 |
|
painter.hpp
|
Add macro-based pimpl & use it everywhere
|
2020-10-23 17:14:54 +03:00 |
|
pixel.hpp
|
Add integer pixel formats & restructure pixel.hpp
|
2020-10-25 21:29:07 +03:00 |
|
pixmap.hpp
|
Make gfx::pixmap an alias to 2D util::array
|
2020-09-10 18:23:56 +03:00 |
|
program.hpp
|
Add bool uniforms
|
2020-10-23 17:14:54 +03:00 |
|
render_target.hpp
|
Add gfx::render_target helper struct
|
2020-10-25 15:44:43 +03:00 |
|
renderbuffer.hpp
|
Add explicit bool cast for OpenGL objects
|
2020-10-04 17:22:16 +03:00 |
|
texture.hpp
|
Use the new OpenGL Loader Generator for the gl loader
|
2020-10-27 23:14:12 +03:00 |