Developing Games on Intel Graphics
If you are gaming on graphics integrated in your Intel Processor, this is the place for you! Find answers to your questions or post your issues with PC games
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
550 Discussions

Rendering to pbuffers > 512 pixels introduces clipping

christianbuchner
Beginner
1,175 Views
Hi,

as a fallback on Intel 945 GM (950GMA graphics core) chipsets I am using pbuffers for rendering to offscreen buffers, as FBOs have been introduced only with the X3100 graphics core.

I noticed that when the pbuffer dimension exceeds 512 pixels (say, a 1024x1024 buffer), I get some unwanted clipping
about 600 pixels from the top left corner. So rendering is only done to a square region on the top left part of the pbuffer and the remaining parts are not rendered to. The viewport is properly set to (0,0, 1024,1024) pixel dimension and rendering is done in orthographic projection.

Are there any known workarounds, for example by resetting or redefining the OpenGL clip planes?

Christian

0 Kudos
1 Reply
Chuck_De_Sylva
Beginner
1,175 Views

Could you provide a small test kernel? With that I can open a bug in our tracker with the driver team. That will help get the problem resolved quicker.

Thanks.
0 Kudos
Reply