Please try compiling again with mesa master commit
e4189f2e2e310276136dc06af20062986920e8e2 or later.
The build succeeds here with llvm-3.0svn but there's a missing LLVMAddTypeName
symbol during runtime.
From: mesa-dev-bounces+vlee=vmware@lists.freed
Hi,
I could not compile mesa with llvm 3.0 from svn.
So i made this patch which fixes the issue: http://pastebin.com/1Y19vrFf
Is this a proper patch? Or should there be more version checking with
#if for it?
Thank You
___
mesa-dev mailing list
mesa
Hello guys.
1 month ago, we talked about merging glsl-to-tgsi to master but it still
not happend. What about now? I could compile and test it a bit. It works.
Anyone who could do it? What does Bryan Cain say about it?
Greetings
___
mesa-dev mailing l
In some cases _mesa_create_context() can return NULL
an in the mesa state tracker, we do not concider the
case, which may cause issues within st_create_context_priv()
This patch adds a simple check (similar to the one in the
dri drivers)
v2 Do not zero-out the funcs table
Signed-off-by: Emil Vel
On 07/11/2011 06:53 PM, Eric Anholt wrote:
> ---
> src/mesa/drivers/dri/intel/intel_tex_image.c | 25 +++--
> 1 files changed, 3 insertions(+), 22 deletions(-)
I don't know enough to verify patch 2. Otherwise, for the series:
Reviewed-by: Kenneth Graunke
__
On 07/11/2011 06:53 PM, Eric Anholt wrote:
> I don't want to go count up to what format number 29 is.
Presumably earlier checking has ensured that mesa_format is actually a
legitimate format (if it could be a random GLuint, _mesa_get_format_info
could index an array out of bounds). But I assume s
We were failing at rounding, misplacing the non-baselevels. Fixes:
3DFX_texture_compression_FXT1/fbo-generate-mipmaps
ARB_texture_compression/fbo-generate-mipmaps
EXT_texture_compression_s3tc/fbo-generate-mipmaps
---
src/mesa/drivers/dri/i915/i915_tex_layout.c |4 ++--
1 files changed, 2 inse
The first rendering after context create didn't know of the color
buffer yet, triggering a sw fallback. The intel_prepare_render() from
intelSpanRenderStart then found the buffer and turned off fallbacks,
but intelSpanRenderFinish was never called and things were left
mapped. By checking buffers
The 965 driver already had the X8_Z24 case, but 915 was missing it.
---
src/mesa/drivers/dri/i915/i915_texstate.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/i915/i915_texstate.c
b/src/mesa/drivers/dri/i915/i915_texstate.c
index 90ebee3..7cd6820 1
I don't want to go count up to what format number 29 is.
---
src/mesa/drivers/dri/i915/i830_texstate.c |3 ++-
src/mesa/drivers/dri/i915/i915_texstate.c |3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i915/i830_texstate.c
b/src/mesa/drivers/dri/
---
src/mesa/main/texfetch_tmp.h |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/mesa/main/texfetch_tmp.h b/src/mesa/main/texfetch_tmp.h
index 3b1eedf..d170adf 100644
--- a/src/mesa/main/texfetch_tmp.h
+++ b/src/mesa/main/texfetch_tmp.h
@@ -2287,7 +2287,8 @@ stati
---
src/mesa/drivers/dri/intel/intel_tex_image.c | 25 +++--
1 files changed, 3 insertions(+), 22 deletions(-)
diff --git a/src/mesa/drivers/dri/intel/intel_tex_image.c
b/src/mesa/drivers/dri/intel/intel_tex_image.c
index 269faef..1f8b885 100644
--- a/src/mesa/drivers/dri/i
On 07/11/2011 04:03 PM, Chad Versace wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/11/2011 12:49 PM, Dan McCabe wrote:
On 07/09/2011 08:56 AM, Chad Versace wrote:
Up until this point, we incorrectly believed that the stencil buffer is
Y-tiled. In fact, it is W tiled. From PRM Vol
Looks good, thanks. I have pushed it.
Marek
On Mon, Jul 11, 2011 at 4:58 PM, Emil Velikov wrote:
> As Chia-I Wu said 'There are two libGL providers, Xlib and DRI based
> they cannot coexist'
>
> Signed-off-by: Emil Velikov
> ---
> configure.ac | 2 +-
> 1 files changed, 1 insertions(+), 1 d
On 07/11/2011 03:54 PM, Marek Olšák wrote:
This makes it easier to hit the fast path and get a float format
when we ask for it.
---
src/mesa/state_tracker/st_cb_drawpixels.c | 29 +++--
1 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/src/mesa/state_tra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/11/2011 12:49 PM, Dan McCabe wrote:
> On 07/09/2011 08:56 AM, Chad Versace wrote:
>> Up until this point, we incorrectly believed that the stencil buffer is
>> Y-tiled. In fact, it is W tiled. From PRM Vol 1 Part 2 Section 4.5.2.1
>> W-Major Tile
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/11/2011 12:08 PM, Eric Anholt wrote:
> On Sat, 9 Jul 2011 09:01:07 -0700, Chad Versace wrote:
>> If the height of the stencil buffer were odd, then we allocated a region
>> whose height was too small --- `height / 2` rather than
>> `height / 2
Christian König schrieb:
>Hi guys,
>
>as the subject already indicates: I'm about to merge pipe-video to
>master and just wanted to ask if anybody has still any objections?
>
Yes [I am a watchman of compile/build errors (I know I am an old bitcher but
code quality rules)]:
https://build.opensuse
This makes it easier to hit the fast path and get a float format
when we ask for it.
---
src/mesa/state_tracker/st_cb_drawpixels.c | 29 +++--
1 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c
b/src/mesa/state_track
On 07/11/2011 02:33 PM, Marek Olšák wrote:
---
src/mesa/state_tracker/st_cb_drawpixels.c | 70 +++--
1 files changed, 26 insertions(+), 44 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c
b/src/mesa/state_tracker/st_cb_drawpixels.c
index dca3324..
On 07/11/2011 02:33 PM, Marek Olšák wrote:
---
src/mesa/state_tracker/st_cb_drawpixels.c | 16 ++--
1 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c
b/src/mesa/state_tracker/st_cb_drawpixels.c
index f25656a..d3e6aef 100644
---
src/mesa/state_tracker/st_cb_drawpixels.c | 16 ++--
1 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c
b/src/mesa/state_tracker/st_cb_drawpixels.c
index f25656a..d3e6aef 100644
--- a/src/mesa/state_tracker/st_cb_drawpixels.
---
src/mesa/state_tracker/st_cb_drawpixels.c | 70 +++--
1 files changed, 26 insertions(+), 44 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c
b/src/mesa/state_tracker/st_cb_drawpixels.c
index dca3324..f25656a 100644
--- a/src/mesa/state_tracker/st_
On 07/09/2011 08:56 AM, Chad Versace wrote:
Up until this point, we incorrectly believed that the stencil buffer is
Y-tiled. In fact, it is W tiled. From PRM Vol 1 Part 2 Section 4.5.2.1
W-Major Tile Format:
"W-Major Tile Format is used for separate stencil."
Since the stencil buffer is all
On Sat, 9 Jul 2011 09:01:07 -0700, Chad Versace wrote:
> If the height of the stencil buffer were odd, then we allocated a region
> whose height was too small --- `height / 2` rather than
> `height / 2 + height % 2`.
Generally this is written "(height + 1) / 2" or "ALIGN(height, 2) / 2".
So, di
From: Ian Romanick
The GLSL spec says:
"If a built-in function is redeclared in a shader (i.e., a
prototype is visible) before a call to it, then the linker will
only attempt to resolve that call within the set of shaders that
are linked with it."
This patch enforces this behavi
Use backend_map kernel query if supported, otherwise analyze ZPASS_DONE
results to get the mask.
Signed-off-by: Vadim Girlin
---
src/gallium/drivers/r600/r600.h|4 +
src/gallium/winsys/r600/drm/evergreen_hw_context.c |2 +
src/gallium/winsys/r600/drm/r600_drm.c
https://bugs.freedesktop.org/show_bug.cgi?id=39147
a.ra...@arcor.de changed:
What|Removed |Added
CC||a.ra...@arcor.de
--
Configure bugmail
On Mon, Jul 11, 2011 at 3:20 PM, Jose Fonseca wrote:
> - Original Message -
>> On 07/09/2011 07:03 AM, Jose Fonseca wrote:
>> > I heard no concerns so I went ahead and made a branch where:
>> > - I removed GLUT
>> > - derived Mesa tarballs' file list from git ls-files.
>> >
>> > http://cgi
https://bugs.freedesktop.org/show_bug.cgi?id=39147
Laurent carlier changed:
What|Removed |Added
CC||lordhea...@gmail.com
--
Configure bug
https://bugs.freedesktop.org/show_bug.cgi?id=39147
Summary: egl_gallium.so: errors when linking
Product: Mesa
Version: git
Platform: All
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Hi guys,
as the subject already indicates: I'm about to merge pipe-video to
master and just wanted to ask if anybody has still any objections?
After following Jose and Younes discussion on mesa-dev about how to
design such an abstraction layer I took another round of cleaning up the
interface and
As Chia-I Wu said 'There are two libGL providers, Xlib and DRI based
they cannot coexist'
Signed-off-by: Emil Velikov
---
configure.ac |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index dde13c9..19cc531 100644
--- a/configure.ac
+++ b/conf
- Original Message -
> On 07/09/2011 07:03 AM, Jose Fonseca wrote:
> > I heard no concerns so I went ahead and made a branch where:
> > - I removed GLUT
> > - derived Mesa tarballs' file list from git ls-files.
> >
> > http://cgit.freedesktop.org/mesa/mesa/log/?h=robust-tarballs
> >
> > I'v
On 07/09/2011 07:03 AM, Jose Fonseca wrote:
I heard no concerns so I went ahead and made a branch where:
- I removed GLUT
- derived Mesa tarballs' file list from git ls-files.
http://cgit.freedesktop.org/mesa/mesa/log/?h=robust-tarballs
I've confirmed that both automake and scons+crossmingw32 b
https://bugs.freedesktop.org/show_bug.cgi?id=39116
Brian Paul changed:
What|Removed |Added
Summary|manywin xdemo texture issue |[intel] manywin xdemo
|
Looks good. But this would be more correct:
llvm-config --cppflags | sed 's/-DNDEBUG\>//g'
I'll do the same thing in scons.
Jose
- Original Message -
> Re-enables assertions in src/mesa.
> ---
> configure.ac |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --g
https://bugs.freedesktop.org/show_bug.cgi?id=38842
Brian Paul changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 07/09/2011 06:56 AM, Emil Velikov wrote:
In some cases _mesa_create_context() can return NULL
an in the mesa state tracker, we do not concider the
case, which may cause issues within st_create_context_priv()
This patch adds a simple check (similar to the one in the
dri drivers), as well as cl
On 07/10/2011 12:30 PM, Marek Olšák wrote:
From ARB_framebuffer_object:
If a buffer is specified in and does not exist in both the
read and draw framebuffers, the corresponding bit is silently
ignored.
---
src/mesa/main/fbobject.c |4
1 files changed, 4 insertions(+),
On 07/10/2011 12:30 PM, Marek Olšák wrote:
NOTE: This is a candidate for the 7.10 and 7.11 branches.
---
src/mesa/swrast/s_blit.c |3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/mesa/swrast/s_blit.c b/src/mesa/swrast/s_blit.c
index 3516a41..7f53f19 100644
--- a/s
Re-enables assertions in src/mesa.
---
configure.ac |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index dde13c9..84710ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1806,7 +1806,7 @@ fi
if test "x$enable_gallium_llvm" = xyes; then
Done.
Marek
On Mon, Jul 11, 2011 at 3:14 PM, Jose Fonseca wrote:
> Marek,
>
> Please add the comment /* Z32_FLOAT_X24S8 has DataType of GL_NONE */ in from
> of DataType == GL_NONE, otherwise I think nobody will guess what that's about.
>
> Jose
>
> - Original Message -
>> Module: Mesa
>
Marek,
Please add the comment /* Z32_FLOAT_X24S8 has DataType of GL_NONE */ in from of
DataType == GL_NONE, otherwise I think nobody will guess what that's about.
Jose
- Original Message -
> Module: Mesa
> Branch: master
> Commit: e134eaa2c5619b47e944e33d053ee23c61da7aa9
> URL:
>
>
It should be fixed by now. There is a bug in our beloved build system
such that the assert macro is disabled if some completely-unrelated
configure options are enabled. I will send a fix for that soon as
well.
Marek
On Mon, Jul 11, 2011 at 5:00 AM, Eric Anholt wrote:
> On Fri, 1 Jul 2011 02:29:
https://bugs.freedesktop.org/show_bug.cgi?id=38842
--- Comment #9 from Jonathan Kirkham 2011-07-11
00:55:03 PDT ---
(In reply to comment #8)
> (In reply to comment #7)
> > The attributes are valid for glxChooseFBConfig, the attributes and their
> > values
> > are just ignore by it.
> >
> > Ret
In some cases _mesa_create_context() can return NULL
an in the mesa state tracker, we do not concider the
case, which may cause issues within st_create_context_priv()
This patch adds a simple check (similar to the one in the
dri drivers), as well as clears the function table 'funcs'
Signed-off-by
47 matches
Mail list logo