Re: [Mesa-dev] [PATCH] build: Fix "no previous prototype for glReadBufferNV" with --disable-asm

2013-01-30 Thread Vinson Lee
On Fri, Jan 18, 2013 at 10:23 AM, Matt Turner wrote: > Fixes https://bugs.freedesktop.org/show_bug.cgi?id=56710 > --- > src/mapi/glapi/glapi_dispatch.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/mapi/glapi/glapi_dispatch.c b/src/mapi/glapi/glapi_dispatch.c

[Mesa-dev] [PATCH] glapi: Do not use backtrace on MinGW.

2013-01-30 Thread Vinson Lee
execinfo.h is not available on MinGW. Signed-off-by: Vinson Lee --- src/mapi/glapi/gen/gl_gentable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_gentable.py b/src/mapi/glapi/gen/gl_gentable.py index a00c9c2..a3c9898 100644 --- a/src/mapi/glapi/gen/

[Mesa-dev] [PATCH] glsl: Remove hash table from ir_set_program_inouts pass.

2013-01-30 Thread Kenneth Graunke
Back when ir_var_in and ir_var_out signified both function parameters and shader input/outputs, we had trouble distinguishing the two when looking at a dereference. Now that we have separate ir_var_shader_in and ir_var_shader_out modes, we can determine this easily. Removing the hash table saves

Re: [Mesa-dev] [PATCH] r600g: add cs memory usage accounting and limit it

2013-01-30 Thread Marek Olšák
On Wed, Jan 30, 2013 at 6:14 PM, wrote: > From: Jerome Glisse > > We are now seing cs that can go over the vram+gtt size to avoid > failing flush early cs that goes over 70% (gtt+vram) usage. 70% > is use to allow some fragmentation. > > Signed-off-by: Jerome Glisse > --- > src/gallium/drivers

[Mesa-dev] [Bug 60098] New: [softpipe] Unexpected PIPE_CAP 78 query

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60098 Priority: medium Bug ID: 60098 Keywords: regression CC: e0425...@student.tuwien.ac.at Assignee: mesa-dev@lists.freedesktop.org Summary: [softpipe] Unexpected PIPE_CAP 78 query

Re: [Mesa-dev] GS plans?

2013-01-30 Thread Bryan Cain
On 01/29/2013 12:44 PM, Paul Berry wrote: > On 29 January 2013 09:33, Ian Romanick > wrote: > > On 01/29/2013 09:02 AM, Brian Paul wrote: > > > Hi Bryan, > > Back in July you announced your work on geometry shaders: > http://lists.freedeskto

[Mesa-dev] [PATCH v2] glsl: Fix handling of array dereferences of vectors in opt_dead_code_local

2013-01-30 Thread Ian Romanick
From: Ian Romanick Three parts to the fix: 1. If the array dereference is a constant index, figure out the real write mask. 2. If the array dereference not is a constant index, assume the assignment may generate any component. 3. If the array dereference not is a constant index, assume the ass

Re: [Mesa-dev] [PATCH] mesa: bump version to 9.2 (devel)

2013-01-30 Thread Kenneth Graunke
On 01/30/2013 12:09 PM, Andreas Boll wrote: Now that branch 9.1 is created, bump the minor version in master. --- Makefile.am |2 +- configure.ac|2 +- src/mesa/main/version.h |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) Good catch! Reviewe

Re: [Mesa-dev] [PATCH 5/5] docs: update making a new mesa release info

2013-01-30 Thread Matt Turner
On Wed, Jan 30, 2013 at 1:39 PM, Andreas Boll wrote: > --- > docs/devinfo.html | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/docs/devinfo.html b/docs/devinfo.html > index 15a885f..d64171a 100644 > --- a/docs/devinfo.html > +++ b/docs/devinfo.html > @@ -21

Re: [Mesa-dev] [PATCH 3/5] docs: mention some other supported APIs

