| .. |
|
effect
|
Add blur effect
|
2020-12-09 23:19:27 +03:00 |
|
renderer
|
Deferred renderer: remove explicit diffuse material property
|
2020-12-10 23:34:00 +03:00 |
|
array.hpp
|
Add OpenGL array class
|
2020-10-04 12:23:01 +03:00 |
|
attribs.hpp
|
Fix padding in instanced attribs
|
2020-12-10 21:55:55 +03:00 |
|
buffer.hpp
|
Support mapping gfx::buffer (write-only)
|
2020-12-10 21:56:13 +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
|
Support direct access to buffers from gfx::mesh
|
2020-12-10 21:56:31 +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 |
|
query.hpp
|
Add OpenGL query helper
|
2020-12-12 16:04:10 +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
|
gfx::texture::pixels: support different lods & outputting to existing pixmap
|
2020-12-10 23:33:25 +03:00 |