2012/10/8 Chad Versace :
> On 10/06/2012 03:30 AM, Andreas Boll wrote:
>> Reported-by: Fabio Pedretti
>>
>> v2: (Chad Versace chad.vers...@linux.intel.com)
>> - Rewrite FAQ - proper place for installing mesa.
>> ---
>> docs/faq.html | 43 ---
>> 1 files
This series almost adds support for ARB_vertex_type_2_10_10_10_rev on i965.
Working from the Sandybridge and Ivybridge PRMs, this ought to work (what look
like the correct dwords end up in the batch, etc).
Details pieced together from both PRMs, since the Sandybridge PRM references
surface format
>From the master surface formats list in the Sampler Engine chapter.
The relevant formats for 2_10_10_10 are mentioned in the Sandybridge
PRM as vertex attribute types, but the 0x1b*- encodings are missing from its
list in the Sampler Engine chapter.
---
src/mesa/drivers/dri/i965/brw_defines.h | 3
---
src/mesa/drivers/dri/i965/brw_draw_upload.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c
b/src/mesa/drivers/dri/i965/brw_draw_upload.c
index f5f65ca..0a563ed 100644
--- a/src/mesa/drivers/dri/i965/brw_draw_upload.c
+++ b/src
---
src/mesa/drivers/dri/i965/brw_draw_upload.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c
b/src/mesa/drivers/dri/i965/brw_draw_upload.c
index 0a563ed..aba1559 100644
--- a/src/mesa/drivers/dri/i965/brw_draw_upload.c
+++ b/src/mesa/drivers
---
src/mesa/drivers/dri/i965/brw_draw_upload.c | 4
1 file changed, 4 insertions(+)
diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c
b/src/mesa/drivers/dri/i965/brw_draw_upload.c
index aba1559..6b073ad 100644
--- a/src/mesa/drivers/dri/i965/brw_draw_upload.c
+++ b/src/mesa/drivers/
---
src/mesa/drivers/dri/i965/brw_draw_upload.c | 25 -
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c
b/src/mesa/drivers/dri/i965/brw_draw_upload.c
index 6b073ad..f2d177a 100644
--- a/src/mesa/drivers/dri/i965/brw
TODO: determine exactly which gens can do this. At least 6+;
perhaps as early as 4+?
---
src/mesa/drivers/dri/intel/intel_extensions.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/dri/intel/intel_extensions.c
b/src/mesa/drivers/dri/intel/intel_extensions.c
index 8a46488..0
https://bugs.freedesktop.org/show_bug.cgi?id=55801
Priority: medium
Bug ID: 55801
Assignee: mesa-dev@lists.freedesktop.org
Summary: [Mesa] git: cb72ec5fc55651af186e45942a1cd3e45eb5c359
breaks build
Severity: normal
Classi
https://bugs.freedesktop.org/show_bug.cgi?id=55801
Krzysztof A. Sobiecki changed:
What|Removed |Added
Attachment #68333|0 |1
is patch|
https://bugs.freedesktop.org/show_bug.cgi?id=55804
Priority: medium
Bug ID: 55804
Assignee: mesa-dev@lists.freedesktop.org
Summary: Broken build by commit
cb72ec5fc55651af186e45942a1cd3e45eb5c359.
Severity: normal
Classif
https://bugs.freedesktop.org/show_bug.cgi?id=55801
Krzysztof A. Sobiecki changed:
What|Removed |Added
Attachment #68333|0 |1
is obsolete|
Thanks and sorry for breaking the build.
I pushed the patch.
Marek
On Tue, Oct 9, 2012 at 5:41 AM, Daniel Stone wrote:
> Ever since df4a88ac, the check for compressed formats has been
> unnecessary. And ever since cb72ec5f, the build has been broken with
> FEATURE_ES. Remove it, as it does no
https://bugs.freedesktop.org/show_bug.cgi?id=55804
Brian Paul changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=55801
Brian Paul changed:
What|Removed |Added
CC||ebl...@gmail.com
--- Comment #1 from Brian
https://bugs.freedesktop.org/show_bug.cgi?id=55801
Brian Paul changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Hello,
Since commit 006c1a3c652803e2ff8d5f7ea55c9cb5d8353279, the Intel driver
fails to build due to a missing time.h include.
Attached a trivial patch to fix that.
--
Quentin “Sardem FF7” Glidic
>From ed1508126e4ca28cf15729b3964d1e3054bec7ec Mon Sep 17 00:00:00 2001
From: Quentin Glidic
Date:
On Mon, Sep 24, 2012 at 10:21:03AM -0400, Tom Stellard wrote:
> On Mon, Sep 24, 2012 at 12:43:16AM +0200, Vincent Lejeune wrote:
> > ---
>
> I'm not too familiar with this code, but this patch looks good to me.
> Just make sure there are no regressions with the TGSI compiler.
>
> Reviewed-by: Tom
On Fri, Oct 05, 2012 at 10:24:00PM +0800, Liu Xin wrote:
> Hi, Tom,
>
> thanks for your kind guidance. within a daunting day, we have made clover
> work on our APU platform. for your information, we are running on ubuntu
> 12-04, i386.
>
> out of curiosity, r600 driver relies on the newest llvm
On Sun, Oct 07, 2012 at 09:11:15PM +0200, Vincent Lejeune wrote:
> ---
> src/gallium/drivers/radeon/AMDGPUISelLowering.cpp | 1 +
> src/gallium/drivers/radeon/AMDGPUISelLowering.h| 1 +
> .../radeon/MCTargetDesc/R600MCCodeEmitter.cpp | 11 +-
> src/gallium/drivers/radeon/R600ISelLow
On Oct 8, 2012 10:49 PM, "Matt Turner" wrote:
>
> On Mon, Oct 8, 2012 at 8:27 PM, Daniel Stone wrote:
> > configure.ac would previously refuse to complete if libX11 wasn't
> > installed, even if we'd disabled GLX and weren't building an X11 EGL
> > platform. Make the check simply set the no_x va
On Sun, Oct 07, 2012 at 09:11:16PM +0200, Vincent Lejeune wrote:
> ---
> src/gallium/drivers/r600/eg_asm.c| 17
> src/gallium/drivers/r600/r600_asm.c | 17
> src/gallium/drivers/r600/r600_asm.h | 2 +
> src/gallium/drivers/r600/r600_llvm.c | 66
> +
On Mon, Oct 08, 2012 at 04:47:13PM +0200, Vincent Lejeune wrote:
> ---
> src/gallium/drivers/radeon/AMDGPUISelLowering.cpp | 3 +--
> src/gallium/drivers/radeon/AMDGPUIntrinsics.td | 1 -
> src/gallium/drivers/radeon/AMDILIntrinsics.td | 2 --
> src/gallium/drivers/radeon/R600Instruct
On Mon, Oct 08, 2012 at 04:47:10PM +0200, Vincent Lejeune wrote:
> ---
> src/gallium/drivers/radeon/AMDGPUISelLowering.cpp | 3 +--
> src/gallium/drivers/radeon/AMDILIntrinsics.td | 1 -
> src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c | 6 +++---
> 3 files changed, 4 insertions(+), 6
2012/10/8 Matt Turner :
> On Mon, Oct 1, 2012 at 8:08 AM, Andreas Boll
> wrote:
>> 2012/9/21 Matt Turner :
>>> On Mon, Sep 17, 2012 at 8:22 AM, Andreas Boll
>>> wrote:
Yep, vdpau is also affected.
$ LD_LIBRARY_PATH="/home/andreas/mesa-testing/lib/vdpau"
VDPAU_DRIVER=r600' vdp
---
docs/news.html | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/docs/news.html b/docs/news.html
index 541bde6..26e648b 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -9,6 +9,16 @@
News
+October 8, 2012
+
+
+Mesa 9.0 is released.
+This is the first ve
On 10/09/2012 09:11 AM, Andreas Boll wrote:
---
docs/news.html | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/docs/news.html b/docs/news.html
index 541bde6..26e648b 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -9,6 +9,16 @@
News
+October 8, 2012
+
On 10/09/2012 09:17 AM, Brian Paul wrote:
On 10/09/2012 09:11 AM, Andreas Boll wrote:
---
docs/news.html | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/docs/news.html b/docs/news.html
index 541bde6..26e648b 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -9,6
2012/10/9 Brian Paul :
> On 10/09/2012 09:17 AM, Brian Paul wrote:
>>
>> On 10/09/2012 09:11 AM, Andreas Boll wrote:
>>>
>>> ---
>>> docs/news.html | 10 ++
>>> 1 files changed, 10 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/docs/news.html b/docs/news.html
>>> index 541bde6..26e648b 1
On 10/09/2012 06:15 AM, Quentin Glidic wrote:
Hello,
Since commit 006c1a3c652803e2ff8d5f7ea55c9cb5d8353279, the Intel driver
fails to build due to a missing time.h include.
Attached a trivial patch to fix that.
That's odd. The build hasn't been broken here, so it must have gotten
transitivel
https://bugs.freedesktop.org/show_bug.cgi?id=55811
Priority: medium
Bug ID: 55811
Assignee: mesa-dev@lists.freedesktop.org
Summary: Build failure: nv50_ir_print.cpp:395:7: error:
expected ‘)’ before ‘PRIx64’
Severity: normal
https://bugs.freedesktop.org/show_bug.cgi?id=54626
Alexandre Demers changed:
What|Removed |Added
Summary|llvmpipe's Makefile doesn't |llvmpipe's Makefile:
https://bugs.freedesktop.org/show_bug.cgi?id=50754
--- Comment #18 from Alexandre Demers ---
(In reply to comment #14)
> It looks like in general that we shouldn't modify the CFLAGS/CXXFLAGS in
> configure.ac, but rather use AM_* (according to
> http://www.gnu.org/software/automake/manual/automak
On Tue, Oct 9, 2012 at 2:33 AM, Chris Forbes wrote:
> TODO: determine exactly which gens can do this. At least 6+;
> perhaps as early as 4+?
> ---
> src/mesa/drivers/dri/intel/intel_extensions.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/drivers/dri/intel/intel_extensions.c
On 10/06/2012 06:44 PM, Mario Kleiner wrote:
The GL_POINT_BIT state attribute GL_POINT_SPRITE_COORD_ORIGIN
is only supported on OpenGL-2.0 or later. Prevent glPopAttrib()
from trying to restore it on OpenGL-1.4 implementations which
support GL_ARB_POINT_SPRITE, as otherwise the sequence...
glPus
On Sun, Oct 07, 2012 at 08:08:03PM +0200, Marek Olšák wrote:
> r600_command_buffer is not an atom.
>
> The "atoms" have evolved into state slots (or groups of state slots) where
> you can bind states. There is a fixed amount of atoms (state slots)
> in the context.
>
> The command buffers are not
https://bugs.freedesktop.org/show_bug.cgi?id=55817
Priority: medium
Bug ID: 55817
Assignee: mesa-dev@lists.freedesktop.org
Summary: Torchlight: Texture renders as garbage
Severity: normal
Classification: Unclassified
OS: All
https://bugs.freedesktop.org/show_bug.cgi?id=55817
--- Comment #1 from Sven Arvidsson ---
Created attachment 68353
--> https://bugs.freedesktop.org/attachment.cgi?id=68353&action=edit
Screenshot of bug with Mesa 8.0.4
--
You are receiving this mail because:
You are the assignee for the bug.
_
https://bugs.freedesktop.org/show_bug.cgi?id=55817
--- Comment #2 from Sven Arvidsson ---
Created attachment 68354
--> https://bugs.freedesktop.org/attachment.cgi?id=68354&action=edit
Screenshot of bug with Mesa git
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freedesktop.org/show_bug.cgi?id=55445
--- Comment #11 from Sven Arvidsson ---
Bug 55817 is probably also of interest to anyone cc'ed to this one.
--
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev maili
On 10/09/2012 02:33 AM, Chris Forbes wrote:
This series almost adds support for ARB_vertex_type_2_10_10_10_rev on i965.
Working from the Sandybridge and Ivybridge PRMs, this ought to work (what look
like the correct dwords end up in the batch, etc).
Details pieced together from both PRMs, since
Kenneth Graunke writes:
> Presumably some of this was used by the old fragment shader backend.
> ---
Acked-by: Eric Anholt
We need to do dword scattered reads for array access in the FS, but I
prefer setting up these messages right in the brw_*_emit.cpp.
pgpMJVw6EvVso.pgp
Description: PGP s
On 10/09/2012 01:07 PM, Eric Anholt wrote:
Kenneth Graunke writes:
Presumably some of this was used by the old fragment shader backend.
---
Acked-by: Eric Anholt
We need to do dword scattered reads for array access in the FS, but I
prefer setting up these messages right in the brw_*_emit.c
Kenneth Graunke writes:
> On 10/02/2012 07:52 PM, Eric Anholt wrote:
>> Based on split_virtual_grfs(), we choose the same set every time, so set it
>> in
>> stone. This will help us avoid regenerating the somewhat expensive
>> class/register set setup every compile.
>> ---
>> src/mesa/drivers
https://bugs.freedesktop.org/show_bug.cgi?id=55817
Tim Allen changed:
What|Removed |Added
CC||screwt...@froup.com
--
You are receiving th
Le mardi 09 octobre 2012 à 10:49 -0400, Tom Stellard a écrit :
> On Mon, Oct 08, 2012 at 04:47:10PM +0200, Vincent Lejeune wrote:
> > ---
> > src/gallium/drivers/radeon/AMDGPUISelLowering.cpp | 3 +--
> > src/gallium/drivers/radeon/AMDILIntrinsics.td | 1 -
> > src/gallium/drivers/radeon/r
It's always NULL here.
---
src/mesa/state_tracker/st_cb_bitmap.c |6 --
1 file changed, 6 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_bitmap.c
b/src/mesa/state_tracker/st_cb_bitmap.c
index 62e5712..e4d6c4a 100644
--- a/src/mesa/state_tracker/st_cb_bitmap.c
+++ b/src/mesa/state
---
src/mesa/state_tracker/st_texture.c | 54 ++-
1 file changed, 8 insertions(+), 46 deletions(-)
diff --git a/src/mesa/state_tracker/st_texture.c
b/src/mesa/state_tracker/st_texture.c
index 3670683..8984dc5 100644
--- a/src/mesa/state_tracker/st_texture.c
+++
---
src/gallium/drivers/softpipe/sp_tex_tile_cache.c | 19 ---
src/gallium/drivers/softpipe/sp_tex_tile_cache.h |7 ---
2 files changed, 26 deletions(-)
diff --git a/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
b/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
inde
---
src/mesa/state_tracker/st_cb_texture.c | 13 +
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_texture.c
b/src/mesa/state_tracker/st_cb_texture.c
index 473ff3a..a5d997e 100644
--- a/src/mesa/state_tracker/st_cb_texture.c
+++ b/src/mesa/
Hi,
this is actually a very small cleanup that got unexpectedly big. I
really underestimated the size of gallium.
It's part of the plan discussed here:
http://www.mail-archive.com/mesa-dev@lists.freedesktop.org/msg17930.html
The idea is that get_transfer+transfer_map is folded into
transfer_map,
anholt@eliezer:mesa/src/mesa% loccount *~drivers | tail -n 1
251493 total
anholt@eliezer:mesa/src/mesa% git diff origin/master HEAD -- *~drivers |
diffstat| tail -n 1
48 files changed, 59 insertions(+), 2950 deletions(-)
Over 1% of mesa core!
I don't know of any consumers. i965 was the only h
We were holding on to this code because we were aware that NWN 1 had some
support for vertex programs -- no other linux programs I've come across would
use it (since other software also has ARB_vp or GLSL support). Only, it turns
out that NWN doesn't even give us any vertex programs. Given that w
It wasn't supported in hardware, and the comments in the code indicated no
known uses (similar to my experience on Intel) and a possible intent to remove
it.
---
src/mesa/drivers/dri/common/xmlpool/t_options.h |5 -
src/mesa/drivers/dri/r200/r200_context.c|3 ---
src/mesa/drive
These don't appear in ARB_vp or NV_vp and I missed that fact on the first
pass of removing dead opcodes.
---
src/mesa/drivers/dri/i965/brw_vs_emit.c | 56 +--
1 file changed, 1 insertion(+), 55 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_vs_emit.c
b/src/
---
src/mesa/state_tracker/st_extensions.c |5 -
1 file changed, 5 deletions(-)
diff --git a/src/mesa/state_tracker/st_extensions.c
b/src/mesa/state_tracker/st_extensions.c
index d6cb915..08a41c3 100644
--- a/src/mesa/state_tracker/st_extensions.c
+++ b/src/mesa/state_tracker/st_extensio
While nuking NV_vertex_program, I noticed that one of my opcodes was used in a
strange place.
---
src/mesa/main/dlist.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index ea158e4..45c123a 100644
--- a/src/mesa/main/dlist.c
+++
It's not supported in any hardware drivers, and doesn't appear to be useful on
Linux.
---
src/mesa/drivers/dri/swrast/swrast.c |1 -
src/mesa/main/extensions.c |2 --
2 files changed, 3 deletions(-)
diff --git a/src/mesa/drivers/dri/swrast/swrast.c
b/src/mesa/drivers/dri/swrast
---
src/mesa/drivers/dri/i915/i915_fragprog.c |1 -
src/mesa/program/prog_execute.c | 44 -
src/mesa/program/prog_instruction.c |7 -
src/mesa/program/prog_instruction.h |7 -
src/mesa/program/prog_optimize.c |2 -
---
src/mesa/main/api_arrayelt.c | 31 ---
src/mesa/main/arrayobj.c |2 --
src/mesa/main/arrayobj.h | 12
src/mesa/main/mtypes.h|2 --
src/mesa/vbo/vbo_context.h|2 --
src/mesa/vbo/vbo_exec.h |1 -
src/mesa/v
---
src/mesa/SConscript|1 -
src/mesa/main/arbprogram.c | 34 +-
src/mesa/main/getstring.c |1 -
src/mesa/main/nvprogram.c | 25 +-
src/mesa/program/nvvertparse.c | 1456
src/mesa/program/nvvertparse.h | 49 --
src/me
---
src/mesa/main/api_exec.c |1 -
src/mesa/main/arbprogram.c |1 -
src/mesa/main/dlist.c | 33 -
src/mesa/main/nvprogram.c | 30 --
src/mesa/main/nvprogram.h |3 ---
src/mesa/program/program.c |1 -
6 files c
---
src/mesa/main/ffvertex_prog.c |1 -
src/mesa/program/prog_instruction.h |9 -
src/mesa/program/prog_optimize.c|1 -
src/mesa/program/program_parse.y|5 -
4 files changed, 16 deletions(-)
diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffver
---
src/mesa/main/api_exec.c |2 -
src/mesa/main/dlist.c | 27 --
src/mesa/main/matrix.c| 16 --
src/mesa/main/mtypes.h|4 --
src/mesa/main/nvprogram.c | 108 -
src/mesa/main/nvprogram
Note that the MAP2 getters were missing from the implementation. Neat.
---
src/mesa/main/attrib.c | 12 --
src/mesa/main/enable.c | 97 --
src/mesa/main/eval.c | 66
src/mesa/main/get.c |
---
src/mesa/main/api_exec.c |4 --
src/mesa/main/dlist.c | 26 -
src/mesa/main/nvprogram.c | 133 -
src/mesa/main/nvprogram.h | 14 -
4 files changed, 177 deletions(-)
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_
---
src/mesa/main/attrib.c |6 +++---
src/mesa/main/dd.h |2 +-
src/mesa/main/dlist.c| 10 +++---
src/mesa/tnl/t_context.h |2 +-
4 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c
index b8f0172..48df7f1 100
---
src/mesa/main/nvprogram.c |4
src/mesa/main/vtxfmt.c |2 +-
src/mesa/vbo/vbo_exec_api.c |4
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/mesa/main/nvprogram.c b/src/mesa/main/nvprogram.c
index 6ad846e3..4b24dde 100644
--- a/src/mesa/main/nvprog
---
src/mesa/main/api_exec.c |4 --
src/mesa/main/dlist.c | 91 -
src/mesa/main/enable.c| 50
src/mesa/main/get.c | 32 ---
src/mesa/main/nvprogram.c | 139 -
src/mesa/main/nv
---
src/mesa/main/enable.c | 12 ++--
src/mesa/main/extensions.c |2 --
src/mesa/main/get.c | 39 ---
src/mesa/main/mtypes.h |3 ---
src/mesa/main/nvprogram.c |3 +--
src/mesa/program/program.c |1 -
src/mesa/tnl
Note that _mesa_GetVertexAttribPointervNV() is actually
glGetVertexAttribPointerv(), which operates on the generic attributes. The
geometry shader initialization looks like arbitrary cruft to me.
---
src/mesa/main/config.h|9 -
src/mesa/main/context.c | 11 +++
src/mes
https://bugs.freedesktop.org/show_bug.cgi?id=55811
Darxus changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On Tue, Oct 9, 2012 at 6:06 PM, Eric Anholt wrote:
> ---
> src/mesa/drivers/dri/i915/i915_fragprog.c |1 -
> src/mesa/program/prog_execute.c | 44
> -
> src/mesa/program/prog_instruction.c |7 -
> src/mesa/program/prog_instruction.h
https://bugs.freedesktop.org/show_bug.cgi?id=55817
Brian Rogers changed:
What|Removed |Added
CC||br...@xyzw.org
--
You are receiving this
Signed-off-by: Oliver McFadden
CC: Chad Versace
---
v3: split the unconditional DEBUG_PERF printing for Android into a separate
patch. The second patch doesn't necessarily need to be upstreamed; I'm open to
feedback here...
src/mesa/drivers/dri/Android.mk|3 ++-
src/mesa/driver
Signed-off-by: Oliver McFadden
CC: Chad Versace
---
v3: split the unconditional DEBUG_PERF printing for Android into a separate
patch. The second patch doesn't necessarily need to be upstreamed; I'm open to
feedback here...
src/mesa/drivers/dri/intel/intel_context.c |5 +
1 files chang
76 matches
Mail list logo