summaryrefslogtreecommitdiffstats
path: root/src/renderer/mod.rs
AgeCommit message (Expand)Author
2017-01-01Improve error handling for shader initializationJoe Wilm
2016-12-31Print nice error messages for font loading errorsJoe Wilm
2016-12-31Propagate font rasterizer errorsJoe Wilm
2016-12-29Add super hacky underline drawingJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-11Cleaning up main; Added window moduleJoe Wilm
2016-12-11Refactor color list managementJoe Wilm
2016-12-11Add support for indexed colorsJoe Wilm
2016-12-11Rename RenderApi::render_grid() to render_cells()Joe Wilm
2016-12-11Refactor cell selection out of rendererJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-11-11Workaround for cutoff glyphsJoe Wilm
2016-10-28Support drawing bold test with bright colorsJoe Wilm
2016-10-28Merge branch 'reload-colors'Joe Wilm
2016-10-28Set colors on CPUJoe Wilm
2016-10-27Move config reloading to separate threadJoe Wilm
2016-10-27Live shader reloading is now a featureJoe Wilm
2016-10-24Move color indexing to vertex shaderJoe Wilm
2016-10-24Fix some compiler warningsJoe Wilm
2016-10-23Proof of concept live reloading for colorsJoe Wilm
2016-10-15Make colors configurable from fileJoe Wilm
2016-08-12Support bold/italic font rendering on macOSJoe Wilm
2016-07-16Fix bug rendering inverted cellsJoe Wilm
2016-07-04Fix some compiler warningsJoe Wilm
2016-07-04Use "invert" cursor instead of drawing blockJoe Wilm
2016-07-03Move ::grid::index to ::indexJoe Wilm
2016-07-03Grid API is now generic and strongly typedJoe Wilm
2016-06-29Add license headers to source filesJoe Wilm
2016-06-29Implement terminal resizingJoe Wilm
2016-06-28Refactor Tty and Grid creation into Term::newJoe Wilm
2016-06-14Add support for macOSJoe Wilm
2016-06-09Fix all trivial compiler warningsJoe Wilm
2016-06-06Add support for drawing background colorsJoe Wilm
2016-06-06Support dynamic character loadingJoe Wilm
2016-06-06Batching flushes on texture changeJoe Wilm
2016-06-06Refactor Instanced Drawing to use Vertex ArraysJoe Wilm
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