Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
69Filtered Results

Detail

2016.03.27.Log1216.txt

📄SVN 📅2016-03-27 💾4,6 KB 19 Parsed entries BUILD FIX

Revision r5690

GL ES: Introduce ETC1 and (alpha-less) ETC2 texture compression, which improves performance by using less VRAM and requiring shorter data bus transfers.

Revision r5689

etcpak: Modify ProcessRGB to take input in RGBA format instead of BGRA.

Revision r5688

etcpak: Enforce C linkage on the ProcessRGB functions.

Revision r5687

etcpak: Replace use of std::array (which seems not to exist under all compilers) with simple custom class.

Revision r5686

etcpak: Replace x86-specific _bswap intrinsic with custom byteswap function (which a good compiler should treat identically anyway).

Revision r5685

etcpak: Remove C++11 dependency on cstdint when compiling with an earlier standard revision.

Revision r5684

etcpak: Modify include guard tokens to conform to the C and C++ standards by not using underscore prefixes.

Revision r5683

etcpak: Remove SSE4.1 and AVX2 support.

They are of no use to us on ARM.

Revision r5682

etcpak: The fma function is not a member of the std namespace.

Revision r5681

etcpak: Fix type problem in ProcessRGB_ETC2.

Revision r5680

Add the ETC compression algorithm portions of etcpak to the repository, with no modifications.

Revision r5679

Fix Android warnings missed due to Android.mk misconfiguration.

Revision r5678

Fix warnings pointed out by Xcode.

Revision r5677

Android: Minor build system cleanup.

Revision r5676

jwzgles: Add glCompressedTexImage2D and glCompressedTexSubImage2D as cheap copies of their non-compressed variants.

Revision r5675

jwzgles: Allow using RGBA as the input texture format for an alpha-less internal texture format.

Revision r5674

jwzgles: Revert part of r5655 that wiped out my cast-qual fixes from r5551.

Revision r5673

Engine: Clean up texcache_enabled.

Revision r5672

Un-break the iOS build.
Raw Content
------------------------------------------------------------------------
r5691 | hendricks266 | 2016-03-27 22:16:18 -0700 (Sun, 27 Mar 2016) | 1 line

OS X: Only build the SDLMain object with SDL 1.2.
------------------------------------------------------------------------
r5690 | hendricks266 | 2016-03-27 22:16:14 -0700 (Sun, 27 Mar 2016) | 1 line

GL ES: Introduce ETC1 and (alpha-less) ETC2 texture compression, which improves performance by using less VRAM and requiring shorter data bus transfers.
------------------------------------------------------------------------
r5689 | hendricks266 | 2016-03-27 22:16:09 -0700 (Sun, 27 Mar 2016) | 1 line

etcpak: Modify ProcessRGB to take input in RGBA format instead of BGRA.
------------------------------------------------------------------------
r5688 | hendricks266 | 2016-03-27 22:16:05 -0700 (Sun, 27 Mar 2016) | 1 line

etcpak: Enforce C linkage on the ProcessRGB functions.
------------------------------------------------------------------------
r5687 | hendricks266 | 2016-03-27 22:16:02 -0700 (Sun, 27 Mar 2016) | 1 line

etcpak: Replace use of std::array (which seems not to exist under all compilers) with simple custom class.
------------------------------------------------------------------------
r5686 | hendricks266 | 2016-03-27 22:15:59 -0700 (Sun, 27 Mar 2016) | 1 line

etcpak: Replace x86-specific _bswap intrinsic with custom byteswap function (which a good compiler should treat identically anyway).
------------------------------------------------------------------------
r5685 | hendricks266 | 2016-03-27 22:15:56 -0700 (Sun, 27 Mar 2016) | 1 line

etcpak: Remove C++11 dependency on cstdint when compiling with an earlier standard revision.
------------------------------------------------------------------------
r5684 | hendricks266 | 2016-03-27 22:15:52 -0700 (Sun, 27 Mar 2016) | 1 line

etcpak: Modify include guard tokens to conform to the C and C++ standards by not using underscore prefixes.
------------------------------------------------------------------------
r5683 | hendricks266 | 2016-03-27 22:15:48 -0700 (Sun, 27 Mar 2016) | 3 lines

etcpak: Remove SSE4.1 and AVX2 support.

They are of no use to us on ARM.
------------------------------------------------------------------------
r5682 | hendricks266 | 2016-03-27 22:15:44 -0700 (Sun, 27 Mar 2016) | 1 line

etcpak: The fma function is not a member of the std namespace.
------------------------------------------------------------------------
r5681 | hendricks266 | 2016-03-27 22:15:41 -0700 (Sun, 27 Mar 2016) | 1 line

etcpak: Fix type problem in ProcessRGB_ETC2.
------------------------------------------------------------------------
r5680 | hendricks266 | 2016-03-27 22:15:37 -0700 (Sun, 27 Mar 2016) | 1 line

Add the ETC compression algorithm portions of etcpak to the repository, with no modifications.
------------------------------------------------------------------------
r5679 | hendricks266 | 2016-03-27 22:15:32 -0700 (Sun, 27 Mar 2016) | 1 line

Fix Android warnings missed due to Android.mk misconfiguration.
------------------------------------------------------------------------
r5678 | hendricks266 | 2016-03-27 22:15:27 -0700 (Sun, 27 Mar 2016) | 1 line

Fix warnings pointed out by Xcode.
------------------------------------------------------------------------
r5677 | hendricks266 | 2016-03-27 22:15:23 -0700 (Sun, 27 Mar 2016) | 1 line

Android: Minor build system cleanup.
------------------------------------------------------------------------
r5676 | hendricks266 | 2016-03-27 22:15:20 -0700 (Sun, 27 Mar 2016) | 1 line

jwzgles: Add glCompressedTexImage2D and glCompressedTexSubImage2D as cheap copies of their non-compressed variants.
------------------------------------------------------------------------
r5675 | hendricks266 | 2016-03-27 22:15:17 -0700 (Sun, 27 Mar 2016) | 1 line

jwzgles: Allow using RGBA as the input texture format for an alpha-less internal texture format.
------------------------------------------------------------------------
r5674 | hendricks266 | 2016-03-27 22:15:14 -0700 (Sun, 27 Mar 2016) | 1 line

jwzgles: Revert part of r5655 that wiped out my cast-qual fixes from r5551.
------------------------------------------------------------------------
r5673 | hendricks266 | 2016-03-27 22:15:10 -0700 (Sun, 27 Mar 2016) | 1 line

Engine: Clean up texcache_enabled.
------------------------------------------------------------------------
r5672 | hendricks266 | 2016-03-27 22:15:05 -0700 (Sun, 27 Mar 2016) | 1 line

Un-break the iOS build.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.