-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port ign-rendering to Ogre 2.3 #553
Commits on Jul 23, 2022
-
Signed-off-by: Matias N. Goldberg <[email protected]> ogre2/src/terrain/Terra/src/Hlms/PbsListener/OgreHlmsPbsTerraShadows.cpp
Configuration menu - View commit details
-
Copy full SHA for 785c24a - Browse repository at this point
Copy the full SHA 785c24aView commit details -
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9286ba - Browse repository at this point
Copy the full SHA e9286baView commit details -
Fix some failing tests due to 2.3 changes
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44b27bb - Browse repository at this point
Copy the full SHA 44b27bbView commit details -
Use depth clamp override via Ogre2
Ogre 2.3 added _setNeedsDepthClamp Furthermore glEnable(GL_DEPTH_CLAMP); was no longer working as Ogre would override that setting. All tests are now passing again Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4edd48 - Browse repository at this point
Copy the full SHA c4edd48View commit details -
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c15bdf - Browse repository at this point
Copy the full SHA 6c15bdfView commit details -
Add BRDF LUT data files for LTC Area lights (currently unused) Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1353d0 - Browse repository at this point
Copy the full SHA b1353d0View commit details -
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25fdf42 - Browse repository at this point
Copy the full SHA 25fdf42View commit details -
Ogre2GpuRays no longer creates the compositor programmatically
It uses a script now. Textures are passed via the Compositor or else Ogre cannot setup proper layout transitions for Vulkan for these textures Fix INTEGRATION_gpu_rays under Vulkan Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecfd21d - Browse repository at this point
Copy the full SHA ecfd21dView commit details -
Reduce VRAM consumption by reusing textures in Ogre2GpuRays
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0999d90 - Browse repository at this point
Copy the full SHA 0999d90View commit details -
Fix INTEGRATION_camera under Vulkan
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea5e601 - Browse repository at this point
Copy the full SHA ea5e601View commit details -
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c87b3d6 - Browse repository at this point
Copy the full SHA c87b3d6View commit details -
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35912f2 - Browse repository at this point
Copy the full SHA 35912f2View commit details -
Handle format conversions in Ogre2RenderTarget::Copy
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea383da - Browse repository at this point
Copy the full SHA ea383daView commit details -
Add missing listener redirections Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7474861 - Browse repository at this point
Copy the full SHA 7474861View commit details -
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8df13e1 - Browse repository at this point
Copy the full SHA 8df13e1View commit details -
Add Syntax changes based on feedback
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5e7a4f - Browse repository at this point
Copy the full SHA c5e7a4fView commit details -
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc9be0e - Browse repository at this point
Copy the full SHA bc9be0eView commit details -
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6737a3 - Browse repository at this point
Copy the full SHA e6737a3View commit details -
Fix build error with Ogre 2.3.1
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 589032c - Browse repository at this point
Copy the full SHA 589032cView commit details -
Request for OGRE-Next 2.3.1 in CMake
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c7db54 - Browse repository at this point
Copy the full SHA 3c7db54View commit details -
plaincolor_fs_Metal depends on plaincolor_vs_Metal which causes a crash with OgreNext 2.3.1 Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 775c423 - Browse repository at this point
Copy the full SHA 775c423View commit details -
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 983638b - Browse repository at this point
Copy the full SHA 983638bView commit details -
Fix failing tests due to ign -> gz rename
Signed-off-by: Matias N. Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72b59de - Browse repository at this point
Copy the full SHA 72b59deView commit details
Commits on Jul 27, 2022
-
Update dependencies and add to RPath for debs
Signed-off-by: Michael Carroll <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3beb99c - Browse repository at this point
Copy the full SHA 3beb99cView commit details
Commits on Jul 29, 2022
-
Refactor rendering tests to run against multiple implementations (gaz…
…ebosim#685) As we have increased our number of potential configurations, we needed a bit of a refactor to be able to test all of the configurations. This changes the tests to no longer use gtest's parameterization, but rather use ctest's Signed-off-by: Michael Carroll <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa78da6 - Browse repository at this point
Copy the full SHA aa78da6View commit details -
Port remaining tests to common framework (gazebosim#694)
* Port remaining tests to common framework Signed-off-by: Michael Carroll <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37da046 - Browse repository at this point
Copy the full SHA 37da046View commit details