OSDN Git Service

[fixed] JoglPixmap compositing now works like LwjglCompositing...
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 17 Nov 2010 13:10:58 +0000 (13:10 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 17 Nov 2010 13:10:58 +0000 (13:10 +0000)
commit0350baeac8a2cab9b9472e4729721d65f2f22355
tree22ea934e9aecad75b0016f4567cafb146d757de0
parent64d805c7021fc998553e2f5876bc60e4f4f56722
[fixed] JoglPixmap compositing now works like LwjglCompositing...
[added] PixmapBlendingTest
backends/gdx-backend-jogl/src/com/badlogic/gdx/backends/jogl/JoglPixmap.java
backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/LwjglPixmap.java
tests/gdx-tests-android/assets/data/test3.png [new file with mode: 0644]
tests/gdx-tests-android/assets/data/test4.png [new file with mode: 0644]
tests/gdx-tests-jogl/data/test3.png [new file with mode: 0644]
tests/gdx-tests-jogl/data/test4.png [new file with mode: 0644]
tests/gdx-tests-lwjgl/data/test3.png [new file with mode: 0644]
tests/gdx-tests-lwjgl/data/test4.png [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/PixmapBlendingTesting.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/utils/GdxTests.java