HomeWildfire Games

Moves vertex attribute binding to CDeviceCommandContext.

Description

Moves vertex attribute binding to CDeviceCommandContext.

Patch By: Langbart, Stan

Differential Revision: https://code.wildfiregames.com/D4610

Event Timeline

Patch By > Tested By.

Langbart raised a concern with this commit.Apr 26 2022, 7:03 AM
Langbart added a subscriber: Langbart.

Some issues with particles were noted, wowgetoffmang mentioned that you can`t see the smoke on the Han forge and I have strange looking fires when buildings are destroyed.
#6519

This commit now has outstanding concerns.Apr 26 2022, 7:03 AM
vladislavbelov requested verification of this commit.Apr 26 2022, 8:13 PM
This commit now requires verification by auditors.Apr 26 2022, 8:13 PM
Langbart resigned from this commit.Apr 26 2022, 8:30 PM

Thank you for quickly fixing the problem in the ticket with rP26829.

This commit no longer requires audit.Apr 26 2022, 8:30 PM

Ended up at this commit after bisecting.
#6520

Langbart raised a concern with this commit.Apr 27 2022, 1:29 PM
This commit now has outstanding concerns.Apr 27 2022, 1:29 PM
vladislavbelov requested verification of this commit.Apr 27 2022, 9:01 PM

Ended up at this commit after bisecting.
#6520

Fixed in rP26833.

This commit now requires verification by auditors.Apr 27 2022, 9:01 PM
All concerns with this commit have now been addressed.Apr 27 2022, 10:08 PM
Langbart raised a concern with this commit.May 2 2022, 2:47 PM

The mentioned performance difference between OpenGL and OpenGL ARB in D4631 is caused by this changeset. See ticket #6525 for more details.

This commit now has outstanding concerns.May 2 2022, 2:47 PM
This commit no longer requires audit.May 3 2022, 9:24 AM
Freagarach added inline comments.
/ps/trunk/source/ps/Profiler2GPU.h
45
Profiler2GPU.cpp
In file included from ../../../source/ps/Profiler2GPU.cpp:25:
../../../source/ps/Profiler2GPU.h:45:6: warning: "CONFIG2_GLES" is not defined, evaluates to 0 [-Wundef]
   45 | #if !CONFIG2_GLES
      |      ^~~~~~~~~~~~