On Wed, Apr 11, 2012 at 05:07:56PM +0100, Neil Roberts wrote:
> Commit 272bc48976 removed the damage implementation for the
> wl_buffer_interface because that has been removed from git master of
> Wayland. However this breaks building with the 0.85 branch of Wayland
> because it would end up initia
https://bugs.freedesktop.org/show_bug.cgi?id=48545
Brian Paul changed:
What|Removed |Added
AssignedTo|mesa-dev@lists.freedesktop. |brian.e.p...@gmail.com
|o
On Wed, Apr 11, 2012 at 9:38 AM, Marek Olšák wrote:
> Hi everyone,
>
> This series adds these optional features to st/mesa:
> - uploading user vertex buffers
> - translating unsupported vertex formats into floats
> - vertex data with unaligned buffer_offset, src_offset, or stride is
> transformed
From: Ian Romanick
Signed-off-by: Ian Romanick
---
Makefile |1 +
configure.ac |1 +
tests/Makefile.am |2 +-
tests/glsl/Makefile.am| 22 +
tests/glsl/copy_con
From: Ian Romanick
Now that the linker handles initializers of samplers just like any
other uniform, a bunch of this annoying code is unnecessary.
Signed-off-by: Ian Romanick
---
src/mesa/main/ff_fragment_shader.cpp | 41 +++--
1 files changed, 9 insertions(+), 32
From: Ian Romanick
This work is now done by the linker, so we don't need to keep doing it
here.
Signed-off-by: Ian Romanick
---
src/mesa/program/ir_to_mesa.cpp | 104 ---
1 files changed, 0 insertions(+), 104 deletions(-)
diff --git a/src/mesa/program/ir_t
From: Ian Romanick
The linker may have set initial values for uniforms. Propagate these
values to the driver's backing storage when it is first associated.
Signed-off-by: Ian Romanick
---
src/mesa/program/ir_to_mesa.cpp |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff
From: Ian Romanick
The spec requires that samplers be initialized to 0. Since this
differs from the 1-to-1 mapping of samplers to texture units assumed
by ARB assembly shaders (and the gl_program structure), be sure to
propagate this date from the gl_shader_program to the gl_program.
Signed-off
From: Ian Romanick
Signed-off-by: Ian Romanick
---
src/glsl/link_uniform_initializers.cpp |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/glsl/link_uniform_initializers.cpp
b/src/glsl/link_uniform_initializers.cpp
index bbd26df..2c12cf8 100644
--- a/src/gls
From: Ian Romanick
Signed-off-by: Ian Romanick
---
src/glsl/Makefile.sources |1 +
src/glsl/link_uniform_initializers.cpp | 162
src/glsl/link_uniforms.cpp |2 +
src/glsl/linker.h |3 +
4 files changed,
This was a bit of follow-on work that I had wanted to do back when I
did all the other uniform rework. Setting the initial values for
uniforms (that have initializers in the GLSL code) is moved from
ir_to_mesa to the linker.
In addition, support for initializers on samplers is added. This
gives
On Thu, Apr 12, 2012 at 8:01 PM, Jose Fonseca wrote:
>
>
> - Original Message -
>> On Thu, Apr 12, 2012 at 10:26 AM, Christian König
>> wrote:
>> >
>> > It looks like a step into the right direction to me, cause AFAIK we
>> > need
>>
>> I thought so too, but if radeon drivers are the only
Hi,
In parallel with my other work, I have been looking for ways to
decrease our draw-call overhead and tried adding the user buffer
pointer into pipe_vertex_buffer and pipe_index_buffer, which led to a
removal of a lot of code from st_draw.c. With that change, I have
tested r300g with torcs and i
- Original Message -
> On Thu, Apr 12, 2012 at 10:26 AM, Christian König
> wrote:
> >
> > It looks like a step into the right direction to me, cause AFAIK we
> > need
>
> I thought so too, but if radeon drivers are the only users of this,
> there's not much point in doing it in the stat
On Wed, 11 Apr 2012 23:46:03 -0700, Kenneth Graunke
wrote:
> On 04/11/2012 08:49 PM, Matt Turner wrote:
> > On Wed, Apr 11, 2012 at 9:33 PM, Eric Anholt wrote:
> >> Cuts 8/1068 instructions from glyphy's fragment shaders on i965.
> >> ---
> >> src/glsl/opt_if_simplification.cpp |8
On 04/11/2012 06:33 PM, Eric Anholt wrote:
Cuts 8/1068 instructions from glyphy's fragment shaders on i965.
Reviewed-by: Ian Romanick
---
src/glsl/opt_if_simplification.cpp |8
1 file changed, 8 insertions(+)
diff --git a/src/glsl/opt_if_simplification.cpp
b/src/glsl/opt_if
On 04/12/2012 12:11 AM, Vinson Lee wrote:
Fix uninitialized scalar field defect reported by Coverity.
NOTE: This is a candidate for the 8.0 branch.
Signed-off-by: Vinson Lee
---
src/mesa/program/ir_to_mesa.cpp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/pr
https://bugs.freedesktop.org/show_bug.cgi?id=48535
Alex Deucher changed:
What|Removed |Added
Attachment #59846|text/x-log |text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=48535
Alex Deucher changed:
What|Removed |Added
Attachment #59845|text/x-log |text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=48535
--- Comment #6 from Alex Deucher 2012-04-12 06:11:02 PDT ---
(In reply to comment #3)
> Er, that's not a patch...
Yes, but it's easier to view inline in the browser if you set the mimetype to
patch.
--
Configure bugmail: https://bugs.freedesk
https://bugs.freedesktop.org/show_bug.cgi?id=48535
--- Comment #5 from Rena Kunisaki 2012-04-12 03:33:32
PDT ---
Created attachment 59846
--> https://bugs.freedesktop.org/attachment.cgi?id=59846
dmesg
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are
https://bugs.freedesktop.org/show_bug.cgi?id=48535
--- Comment #4 from Rena Kunisaki 2012-04-12 03:32:02
PDT ---
Created attachment 59845
--> https://bugs.freedesktop.org/attachment.cgi?id=59845
Xorg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You a
https://bugs.freedesktop.org/show_bug.cgi?id=48535
Rena Kunisaki changed:
What|Removed |Added
Component|Mesa core |Drivers/DRI/Radeon
--- Comment #3 from R
On Thu, Apr 12, 2012 at 10:26 AM, Christian König
wrote:
>
> It looks like a step into the right direction to me, cause AFAIK we need
I thought so too, but if radeon drivers are the only users of this,
there's not much point in doing it in the state tracker. I'd like to
know about at least one no
On 11.04.2012 17:38, Marek Olšák wrote:
Hi everyone,
This series adds these optional features to st/mesa:
- uploading user vertex buffers
- translating unsupported vertex formats into floats
- vertex data with unaligned buffer_offset, src_offset, or stride is
transformed such that it's aligned
On Don, 2012-04-12 at 04:41 +0400, Vadim Girlin wrote:
> v2: Updated with the proposed changes:
>
> - using the driver name from the driver_descriptor
> - using new "struct st_config_options" to pass the options
Looks great, thanks! Series is
Reviewed-by: Michel Dänzer
--
Earthling Michel
26 matches
Mail list logo