HALX99
|
5a32bcfdaf
|
RenderTarget abstract, in-progress (#210)
RenderTarget abstract
|
2020-09-21 22:10:50 +08:00 |
halx99
|
fd69e066ae
|
check null also
|
2020-09-15 16:03:00 +08:00 |
halx99
|
2d2d0e7ee6
|
Take care PBO use on android
|
2020-09-15 16:01:44 +08:00 |
halx99
|
4e3acb6f2b
|
UtilsGL::readPixels also use PBO if available
|
2020-09-12 23:26:40 +08:00 |
halx99
|
682b4f685e
|
Refine code
|
2020-09-12 15:34:09 +08:00 |
halx99
|
0e99525283
|
Remove unused comment
|
2020-09-11 12:14:40 +08:00 |
halx99
|
04358791ec
|
v4 captureScreen API compatiable, gl needs flip always for capture
|
2020-09-11 11:57:55 +08:00 |
halx99
|
6497a92ec7
|
finish gl backend
|
2020-09-11 01:19:10 +08:00 |
HALX99
|
7a2f91e514
|
ASTC6x6 support and more comment about bpp usage in engine (#191)
* ASTC6x6 support and more comment abount bpp usage in engine
* fix log output
* Comment astc compression tool download url
* Add command line comment for astcenc tool [skip travis][skip appveyor]
* Add astc_6x6 test image[skip appveyor][skip travis]
* astc_6x6 mtl
* Refine log info[skip appveyor][skip travis]
* Empty line[skip appveyor][skip travis]
|
2020-09-03 18:01:40 +08:00 |
halx99
|
63487d6c57
|
Remove unnecessary macro GL_ETC1_RGB8_OES check
|
2020-09-01 13:39:15 +08:00 |
halx99
|
5bfce4bed4
|
Add copyright notice [skip appveyor][skip travis]
|
2020-09-01 13:24:45 +08:00 |
halx99
|
f3c17427aa
|
More clearly ETC1 format, sync enums for ETC1, correct somethings
|
2020-09-01 11:43:03 +08:00 |
halx99
|
e7811e707a
|
1. Finish ETC2 support on GL renderer backend
2. Improve ASTC compressed format check
|
2020-08-30 17:58:39 +08:00 |
halx99
|
2fe58e86ae
|
fix #53
|
2020-02-14 15:18:56 +08:00 |
weiwest
|
9496d34470
|
add astc soft decode support
|
2020-02-11 23:54:17 +08:00 |
weiwest
|
dbc089d51d
|
add astc support 8x8 block size
|
2020-02-06 21:54:45 +08:00 |
weiwest
|
a6edda385b
|
add astc support 2d 4x4 RGBA
|
2020-02-05 22:45:19 +08:00 |
coulsonwang
|
f72dbd28d0
|
add copyright (#19903)
|
2019-07-04 17:47:24 +08:00 |
Arnold
|
75ba0f91d1
|
add break statement (#19867)
|
2019-06-27 09:40:53 +08:00 |
coulsonwang
|
10b2799051
|
Feature/fix mipmap issues (#19753)
* fix mipmap
* fix mipmap issues
* remove unneeded code
* fix
* remove Texture2D::PixelFormat, add backend::PixelFormat
* fix lua compile error
* reset *.tps files
* fix compile error
* fix compile error
|
2019-06-02 18:39:51 -07:00 |
Arnold
|
fe14fcd4de
|
[bugfix] fix test case crash (#19573)
* fix depthstencil buffer format
* fix crash
|
2019-04-03 18:41:17 -07:00 |
Arnold
|
a384e38e16
|
[bugfix] GL vertex attribute layout incorrect (#19484)
* collect OpenGL enum convertion methods
* add testcase for lots of nots
* fix andorid compile error
* move more function to UtilsGL
* use shared pointer
* naming stuff
* move VertexLayouts to CommandBuffer
* fix android compile error
* fix android headers
* add comment
* add comment, fix
|
2019-03-12 10:37:52 +08:00 |