Post Reply 
 
Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about Linear Filtering
06-10-2013, 06:57 AM
Post: #1
Question about Linear Filtering
So, I was wondering is Linear Filtering in PPSSPP same as GL_LINEAR mode instead of GL_NEAREST? If enabling Linear Filtering changes it to GL_LINEAR then how devs were able to do texture mapping using it without experiencing usual black borders around moving textures/objects? Do real PSP have texture filtering mode (Linear Filtering) unlike Nintendo DS? I could see it in source of github of PPSSPP but I can't understand the procedure of github, too bad!
Find all posts by this user
Quote this message in a reply
06-10-2013, 07:57 AM
Post: #2
RE: Question about Linear Filtering
The real PSP has proper linear filtering, many games uses it just fine. It's not an issue the same way as on the DS.
Find all posts by this user
Quote this message in a reply
06-10-2013, 08:34 AM
Post: #3
RE: Question about Linear Filtering
I guess I finally understood now how to get master source code from github. Now, I'll be able to see how it is done in PPSSPP. Actually, I'm more into discovering how things are done in emulator rather than fixing bugs since I'm beginner in programming. Source code helps me a lot in learning development, so thanks for that! Is Visual C++ Express 2008 OK for releasing a build? Or is Visual C++ Express 2010 necessary?
Find all posts by this user
Quote this message in a reply
06-10-2013, 09:08 AM
Post: #4
RE: Question about Linear Filtering
2010 is probably necessary.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: