aboutsummaryrefslogtreecommitdiff
path: root/src/renderer
AgeCommit message (Expand)Author
2016-06-04Optimize Rendering with batched draw callsJoe Wilm
2016-06-04Add iterator methods to Grid and Row typesJoe Wilm
2016-06-04Optimize renderingJoe Wilm
2016-06-04Add live-reload for shadersJoe Wilm
2016-06-03render: cleanup active_tex handlingJoe Wilm
2016-06-03Move debug timerJoe Wilm
2016-06-02Use texture atlas for glyphsJoe Wilm
2016-06-02Refactor renderer functions out of main.rsJoe Wilm
2016-06-02Initial support for Terminal Emulation (woo!)Joe Wilm
2016-05-21Add render time meterJoe Wilm
2016-05-20Correct sub-pixel font rendering with OpenGLJoe Wilm
2016-04-11Use subpixel font renderingJoe Wilm
2016-02-27Cleanup PackedVertex initializationJoe Wilm
2016-02-27Implement per vertex structJoe Wilm
2016-02-26Organize buffer data into structJoe Wilm
2016-02-25Move rendering stuff into renderer modJoe Wilm