BBBsmoke / angleproject

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

Additional ES3 pixel store state #512

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
OpenGL ES 3.0 adds several items of PixelStore state for which we'll need to 
add support. The pixel state parameters are summarized in tables 3.1 and 4.4 in 
the spec, and the effects that the unpack and pack parameters have on pixel 
transfer are described in sections 3.7.2 (subsection labeled "Unpacking", pages 
111-114) and section 4.3.1 (subsection labeled "Placement in Pixel Pack Buffer 
or Client Memory", page 190, which mostly references the unpack section).

Original issue reported on code.google.com by jmad...@chromium.org on 31 Oct 2013 at 6:41

GoogleCodeExporter commented 9 years ago

Original comment by jmad...@chromium.org on 3 Feb 2015 at 2:54

GoogleCodeExporter commented 9 years ago
Minmin has contributed support for UNPACK_ROW_LENGTH:

https://chromium-review.googlesource.com/#/c/243951/

Original comment by jmad...@chromium.org on 3 Feb 2015 at 2:54