aboutsummaryrefslogtreecommitdiff
path: root/src/renderer/mod.rs
Commit message (Expand)AuthorAge
* Add support for drawing background colorsJoe Wilm2016-06-06
* Support dynamic character loadingJoe Wilm2016-06-06
* Batching flushes on texture changeJoe Wilm2016-06-06
* Refactor Instanced Drawing to use Vertex ArraysJoe Wilm2016-06-06
* Optimize Rendering with batched draw callsJoe Wilm2016-06-04
* Add iterator methods to Grid and Row typesJoe Wilm2016-06-04
* Optimize renderingJoe Wilm2016-06-04
* Add live-reload for shadersJoe Wilm2016-06-04
* render: cleanup active_tex handlingJoe Wilm2016-06-03
* Move debug timerJoe Wilm2016-06-03
* Use texture atlas for glyphsJoe Wilm2016-06-02
* Refactor renderer functions out of main.rsJoe Wilm2016-06-02
* Initial support for Terminal Emulation (woo!)Joe Wilm2016-06-02
* Add render time meterJoe Wilm2016-05-21
* Correct sub-pixel font rendering with OpenGLJoe Wilm2016-05-20
* Use subpixel font renderingJoe Wilm2016-04-11
* Cleanup PackedVertex initializationJoe Wilm2016-02-27
* Implement per vertex structJoe Wilm2016-02-27
* Organize buffer data into structJoe Wilm2016-02-26
* Move rendering stuff into renderer modJoe Wilm2016-02-25