2013-01-30 Thread Matt Turner
On Wed, Jan 30, 2013 at 1:39 PM, Andreas Boll wrote: > --- > docs/systems.html |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/systems.html b/docs/systems.html > index 3659b94..812852d 100644 > --- a/docs/systems.html > +++ b/docs/systems.html > @@ -26,7 +26,7 @@

[Mesa-dev] [PATCH 2/5] docs: update sourcetree

2013-01-30 Thread Andreas Boll
glsl directory is located in src and not in src/egl v2: remove ppc, move glapi from src/mesa to src/mapi --- docs/sourcetree.html | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/sourcetree.html b/docs/sourcetree.html index deeda5d..530c333 100644 --- a/docs

[Mesa-dev] [PATCH 3/3] R600: Add support for SET*_DX10 instructions

2013-01-30 Thread Tom Stellard
From: Tom Stellard These instructions compare two floating point values and return an integer true (-1) or false (0) value. When compiling code generated by the Mesa GLSL frontend, the SET*_DX10 instructions save us four instructions for most branch decisions that use floating-point comparisons.

[Mesa-dev] [PATCH 2/3] R600: Add tests for unsupported condition codes.

2013-01-30 Thread Tom Stellard
From: Tom Stellard All of the le and lt variants are unsupported. --- test/CodeGen/R600/unsuported-cc.ll | 83 1 files changed, 83 insertions(+), 0 deletions(-) create mode 100644 test/CodeGen/R600/unsuported-cc.ll diff --git a/test/CodeGen/R600/unsuporte

[Mesa-dev] [PATCH 1/3] R600: Fix assembly name for SETGT_INT

2013-01-30 Thread Tom Stellard
From: Tom Stellard --- lib/Target/R600/R600Instructions.td |2 +- test/CodeGen/R600/selectcc-icmp-select-float.ll |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/R600/R600Instructions.td b/lib/Target/R600/R600Instructions.td index 1080806..75

Re: [Mesa-dev] [PATCH 1/5] docs: replace CVS with git

2013-01-30 Thread Brian Paul
On 01/30/2013 02:39 PM, Andreas Boll wrote: --- docs/sourcedocs.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html index 253e81c..0a0080d 100644 --- a/docs/sourcedocs.html +++ b/docs/sourcedocs.html @@ -25,7 +25,7 @@ produce

Re: [Mesa-dev] [PATCH 2/5] docs: update sourcetree

2013-01-30 Thread Brian Paul
On 01/30/2013 02:39 PM, Andreas Boll wrote: glsl directory is located in src and not in src/egl --- docs/sourcetree.html |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/sourcetree.html b/docs/sourcetree.html index deeda5d..94bc7d2 100644 --- a/docs/sourcetree.h

[Mesa-dev] [PATCH] r600g: Handle SET*_DX10 instructions in r600_bytecode_get_num_operands()

2013-01-30 Thread Tom Stellard
From: Tom Stellard --- src/gallium/drivers/r600/r600_asm.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c index 1a501f6..f25c6aa 100644 --- a/src/gallium/drivers/r600/r600_asm.c +++ b/src/

[Mesa-dev] [Bug 58326] [llvmpipe] piglit glean depthStencil regression

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58326 --- Comment #3 from Andreas Boll --- works fine for me -- You are receiving this mail because: You are the assignee for the bug. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.f

[Mesa-dev] [PATCH 5/5] docs: update making a new mesa release info

2013-01-30 Thread Andreas Boll
--- docs/devinfo.html | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/devinfo.html b/docs/devinfo.html index 15a885f..d64171a 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -217,7 +217,7 @@ Update docs/index.html. Tag the files with the relea

[Mesa-dev] [PATCH 4/5] docs: use proper title for index.html

2013-01-30 Thread Andreas Boll
--- docs/index.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 5c92204..5766df2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - Mesa News + The Mesa 3D Graphics Library -- 1.7.10.4

[Mesa-dev] [PATCH 3/5] docs: mention some other supported APIs

