ItayGal2 / sage-graphics

Automatically exported from code.google.com/p/sage-graphics
0 stars 1 forks source link

YUV display code performance on various hardware #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. performance problem of the GLSL decode

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by renam...@gmail.com on 13 Jan 2010 at 3:35

GoogleCodeExporter commented 9 years ago
I think it's fixed now. There's was a texture bug and I changed the fragment 
shader to produce better colors. It uses the same function as the software 
decoder (when GLSL_YUV is off).

Original comment by renam...@gmail.com on 18 Jun 2010 at 2:28