Re: [Mesa-dev] [RFC] [PATCH 1/2] mesa: let GL3 buf obj queries not depend on opengl major version

2011-09-19 Thread Chris Bandy
On 09/19/2011 12:12 PM, Jose Fonseca wrote: > - Original Message - >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 09/19/2011 07:20 AM, Brian Paul wrote: >>> On 09/19/2011 04:25 AM, Yuanhan Liu wrote: If I understand correctly, the new GL3 buffer object queries parame

Re: [Mesa-dev] [PATCH] faster util_next_power_of_two() function

2011-06-08 Thread Chris Bandy
On 06/08/2011 06:38 AM, Benjamin Bellec wrote: > Here is the v4 patch. > > Benjamin As an uninformed bystander, I have some nitpicks that may just be coding style. >From the patch: + if (x <= 1) + return 1; I think it would make more sense to move this above the #ifdef and not duplicat

Re: [Mesa-dev] [PATCH 5/5] glsl: Clarify ir_function::matching_sigature()

2011-08-01 Thread Chris Bandy
On 07/29/2011 08:59 PM, Chad Versace wrote: > The function used a variable named 'score', which was an outright lie. > A signature matches or it doesn't; there is no fuzzy scoring. > > Change the return type of parameter_lists_match() to an enum, and > let ir_function::matching_sigature() switch on

Re: [Mesa-dev] Truncated extensions string

2011-03-11 Thread Chris Bandy
On 03/11/2011 02:14 PM, Kenneth Graunke wrote: > On Friday, March 11, 2011 10:46:31 AM José Fonseca wrote: >> On Fri, 2011-03-11 at 09:04 -0800, Eric Anholt wrote: >>> On Fri, 11 Mar 2011 10:33:13 +, José Fonseca > wrote: The problem from http://www.mail-archive.com/mesa3d-dev@