https://bugs.freedesktop.org/show_bug.cgi?id=55510
--- Comment #5 from Bruno Jacquet (Xaapyks) ---
Still happening with 32 bit mesa 9.1.3 and libtxc_dxtn 1.0.1.
Output is the same, shaders fail to compile
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=55510
--- Comment #6 from Vadim Girlin ---
Unigine has some known problems, so you need to set the following environment
variable to activate workarounds in mesa:
force_glsl_extensions_warn=true
This should be enough for Tropics and Sanctuary IIRC,
https://bugs.freedesktop.org/show_bug.cgi?id=65190
--- Comment #2 from Andy Furniss ---
Probably the same issue as seen in the more recent comments in -
https://bugs.freedesktop.org/show_bug.cgi?id=64257
--
You are receiving this mail because:
You are the assignee for the bug.
Daniel Vetter wrote:
Interlaced modes are supported on all intel platforms (except i8xx, hw
can't do it there) and we have full support for CEA modes.
-Daniel
OK, thanks, I guess it's an AMD driver issue rather than a more generic
drm thing then.
https://bugs.freedesktop.org/show_bug.cgi?id=55510
--- Comment #7 from Bruno Jacquet (Xaapyks) ---
Thanks, exporting force_glsl_extensions_warn=true does fix the rendering of
tropics!
Should I close the report or is it considered a temporary workaround?
As a side note, exporting MESA_EXTENSION_O
https://bugs.freedesktop.org/show_bug.cgi?id=55510
--- Comment #8 from Andy Furniss ---
(In reply to comment #7)
> Thanks, exporting force_glsl_extensions_warn=true does fix the rendering of
> tropics!
> Should I close the report or is it considered a temporary workaround?
>
> As a side note, ex
https://bugs.freedesktop.org/show_bug.cgi?id=65068
--- Comment #5 from Alex Deucher ---
(In reply to comment #4)
> I'm not sure if this has anything to do with this bug, but the PCI config
> space is all messed up when running on the integrated GPU:
When you disable the GPU the hardware is physi
https://bugs.freedesktop.org/show_bug.cgi?id=65254
Priority: medium
Bug ID: 65254
Assignee: dri-devel@lists.freedesktop.org
Summary: opengl flicker in xbmc / glxgears
Severity: critical
Classification: Unclassified
OS: Linux
The dependecies for BACKLIGHT_CLASS_DEVICE are defined a bit
strange, but it seems one has to always select both BACKLIGHT_CLASS_DEVICE
and BACKLIGHT_LCD_SUPPORT to avoid this error:
drivers/gpu/drm/tilcdc/tilcdc_panel.c:396:
undefined reference to `of_find_backlight_by_node'
Cc: Rob Clark
Cc:
ARM cannot handle udelay for more than 2 miliseconds, so we
should use mdelay instead for those.
Signed-off-by: Arnd Bergmann
Cc: David Airlie
Cc: Ben Skeggs
Cc: dri-devel at lists.freedesktop.org
---
drivers/gpu/drm/nouveau/core/engine/disp/dacnv50.c | 3 ++-
1 file changed, 2 insertions(+),
Hi subsystem maintainers,
These are a few patches left over from doing randconfig tests
a couple of weeks ago. Please apply them directly into your
trees unless you see problems. All patches can theoretically
be seen as bug fixes for 3.10, but they are not critical,
so applying them for 3.11 is fi
next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/d6668647/attachment-0001.html>
Hi,
On Sat, Jun 01, 2013 at 12:22:40AM +0200, Arnd Bergmann wrote:
> ARM cannot handle udelay for more than 2 miliseconds, so we
There's l missing here.
> should use mdelay instead for those.
Could this be handled
vel/attachments/20130601/184d379a/attachment.html>
.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/b69defb9/attachment.html>
Daniel Vetter wrote:
> Interlaced modes are supported on all intel platforms (except i8xx, hw
> can't do it there) and we have full support for CEA modes.
> -Daniel
OK, thanks, I guess it's an AMD driver issue rather than a more generic
drm thing then.
for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/72767a01/attachment.html>
he bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/5b5c789f/attachment.html>
- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/90a42cc5/attachment.html>
Signed-off-by: Thomas Meyer
---
diff -u -p a/drivers/base/dma-buf.c b/drivers/base/dma-buf.c
--- a/drivers/base/dma-buf.c
+++ b/drivers/base/dma-buf.c
@@ -680,10 +680,7 @@ int dma_buf_debugfs_create_file(const ch
d = debugfs_create_file(name, S_IRUGO, dma_buf_debugfs_dir,
Signed-off-by: Thomas Meyer
---
diff -u -p a/drivers/gpu/drm/drm_gem_cma_helper.c
b/drivers/gpu/drm/drm_gem_cma_helper.c
--- a/drivers/gpu/drm/drm_gem_cma_helper.c
+++ b/drivers/gpu/drm/drm_gem_cma_helper.c
@@ -174,10 +174,7 @@ int drm_gem_cma_dumb_create(struct drm_f
cma_obj = drm_gem
Signed-off-by: Thomas Meyer
---
diff -u -p a/drivers/gpu/drm/drm_prime.c b/drivers/gpu/drm/drm_prime.c
--- a/drivers/gpu/drm/drm_prime.c
+++ b/drivers/gpu/drm/drm_prime.c
@@ -277,7 +277,7 @@ struct drm_gem_object *drm_gem_prime_imp
attach = dma_buf_attach(dma_buf, dev->dev);
if
.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/22a5a13e/attachment.html>
23 matches
Mail list logo