2013-01-30 Thread Andreas Boll
--- docs/systems.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/systems.html b/docs/systems.html index 3659b94..812852d 100644 --- a/docs/systems.html +++ b/docs/systems.html @@ -26,7 +26,7 @@ software drivers. The primary API is OpenGL but there's also suppo

[Mesa-dev] [PATCH 2/5] docs: update sourcetree

2013-01-30 Thread Andreas Boll
glsl directory is located in src and not in src/egl --- docs/sourcetree.html |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/sourcetree.html b/docs/sourcetree.html index deeda5d..94bc7d2 100644 --- a/docs/sourcetree.html +++ b/docs/sourcetree.html @@ -31,10 +31,10

[Mesa-dev] [PATCH 1/5] docs: replace CVS with git

2013-01-30 Thread Andreas Boll
--- docs/sourcedocs.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html index 253e81c..0a0080d 100644 --- a/docs/sourcedocs.html +++ b/docs/sourcedocs.html @@ -25,7 +25,7 @@ produce cross-referenced documentation from the Mesa sou

[Mesa-dev] [Bug 59737] [bisected] 0d108116bd80b757fb01a84a9f1946ef870b57b8 breaks osmesa when cross compiling

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59737 Matt Turner changed: What|Removed |Added Assignee|mesa-dev@lists.freedesktop. |matts...@gmail.com |org

[Mesa-dev] [Bug 60038] [osmesa] [git] building 32-bit mesa on 64 bit fails

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60038 Matt Turner changed: What|Removed |Added Assignee|mesa-dev@lists.freedesktop. |matts...@gmail.com |org

[Mesa-dev] [PATCH] builtin_compiler/build: Don't use *_FOR_BUILD when not cross compiling

2013-01-30 Thread Matt Turner
Previously we were relying on CFLAGS_FOR_BUILD to be the same as CFLAGS when not cross compiling, but this assumption didn't take into consideration 32-bit builds on 64-bit systems. More generally, not honoring CFLAGS is bad. Automake is evidently too stupid to accept if CROSS_COMPILING CC = @CC_

[Mesa-dev] [PATCH] mesa: bump version to 9.2 (devel)

2013-01-30 Thread Andreas Boll
Now that branch 9.1 is created, bump the minor version in master. --- Makefile.am |2 +- configure.ac|2 +- src/mesa/main/version.h |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0e61a55..0ce9455 100644 --

Re: [Mesa-dev] [PATCH] glsl: Change loop_analysis to not look like a resource leak

2013-01-30 Thread Matt Turner
On Wed, Jan 30, 2013 at 11:27 AM, Ian Romanick wrote: > From: Ian Romanick > > Previously the loop_state was allocated in the loop_analysis > constructor, but not freed in the (nonexistent) destructor. Moving > the allocation of the loop_state makes this code appear less sketchy. > > Either way,

Re: [Mesa-dev] [PATCH] glsl: Fix handling of array dereferences of vectors in opt_dead_code_local

2013-01-30 Thread Ian Romanick
On 01/29/2013 11:00 PM, Aras Pranckevicius wrote: --- a/src/glsl/opt_dead_code_local.cpp +++ b/src/glsl/opt_dead_code_local.cpp @@ -38,10 +38,73 @@ #include "ir_optimization.h" #include "glsl_types.h" -static bool debug = false; +static bool debug = true; Accidental debug flag? Yes. Goo

[Mesa-dev] [Bug 60086] New: Wayland platform backend crashes if there's no back buffer during dri2_swap_buffers

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60086 Priority: medium Bug ID: 60086 Assignee: mesa-dev@lists.freedesktop.org Summary: Wayland platform backend crashes if there's no back buffer during dri2_swap_buffers Severity:

[Mesa-dev] [Bug 59880] piglit arb_uniform_buffer_object-dlist regression

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59880 Ian Romanick changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Mesa-dev] [PATCH] glsl: Change loop_analysis to not look like a resource leak

