ganeshvjy
ganeshvjy

Reputation: 407

Perforce: How to get the changelist numbers in revision graph?

For some reason, the changelist numbers are not showing up in Revision graph. How do I get it back? I did all the search but no luck. Any help is greatly appreaciated. I know this is not a coding question, but it would help my workflow to see them. enter image description here

Upvotes: 2

Views: 113

Answers (1)

Samwise
Samwise

Reputation: 71424

Visual glitches in Revision Graph are usually the result of OpenGL implementation issues. Luckily, there's an easy workaround. Locate the "software rendering" option in P4V's preferences and make sure it's enabled:

https://community.perforce.com/s/article/2900

(Hardware acceleration was necessary for decent antialiasing back in 2004 when Revision Graph was written, but on a modern laptop the performance difference should be negligible.)

Upvotes: 2

Related Questions