summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* Fix GLSL 1.2 versions of a couple fragment shaders.David Thompson2023-09-282-7/+7
* Update gamecontrollerdb.txt.David Thompson2023-09-131-79/+256
* Update SDL game controller database file.David Thompson2022-10-241-9/+29
* Update SDL game controller database file.David Thompson2022-10-011-792/+1073
* graphics: Fix compatibility issue with cube maps in phong/pbr shaders.David Thompson2021-10-082-2/+8
* graphics: Enable nvidia cube map extension in shaders that use samplerCube.David Thompson2021-09-283-0/+3
* Fix compatibility shims in PBR/Phong fragment shaders.David Thompson2021-09-282-2/+2
* graphics: light: Add intensity field.David Thompson2021-09-232-4/+6
* Add missing skybox shader files.David Thompson2021-09-212-0/+53
* Update SDL game controller database file.David Thompson2021-09-211-106/+688
* graphics: path: Move gradient matrix multiplication to vertex shader.David Thompson2021-09-082-6/+5
* graphics: path: Add support for linear/radial gradient fills.David Thompson2021-09-082-2/+35
* graphics: path: Separate fill/stroke into different shaders.David Thompson2021-08-275-104/+122
* graphics: Add basic image based ambient lighting.David Thompson2021-08-162-8/+17
* graphics: pbr: Move attributes around to support auto-generated meshes.David Thompson2021-08-121-5/+5
* graphics: Always use normal/ambient/etc. maps.David Thompson2021-08-122-94/+48
* graphics: Refactor model/phong/pbr modules to use new mesh module.David Thompson2021-08-122-27/+22
* graphics: pbr: Normalize the interpolated normal vector in fragment shader.David Thompson2021-08-081-1/+1
* graphics: phong: Use Blinn-Phong method for specular highlights.David Thompson2021-08-081-1/+2
* graphics: phong: Improve lighting.David Thompson2021-08-062-11/+22
* graphics: phong: Respect the user defined lights passed to draw-model.David Thompson2021-05-142-42/+138
* graphics: pbr: Add placeholder inputs/outputs to shaders.David Thompson2021-05-142-3/+16
* graphics: pbr: Fix missing semicolon in fragment shader.David Thompson2021-05-141-1/+1
* graphics: pbr: Improve fragment shader.David Thompson2021-05-141-54/+115
* graphics: pbr: Partially rewrite fragment shader.David Thompson2021-05-131-93/+147
* graphics: model: Add support for dynamic lights in PBR models.David Thompson2021-05-122-62/+85
* graphics: model: Add really rough sketch of PBR lighting model.David Thompson2021-05-112-30/+204
* graphics: pbr: Add comments to fragment shader.David Thompson2021-05-101-3/+3
* graphics: pbr: Shade blue when there is no vertex color or base color.David Thompson2021-05-101-1/+1
* graphics: model: Add basic alpha mode support for glTF models.David Thompson2021-05-081-0/+22
* model: Improve PBR material handling for glTF models.David Thompson2021-05-071-15/+58
* graphics: phong: Extract shader code to separate files.David Thompson2021-05-072-0/+123
* graphics: pbr: Extract shader code to separate files.David Thompson2021-05-072-0/+81
* Update game controller database file.David Thompson2020-11-191-3/+17
* graphics: path: Fix bad syntax in fragment shader in GLSL 1.2.David Thompson2020-11-191-2/+2
* render: Add vector path rendering module.David Thompson2020-11-182-0/+137
* Update game controller database file.David Thompson2020-10-081-11/+283
* font: Make Inconsolata the new default font.David Thompson2020-10-034-246/+2
* render: Restructure 3D modules and add basic support for OBJ models.David Thompson2019-10-242-21/+0
* Update SDL2 game controller database file.David Thompson2019-05-121-1/+38
* Add SDL2 game controller database file.David Thompson2019-01-081-0/+586
* Rename data/CREDITS to data/AUTHORS.David Thompson2018-12-141-0/+0
* render: font: Include a default font for convenience.David Thompson2018-12-133-0/+248
* render: scene: Apply base color texture and factor.David Thompson2018-09-072-1/+9
* data: shaders: Update WIP PBR shaders.David Thompson2018-09-062-5/+4
* Add beginnings of glTF parser and loader.David Thompson2017-09-132-0/+14