https://bugs.freedesktop.org/show_bug.cgi?id=49519
Bug #: 49519
Summary: "src/gallium/drivers/svga/include/svga3d_shaderdefs.h"
, line 516: improper member use: type_upper
Classification: Unclassified
Product: Mesa
Version: unsp
On Sat, May 5, 2012 at 10:19 AM, Roland Scheidegger wrote:
> Am 05.05.2012 04:07, schrieb Liu Aleaxander:
>> On Sat, May 5, 2012 at 9:44 AM, Roland Scheidegger
>> wrote:
>> [snip]...
>>
+ * or the original texture stuff would not work
+ *
+ * FIXME: we may use multi-textu
Am 05.05.2012 04:07, schrieb Liu Aleaxander:
> On Sat, May 5, 2012 at 9:44 AM, Roland Scheidegger wrote:
> [snip]...
>
>>> +* or the original texture stuff would not work
>>> +*
>>> +* FIXME: we may use multi-texture to handle this case. But fallback is
>>> +* definitely a much si
On Sat, May 5, 2012 at 9:44 AM, Roland Scheidegger wrote:
[snip]...
>> + * or the original texture stuff would not work
>> + *
>> + * FIXME: we may use multi-texture to handle this case. But fallback is
>> + * definitely a much simple and straight way.
>> + */
>> + if (ctx->Textu
Am 04.05.2012 16:33, schrieb Liu Aleaxander:
> From: Yuanhan Liu
>
> If there are already some texture unit enabled, a fallback is needed,
> or the original texture stuff would not work.
>
> A much better way is to use multi-texture to handle this case: like
> treat the pixels as texture 1 and t
On Sat, May 5, 2012 at 2:56 AM, Eric Anholt wrote:
> On Fri, 4 May 2012 22:33:41 +0800, Liu Aleaxander
> wrote:
>> From: Yuanhan Liu
>>
>> If there are already some texture unit enabled, a fallback is needed,
>> or the original texture stuff would not work.
>>
>> A much better way is to use mul
Improves performance in Citybench:
- 320x240: 9.19589% +/- 0.557621%
- 1280x480: 3.90797% +/- 0.774429%
No apparent difference in OpenArena.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/gen7_clip_state.c |1 +
src/mesa/drivers/dri/i965/gen7_viewport_state.c | 19 ++
Improves performance in Citybench:
- 320x240: 19.8008% +/- 0.937818%
- 1280x480: 6.53856% +/- 0.859083%
No apparent difference in OpenArena nor Xonotic.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/gen6_clip_state.c |1 +
src/mesa/drivers/dri/i965/gen6_viewport_state.c
On Fri, May 04, 2012 at 08:32:11AM -0700, Ian Romanick wrote:
>
> Part of the reason there are so few changes is that people get lazy
> about cherry picking fixes over. :) Having regularly planned
> releases (with reminder messages) should help keep people on track.
I'm still missing patches mark
https://bugs.freedesktop.org/show_bug.cgi?id=40611
Chad Versace changed:
What|Removed |Added
CC||c...@chad-versace.us
--
Configure bugmai
This conflicts with the GLSL 1.30+ rules for derivatives after a
discard has occurred.
---
src/glsl/Makefile.sources |1 -
src/glsl/glsl_parser_extras.cpp |1 -
src/glsl/opt_discard_simplification.cpp | 205 ---
src/glsl/test_optpass.cpp
This reverts commit 31866308fcf989df992ace28b5b986c3d3770e90.
Fixes piglit glsl-fs-discard-exit-3 and unigine tropics rendering.
---
src/mesa/drivers/dri/i965/brw_eu.h|1 -
src/mesa/drivers/dri/i965/brw_eu_emit.c | 53 +++
src/mesa/drivers/dri/i965/brw_fs.h
Previously, I tried implementing this in the i965 driver, but did so
in a way that violated the intent of the spec, and broke Tropics.
---
src/glsl/Makefile.sources |1 +
src/glsl/ir_optimization.h |1 +
src/glsl/linker.cpp | 11 +++
src/glsl/lower_discard_flow.cpp
Hi,
I've been testing these updated compute patches all week and they look
good to me. I don't think there are any outstanding complaints, so I'll
give my ACK for merging these into master.
Very nice work!
-Tom Stellard
On Tue, May 01, 2012 at 05:27:39PM +0200, Francisco Jerez wrote:
> Defin
On Fri, May 4, 2012 at 12:38 PM, Sven Joachim wrote:
> This reverts commit 9ba3cecaa02eba07bc6456c441126e4e2e823da5.
>
> The wl_shm_pool interface requires wayland from git master and is not
> present in the wayland 0.85 branch.
Mesa master tracks wayland master so we're not backing this out. We
On Fri, 4 May 2012 22:33:41 +0800, Liu Aleaxander wrote:
> From: Yuanhan Liu
>
> If there are already some texture unit enabled, a fallback is needed,
> or the original texture stuff would not work.
>
> A much better way is to use multi-texture to handle this case: like
> treat the pixels as te
https://bugs.freedesktop.org/show_bug.cgi?id=49504
Bug #: 49504
Summary: [Bisected] Mesa master compilation broke when built
with --with-llvm-shared-libs
Classification: Unclassified
Product: Mesa
Version: git
Platform
This reverts commit 9ba3cecaa02eba07bc6456c441126e4e2e823da5.
The wl_shm_pool interface requires wayland from git master and is not
present in the wayland 0.85 branch.
---
src/gallium/state_trackers/egl/wayland/native_shm.c | 11 +++
src/gallium/winsys/sw/wayland/wayland_sw_winsys.c |
https://bugs.freedesktop.org/show_bug.cgi?id=40611
Kenneth Graunke changed:
What|Removed |Added
AssignedTo|i...@freedesktop.org |mesa-dev@lists.freedesktop.
https://bugs.freedesktop.org/show_bug.cgi?id=49480
--- Comment #2 from Kenneth Graunke 2012-05-04 08:48:19
PDT ---
Agree with Dave. You've installed something on your system, and are hitting
packaging problems. This isn't a bug.
Also: just so you're aware, this is a public website. It may no
https://bugs.freedesktop.org/show_bug.cgi?id=49487
Kenneth Graunke changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 05/04/2012 07:33 AM, Jakob Bornecrantz wrote:
- Original Message -
To keep in the habit of doing regular releases, I'd like to propose
the following set of release dates. We had previously discussed
doing stable releases monthly and feature releases every six months.
This set of date
On 05/03/2012 05:03 PM, Brian Paul wrote:
On 05/03/2012 03:38 PM, Ian Romanick wrote:
To keep in the habit of doing regular releases, I'd like to propose
the following set of release dates. We had previously discussed doing
stable releases monthly and feature releases every six months. This
set
https://bugs.freedesktop.org/show_bug.cgi?id=49497
Bug #: 49497
Summary: build leaves behind python compiled (.pyc) files
Classification: Unclassified
Product: Mesa
Version: git
Platform: All
OS/Version: All
Status: NE
From: Yuanhan Liu
If there are already some texture unit enabled, a fallback is needed,
or the original texture stuff would not work.
A much better way is to use multi-texture to handle this case: like
treat the pixels as texture 1 and the original texture as texture 2.
I haven't do much inverst
- Original Message -
> To keep in the habit of doing regular releases, I'd like to propose
> the following set of release dates. We had previously discussed
> doing stable releases monthly and feature releases every six months.
> This set of dates basically reflects that.
>
> I should be
On 05/02/2012 11:05 AM, nobled wrote:
---
src/mesa/drivers/dri/swrast/swrast.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/swrast/swrast.c
b/src/mesa/drivers/dri/swrast/swrast.c
index 22d71bf..70bbcb8 100644
--- a/src/mesa/drivers/dri/swra
- Original Message -
> On Thu, May 3, 2012 at 5:08 PM, Mandeep Baines
> wrote:
> > 2012/5/2 Kristian Høgsberg :
> >> This new gbm entry point allows writing data into a gbm bo. The
> >> bo has to be created with the GBM_BO_USE_WRITE flag, and it's
> >> only required to work for GBM_BO_USE
Sounds good. Thanks Brian.
Jose
- Original Message -
> We haven't found a case where this is needed, but it would be prudent
> for some hosts, per Jose.
> ---
> src/gallium/drivers/svga/svga_screen.c |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/src/gal
We haven't found a case where this is needed, but it would be prudent
for some hosts, per Jose.
---
src/gallium/drivers/svga/svga_screen.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/gallium/drivers/svga/svga_screen.c
b/src/gallium/drivers/svga/svga_screen.c
ind
On Sun, Apr 22, 2012 at 3:05 AM, Li Zhou wrote:
> Hello there:
>
> I could not compile mesa with
>
> ./configure CFLAGS="-DUSE_MGL_NAMESPACE" CXXFLAGS="-DUSE_MGL_NAMESPACE"
> --prefix=/home/li/wci.llnl.gov/codes/visit/2.0.0/visit2.0.0/3rdparty
> --without-demos --disable-gallium --disable-glw --di
https://bugs.freedesktop.org/show_bug.cgi?id=49488
Bug #: 49488
Summary: Linux: Suse12.1 64 bit OS: 3D game UT Demo 2004 is not
playing
Classification: Unclassified
Product: Mesa
Version: 7.11
Platform: Other
O
https://bugs.freedesktop.org/show_bug.cgi?id=49487
Bug #: 49487
Summary: Ubuntu 11.10 32/64bit: Glxgears not running both with
integrated & discrete graphics
Classification: Unclassified
Product: Mesa
Version: 7.11
Pla
https://bugs.freedesktop.org/show_bug.cgi?id=49480
Dave Airlie changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
I didn't reviewed in detail, but the interface changes look good to me.
I agree that following the D3D11 semantics / nomenclature is less confusing.
Jose
- Original Message -
> This commit splits the current concept of resource into "sampler
> views" and "shader resources":
>
> "Sampler
https://bugs.freedesktop.org/show_bug.cgi?id=49480
Bug #: 49480
Summary: CRV/MBY-Linux: Unable to install Skype on 64 but linux
destros
Classification: Unclassified
Product: Mesa
Version: 8.0
Platform: Other
OS
36 matches
Mail list logo