>From 7f26f3b6692a8a8061c0d817388505d4190e88a0 Mon Sep 17 00:00:00 2001
From: Arthur Zhu
Date: Mon, 7 Feb 2011 13:50:55 +0800
Subject: [PATCH] Adding --enable-egl-dri2-x11&drm option.
---
configure.ac | 34 +-
1 files changed, 21 insertions(+), 13 deletions(-)
Now that Chromium v9 supports WebGL interest in GLES and EGL is
raising. As a distribution packager(ArchLinux) anything past stable 7.10
branch is not possible to distribute.
Is it possible to backport the most important egl fixes to the 7.10
branch? Especially we at Arch are running now into the
https://bugs.freedesktop.org/show_bug.cgi?id=33558
Alban Browaeys changed:
What|Removed |Added
Attachment #42563|0 |1
is obsolete|
Hi Keith,
1) Recreating user buffers is very expensive, even though it's only the
CALLOC overhead. Draw-call-heavy apps simply suffer hard there. It's one of
the things the gallium-varrays-optim branch tries to optimize, i.e. make the
user buffer content mutable. I can't see another way out.
2)
https://bugs.freedesktop.org/show_bug.cgi?id=32105
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29844
--- Comment #5 from Marek Olšák 2011-02-06 06:49:48 PST ---
Is this still an issue with current Mesa git?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are th
https://bugs.freedesktop.org/show_bug.cgi?id=29823
--- Comment #9 from Marek Olšák 2011-02-06 06:49:17 PST ---
Is this still an issue with current Mesa git?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are th
https://bugs.freedesktop.org/show_bug.cgi?id=33649
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=33934
--- Comment #2 from Marek Olšák 2011-02-06 06:40:45 PST ---
Both r300g and r600g use a 3D blit (by drawing a textured quad), scaling or no
scaling, it doesn't matter. AFAIK, r600g has no other way to do a blit. Your
commit would not change anythi
https://bugs.freedesktop.org/show_bug.cgi?id=23884
Marek Olšák changed:
What|Removed |Added
Summary|Unigine Tropics demo|Unigine Tropics demo
|re
From: Dave Airlie
If the formats don't match we need to update the surface with the new
format.
if we can render to SRGB formats, enable the extension
Signed-off-by: Dave Airlie
---
src/mesa/state_tracker/st_atom_framebuffer.c |6 --
src/mesa/state_tracker/st_cb_fbo.c |2
11 matches
Mail list logo