Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plugin-Render-DepthPeeling
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
OpenFlipper-Free
Plugin-Render-DepthPeeling
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
8
Sep
12
Jul
3
Jul
9
Jan
8
16
Apr
5
4
21
Mar
21
Feb
13
12
Oct
26
May
25
30
Nov
20
Aug
14
17
Jul
9
8
Oct
21
Jul
2
26
Jun
24
Feb
20
18
5
8
Oct
1
19
Jul
7
Jun
22
Apr
8
Feb
6
10
Jan
9
13
Nov
Merge branch 'qt_6' into 'master'
master
master
add qt6 support
Merge branch 'fix-rbg' into 'master'
fix RGB/RBG mixup that caused strange artifacts.
Removed old svn header
Reduced includes
Removed WhatsThisGenerator from Baseinterface
Removed check for Qt less than 5
Merge branch 'featureRemoveExtensions' into 'master'
Replaced Aliased OpenGLExtensionCalls
Merge branch 'featureCoreProfile' into 'master'
fixed some glErrors for OSX and reenabled depthPeeling plugin.
temporarily disabled depth peeling plugin
only use alpha_test cap in compatibility mode for depthpeeling renderer
removed redundant extensions checks from depthpeeling renderer, as it
Merge branch 'glres_cleanup' into 'master'
fix gl resource cleanup
reduced includes by means of static code analysis
replace qt opengl checks with ACG refs #2529
Implement Qt5 style to detect current OpenGL Context capability
Another Bunch of license headers
BSD License Switch
separate blend functions on snapshot with state locking refs #2506
DepthPeeling: output renderinfo with modifiers
Move glew handling into a separate header file
Doxygen errors fixed
Unneccesary gl inlude
Qt5 compat fixes.
Moved variable info loops, added more consts
removed unused code in depth peeling plugin refs #2027
- Front to back peeling back to work
Use new clearing features
refactoring DepthPeeling plugin
License header update
- created a GLError header file under ACG/GL/ that holds all current GL error checking functions and macros
- updated the checkOpenGL function for the "Shader Pipeline Renderer", "Depth-Peeling Renderer" and the "SSAO Renderer"
- adding qt5 pluginsystem
Trying to get rid of some cppcheck warnings
dual depth peeling renderer update
Possibility to output shaders to strings in IRenderer
Loading