Age | Commit message (Expand) | Author |
---|---|---|
2016-06-04 | Optimize Rendering with batched draw calls | Joe Wilm |
2016-06-04 | Add iterator methods to Grid and Row types | Joe Wilm |
2016-06-04 | Optimize rendering | Joe Wilm |
2016-06-04 | Add live-reload for shaders | Joe Wilm |
2016-06-03 | render: cleanup active_tex handling | Joe Wilm |
2016-06-03 | Move debug timer | Joe Wilm |
2016-06-02 | Use texture atlas for glyphs | Joe Wilm |
2016-06-02 | Refactor renderer functions out of main.rs | Joe Wilm |
2016-06-02 | Initial support for Terminal Emulation (woo!) | Joe Wilm |
2016-05-21 | Add render time meter | Joe Wilm |
2016-05-20 | Correct sub-pixel font rendering with OpenGL | Joe Wilm |
2016-04-11 | Use subpixel font rendering | Joe Wilm |
2016-02-27 | Cleanup PackedVertex initialization | Joe Wilm |
2016-02-27 | Implement per vertex struct | Joe Wilm |
2016-02-26 | Organize buffer data into struct | Joe Wilm |
2016-02-25 | Move rendering stuff into renderer mod | Joe Wilm |