On Wed, Jun 13, 2012 at 4:52 PM, Jakob Bornecrantz wrote:
> - Original Message -
>> Except for the deleted linux-cell target, these were just the target
>> cc/cflags. The only usage was for gen_matypes, which wants the
>> target's structure packing, not the host, anyway.
>> ---
>> config
Fixes piglit tests
spec/glsl-1.30/execution/{vs,fs}-float-uint-conversion on i965.
---
src/glsl/ast_function.cpp |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/glsl/ast_function.cpp b/src/glsl/ast_function.cpp
index 9e7c599..ea3282c 100644
--- a/src/glsl/ast_functio
---
src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c | 12
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c
b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c
index e0a5180..e48a0fd 100644
--- a/src/gallium/auxil
---
src/mesa/state_tracker/st_glsl_to_tgsi.cpp |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
index 347a22f..5802b52 100644
--- a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
+++ b
---
src/mesa/program/ir_to_mesa.cpp |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/program/ir_to_mesa.cpp b/src/mesa/program/ir_to_mesa.cpp
index 2245400..217a264 100644
--- a/src/mesa/program/ir_to_mesa.cpp
+++ b/src/mesa/program/ir_to_mesa.cpp
@@ -1400,6 +1400,
---
.../dri/i965/brw_fs_channel_expressions.cpp|1 +
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp |1 +
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp |1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_fs_channel_express
---
src/glsl/ir_constant_expression.cpp |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/glsl/ir_constant_expression.cpp
b/src/glsl/ir_constant_expression.cpp
index 38a1ed9..17b54b9 100644
--- a/src/glsl/ir_constant_expression.cpp
+++ b/src/glsl/ir_constant_expres
Previoesly, we performed conversions from float->uint by a two step
process: float->int->uint. However, on platforms that use saturating
conversions (e.g. i965), this didn't work, because if the source value
was larger than the maximum representable int (0x7fff), then
converting it to an int w
This patch series fixes a rather insidious bug in conversion from
floats to uints on i965 (and possibly other platforms).
Previously, we implemented conversion from float to uint by a two step
process: first convert to int, then convert to uint. This doesn't
work if the float value is greater tha
- Original Message -
> Except for the deleted linux-cell target, these were just the target
> cc/cflags. The only usage was for gen_matypes, which wants the
> target's structure packing, not the host, anyway.
> ---
> configs/default |2 --
> src/mesa/x86/Makefile |2 +-
> 2
On 6/13/12, Eric Anholt wrote:
> Here's a bunch more automake. We're at the point that an enterprising
> person could potentially convert libmesa.a if they figure out how to
> work that into the gallium build. I also haven't converted osmesa,
> because I didn't think I knew of any tests for it (
On Wed, 13 Jun 2012 10:45:02 -0700, Dan Nicholson wrote:
> On 6/13/12, Eric Anholt wrote:
> > Even pre-automake, we rely on gmake features for pattern
> > substitutions, and replacing those with reams more make code is not
> > interesting. This will let us turn the old Makefiles using pattern
>
On Wed, 13 Jun 2012 10:44:35 -0700, Kenneth Graunke
wrote:
> On 06/13/2012 08:52 AM, Brian Paul wrote:
> > On 06/13/2012 02:05 AM, Chris Rankin wrote:
> >> Hi,
> >>
> >> Ah, so "\file" is for doxygen? I did wonder whether it could be
> >> something other than a typo :-).
> >>
> >> My dependency p
On Tue, 12 Jun 2012 12:07:09 -0700, Kenneth Graunke
wrote:
> With fixes and updates from Ben Widawsky and comments from Paul Berry.
>
> This should not be pushed until libdrm 2.4.36 is released with Ben's
> hardware context support.
>
> I haven't hooked up the context destroy function yet as I'
On 6/13/12, Eric Anholt wrote:
> Even pre-automake, we rely on gmake features for pattern
> substitutions, and replacing those with reams more make code is not
> interesting. This will let us turn the old Makefiles using pattern
> substitutions into automake without spewing warnings.
> ---
> con
On 06/13/2012 08:52 AM, Brian Paul wrote:
> On 06/13/2012 02:05 AM, Chris Rankin wrote:
>> Hi,
>>
>> Ah, so "\file" is for doxygen? I did wonder whether it could be
>> something other than a typo :-).
>>
>> My dependency problem happens only for the file main/dlist.c, and only
>> on my T60p. I have
---
src/mesa/Makefile.am | 65 +
src/mesa/Makefile.old | 61 --
2 files changed, 65 insertions(+), 61 deletions(-)
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am
index 5e764cd..e52678d 10064
Our intention is still that it's not abi stable, so make the package
version number get included in the library name. Now you can parallel
install dricore-using drivers from multiple mesa versions. We can put
it into lib now that we're following library versioning rules
(assuming that ABIs don't
This cuts some cruft related to osmesa where we were being careful to
not install headers twice.
---
configure.ac |7 +--
src/mesa/Makefile.am |3 +++
src/mesa/Makefile.old | 13 +
3 files changed, 5 insertions(+), 18 deletions(-)
diff --git a/configure.ac b/co
---
src/mesa/Makefile.am |2 ++
src/mesa/Makefile.old | 47 ++-
2 files changed, 4 insertions(+), 45 deletions(-)
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am
index 6335042..6a2d425 100644
--- a/src/mesa/Makefile.am
+++ b/src/mesa/Mak
---
src/mesa/Makefile.am |8
src/mesa/Makefile.old | 12 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am
index b877b5d..6335042 100644
--- a/src/mesa/Makefile.am
+++ b/src/mesa/Makefile.am
@@ -27,3 +27,11 @@
---
configure.ac |1 +
src/mapi/glapi/gen/.gitignore |1 +
src/mapi/glapi/gen/Makefile| 240
src/mapi/glapi/gen/Makefile.am | 236 +++
4 files changed, 238 insertions(+), 240 deletions(-)
This will let me incrementally move stuff to automake without
converting libmesa.a all at once.
---
configure.ac |1 +
src/mesa/.gitignore |6 +-
src/mesa/Makefile | 205 -
src/mesa/Makefile.am | 29 +++
src/mesa/Makefi
This saves a step of mashing variables around in our Makefile.
---
configure.ac |1 +
src/mesa/Makefile | 16 ++--
src/mesa/gl.pc.in |8
3 files changed, 7 insertions(+), 18 deletions(-)
diff --git a/configure.ac b/configure.ac
index 862eff2..81e0933 100644
---
---
configure.ac|1 +
src/gallium/.gitignore |1 +
src/gallium/Makefile| 12
src/gallium/Makefile.am | 22 ++
4 files changed, 24 insertions(+), 12 deletions(-)
create mode 100644 src/gallium/.gitignore
delete mode 100644 src/gallium/
The weird versioning of the libGL where the package version was sort
of expressed as a big integer is dropped. libtool didn't like the 0
prefix, and it didn't really make sense anyway -- if you interpret it
as an integer version number, old Mesa 071200 was bigger than current
Mesa 08100. Instead,
---
src/mapi/glapi/gen/Makefile.am | 50 +---
1 file changed, 26 insertions(+), 24 deletions(-)
diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am
index bf569de..304442c 100644
--- a/src/mapi/glapi/gen/Makefile.am
+++ b/src/mapi/glap
---
configure.ac |1 +
src/mesa/Makefile | 18 +-
src/mesa/osmesa.pc.in |8
3 files changed, 6 insertions(+), 21 deletions(-)
diff --git a/configure.ac b/configure.ac
index 81e0933..6135302 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2184,6 +21
---
Makefile.am |1 -
configs/autoconf.in | 231 ---
configs/current.in | 231 +++
configure.ac| 10 +--
4 files changed, 232 insertions(+), 241 deletions(-)
delete mode 100644
---
configure.ac |1 +
src/mesa/drivers/.gitignore |1 +
src/mesa/drivers/Makefile| 29 -
src/mesa/drivers/Makefile.am | 22 ++
4 files changed, 24 insertions(+), 29 deletions(-)
create mode 100644 src/mesa/drivers/.
---
configure.ac|2 ++
src/mesa/Makefile |1 -
src/mesa/x86-64/.gitignore |3 +++
src/mesa/x86-64/Makefile| 28 --
src/mesa/x86-64/Makefile.am | 39
src/mesa/x86/.gitignore |3 +++
s
Every place that uses ASM_FLAGS already uses DEFINES. Not including
it in DEFINES is just a way to screw up potential users, as I've done
several times while working on the build system.
---
configs/autoconf.in |3 +--
configure.ac | 16 +
---
configure.ac|1 +
src/egl/.gitignore |1 +
src/egl/Makefile| 36
src/egl/Makefile.am | 28
4 files changed, 30 insertions(+), 36 deletions(-)
create mode 100644 src/egl/.gitignore
delete mode 100644 sr
Except for the deleted linux-cell target, these were just the target
cc/cflags. The only usage was for gen_matypes, which wants the
target's structure packing, not the host, anyway.
---
configs/default |2 --
src/mesa/x86/Makefile |2 +-
2 files changed, 1 insertion(+), 3 deletions(
Even pre-automake, we rely on gmake features for pattern
substitutions, and replacing those with reams more make code is not
interesting. This will let us turn the old Makefiles using pattern
substitutions into automake without spewing warnings.
---
configure.ac |2 +-
1 file changed, 1 inser
Here's a bunch more automake. We're at the point that an enterprising
person could potentially convert libmesa.a if they figure out how to
work that into the gallium build. I also haven't converted osmesa,
because I didn't think I knew of any tests for it (but wait, there's
mesa-demos).
One goal
2012/6/13 Brian Paul :
> On 06/13/2012 01:37 AM, Andreas Boll wrote:
>>
>> 2012/6/13 Ian Romanick:
>>>
>>> On 06/11/2012 09:06 AM, Brian Paul wrote:
On 06/10/2012 04:57 AM, Andreas Boll wrote:
>
>
> @ release manager
> Is there a script for converting the git shortlog
On 06/13/2012 01:37 AM, Andreas Boll wrote:
2012/6/13 Ian Romanick:
On 06/11/2012 09:06 AM, Brian Paul wrote:
On 06/10/2012 04:57 AM, Andreas Boll wrote:
@ release manager
Is there a script for converting the git shortlog into html in
relnotes-*.html or are they converted by hand?
The reason
On 06/13/2012 01:37 AM, Andreas Boll wrote:
2012/6/13 Ian Romanick:
On 06/11/2012 09:06 AM, Brian Paul wrote:
On 06/10/2012 04:57 AM, Andreas Boll wrote:
@ release manager
Is there a script for converting the git shortlog into html in
relnotes-*.html or are they converted by hand?
The reason
On 06/13/2012 02:05 AM, Chris Rankin wrote:
Hi,
Ah, so "\file" is for doxygen? I did wonder whether it could be
something other than a typo :-).
My dependency problem happens only for the file main/dlist.c, and only
on my T60p. I have *absolutely no idea* why makedepend goes off the
deep-end on
On 06/12/2012 07:16 PM, Aaron Watry wrote:
Previously, rbug_*.c would fail to compile with incomplete prototype errors
when make was run from the command line on my machine. My IDE always built
fine, and still does after this patch (Netbeans 7.1.2).
Most of the includes from files in gallium/aux
https://bugs.freedesktop.org/show_bug.cgi?id=30493
Michal Suchanek changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WORKSFORME
https://bugs.freedesktop.org/show_bug.cgi?id=49504
--- Comment #3 from Iaroslav 2012-06-13 08:32:44 PDT ---
(In reply to comment #2)
> I don't see how this commit changes anything.
>
> It seems this is a linking bug, that was always there, but latent. And this
> commit simply slightly changed th
On 6/13/12, Mike Frysinger wrote:
> On Wed, Jun 13, 2012 at 8:13 AM, Dan Nicholson wrote:
>
>> On Tue, Jun 12, 2012 at 3:52 PM, Mike Frysinger
>> wrote:
>> > On Tue, Jun 12, 2012 at 6:47 PM, Dan Nicholson
>> wrote:
>> >>
>> >> On 6/12/12, Stéphane Marchesin wrote:
>> >> > From: Mike Frysinger
On Wed, Jun 13, 2012 at 8:13 AM, Dan Nicholson wrote:
> On Tue, Jun 12, 2012 at 3:52 PM, Mike Frysinger
> wrote:
> > On Tue, Jun 12, 2012 at 6:47 PM, Dan Nicholson
> wrote:
> >>
> >> On 6/12/12, Stéphane Marchesin wrote:
> >> > From: Mike Frysinger
> >> >
> >> > The intent of the message abov
https://bugs.freedesktop.org/show_bug.cgi?id=30493
Michal Suchanek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On Tue, Jun 12, 2012 at 3:52 PM, Mike Frysinger wrote:
> On Tue, Jun 12, 2012 at 6:47 PM, Dan Nicholson wrote:
>>
>> On 6/12/12, Stéphane Marchesin wrote:
>> > From: Mike Frysinger
>> >
>> > The intent of the message above it is right (we need to build those
>> > dependencies in that order) but
Hi,
Ah, so "\file" is for doxygen? I did wonder whether it could be something other
than a typo :-).
My dependency problem happens only for the file main/dlist.c, and only on my
T60p. I have *absolutely no idea* why makedepend goes off the deep-end only on
this machine and not on any of my oth
On 06/12/2012 03:42 PM, Chris Rankin wrote:
> Hi,
>
> I have a Lenovo T60p laptop running 32 bit Fedora 17, and this patch
> fixes makedepend's behaviour when generating the src/mesa/depends file.
> Prior to this patch, makedepend had hung while still consuming 100% of
> the CPU. Strangely, none o
2012/6/13 Ian Romanick :
> On 06/11/2012 09:06 AM, Brian Paul wrote:
>>
>> On 06/10/2012 04:57 AM, Andreas Boll wrote:
>>>
>>> @ release manager
>>> Is there a script for converting the git shortlog into html in
>>> relnotes-*.html or are they converted by hand?
>>> The reason I'm asking is that no
50 matches
Mail list logo