kevinortegren / zombieshroom

Large game project
11 stars 2 forks source link

AMD support #30

Open STiX92 opened 10 years ago

STiX92 commented 10 years ago

All textures execpt the model textures are working. derpmcfuck

I get the following warnings. OpenGL extension: GL_NVX_gpu_memory_info and NV_texture_multisample.

Whould be happy if we get it to work. (I run with a amd graphics card. (not old.)

doqunbop commented 10 years ago

I get the same two warnings on my laptop, but the game runs just fine. Nvidia GPU though.

kevinortegren commented 10 years ago

AMD cards can't handle some textures

kevinortegren commented 10 years ago

Will look into this. Current status: Textures are working. Glow is not working. SSAO is not looking good. Some meshes are leaking indices which causes mesh tearing.

on AMD Radeon HD 5870

kevinortegren commented 10 years ago

90% working. Still problems with transform feedback or geometry shader. Tessellation has gaps at detail level change. These problems crash some AMD card drivers.