Chromium Code Reviews| Index: third_party/gles2_book/README.chromium |
| =================================================================== |
| --- third_party/gles2_book/README.chromium (revision 94518) |
| +++ third_party/gles2_book/README.chromium (working copy) |
| @@ -36,4 +36,8 @@ |
| Initialized local variables: |
| - Chapter_11/Stencil_Test/Stencil_Test.c |
| - Common/Source/esShader.c |
| + |
| + Improvements in Chapter_11/Stencil_Test: |
| + - Fixed depth and color values in Stencil Test |
| + - Removed redundant glGetIntegerv in draw loop |