Re: [Mesa-dev] [PATCH 0/0] gallium, radeonsi: pixel (un)packing fixes

2016-11-11 Thread Edward O'Callaghan
For the series: Reviewed-by: Edward O'Callaghan Thanks, the PBO stuff fixes a problem I had with my video stream application also. On 11/10/2016 02:01 AM, Nicolai Hähnle wrote: > Hi, > > this is a series of assorted patches that together fix > GL45-CTS.gtf32.GL3Tests.packed_pixels.* on radeons

[Mesa-dev] [PATCH 0/0] gallium,radeonsi: pixel (un)packing fixes

2016-11-09 Thread Nicolai Hähnle
Hi, this is a series of assorted patches that together fix GL45-CTS.gtf32.GL3Tests.packed_pixels.* on radeonsi. The fixes are: 1. Fix SINT <-> UINT conversion in some places. 2. Honor all pixel pack settings in GetTexImage. 3. Disable some formats for PBO copies that aren't really supported. Ple