2013-01-30 Thread Ian Romanick
From: Ian Romanick Previously the loop_state was allocated in the loop_analysis constructor, but not freed in the (nonexistent) destructor. Moving the allocation of the loop_state makes this code appear less sketchy. Either way, there is no actual leak. The loop_state is freed by the single ca

[Mesa-dev] [Bug 59494] [Bisected]Piglit glean_depthStencil fails

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59494 Matt Turner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Mesa-dev] [Bug 60082] [ FAILED ] DispatchSanity_test.GL31_CORE

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60082 Kenneth Graunke changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 60082] New: [ FAILED ] DispatchSanity_test.GL31_CORE

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60082 Priority: medium Bug ID: 60082 Keywords: regression CC: e0425...@student.tuwien.ac.at Assignee: mesa-dev@lists.freedesktop.org Summary: [ FAILED ] DispatchSanity_test.GL31_CORE

Re: [Mesa-dev] [PATCH V7 8/8] intel: implement create image from texture

2013-01-30 Thread Kristian Høgsberg
On Wed, Jan 30, 2013 at 03:40:26PM +0200, Abdiel Janulgue wrote: > Save miptree level info to DRIImage: > - Appropriately-aligned base offset pointing to the image > - Additional x/y adjustment offsets from above. > > In non-tile-aligned surface cases where resolving back to the original image > l

[Mesa-dev] [PATCH] r600g: add cs memory usage accounting and limit it

2013-01-30 Thread j . glisse
From: Jerome Glisse We are now seing cs that can go over the vram+gtt size to avoid failing flush early cs that goes over 70% (gtt+vram) usage. 70% is use to allow some fragmentation. Signed-off-by: Jerome Glisse --- src/gallium/drivers/r600/evergreen_state.c| 4 src/gallium/drivers/

Re: [Mesa-dev] [PATCH V7 1/8] dri2: Create image from texture

2013-01-30 Thread Adrian M Negreanu
Hi, ... On Wed, Jan 30, 2013 at 3:40 PM, Abdiel Janulgue wrote: > Add create image from texture extension and bump version. > > Signed-off-by: Abdiel Janulgue > --- > include/GL/internal/dri_interface.h | 14 +- > src/egl/drivers/dri2/egl_dri2.c | 85 > +

Re: [Mesa-dev] [PATCH 4/8] mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_type

2013-01-30 Thread Michel Dänzer
On Mit, 2013-01-30 at 16:01 +0100, Marek Olšák wrote: > On Wed, Jan 30, 2013 at 11:58 AM, Michel Dänzer wrote: > > On Die, 2013-01-29 at 21:22 +0100, Marek Olšák wrote: > >> On Tue, Jan 29, 2013 at 4:31 PM, Michel Dänzer wrote: > >> > On Die, 2013-01-29 at 14:43 +0100, Marek Olšák wrote: > >> >>

Re: [Mesa-dev] Gallium pixel formats on big-endian

2013-01-30 Thread Jose Fonseca
- Original Message - > On Mit, 2013-01-30 at 06:12 -0800, Jose Fonseca wrote: > > > > - Original Message - > > > On Mon, 2013-01-28 at 06:56 -0500, Adam Jackson wrote: > > > > I've been looking at untangling the pixel format code for > > > > big-endian. > > > > My current theory

Re: [Mesa-dev] Gallium pixel formats on big-endian

2013-01-30 Thread Michel Dänzer
On Mit, 2013-01-30 at 06:12 -0800, Jose Fonseca wrote: > > - Original Message - > > On Mon, 2013-01-28 at 06:56 -0500, Adam Jackson wrote: > > > I've been looking at untangling the pixel format code for > > > big-endian. > > > My current theory is that blindly byte-swapping values is just

Re: [Mesa-dev] GS plans?

