On Sat, Jan 5, 2013 at 9:49 AM, Christian König wrote:
> On 04.01.2013 23:19, j.gli...@gmail.com wrote:
> [SNIP]
>
>> diff --git a/src/gallium/drivers/r300/r300_emit.c
>> b/src/gallium/drivers/r300/r300_emit.c
>> index d1ed4b3..c824821 100644
>> --- a/src/gallium/drivers/r300/r300_emit.c
>> +++ b/
On 01/04/2013 07:41 PM, Jordan Justen wrote:
If the source read buffer is integer based, and the the read
pixels type is RGBA/UNSIGNED_BYTE, then use the integer pixel
conversion path.
Signed-off-by: Jordan Justen
---
src/mesa/main/readpix.c |5 +
1 file changed, 5 insertions(+)
diff
On 01/04/2013 07:41 PM, Jordan Justen wrote:
Signed-off-by: Jordan Justen
---
src/mesa/main/fbobject.c | 57 +++---
1 file changed, 54 insertions(+), 3 deletions(-)
diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
index f1cf700..097e0e
Series Reviewed-by: Jordan Justen
On Fri, Jan 4, 2013 at 5:43 PM, Ian Romanick wrote:
> I made fairly substantive changes to patch 4, so I wanted to resend the
> series. Based on discussions in the ARB, we decided that the
> NUM_SAMPLE_COUNTS query in this extension should behave the same way a
On Fri, Jan 4, 2013 at 5:43 PM, Ian Romanick wrote:
> From: Ian Romanick
>
> Use this method in _mesa_GetInternalformativ for both GL_SAMPLES and
> GL_NUM_SAMPLE_COUNTS.
>
> v2: internalFormat may not be color renderable by the driver, so zero
> can be returned as a sample count. Require that dr
On 01/04/2013 09:09 PM, Christian König wrote:
On 31.12.2012 22:55, Vadim Girlin wrote:
On 12/31/2012 05:34 AM, Vadim Girlin wrote:
Optimize it for better performance.
Signed-off-by: Vadim Girlin
---
I did some benchmarking for this patch together with the patch that
introduces
ISA tables, u
On 04.01.2013 23:19, j.gli...@gmail.com wrote:
[SNIP]
diff --git a/src/gallium/drivers/r300/r300_emit.c
b/src/gallium/drivers/r300/r300_emit.c
index d1ed4b3..c824821 100644
--- a/src/gallium/drivers/r300/r300_emit.c
+++ b/src/gallium/drivers/r300/r300_emit.c
@@ -1184,7 +1184,8 @@ validate: