Project

General

Profile

Actions

Emulator Issues #5422

closed

Code review request: hires-texture-improvements

Added by NeoBrainX almost 13 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
% Done:

0%

Operating system:
N/A
Issue type:
Other
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Purpose of code changes on this branch:
Various improvements targeted at improving hires texture packs for Dolphin:

  • Support dumping all LODs (filenames will be suffixed with _mipX) rather than only the most detailed mipmap level.
  • Support loading custom LODs. This very much makes sense because native mipmaps can't be used for hires textures (texture sizes don't match) but autogenerating mipmaps causes issues in some games. Also, some really cool effects can be achieved via custom LODs.
  • Remove the size restriction of custom textures. Many native textures already have a width of 1024. Since the maximum width was 2048 previously, it was merely possible to have twice as many horizontal pixels. Any GPU supporting D3D10 can handle a texture width of 8192, so the removal of that limitation sounded reasonable.

When reviewing my code changes, please focus on:

  • Any regressions concerning games which are sensitive to mipmap emulation bugs (I only tested super mario sunshine's water so far)
  • Testing the new features. I'll likely require feedback from someone who actually creates a hires texture pack for this one.

After the review, I'll merge this branch into:
master

Actions

Also available in: Atom PDF