cutealien
|
e972e00db2
Avoid some warnings in tests.
|
vor 5 Jahren |
cutealien
|
689e88bd5a
Rename ETCF_TRY_HARDWARE_MIP_MAPS to ETCF_AUTO_GENERATE_MIP_MAPS and add some more documentation.
|
vor 5 Jahren |
cutealien
|
6a6d0fe59c
Fix GL mipmapping some more.
|
vor 5 Jahren |
cutealien
|
1e38ed1134
Add new flag ETCF_TRY_HARDWARE_MIP_MAPS and add back support for manual mipmaps in D3D9.
|
vor 5 Jahren |
cutealien
|
f554656843
Fix previous commmit.
|
vor 5 Jahren |
cutealien
|
5d5a84c138
Fix textureFeatures test.
|
vor 5 Jahren |
nadro
|
64c70e416d
- Removed test for lock->modify->unlock mipmaps (this feature is no longer supported in the engine).
|
vor 8 Jahren |
nadro
|
c0e1680f2e
- Changed method name from:
|
vor 9 Jahren |
nadro
|
07a7d9ee2e
- Added clear buffer flags.
|
vor 9 Jahren |
hybrid
|
0a2330890a
Bump copyright to 2012
|
vor 12 Jahren |
Nadro
|
9548b470d0
- fixed issues with a D3D driver and Aero effects.
|
vor 12 Jahren |
hybrid
|
3f47f80798
Added two macros to call tests for all drivers, or for all hw drivers, with just one call.
|
vor 13 Jahren |
hybrid
|
0c7e433063
Fix mipmap overwriting after manually changing automatically generated mipmaps due to changing the base texture and triggering an auto update of the mipmaps. The auto update cannot be re-enabled afterwards for now, though.
|
vor 13 Jahren |
hybrid
|
8202d6dc92
Add also a lock and write test for level 0, in order to check mipmap updates problems reported on the forum. Works all as expected.
|
vor 13 Jahren |
hybrid
|
9ce8dd8631
Fix issues with mipmap locking under OpenGL. For some reason, the texture was wrongly flipped, though correctly rendered. Test cases added and fixed for OpenGL driver, all others were correctly working.
|
vor 13 Jahren |
hybrid
|
5e4d495dcc
Bump copyright dates to 2011.
|
vor 14 Jahren |
hybrid
|
92892c4fd5
Fix result variable aggregation
|
vor 14 Jahren |
hybrid
|
d9c9de5158
Add a new texture lock mode for write-only access. The lock method has changed for this. Support is only implemented under OpenGL so far.
|
vor 14 Jahren |
hybrid
|
8c6c657ef4
Fix more device->drop calls to properly remove the window as well under windows.
|
vor 14 Jahren |
hybrid
|
96310b964d
Merged revisions 3172:3197 from 1.7 branch. Some more bug fixes and doc updates from the 1.7 beta phase.
|
vor 14 Jahren |
hybrid
|
76c4b0f813
Add access to miplevels in addTexture, texture->lock, and texture->regenerateMipMapLevels.
|
vor 15 Jahren |