Back out 773e9705c61b (bug 697211) for orange

This commit is contained in:
Phil Ringnalda 2011-10-31 19:02:50 -07:00
Родитель 9290d4ffcd
Коммит cfb2e5d835
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -3014,11 +3014,8 @@ WebGLContext::GetVertexAttrib(WebGLuint index, WebGLenum pname, nsIVariant **ret
wrval->SetAsISupports(mAttribBuffers[index].buf);
break;
case LOCAL_GL_VERTEX_ATTRIB_ARRAY_STRIDE:
wrval->SetAsInt32(mAttribBuffers[index].stride);
break;
case LOCAL_GL_VERTEX_ATTRIB_ARRAY_SIZE:
case LOCAL_GL_VERTEX_ATTRIB_ARRAY_STRIDE:
case LOCAL_GL_VERTEX_ATTRIB_ARRAY_TYPE:
{
GLint i = 0;

Просмотреть файл

@ -4,6 +4,7 @@ conformance/glsl/misc/glsl-long-variable-names.html
conformance/glsl/misc/shader-with-256-character-identifier.frag.html
conformance/glsl/misc/shader-with-long-line.html
conformance/programs/program-test.html
conformance/state/gl-object-get-calls.html
conformance/textures/texture-mips.html
conformance/textures/texture-npot.html
conformance/more/conformance/quickCheckAPI-S_V.html