Re: [Mesa-dev] [PATCH] mesa: Fix return type of _mesa_get_format_bytes() (#37351)

2011-05-20 Thread Jose Fonseca
- Original Message - > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/19/2011 08:14 PM, Adam Jackson wrote: > > Despite that negative values aren't sensible here, making this > > unsigned > > is dangerous. Consider get_pointer_generic, which computes a value > > of > > the fo

[Mesa-dev] [Bug 37423] New: Broken build

2011-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37423 Summary: Broken build Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Other Ass

[Mesa-dev] [Bug 36173] struct renderbuffer's 'format' field never set when using FBO

2011-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36173 --- Comment #2 from Pierre-Eric Pelloux-Prayer 2011-05-20 14:36:25 PDT --- Has anyone been able to test the above patch ? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Mesa-dev] [PATCH] state trackers and state changes propagation

2011-05-20 Thread Pierre-Eric Pelloux-Prayer
Hi, I've built several patches trying to reduce the propagation of state changes. They are proof-of-concept, and I'd like to know what you think about them, mainly : - do you think it's worth it ? it adds complexity to state trackers, but it avoids some possibly expensive driver function calls. -

Re: [Mesa-dev] [PATCH]: global forcing anisotropy

2011-05-20 Thread Carl-Philip Haensch
Zitat von Michel Dänzer : diff --git a/src/mesa/state_tracker/st_atom_sampler.c b/src/mesa/state_tracker/st_atom_sampler.c index 06024ad..0dba553 100644 --- a/src/mesa/state_tracker/st_atom_sampler.c +++ b/src/mesa/state_tracker/st_atom_sampler.c @@ -177,8 +177,9 @@ static void convert_sample

Re: [Mesa-dev] [PATCH]: global forcing anisotropy

2011-05-20 Thread Michel Dänzer
On Fre, 2011-05-20 at 16:22 +0200, Carl-Philip Haensch wrote: > Zitat von Michel Dänzer : > > >> diff --git a/src/gallium/state_trackers/dri/common/dri_context.c > >> b/src/gallium/state_trackers/dri/common/dri_context.c > >> index e23c1bc..73ac43b 100644 > >> --- a/src/gallium/state_trackers/

Re: [Mesa-dev] [PATCH]: global forcing anisotropy

2011-05-20 Thread Carl-Philip Haensch
Zitat von Michel Dänzer : diff --git a/src/gallium/state_trackers/dri/common/dri_context.c b/src/gallium/state_trackers/dri/common/dri_context.c index e23c1bc..73ac43b 100644 --- a/src/gallium/state_trackers/dri/common/dri_context.c +++ b/src/gallium/state_trackers/dri/common/dri_context.c @@

Re: [Mesa-dev] [PATCH] mesa: Emit definition of GLAPIENTRYP in es_generator.py.

2011-05-20 Thread Jose Fonseca
Applied. Thanks. Jose - Original Message - > GLES uses GL_APIENTRYP instead of GLAPIENTRYP, which breaks with the > latest API table generation code. This fixes the issue by emitting a > definition for GL_APIENTRYP when generating the GLES files. > --- > src/mesa/main/es_generator.py |

Re: [Mesa-dev] shared LLVM library causes program abortion

2011-05-20 Thread Jose Fonseca
I've verified this did the trick on Fedora 15, and I've commited the fix to master. I've opened a bug on fedora so we can track this issue. Jose - Original Message - > > > - Original Message - > > On 5/17/11 3:24 PM, Jose Fonseca wrote: > > > > > I believe the best alternativ

Re: [Mesa-dev] [PATCH]: global forcing anisotropy

2011-05-20 Thread Michel Dänzer
On Don, 2011-05-19 at 21:59 +0200, Carl-Philip Haensch wrote: > This attached patch should enable an option for forcing anisotropy > from driconf. [...] > From: Carl-Philip Haensch Please use a valid e-mail address for the Git author identity. E.g. you can put [user]

[Mesa-dev] [Bug 37397] New: Expose more ES extensions that are identical to existing desktop GL functionality

2011-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37397 Summary: Expose more ES extensions that are identical to existing desktop GL functionality Product: Mesa Version: git Platform: All URL: http://www.khronos.org/registry/

Re: [Mesa-dev] Organisation of the OpenCL state tracker

2011-05-20 Thread Marek Olšák
On Wed, Apr 27, 2011 at 3:17 PM, Denis Steckelmacher wrote: > Hello, > > I'm very happy to have been accepted as a Google Summer of Code student ! > Thanks to all who voted for my proposal, and thanks to Google. > > It's now the time to discuss the details of the implementation before > beginning