NirViaje / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Pixel shader working package renaming to quad #236

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description:
  In order to SIMD, we need to pass 2x2 pixels in to pixel shader.
  For now we have a special name for 2x2 regions.
  So we need to name it "quad" to distinguish other pixel rectangles.

  When renaming it, we need to:
  1. Change draw package functions to draw quad
  2. Change 4x4 package to 2x2 quads.
  3. If any samples avaiable in quad, full quads need to be interpolated.

Original issue reported on code.google.com by wuye9036 on 15 Apr 2013 at 3:15

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 7 Jul 2015 at 8:47