On Tue, Dec 27, 2011 at 11:15:42AM -0800, Eric Anholt wrote:
> On Sun, 25 Dec 2011 12:26:25 +0800, Liu Aleaxander
> wrote:
> > On Sun, Dec 25, 2011 at 8:03 AM, Eric Anholt wrote:
> > > On Thu, 22 Dec 2011 18:55:50 +0800, Yuanhan Liu
> > > wrote:
> > >> For the case that index data is stored in
The current code would just calculate min/max_index for the first prim
unconditionally, which is wrong if nr_prims > 1.
This would some cases like that the index is stored in element array
buffer object and drawing by glMultiDrawEelements. Thus it fixes some
intel oglc primbuff test cases.
Signed
introduce vbo_sizeof_ib_type() function to return the index data type
size. I see some place use switch(ib->type) to get the index data type,
which is sort of duplicate.
Signed-off-by: Yuanhan Liu
---
src/mesa/state_tracker/st_draw.c | 15 +
src/mesa/state_tracker/st_draw_feed
https://bugs.freedesktop.org/show_bug.cgi?id=43317
--- Comment #3 from Nicholas Miell 2011-12-27 18:43:03 PST
---
This appears to be a piglit/glean bug -- it's calling XDestroyWindow on the
window currently bound to the GLX context and the subsequent glXMakeCurrent
call is calling XPutImage on a
Hi everyone,
There is a new branch gallium-clip-state in the main Mesa repository.
It implements the changes we agreed upon, i.e. moving state enables
from clip_state into rasterizer_state. A nice cleanup comes with it:
cso_save_clip and cso_restore_clip are no longer needed anywhere.
There is on
On Mon, 26 Dec 2011 16:09:35 -0700, Brian Paul wrote:
> From: Brian Paul
>
> There's no need to pass the target, level and texObj parameters since
> they can be easily obtained from the texImage pointer.
This series is:
Reviewed-by: Eric Anholt
pgpgksR1zxWzi.pgp
Description: PGP signature
_
On Fri, 23 Dec 2011 20:57:46 -0800, Kenneth Graunke
wrote:
> In this code, 'i' loops over the number of virtual GRFs, while 'j' loops
> over the number of vector components (0 <= j <= 3).
>
> It can't possibly be correct to see if bit 'i' is set in the destination
> writemask, as it will have va
On Sun, 25 Dec 2011 12:26:25 +0800, Liu Aleaxander wrote:
> On Sun, Dec 25, 2011 at 8:03 AM, Eric Anholt wrote:
> > On Thu, 22 Dec 2011 18:55:50 +0800, Yuanhan Liu
> > wrote:
> >> For the case that index data is stored in element array buffer object,
> >> and user called glMultiDrawElements, co
On Tue, 27 Dec 2011 10:16:05 -0800, Chad Versace
wrote:
> On failure, intel_miptree_create() needs to *release* the miptree, not
> just free it, so that the stencil_mt gets released too.
Reviewed-by: Eric Anholt
pgp08hQgpuu1T.pgp
Description: PGP signature
On 27.12.2011 10:31, Brian Paul wrote:
On Tue, Dec 27, 2011 at 8:40 AM, Alexander von Gluck
wrote:
---
src/gallium/drivers/r300/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/gallium/drivers/r300/Makefile
b/src/gallium/drivers/r300/Makefile
index 5f56fc4
On failure, intel_miptree_create() needs to *release* the miptree, not
just free it, so that the stencil_mt gets released too.
CC: Eric Anholt
Signed-off-by: Chad Versace
---
src/mesa/drivers/dri/intel/intel_mipmap_tree.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/26/2011 03:09 PM, Brian Paul wrote:
> From: Brian Paul
>
> There's no need to pass the target, level and texObj parameters since
> they can be easily obtained from the texImage pointer.
> ---
> src/mesa/drivers/common/meta.c |
2011/12/27 Mathias Fröhlich :
>
> Hi,
>
> On Tuesday, December 27, 2011 00:17:09 Brian Paul wrote:
>> LGTM. I presume you've done a piglit run and tested with a few other
>> things?
> I have run piglit quick with classic swrast an piglit r600g on gallium rv670
> with this change. Also I am pretty
2011/12/27 Mathias Fröhlich :
>
> Hi,
>
> On Tuesday, December 27, 2011 00:37:13 Brian Paul wrote:
>> For the series:
>> Reviewed-by: Brian Paul
> Thanks.
>
> What is your preference to do with the remaining bitset.h header?
> * Remove this as ununsed?
> * Remove the 64 bit bitset implementation a
On Tue, Dec 27, 2011 at 8:39 AM, Alexander von Gluck
wrote:
>
> ---
> src/gallium/auxiliary/os/os_thread.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/gallium/auxiliary/os/os_thread.h
> b/src/gallium/auxiliary/os/os_thread.h
> index d830129..3e1c273 100644
>
On Tue, Dec 27, 2011 at 8:43 AM, Alexander von Gluck
wrote:
>
> ---
> bin/mklib | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/bin/mklib b/bin/mklib
> index 510ac91..56e0b36 100755
> --- a/bin/mklib
> +++ b/bin/mklib
> @@ -986,7 +986,7 @@ case $ARCH in
>
>
On Tue, Dec 27, 2011 at 8:43 AM, Alexander von Gluck
wrote:
>
> ---
> src/mesa/main/querymatrix.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/mesa/main/querymatrix.c b/src/mesa/main/querymatrix.c
> index eaedf7c..2843d55 100644
> --- a/src/mesa/main/querymat
On Tue, Dec 27, 2011 at 8:42 AM, Alexander von Gluck
wrote:
>
> ---
> src/glu/sgi/Makefile | 7 +--
> 1 files changed, 1 insertions(+), 6 deletions(-)
>
> diff --git a/src/glu/sgi/Makefile b/src/glu/sgi/Makefile
> index c8b29ed..94427e2 100644
> --- a/src/glu/sgi/Makefile
> +++ b/src/glu/s
On Tue, Dec 27, 2011 at 8:41 AM, Alexander von Gluck
wrote:
>
> ---
> src/glsl/link_uniforms.cpp | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp
> index c7de480..fc1c1f7 100644
> --- a/src/glsl/link_uniforms.cp
On Tue, Dec 27, 2011 at 8:40 AM, Alexander von Gluck
wrote:
>
> ---
> src/gallium/drivers/r300/Makefile | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/gallium/drivers/r300/Makefile
> b/src/gallium/drivers/r300/Makefile
> index 5f56fc4..3e3a765 100644
> --- a/src
---
bin/mklib |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/mklib b/bin/mklib
index 510ac91..56e0b36 100755
--- a/bin/mklib
+++ b/bin/mklib
@@ -986,7 +986,7 @@ case $ARCH in
# remove temporary extracted .o files
rm
---
src/mesa/main/querymatrix.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mesa/main/querymatrix.c b/src/mesa/main/querymatrix.c
index eaedf7c..2843d55 100644
--- a/src/mesa/main/querymatrix.c
+++ b/src/mesa/main/querymatrix.c
@@ -73,7 +73,7 @@ fpclassify(doubl
---
src/glu/sgi/Makefile |7 +--
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/glu/sgi/Makefile b/src/glu/sgi/Makefile
index c8b29ed..94427e2 100644
--- a/src/glu/sgi/Makefile
+++ b/src/glu/sgi/Makefile
@@ -124,12 +124,7 @@ OBJECTS = $(C_OBJECTS) $(CC_OBJECTS)
#
---
src/glsl/link_uniforms.cpp |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp
index c7de480..fc1c1f7 100644
--- a/src/glsl/link_uniforms.cpp
+++ b/src/glsl/link_uniforms.cpp
@@ -336,9 +336,7 @@ link_assign_uniform
---
src/gallium/drivers/r300/Makefile |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/gallium/drivers/r300/Makefile
b/src/gallium/drivers/r300/Makefile
index 5f56fc4..3e3a765 100644
--- a/src/gallium/drivers/r300/Makefile
+++ b/src/gallium/drivers/r300/Makefile
@@
---
src/gallium/auxiliary/os/os_thread.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gallium/auxiliary/os/os_thread.h
b/src/gallium/auxiliary/os/os_thread.h
index d830129..3e1c273 100644
--- a/src/gallium/auxiliary/os/os_thread.h
+++ b/src/gallium/auxiliary/os
Hi,
On Tuesday, December 27, 2011 00:37:13 Brian Paul wrote:
> For the series:
> Reviewed-by: Brian Paul
Thanks.
What is your preference to do with the remaining bitset.h header?
* Remove this as ununsed?
* Remove the 64 bit bitset implementation as this could be better done with
GLbitfield64
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11-12-23 08:51 PM, Matt Turner wrote:
> On Fri, Dec 23, 2011 at 8:37 PM, Kenneth Graunke
wrote:
>> On 12/23/2011 04:21 PM, Matt Turner wrote:
>>> # Flex and Bison for GLSL compiler
>>> -FLEX = @FLEX@
>>> -BISON = @BISON@
>>> +FLEX = @LEX@
>>> +BIS
Hi,
As per my project requirement (Safety critical DO-178B), i have a box
HPCN8641D (ppc) fitted with PCI-E radeon gpu e4690. I have already back ported
kernel DRM module from 2.6.35.3 to 2.6.23 (Pre-installed in machine). I wanted
to run mesa 3D application in it. While trying to compile mes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11-12-23 08:09 PM, Matt Turner wrote:
> On Fri, Dec 23, 2011 at 8:06 PM, Kenneth Graunke
wrote:
>> On 12/23/2011 04:21 PM, Matt Turner wrote:
>>> ---
>>> configure.ac | 2 +-
>>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>>
>>> diff --git a
30 matches
Mail list logo