axmol/tests/cpp-tests/Resources/Images
Ricardo Quesada 4a318c0048 Renderer improvments: TriangleCommand and QuadCommand merged
- more options for batching (faster)
- less flushing in between commands (faster)
- less renderer code (easier to maintain)
- less VBO/VAO (less memory)
- uses temporary buffer for faster rendering (more memory)
  - QuadCommand is just a subclass of TriangleCommand (simpler)
  - but statically it allocates indices internally (like any TriangleCommand) (more
    memory, but not that much)
- adds more tests for SpritePolygon
- adds test for batching Tri + Quad command
- and fixes some other bugs

Squashed commit of the following:

commit cce893a9114da5dda91a895e4e661894f365e2c7
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Mon Feb 8 06:56:57 2016 -0800

    QuadCommand: indices are static

    thanks @Darinex

commit e5fd1c14e93d2f07b8266bfec03cf7206d348f59
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Sun Feb 7 19:18:42 2016 -0800

    little improvements in xcode proj management

commit 6cd29764e01ad300f4e89e62aa6b399f73e94f01
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Sun Feb 7 19:05:52 2016 -0800

    Renderer improvments: TriangleCommand and QuadCommand merged

    - more options for batching (faster)
    - less flushing in between commands (faster)
    - less renderer code (easier to maintain)
    - less VBO/VAO (less memory)
    - uses temporary buffer for faster rendering (more memory)

    and fixes some other bugs

    Squashed commit of the following:

    commit af7a209435c5f2430c31ab3ebcc7f45051eacb1a
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Sun Feb 7 18:55:27 2016 -0800

        adds test for batching quads and tris

    commit 25816e3eaeffd4b0cfe5fa15e97ff84e9013b8be
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Sun Feb 7 18:40:15 2016 -0800

        cleanup renderer

    commit 7f9785056681756c865d603516c7e14c46040e82
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Sun Feb 7 15:34:48 2016 -0800

        clean up docs

    commit 92a8b679dd404e4ca2839d85e2bd925195b12996
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Sun Feb 7 15:18:52 2016 -0800

        QuadCommand converted to Triangles command

    commit 7e21ec12d3781f6964b4d639cfa4bdc79eb8ae80
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Fri Feb 5 16:17:29 2016 -0800

        adds missing files... new test as well

    commit d1bd4391785515bdc2e1bebbeb3f321f983b51f2
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Fri Feb 5 14:35:41 2016 -0800

        more tests for poly sprites

    commit 5775a25b1046671bd0f5af4c5ab52b308b34bb39
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Fri Feb 5 00:30:13 2016 -0800

        malloc instead of std::vector

    commit 14a5d45cc978c55a182c03f181ca2bc603776561
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Thu Feb 4 21:40:46 2016 -0800

        little optimization

    commit 5667cb2b62416f8a439a54c3973d5841fbe1b68b
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Thu Feb 4 19:13:13 2016 -0800

        quad works as expected

    commit 462aef05baa6586591882faa366839bead4be068
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Thu Feb 4 15:22:59 2016 -0800

        works

    commit c789e6c42811278563c7682b5620296ae8d84aeb
    Merge: d6c3729 de62924
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Thu Feb 4 14:08:49 2016 -0800

        Merge branch 'v3' into uniform_matrix_auto

    commit d6c37297954af752ebf42ec5f71e5e2fe28c9cc2
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Thu Feb 4 13:54:07 2016 -0800

        works ok...

    commit 45c288631989ea735cc31ec5aa683d9d41aacab3
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Thu Feb 4 12:58:34 2016 -0800

        quad works!

    commit 7137cff51df09adee7129738cea2b69da090756e
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Wed Feb 3 16:19:34 2016 -0800

        more optimizations... WIP... doesn't work yet

    commit a8324c1a9acb6b82102e05eee6e5e5f341306c7b
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Tue Feb 2 21:59:42 2016 -0800

        compiles in release mode

        more tests... better threshold

    commit 884ffc756e7520fcbb9252260181538ec81b8368
    Author: Ricardo Quesada <ricardoquesada@gmail.com>
    Date:   Tue Feb 2 17:21:32 2016 -0800

        initial uniform_auto_matrix commit

        Changes the CC_matrix uniform in runtime depending on whether the command can be batched or not.

        Lot of things missing, though... like performance tests.
