Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acgl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
ACGL
acgl
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
6cd625e1297dba573dea91ff723f3ffe2a0cef18
Select Git revision
Branches
2
feature/glm-update
master
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
26
Mar
25
13
12
28
Feb
27
25
24
20
18
17
16
14
13
12
11
8
7
6
1
30
Jan
29
24
15
6
2
30
Dec
13
12
29
Nov
19
Oct
26
Aug
25
24
2
24
Jul
23
20
17
12
11
27
Jun
21
31
May
28
18
9
26
Apr
25
23
19
11
10
3
29
Mar
27
23
22
21
19
15
14
13
8
7
2
1
29
Feb
28
24
22
21
16
15
14
13
10
9
8
7
6
5
3
2
1
30
Jan
27
18
13
12
11
1
Dec
29
Nov
27
24
23
21
17
14
10
9
8
3
14
Oct
13
11
6
5
27
Sep
26
22
20
19
13
12
11
9
8
7
6
5
4
3
2
1
30
Aug
24
23
19
18
17
16
12
11
10
8
5
4
1
28
Jul
27
fix wrong indices in OBJ normal computation
made normal creation the default iff no mesh normals were provided
OBJ loader can now compute per-face normals
merged conflict
reduced warnings
ignore valid OBJ keywords if they are not supported by the loader
fix warnings in GeometryDataLoadStoreOBJ
Merge branch 'experimental' of file:///data/git-repository/acgl/libraries/acgl into experimental
added more string operations and GLM type from and to string conversion. added camera load store to string
deprecate old OBJ loader and call the new function instead
add GeometryDataLoadStore with new OBJ loader
add deprecation guards to FrameBufferObjectControl.hh
added reloading of imported sub-shaders (could be faster)
fixed texture upload bug for texture2d arrays
fixed option not to include OpenEXR loading
added option to compile EXR loading in
added read-support for RADIANCE / RGBE files
fixed QT based image loading
cube map texture fix
fixed cmake file and fixed a gcc related problem
better image loading/saving
fixed missing include, compatibility of ShaderProgram with new texture classes
added more guards for deprecated controllers
added new camera class and space navigator support
added more simple texture data load/save functions and a screenshot function
added PNG load/store functions
integrated lodepng and glm
don't dereference a NULL pointer...
implemented faster logging
added getSize to the bufferobject
added simple message mirroring to a file and fixed a bug in long debug outputs
fixed support for OpenGL 3.0 and 3.1, some ifdefs are missing for 2.1
more texture classes
added more texture functions, texture readback
more texture formats supported, FBO works with new Texture classes
started working on new texture classes, first iteration of TextureRectangle
side-effect free sampling parameter setting and getting
added missing sampling parameters to TextureBase
Reworking Textures
cleanups and additional TextureBuffer constructor
Loading