summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-13Rename the subdirectoriesMicha White
2023-02-13Parse TinyVG filesMicha White
2023-02-05Fix view formatsMicha White
2023-02-05Increased the max texture sizeMicha White
2023-02-05Allow for buffers larger than 256 MBMicha White
2023-02-05Loading a texture into the atlas changes itMicha White
2023-02-05Don't show terminal for bunnymark's release modeMicha White
2023-02-05Move texture atlas out of alligator_resourcesMicha White
2023-02-04Have the renderer take the texture managerMicha White
2023-02-04Made TextureManager its own monitorMicha White
2023-02-04Moved workspace settings in Cargo.tomlMicha White
2023-02-04Fix colorsMicha White
2023-02-04Fix runtime error in debug mode for bunnymarkMicha White
2023-02-04Fix shader compilation errorMicha White
2023-02-04Decrease instance capacity in bunnymarkMicha White
2023-02-04Allow bytemuck to updateMicha White
2023-02-04Upgrade winit and texture_packerMicha White
2023-02-04Fix configMicha White
2023-02-04Upgrade to wgpu 0.15Micha White
2023-01-29Cleaned up the TextureAtlas APIMicha White
2023-01-29Optimize bunnymarkMicha White
2022-11-27Added a comment explaining the leakMicha White
2022-11-27Fixed leak that occurs when window is minimizedMicha White
2022-11-27Small performance improvementMicha White
2022-11-20Brought back the texture atlasMicha White
2022-11-20Removed the reference to the TextureManagerMicha White
This would've prevented the TextureManager from being mutated as long as any TextureRefs existed. This change fixes that problem.
2022-11-20Don't load unnecessary texturesMicha White
2022-11-20Allowed queuing of a new priorityMicha White
2022-11-19Quick fix to already loaded texturesMicha White
2022-11-19Set the priority of a textureMicha White
2022-11-19Added a load_from_file methodMicha White
2022-11-19Don't unload memory texturesMicha White
2022-11-19Ultimately decided to remove the atlas for nowMicha White
2022-11-19Created TextureRefMicha White
2022-11-19Added ImageFile buffersMicha White
2022-10-25Allowed loading into the texture atlasMicha White
2022-10-25Added the texture packerMicha White
2022-10-25Started the alligator_resources projectMicha White
2022-10-22#[source] need not be specifiedMicha White
2022-10-21alligator 0.0.1Micha White
2022-10-21Changed up some dependenciesMicha White
2022-10-20Made the run function genericMicha White
2022-10-20Added a bunnymarkMicha White
2022-10-20Added rustfmt.tomlMicha White
2022-10-20Moved files into workspaceMicha White
2022-10-20More profiling and error loggingMicha White
2022-10-20Optimized the benchmark compiler flagsMicha White
2022-10-20Move the event loop into the rendererMicha White
2022-10-17Removed the need for users to have image for nowMicha White
2022-10-17More docsMicha White