FernandoS27
|
82d04c5e99
|
Fix ASTC Decompressor to support depth parameter
|
2018-11-01 19:22:12 -04:00 |
|
Lioncash
|
e0c31daa57
|
astc: Initialize vector size directly in Decompress
There's no need to perform a separate resize.
|
2018-07-17 23:58:14 -04:00 |
|
Lioncash
|
fa13cedc7a
|
astc: Mark functions as internally linked where applicable
|
2018-07-17 23:58:14 -04:00 |
|
Lioncash
|
03f1f17552
|
astc: const-correctness changes where applicable
A few member functions didn't actually modify class state, so these can
be amended as necessary.
|
2018-07-17 23:58:14 -04:00 |
|
Lioncash
|
62eb3b3ede
|
astc: Delete Bits' copy contstructor and assignment operator
This also potentially avoids warnings, considering the copy assignment
operator is supposed to have a return value.
|
2018-07-17 23:58:14 -04:00 |
|
Lioncash
|
6b32ef1d9e
|
astc: In-class initialize member variables where appropriate
|
2018-07-17 23:58:10 -04:00 |
|
bunnei
|
9feb7f7a63
|
gl_rasterizer: Implement texture format ASTC_2D_4X4.
|
2018-06-18 01:56:59 -04:00 |
|