Skip to content

Disable indirect and instanced rendering on Intel(R) HD Graphics#289

Closed
IThundxr wants to merge 6 commits into
Engine-Room:1.20.1/devfrom
IThundxr:1.20.1/intel
Closed

Disable indirect and instanced rendering on Intel(R) HD Graphics#289
IThundxr wants to merge 6 commits into
Engine-Room:1.20.1/devfrom
IThundxr:1.20.1/intel

Conversation

@IThundxr

@IThundxr IThundxr commented Jun 6, 2025

Copy link
Copy Markdown
Member

No description provided.

// * However, in reality the support is horrible and doesn't actually work
// so whenever we encounter these, we have to fall back to flywheel:off
public static boolean isIntelHDGraphics() {
if (DRIVER != Driver.INTEL)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we bake this into the driver enum instead? it's kinda used as "vendor" right now but it is intended for this kind of filtering

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if there's a set format for each manufacturer then we definitely should have the enum contain the build number and such aswell

@IThundxr IThundxr closed this Jul 28, 2025
@IThundxr IThundxr deleted the 1.20.1/intel branch July 28, 2025 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants