Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PSP native post-processing effects
06-28-2014, 05:32 PM
Post: #13
RE: PSP native post-processing effects
Maybe shadow volume can be done, I don't know. There is depth testing and such.

Lighting is applied per fragment and there seems to be environment mapping at least. I think you should just read about what the GE can do from the display list commands it sends.

https://github.com/hrydgard/ppsspp/blob/...GPUState.h

It has to send a command to do anything. Anything else, it can theoretically do in software. It'd be slow, but I suppose it can do anything it wants to including all of these things you've mentioned. It has access to read the stencil and depth buffers if it wants from the CPU.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: PSP native post-processing effects - [Unknown] - 06-28-2014 05:32 PM

Forum Jump: