• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

orion-ecs / keen-eye / 20873850013
65%

Build:
DEFAULT BRANCH: main
Ran 10 Jan 2026 06:00AM UTC
Jobs 1
Files 1413
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Jan 2026 05:55AM UTC coverage: 86.132% (-0.09%) from 86.22%
20873850013

push

github

tyevco
feat(assets): Add GPU-compressed texture support (DDS/BC formats) (#887)

Add support for loading GPU-compressed DDS textures using the Pfim library.
Compressed textures remain in their native format on the GPU, providing
4-8x memory savings and improved cache utilization.

**Core Changes:**
- Add `CompressedTextureFormat` enum (BC1-BC7)
- Add `CompressedTexImage2D` to IGraphicsDevice interface
- Add `CreateCompressedTexture` to IGraphicsContext interface
- Implement compressed texture upload in OpenGLDevice
- Add DdsTextureLoader for loading DDS files

**Supported Formats:**
- BC1/DXT1: RGB with optional 1-bit alpha (4 bpp)
- BC2/DXT3: RGBA with explicit 4-bit alpha (8 bpp)
- BC3/DXT5: RGBA with interpolated alpha (8 bpp)
- BC4: Single red channel (4 bpp)
- BC5: Two channels (8 bpp)
- BC6H: HDR format (8 bpp)
- BC7: High-quality RGBA (8 bpp)

The DDS loader handles both compressed formats (passed through to GPU)
and uncompressed formats (converted to RGBA). Mipmap chains are fully
supported.

Closes #887

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

9373 of 12989 branches covered (72.16%)

Branch coverage included in aggregate %.

26 of 213 new or added lines in 10 files covered. (12.21%)

145 existing lines in 8 files now uncovered.

161996 of 185973 relevant lines covered (87.11%)

0.99 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
71.43
-1.74% src/KeenEyes.Assets/AssetsPlugin.cs
1
78.29
-0.45% tests/KeenEyes.Assets.Tests/BuiltInAssetTests.cs
2
82.5
-3.21% src/KeenEyes.Assets/Assets/TextureAsset.cs
2
12.04
-0.09% src/KeenEyes.Graphics.Silk/SilkGraphicsContext.cs
2
68.68
-0.76% tests/KeenEyes.Graphics.Tests/Mocks/MockGraphicsDevice.cs
11
94.68
-3.39% src/KeenEyes.Testing/Graphics/MockGraphicsDevice.cs
12
90.36
-6.38% src/KeenEyes.Testing/Graphics/MockGraphicsContext.cs
64
48.32
-45.18% src/KeenEyes.Graphics.Silk/Resources/TextureData.cs
92
5.45
src/KeenEyes.Assets/Loaders/DdsTextureLoader.cs

Uncovered Existing Lines

Lines Coverage ∆ File
1
82.5
-3.21% src/KeenEyes.Assets/Assets/TextureAsset.cs
1
94.66
-0.76% src/KeenEyes.Logging/Providers/FileLogProvider.cs
1
78.29
-0.45% tests/KeenEyes.Assets.Tests/BuiltInAssetTests.cs
1
99.41
-0.59% tests/KeenEyes.Editor.Tests/Settings/EditorSettingsTests.cs
2
98.16
-0.74% tests/KeenEyes.Logging.Tests/Providers/FileLogProviderTests.cs
6
89.25
-0.72% tests/KeenEyes.Core.Tests/ThreadSafetyTests.cs
51
63.26
-1.15% editor/KeenEyes.Editor/Settings/EditorSettings.cs
82
0.0
0.0% editor/KeenEyes.Editor/Application/EditorApplication.cs
Jobs
ID Job ID Ran Files Coverage
1 20873850013.1 10 Jan 2026 06:00AM UTC 1413
86.13
GitHub Action Run
Source Files on build 20873850013
  • Tree
  • List 1413
  • Changed 14
  • Source Changed 10
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20873850013
  • 1f60438d on github
  • Prev Build on main (#20873603064)
  • Next Build on main (#20874146014)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc