Confirmed users
753
edits
Line 45: | Line 45: | ||
*Benoit | *Benoit | ||
**Last week: | **Last week: | ||
*** Implemented the TexImage2D / TexSubImage2D / PixelStore changes discussed at the Khronos meeting: {{bug|571027}}. | *** Implemented the TexImage2D / TexSubImage2D / PixelStore changes discussed at the Khronos meeting: {{bug|571027}}. This is handled with custom quickstubs, and was done so that we currently support both the old and the new API, so as to allow existing WebGL apps a smooth transition. When the old API is used, an informative message is printed once in the JS error console. | ||
*** Implemented GetAttachedShaders: {{bug|571076}}. | *** Implemented GetAttachedShaders: {{bug|571076}}. | ||
*** Greatly expanded [https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/conformance/program-test.html | *** Greatly expanded [https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/conformance/program-test.html the WebGL test] covering shaders attachment/detachment and program linking. | ||
*** Implemented the strings-returning variants in GetParameter: {{bug|571028}}. That was privacy-sensitive (don't reveal your graphics card's name to the web). | *** Implemented the strings-returning variants in GetParameter: {{bug|571028}}. That was privacy-sensitive (don't reveal your graphics card's name to the web). | ||
*** More improvements in GetParameter: {{bug|569714}} continued. | *** More improvements in GetParameter: {{bug|569714}} continued. | ||
*** Some more cleanup in OpenGL initialization/validation: {{bug|569236}}. | *** Some more cleanup in OpenGL initialization/validation: {{bug|569236}}. | ||
*** Reviewed for Vlad: {{bug|571078}}. | |||
**This week: | **This week: | ||
*** More WebGL work, beginning with implementing the API change in ReadPixels, see {{bug|571029}}. | *** More WebGL work, beginning with implementing the API change in ReadPixels, see {{bug|571029}}. |