2013-01-30 Thread Paul Berry
On 29 January 2013 16:02, Dave Airlie wrote: > On Wed, Jan 30, 2013 at 4:44 AM, Paul Berry > wrote: > > On 29 January 2013 09:33, Ian Romanick wrote: > >> > >> On 01/29/2013 09:02 AM, Brian Paul wrote: > >>> > >>> > >>> Hi Bryan, > >>> > >>> Back in July you announced your work on geometry shad

Re: [Mesa-dev] [PATCH 4/8] mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_type

2013-01-30 Thread Marek Olšák
On Wed, Jan 30, 2013 at 11:58 AM, Michel Dänzer wrote: > On Die, 2013-01-29 at 21:22 +0100, Marek Olšák wrote: >> On Tue, Jan 29, 2013 at 4:31 PM, Michel Dänzer wrote: >> > On Die, 2013-01-29 at 14:43 +0100, Marek Olšák wrote: >> >> --- >> >> src/mesa/main/formats.c | 30 ++

[Mesa-dev] [Bug 50754] Building 32 bit mesa on 64 bit OS fails since change for automake

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50754 --- Comment #21 from Armin K --- I can confirm this on latest 9.1 checkout. CC osmesa.lo CXXLDlibOSMesa.la /usr/bin/ld: i386:x86-64 architecture of input file `../../../../src/mesa/.libs/libmesa.a(ast_expr.o)' is incompatible with

Re: [Mesa-dev] Gallium pixel formats on big-endian

2013-01-30 Thread Jose Fonseca
- Original Message - > On Mon, 2013-01-28 at 06:56 -0500, Adam Jackson wrote: > > I've been looking at untangling the pixel format code for > > big-endian. > > My current theory is that blindly byte-swapping values is just > > wrong. > > Certainly. :) I think you're discovering that this

[Mesa-dev] [PATCH V7 8/8] intel: implement create image from texture

2013-01-30 Thread Abdiel Janulgue
Save miptree level info to DRIImage: - Appropriately-aligned base offset pointing to the image - Additional x/y adjustment offsets from above. In non-tile-aligned surface cases where resolving back to the original image located in mip-levels higher than the base level proves problematic due to off

[Mesa-dev] [PATCH V8 7/8] intel: Account for mt->offset in intel_miptree_map

2013-01-30 Thread Abdiel Janulgue
We need to take account the offset from original bo when using glTexSubImage() and other functions that manipulate the subregion of an exported texture. Offsets are appended to mapped region address and when blitting from a source region. Signed-off-by: Abdiel Janulgue --- src/mesa/drivers/dri/i

[Mesa-dev] [PATCH V7 6/8] intel: Create a miptree using offsets in intel_set_texture_image_region

2013-01-30 Thread Abdiel Janulgue
When binding a region to a texture image, re-create the miptree base-level considering the offset and dimension information exported by DRIImage. Signed-off-by: Abdiel Janulgue --- src/mesa/drivers/dri/intel/intel_tex_image.c | 30 -- 1 file changed, 23 insertions(+), 7

[Mesa-dev] [PATCH V7 5/8] i965: Account for offsets when updating SURFACE_STATE.

2013-01-30 Thread Abdiel Janulgue
If the offsets are present, this lets us specify a particular level and slice in a shared region using the base level of an exported mip-map tree. Signed-off-by: Abdiel Janulgue --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 12 +++- src/mesa/drivers/dri/i965/gen7_wm_surface_s

[Mesa-dev] [PATCH V7 4/8] intel: add pixel offset calculator for miptree levels

2013-01-30 Thread Abdiel Janulgue
Add helper to calculate fine-grained x and y adjustment pixels to an image within a miptree level for tiled regions. Signed-off-by: Abdiel Janulgue --- src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 15 +++ src/mesa/drivers/dri/intel/intel_mipmap_tree.h |6 ++ 2 files cha

[Mesa-dev] [PATCH V7 3/8] intel: Expose intel_miptree_create_internal as intel_miptree_create_layout.

