Revision r3386
👤 helixhorned
📅 2013-01-08 15:12:56 -0800 (Tue, 08 Jan 2013)
polymost.c: a couple of {tex,mem}cache cleanups / fixes.
- Stop using memcache on some other failure paths, particularly when
failing to read from the on-disk texcache.
- Factor out cache reading code (3x).
- Fix endianness issues affecting big-enadian systems (one introduced by
r3382, one existing before). Comment each B_LITTLE32 with whether we're
converting from native to on-disk (little) endianness or back.
Revision r3385
👤 helixhorned
📅 2013-01-08 15:12:53 -0800 (Tue, 08 Jan 2013)
On Windows, remove "SHGetFileInfo failed with error code ..." note.
Revision r3384
👤 helixhorned
📅 2013-01-08 15:12:51 -0800 (Tue, 08 Jan 2013)
polymost.c: some meaning-preserving cleanups, make some vars file-local.
Revision r3383
👤 helixhorned
📅 2013-01-08 15:12:45 -0800 (Tue, 08 Jan 2013)
polymost.c: factor out 2 x 3x dup'd I/O code for DXT filter functions.
------------------------------------------------------------------------
Contenuto Raw
------------------------------------------------------------------------
r3387 | helixhorned | 2013-01-08 15:12:59 -0800 (Tue, 08 Jan 2013) | 3 lines
Make r_downsize 0 by default.
Also, rewrite comparison to the non-tint in astub.c to be even less hackish.
------------------------------------------------------------------------
r3386 | helixhorned | 2013-01-08 15:12:56 -0800 (Tue, 08 Jan 2013) | 8 lines
polymost.c: a couple of {tex,mem}cache cleanups / fixes.
- Stop using memcache on some other failure paths, particularly when
failing to read from the on-disk texcache.
- Factor out cache reading code (3x).
- Fix endianness issues affecting big-enadian systems (one introduced by
r3382, one existing before). Comment each B_LITTLE32 with whether we're
converting from native to on-disk (little) endianness or back.
------------------------------------------------------------------------
r3385 | helixhorned | 2013-01-08 15:12:53 -0800 (Tue, 08 Jan 2013) | 1 line
On Windows, remove "SHGetFileInfo failed with error code ..." note.
------------------------------------------------------------------------
r3384 | helixhorned | 2013-01-08 15:12:51 -0800 (Tue, 08 Jan 2013) | 1 line
polymost.c: some meaning-preserving cleanups, make some vars file-local.
------------------------------------------------------------------------
r3383 | helixhorned | 2013-01-08 15:12:45 -0800 (Tue, 08 Jan 2013) | 1 line
polymost.c: factor out 2 x 3x dup'd I/O code for DXT filter functions.
------------------------------------------------------------------------