Re: [Mesa-dev] [PATCH 1/2] dri: Add driconf option clamp_max_samples

2013-11-02 Thread Chad Versace
On 11/01/2013 02:37 PM, Paul Berry wrote: On 31 October 2013 18:36, Chad Versace wrote: This clamps GL_MAX_SAMPLES to the given value. If negative, then no clamping occurs. This patch adds the option, but no driver respects it yet. Do you plan to implement support for this option in all dr

Re: [Mesa-dev] [PATCH 1/2] dri: Add driconf option clamp_max_samples

2013-11-01 Thread Paul Berry
On 31 October 2013 18:36, Chad Versace wrote: > This clamps GL_MAX_SAMPLES to the given value. If negative, then no > clamping occurs. > > This patch adds the option, but no driver respects it yet. > Do you plan to implement support for this option in all drivers or just i965? If you're just im

Re: [Mesa-dev] [PATCH 1/2] dri: Add driconf option clamp_max_samples

2013-11-01 Thread Chad Versace
+Eric, because I misspelled your email address in the CC list. On 10/31/2013 06:36 PM, Chad Versace wrote: This clamps GL_MAX_SAMPLES to the given value. If negative, then no clamping occurs. This patch adds the option, but no driver respects it yet. CC: Eric Anholt Signed-off-by: Chad Versac

[Mesa-dev] [PATCH 1/2] dri: Add driconf option clamp_max_samples

2013-10-31 Thread Chad Versace
This clamps GL_MAX_SAMPLES to the given value. If negative, then no clamping occurs. This patch adds the option, but no driver respects it yet. CC: Eric Anholt Signed-off-by: Chad Versace --- This little series lives on my driconf-clamp-max-samples branch. src/mesa/drivers/dri/common/xmlpoo