Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Edi Cikovic
glow
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
develop
Select Git revision
Branches
4
FixGcc8Build
develop
default
protected
feature/expand-texture-2d-multisample
master
Tags
1
0.8.0
5 results
Begin with the selected commit
Created with Raphaël 2.2.0
15
Nov
11
25
Oct
22
19
13
12
9
22
Sep
7
29
Aug
31
Jul
9
7
18
Jun
17
14
13
11
9
May
21
Mar
19
9
8
6
26
Jan
19
18
20
Dec
16
15
14
13
9
8
7
6
30
Nov
28
26
20
13
6
25
Oct
23
13
29
Sep
21
Aug
18
17
12
9
12
May
10
Apr
7
10
Feb
23
Jan
18
16
28
Nov
10
2
19
Oct
22
Sep
10
Aug
9
5
4
Jul
3
30
Jun
28
27
23
22
15
9
8
6
3
30
May
29
26
24
22
21
20
19
17
13
6
2
13
Apr
12
8
6
5
24
Mar
23
18
17
16
15
14
11
10
8
4
3
2
1
29
Feb
26
18
17
16
15
11
10
9
8
5
4
Revert "Add UsedProgram::hasErrors"
feature/expand-…
feature/expand-texture-2d-multisample
Revert "Silently suppress drawing VAOs while the used shader is erroneous"
Revert "Silently fail to use or set uniforms of erroneous Programs"
Fix __FILE__ usage on MSVC
Silently fail to use or set uniforms of erroneous Programs
Silently suppress drawing VAOs while the used shader is erroneous
Add UsedProgram::hasErrors
Add custom #pragma functionality to DefaultShaderParser
Add warning when generating mipmaps for immutable texture
Use storage immutable textures in TexturePool
Add support for immutable multisample textures
Add immutable mipmap parameter to Texture Shapes, add createImmutable method accepting Shape
Remove default initialized struct values, clean up BoundTex size member call
Use Shape instead of Size in TexturePool
Add generated textures
Add Shape getter to textures, add == operator to Shape
Revert python script output path
Add TextureT::Shape, expand multisampled textures via python script
Temporarily swap pythong codegen output paths
Add sample amount and fixed sample setters and getters
Turn off error generated by GCC 8.2.1
FixGcc8Build
FixGcc8Build
Merge branch 'feature/fix-glad-msvc' into 'develop'
develop
develop
Use _MSC_VER instead of _WIN32 flag to distinguish cases
Fix glad stdio usage for MSVC 15+
Ignored another false-positive warning
re-enabled zero-init for glm to prevent large-scale chaos
removed gli due to glm incompat. fixed some gcc problems.
updated glm and fixed changes
moved Timestamp to separate class
fixed TexturePool OOB
added final to some objects, moved noncopyable to NamedObject, introduced Sampler objects
fixed clang-format
added max length to debug names
fixed source_group for older cmake
added visual studio source folders
added all-including objects file
added includable shader resources
added builder-style properties
Merge branch 'develop' of https://www.graphics.rwth-aachen.de:9000/Glow/glow into develop
Added TexturePool and more texture functions
Loading