2013-01-30 Thread Abdiel Janulgue
Signed-off-by: Abdiel Janulgue --- src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 27 src/mesa/drivers/dri/intel/intel_mipmap_tree.h | 12 +++ 2 files changed, 25 insertions(+), 14 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_mipmap_tree.c b/

[Mesa-dev] [PATCH V7 2/8] intel: expose dimensions and offsets of a miptree level in DRIImage

2013-01-30 Thread Abdiel Janulgue
Signed-off-by: Abdiel Janulgue --- src/mesa/drivers/dri/intel/intel_regions.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/src/mesa/drivers/dri/intel/intel_regions.h b/src/mesa/drivers/dri/intel/intel_regions.h index 1aff5d9..84cf08b 100644 --- a/src/mesa/drivers/dri/intel/intel_

[Mesa-dev] [PATCH V7 1/8] dri2: Create image from texture

2013-01-30 Thread Abdiel Janulgue
Add create image from texture extension and bump version. Signed-off-by: Abdiel Janulgue --- include/GL/internal/dri_interface.h | 14 +- src/egl/drivers/dri2/egl_dri2.c | 85 +++ 2 files changed, 98 insertions(+), 1 deletion(-) diff --git a/include/G

[Mesa-dev] [PATCH V7 0/8] intel: add support for EGL_KHR_gl_image

2013-01-30 Thread Abdiel Janulgue
Mostly similar to V6 but rebased from 0ca384fb39f6d98af2de5654c46394743147d228. The only slight change is in patch 5 which uses bit-shifting to account for offsets instead of structs because of the recent change in Gen7 SURFACE_STATE entries. Series lives on git://gitorious.org/mesa3d/mesa.git K

[Mesa-dev] [Bug 59967] [regression] configure: error: Could not find llvm shared libraries

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59967 --- Comment #8 from Michel Dänzer --- That said, creating the libLLVM*.so symlinks in /usr/lib/llvm-3.2/lib/ as well in the downstream LLVM packages might not be the worst way to resolve this problem. Fabio, maybe you can prod the downstream LLVM

[Mesa-dev] [Bug 59967] [regression] configure: error: Could not find llvm shared libraries

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59967 Michel Dänzer changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|NOTOURBUG

[Mesa-dev] Regarding Mesa python files

2013-01-30 Thread Ramesh Reddy Emmadi
Hi, We are working on mesa-8.0.4 and compiling with opengles2 option and using the default glapi_gentable.c and glapitemp.h. We would like to know whether we can generate these two files for opengles2 specific . if it is please let us know the command to generate. 1) glapi_gnetable.c 2) glapite

[Mesa-dev] [Bug 50754] Building 32 bit mesa on 64 bit OS fails since change for automake

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50754 --- Comment #20 from Tapani Pälli --- (In reply to comment #19) > Even with today's changes to mesa, it's not fixed. We still need to add -m32 > to CFLAGS and CXXFLAGS for everything to successfully build. osMesa is the > first I'm hitting a bug

Re: [Mesa-dev] [PATCH 4/8] mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_type

2013-01-30 Thread Michel Dänzer
On Die, 2013-01-29 at 21:22 +0100, Marek Olšák wrote: > On Tue, Jan 29, 2013 at 4:31 PM, Michel Dänzer wrote: > > On Die, 2013-01-29 at 14:43 +0100, Marek Olšák wrote: > >> --- > >> src/mesa/main/formats.c | 30 ++ > >> 1 file changed, 26 insertions(+), 4 deletions(

[Mesa-dev] [Bug 60038] [osmesa] [git] building 32-bit mesa on 64 bit fails

2013-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60038 José Fonseca changed: What|Removed |Added CC||matts...@gmail.com -- You are receiving

Re: [Mesa-dev] [PATCH 2/8] mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type

2013-01-30 Thread Michel Dänzer
On Die, 2013-01-29 at 20:28 +0100, Marek Olšák wrote: > based on the texstore code > --- > src/mesa/main/formats.c |7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c > index 9dab545..17f9383 100644 > --- a/src/mesa/