2016-02-08 11:25:37 -08:00
..
bugs fix libpng warning 2014-12-27 20:47:59 +08:00
sprites_test fix libpng warning 2014-12-27 20:47:59 +08:00
BoilingFoam.plist add js resource for web tests 2015-05-25 16:50:27 +08:00
Comet.png fix libpng warning 2014-12-27 20:47:59 +08:00
CyanSquare.png fix libpng warning 2014-12-27 20:47:59 +08:00
CyanTriangle.png fix libpng warning 2014-12-27 20:47:59 +08:00
ETC1.pkm Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
Fog.png fix libpng warning 2014-12-27 20:47:59 +08:00
HelloWorld.png fix libpng warning 2014-12-27 20:47:59 +08:00
Icon.png fix libpng warning 2014-12-27 20:47:59 +08:00
MagentaSquare.png fix libpng warning 2014-12-27 20:47:59 +08:00
Pea.png fix libpng warning 2014-12-27 20:47:59 +08:00
SendScoreButton.png fix libpng warning 2014-12-27 20:47:59 +08:00
SendScoreButtonPressed.png fix libpng warning 2014-12-27 20:47:59 +08:00
SpinningPeas.png fix libpng warning 2014-12-27 20:47:59 +08:00
SpookyPeas.png fix libpng warning 2014-12-27 20:47:59 +08:00
YellowSquare.png fix libpng warning 2014-12-27 20:47:59 +08:00
YellowTriangle.png fix libpng warning 2014-12-27 20:47:59 +08:00
arrows-hd.png add js resource for web tests 2015-05-25 16:50:27 +08:00
arrows.png fix libpng warning 2014-12-27 20:47:59 +08:00
arrowsBar-hd.png add js resource for web tests 2015-05-25 16:50:27 +08:00
arrowsBar.png fix libpng warning 2014-12-27 20:47:59 +08:00
assetMgrBackground1.jpg change asset manager to use a new resource, which will not affect other test cases 2014-10-20 11:03:13 +08:00
assetMgrBackground2.png fix libpng warning 2014-12-27 20:47:59 +08:00
assetMgrBackground3.png fix libpng warning 2014-12-27 20:47:59 +08:00
atlastest.png fix libpng warning 2014-12-27 20:47:59 +08:00
b1.png fix libpng warning 2014-12-27 20:47:59 +08:00
b2.png fix libpng warning 2014-12-27 20:47:59 +08:00
background.png fix libpng warning 2014-12-27 20:47:59 +08:00
background1.jpg Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
background1.png fix libpng warning 2014-12-27 20:47:59 +08:00
background2.jpg Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
background2.png fix libpng warning 2014-12-27 20:47:59 +08:00
background3.jpg Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
background3.png fix libpng warning 2014-12-27 20:47:59 +08:00
ball.png fix libpng warning 2014-12-27 20:47:59 +08:00
bitmapFontTest3.fnt Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
bitmapFontTest3.png fix libpng warning 2014-12-27 20:47:59 +08:00
blocks.png fix libpng warning 2014-12-27 20:47:59 +08:00
blocks9.png fix libpng warning 2014-12-27 20:47:59 +08:00
blocks9c.png changeв russian letter с to english c 2015-12-18 10:19:08 +03:00
blocks9cr.png Scale9Sprite test improvemets 2015-12-18 01:38:53 +03:00
blocks9r.png fix libpng warning 2014-12-27 20:47:59 +08:00
blocks9ss.plist Both Image/blocks9ss.plist and animations/grossini.plist have image frames grossini_dance_*.png, and in Image/blocks9ss.plist the frames is smaller than frames in animations/grossini.plist, so if load Image/blocks9ss.plist first, the samples use frames named grossini_dance_*.png in animations/grossini.plist will crash. After check in source file, we found these frames in Image/blocks9ss.plist hasn't been used, so we changed frames name in Image/blocks9ss.plist to avoid crash. 2015-12-24 20:22:01 +08:00
blocks9ss.png fix libpng warning 2014-12-27 20:47:59 +08:00
blocks9ss.tps Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
btn-about-normal-vertical.png fix libpng warning 2014-12-27 20:47:59 +08:00
btn-about-normal.png fix libpng warning 2014-12-27 20:47:59 +08:00
btn-about-selected.png fix libpng warning 2014-12-27 20:47:59 +08:00
btn-highscores-normal.png fix libpng warning 2014-12-27 20:47:59 +08:00
btn-highscores-selected.png fix libpng warning 2014-12-27 20:47:59 +08:00
btn-play-normal.png fix libpng warning 2014-12-27 20:47:59 +08:00
btn-play-selected.png fix libpng warning 2014-12-27 20:47:59 +08:00
bug12847_sprite.png improves the test to reproduce bug 12847 2015-07-22 15:08:36 -07:00
bug12847_spriteframe.plist add sprite frame flash line bug test case. 2015-07-22 13:42:10 +08:00
bug12847_spriteframe.png improves the test to reproduce bug 12847 2015-07-22 15:08:36 -07:00
close.png fix libpng warning 2014-12-27 20:47:59 +08:00
cocos-html5.png add js resource for web tests 2015-05-25 16:50:27 +08:00
cocos2dbanner.png Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
concave.png Renderer improvments: TriangleCommand and QuadCommand merged 2016-02-08 11:25:37 -08:00
dot.png add js resource for web tests 2015-05-25 16:50:27 +08:00
elephant1_Diffuse.png fix libpng warning 2014-12-27 20:47:59 +08:00
elephant1_Normal.png fix libpng warning 2014-12-27 20:47:59 +08:00
encryptedAtlas.plist Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
encryptedAtlas.pvr.ccz Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
encryptedAtlas.tps Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
f1.png fix libpng warning 2014-12-27 20:47:59 +08:00
f2.png fix libpng warning 2014-12-27 20:47:59 +08:00
favicon.ico Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
fire-grayscale.png fix libpng warning 2014-12-27 20:47:59 +08:00
fire.png fix libpng warning 2014-12-27 20:47:59 +08:00
fire_rgba8888.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
fps_images.png add js resource for web tests 2015-05-25 16:50:27 +08:00
grossini.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_128x256_mipmap.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
grossini_dance_01.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_02.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_03.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_04.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_05.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_06.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_07.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_08.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_09.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_10.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_11.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_12.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_13.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_14.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_atlas-mono.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_atlas.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_dance_atlas_nomipmap.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossini_pvr_rgba4444.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
grossini_pvr_rgba8888.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
grossinis_sister1-testalpha.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossinis_sister1-testalpha.ppng Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
grossinis_sister1-testalpha_nopremult.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
grossinis_sister1-testalpha_premult.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
grossinis_sister1.png fix libpng warning 2014-12-27 20:47:59 +08:00
grossinis_sister2.png fix libpng warning 2014-12-27 20:47:59 +08:00
heightfield64x64.raw add physics3d support 2015-05-08 15:49:33 +08:00
hole_effect.png fix libpng warning 2014-12-27 20:47:59 +08:00
hole_stencil.png fix libpng warning 2014-12-27 20:47:59 +08:00
island_polygon.png Renderer improvments: TriangleCommand and QuadCommand merged 2016-02-08 11:25:37 -08:00
labelatlas.png fix libpng warning 2014-12-27 20:47:59 +08:00
logo-mipmap.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
logo-nomipmap.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
lookup-desktop.plist add js resource for web tests 2015-05-25 16:50:27 +08:00
lookup-html5.plist add js resource for web tests 2015-05-25 16:50:27 +08:00
lookup-mobile.plist add js resource for web tests 2015-05-25 16:50:27 +08:00
menuitemsprite.png fix libpng warning 2014-12-27 20:47:59 +08:00
movement.png add js resource for web tests 2015-05-25 16:50:27 +08:00
noise.png fix libpng warning 2014-12-27 20:47:59 +08:00
nonencryptedAtlas.plist Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
nonencryptedAtlas.pvr.ccz Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
nonencryptedAtlas.tps Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
paddle.png fix libpng warning 2014-12-27 20:47:59 +08:00
particles-hd.png add js resource for web tests 2015-05-25 16:50:27 +08:00
particles.png fix libpng warning 2014-12-27 20:47:59 +08:00
pattern1.png fix libpng warning 2014-12-27 20:47:59 +08:00
piece.png fix libpng warning 2014-12-27 20:47:59 +08:00
powered.png fix libpng warning 2014-12-27 20:47:59 +08:00
r1.png fix libpng warning 2014-12-27 20:47:59 +08:00
r2.png fix libpng warning 2014-12-27 20:47:59 +08:00
shapemode.png add js resource for web tests 2015-05-25 16:50:27 +08:00
snow.png fix libpng warning 2014-12-27 20:47:59 +08:00
sprite_polygon_crash.png Renderer improvments: TriangleCommand and QuadCommand merged 2016-02-08 11:25:37 -08:00
stars-grayscale.png fix libpng warning 2014-12-27 20:47:59 +08:00
stars.png fix libpng warning 2014-12-27 20:47:59 +08:00
stars2-grayscale.png fix libpng warning 2014-12-27 20:47:59 +08:00
stars2.png fix libpng warning 2014-12-27 20:47:59 +08:00
stone.png fix libpng warning 2014-12-27 20:47:59 +08:00
streak.png fix libpng warning 2014-12-27 20:47:59 +08:00
test-rgba1.png fix libpng warning 2014-12-27 20:47:59 +08:00
test_256x256_ATC_RGBA_Explicit_mipmaps.ktx Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_256x256_ATC_RGBA_Interpolated_mipmaps.ktx Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_256x256_ATC_RGB_mipmaps.ktx Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_256x256_s3tc_dxt1_mipmaps.dds Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_256x256_s3tc_dxt3_mipmaps.dds Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_256x256_s3tc_dxt5_mipmaps.dds Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_512x512_s3tc_dxt5_with_no_mipmaps.dds Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_1021x1024_a8.pvr.gz Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_blend.png fix libpng warning 2014-12-27 20:47:59 +08:00
test_image-bad_encoding.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image.jpeg Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image.png fix libpng warning 2014-12-27 20:47:59 +08:00
test_image.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image.pvrraw Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image.tiff Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image.webp Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_a8.pvr Roll back test_image_ar.pvr 2014-05-23 17:19:39 +08:00
test_image_a8_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_ai88.png fix libpng warning 2014-12-27 20:47:59 +08:00
test_image_ai88.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_ai88_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_bgra8888.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_bgra8888_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_i8.png fix libpng warning 2014-12-27 20:47:59 +08:00
test_image_i8.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_i8_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_no_alpha.webp Test for WebP with & without alpha 2015-12-20 14:22:04 +03:00
test_image_pvrtc2bpp.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_pvrtc2bpp_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_pvrtc4bpp.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_pvrtc4bpp_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_pvrtcii2bpp_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_pvrtcii4bpp_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgb565.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgb565_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgb888.png fix libpng warning 2014-12-27 20:47:59 +08:00
test_image_rgb888.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgb888_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgba4444.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgba4444.pvr.ccz Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgba4444.pvr.gz Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgba4444_mipmap.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgba4444_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgba5551.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgba5551_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgba8888.png fix libpng warning 2014-12-27 20:47:59 +08:00
test_image_rgba8888.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_image_rgba8888_v3.pvr Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
test_polygon.plist Renderer improvments: TriangleCommand and QuadCommand merged 2016-02-08 11:25:37 -08:00
test_polygon.png Renderer improvments: TriangleCommand and QuadCommand merged 2016-02-08 11:25:37 -08:00
test_polygon.tps Renderer improvments: TriangleCommand and QuadCommand merged 2016-02-08 11:25:37 -08:00
texture512x512.png fix libpng warning 2014-12-27 20:47:59 +08:00
texture1024x1024.png fix libpng warning 2014-12-27 20:47:59 +08:00
texture2048x2048.png fix libpng warning 2014-12-27 20:47:59 +08:00
texturemode.png add js resource for web tests 2015-05-25 16:50:27 +08:00
ui.plist Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
ui.png fix libpng warning 2014-12-27 20:47:59 +08:00
water_2_dxt1.dds Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
water_2_dxt3.dds Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
water_2_dxt5.dds Re-adds resources in cpp-tests and lua-tests, but removes some large 2014-05-05 13:27:47 +08:00
white-512x512.png fix libpng warning 2014-12-27 20:47:59 +08:00
wood.jpg add js resource for web tests 2015-05-25 16:50:27 +08:00