gxquickly / angleproject

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

Emulate Missing pack_unpack functions from OpenGL 4.1 #947

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:

Emulate Missing pack_unpack functions from OpenGL 4.1

After the review, I'll merge this branch into:
/master

Original issue reported on code.google.com by qdeng.nv...@gmail.com on 16 Mar 2015 at 9:44

GoogleCodeExporter commented 9 years ago
https://chromium-review.googlesource.com/#/c/260232/

Original comment by qdeng.nv...@gmail.com on 16 Mar 2015 at 10:07

GoogleCodeExporter commented 9 years ago
I used test.vert and test.frag as testing files. And watch1.pdf is the 
watchlist in visual studio using NSight. 

Original comment by qdeng.nv...@gmail.com on 8 Apr 2015 at 11:45

GoogleCodeExporter commented 9 years ago

Original comment by qdeng.nv...@gmail.com on 8 Apr 2015 at 11:46

Attachments:

GoogleCodeExporter commented 9 years ago
The following revision refers to this bug:
  https://chromium.googlesource.com/angle/angle/+/03f3caecd9967f004fb5708053ba3fe0d6703fda

commit 03f3caecd9967f004fb5708053ba3fe0d6703fda
Author: Qingqing Deng <qdeng@nvidia.com>
Date: Mon Mar 16 09:01:21 2015

Emulate Missing pack_unpack functions from OpenGL 4.1

BUG=angleproject:947

TEST=angle_unittests, angle_end2end_tests

Change-Id: Id1afd7630d9720b6701225b7abf1ce4a3bf528b6
Reviewed-on: https://chromium-review.googlesource.com/260232
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Olli Etuaho <oetuaho@nvidia.com>
Tested-by: Olli Etuaho <oetuaho@nvidia.com>

[add] 
http://crrev.com/03f3caecd9967f004fb5708053ba3fe0d6703fda/src/tests/gl_tests/Pac
kUnpackTest.cpp
[add] 
http://crrev.com/03f3caecd9967f004fb5708053ba3fe0d6703fda/src/tests/compiler_tes
ts/Pack_Unpack_test.cpp
[modify] 
http://crrev.com/03f3caecd9967f004fb5708053ba3fe0d6703fda/src/tests/compiler_tes
ts/compiler_tests.gypi
[modify] 
http://crrev.com/03f3caecd9967f004fb5708053ba3fe0d6703fda/src/tests/angle_unitte
sts.gypi
[modify] 
http://crrev.com/03f3caecd9967f004fb5708053ba3fe0d6703fda/src/libANGLE/renderer/
gl/CompilerGL.cpp
[modify] 
http://crrev.com/03f3caecd9967f004fb5708053ba3fe0d6703fda/src/compiler/translato
r/BuiltInFunctionEmulatorGLSL.cpp
[modify] 
http://crrev.com/03f3caecd9967f004fb5708053ba3fe0d6703fda/src/compiler/translato
r/BuiltInFunctionEmulatorGLSL.h
[modify] 
http://crrev.com/03f3caecd9967f004fb5708053ba3fe0d6703fda/src/compiler/translato
r/TranslatorGLSL.cpp
[modify] 
http://crrev.com/03f3caecd9967f004fb5708053ba3fe0d6703fda/src/tests/angle_end2en
d_tests.gypi

Original comment by bugdroid1@chromium.org on 10 Jun 2015 at 6:54

GoogleCodeExporter commented 9 years ago
The following revision refers to this bug:
  https://chromium.googlesource.com/angle/angle/+/34482831b0978aba23dfd4c13edcd6c837f3adda

commit 34482831b0978aba23dfd4c13edcd6c837f3adda
Author: Geoff Lang <geofflang@chromium.org>
Date: Wed Jun 10 19:16:07 2015

Add missing newlines to BuiltInFunctionEmulatorGLSL.cpp and 
Pack_Unpack_test.cpp.

BUG=angleproject:947

Change-Id: I8cbcd99e8c2cb7c461b0c624596631a4dec6dcc8
Reviewed-on: https://chromium-review.googlesource.com/276668
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Tested-by: Geoff Lang <geofflang@chromium.org>

[modify] 
http://crrev.com/34482831b0978aba23dfd4c13edcd6c837f3adda/src/compiler/translato
r/BuiltInFunctionEmulatorGLSL.cpp
[modify] 
http://crrev.com/34482831b0978aba23dfd4c13edcd6c837f3adda/src/tests/compiler_tes
ts/Pack_Unpack_test.cpp

Original comment by bugdroid1@chromium.org on 10 Jun 2015 at 7:17