Search found 12 matches

by icecream95
18 May 2020, 10:51
Forum: Support
Topic: OpenMW Arch Linux ARM Build
Replies: 30
Views: 16163

Re: OpenMW Arch Linux ARM Build

I also had to use that texture decompression option, so my random character wasn't walking through a pink candyfloss land. Fun fact: there is hardware support for S3TC textures, but the boot ROM disables it because "licensing". Ok, I see. So, that texture decompression option will need to...
by icecream95
13 May 2020, 00:05
Forum: Support
Topic: OpenMW Arch Linux ARM Build
Replies: 30
Views: 16163

Re: OpenMW Arch Linux ARM Build

This has now been fixed, so if you compile the latest git version of Mesa everything will look normal. Is there a reference to issue description and patch? Do you refer this one? Can it be useful for Android as well? gl4es currently doesn't support shadows at all, so it wouldn't help. It makes no s...
by icecream95
12 May 2020, 03:56
Forum: Support
Topic: OpenMW Arch Linux ARM Build
Replies: 30
Views: 16163

Re: OpenMW Arch Linux ARM Build

I also had to use that texture decompression option, so my random character wasn't walking through a pink candyfloss land. Fun fact: there is hardware support for S3TC textures, but the boot ROM disables it because "licensing". However, I am seeing some issues with some of the textures no...
by icecream95
06 Nov 2019, 23:41
Forum: Support
Topic: Yes you can run openMW on chromebook (through crouton linux)
Replies: 4
Views: 4069

Re: Yes you can run openMW on chromebook (through crouton linux)

Yes, it does look like it would be a difference with ARM chromebooks, which I would think means that the setup would be more like on android than through linux. I am not an expert on android setup though, I was able to use crouton with linux with minimal issues ST Setup is more similar to the RPi, ...
by icecream95
06 Nov 2019, 01:26
Forum: Support
Topic: [Solved] Sky is rendered close to camera on panfrost GPU driver
Replies: 2
Views: 1565

Re: The sky is falling!

This got fixed a day ago: From 28440820eff55d412fbce3243c24bc9f58c3b8e6 Mon Sep 17 00:00:00 2001 From: Boris Brezillon <boris.brezillon@collabora.com> Date: Mon, 4 Nov 2019 11:57:22 +0100 Subject: [PATCH] panfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASK MALI_DEPTH_TEST should only be set w...
by icecream95
06 Nov 2019, 01:07
Forum: Support
Topic: Yes you can run openMW on chromebook (through crouton linux)
Replies: 4
Views: 4069

Re: Yes you can run openMW on chromebook (through crouton linux)

This will only work on Chromebooks with an Intel (or AMD) CPU. For ARM Chromebooks, you will have to dual-boot, and if you're lucky recompile the kernel and Mesa. If you're unlucky, you will be recompiling the kernel many times, trying 15 blob drivers on a number of github repos until you find one t...
by icecream95
08 Oct 2019, 04:43
Forum: Support
Topic: [Solved] Sky is rendered close to camera on panfrost GPU driver
Replies: 2
Views: 1565

Re: The sky is falling!

Ignore the artefacting in the sky itself; that was from a workaround for s3tc decompression that I don't have to do any more after finding out about OPENMW_DECOMPRESS_TEXTURES 8-).
by icecream95
08 Oct 2019, 04:38
Forum: Support
Topic: [Solved] Sky is rendered close to camera on panfrost GPU driver
Replies: 2
Views: 1565

[Solved] Sky is rendered close to camera on panfrost GPU driver

With the panfrost GPU driver, the sky is rendered as if it was very close to the camera, and in front of some buildings, I know this is a driver bug, but I have three questions: 1. How does OpenMW draw the sky, so that with a working GPU driver the sky is always behind objects? 2. What is a quick ha...
by icecream95
06 Jun 2019, 23:49
Forum: Support
Topic: Failing to compile OpenMW on ARM
Replies: 10
Views: 5157

Re: Failing to compile OpenMW on ARM

Crouton doesn't have any support for OpenGL ES on ARM, so you'll be lucky to get even 2 FPS, which is obviously totally unplayable. If you want hardware accelerated graphics, you'll need to boot a Linux distro from a USB stick or SD card (and do a lot of compiling). I can give you instructions on do...