- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I've just converted an application from DirectX11 to OpenGL 4.5 to gain some cross platform support for Windows and Linux.
Just installed latest GPA to find no OpenGL support, and older GPA appears not support OpenGL 4.5.
How can I analyze OpenGL performance for Intel GPUs on Windows?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
GregZero,
Thanks for creating a new post. That other one was quite outdated.
Unfortunately, I have no good news for you
Having written apps myself, I know that cross platform support is extremely useful. Unfortunately, we no longer support OpenGL on Windows. Nor do we support OpenGL 4.5 on any platform.
We do support OpenGL 4.1 on Linux. But our focus is DirectX and Vulkan.
Pamela
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
GregZero,
Thanks for creating a new post. That other one was quite outdated.
Unfortunately, I have no good news for you
Having written apps myself, I know that cross platform support is extremely useful. Unfortunately, we no longer support OpenGL on Windows. Nor do we support OpenGL 4.5 on any platform.
We do support OpenGL 4.1 on Linux. But our focus is DirectX and Vulkan.
Pamela
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
By the way, did you try it in Frame mode? We don't guarantee results, but it could end up being helpful.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
If by 'Frame mode', you mean frame capture, I can use System Analyzer to see some stats on the app, and the app is overlaid with a HUD info display. I can capture a frame. But when I open the frame in Graphics Frame Analyzer, I just see error "An internal error has occurred. Please contact Intel customer support."
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Well darn. I wonder if there would be a difference if you used GPA Framework . . . you could give it a shot. It only works on Windows*.
So, Framework is the back end - it's underneath the GPA GUI Tools. We provide the Framework as a separate "product" because it's cli, so Game Devs use it for automating testing or debugging . . . basically anything where you want the captures and data but don't need to see the pretty graphs. I fear it may not work, but might be worth a try.
If you want to try:
- Download: https://software.intel.com/content/www/us/en/develop/tools/graphics-performance-analyzers/download.html -- Go here, scroll down, click on the button to get the msi
- Docs: https://intel.github.io/gpasdk-doc/
Let me know what happens if you try it.
Pamela
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanks. I have got past my critical performance issue now.
If I get to trying the GPA Framework, I'll let you know. The docs do state "NOTE: Intel® GPA Framework instruments and captures only the graphics APIs from the Supported Graphics APIs." Linking to DX and Vulkan only, so no high hopes in that direction.