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.
76e195ebbe55cda35c177fb21c7772c2a01aa766
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
12
Jan
6
14
Dec
13
Nov
5
20
Oct
30
Sep
15
27
Aug
8
7
1
31
Jul
30
27
6
4
3
26
Jun
25
21
18
14
13
5
4
3
28
May
14
8
6
5
2
28
Apr
24
23
15
14
9
28
Mar
26
18
7
5
13
Feb
12
30
Jan
28
3
27
Dec
19
16
27
Nov
26
12
25
Oct
24
23
21
17
16
15
19
Sep
18
9
5
4
3
2
1
30
Aug
18
17
15
13
12
9
5
29
Jul
25
19
16
12
11
8
5
3
2
1
28
Jun
27
26
25
24
20
14
10
7
6
3
28
May
23
21
14
13
10
9
8
7
2
29
Apr
26
25
23
18
16
15
11
9
5
4
3
2
28
Mar
27
26
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
changed error message
fixed enum
Merge branch 'master' of ssh://beatrix.informatik.rwth-aachen.de/data/git-repository/acgl/libraries/acgl
cleanups and added functions to get unsupported GL pointers
add C++11 CXX flags when compiling acgl standalone
set GL_PACK_ALIGNMENT to 1 when downloading textures via getTextureImageRAW
initialize memory in ShaderCreator
fix wrong color conversions between RGB and RGBA
fix warning in glm
allow setting TextureBuffers as ShaderProgram uniforms
add missing include
update cmake submodule
fixed button layout
added hack for analog trigger on windows of xbox 360 gamepad
fixed gamepad related crash
Merge branch 'master' of ssh://gulden.informatik.rwth-aachen.de/data/git-repository/acgl/libraries/acgl
Added recenter pose function in Rift controller
added initial support for QT
compatibility with VStudio 2012
Oculus SDK 0.4 compatible SimpleRiftController
updated Rift SDK handling and support for 360 gamepad on windows
Rift SDK 0.4 support, reduced warnings on VStudio, OculusRiftCamera needs work
added two new rotation modes for the camera class
Merge branch 'master' of ssh://beatrix.informatik.rwth-aachen.de/data/git-repository/acgl/libraries/acgl
fixed parsing errors if a wrong locale is set
Fixed legacy rift support (compile errors)
fixed warning
Merge branch 'master' of ssh://Renault.informatik.rwth-aachen.de/data/git-repository/acgl/libraries/acgl
* VertexArrayObjectCreator is now capable of caching and loads also vao
fixed defines
Made rift dummy behavior configurable. (Define ACGL_RIFT_USE_DUMMY):x
Added new Rift SDK support (ACGL_RIFT_SDK_VERSION must be at least 32)
Fixed windows warning in MemoryMappedFileImpl.cc
Introduced ACGL_RIFT_SDK_VERSION define to disable SimpleRiftController for new rift sdk
Added transparent uniform location cache for shaders.
* faster obj parsing for tabs
fixes #2200
add convertTextureData function
make ColorSpace an enum class
* further performance enhancements
Loading