For the series: Reviewed-by: Edward O'Callaghan <[email protected]>
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 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. > > Please review! > > Thanks, > Nicolai > --- > src/gallium/auxiliary/util/u_blit.c | 4 +- > src/gallium/auxiliary/util/u_blitter.c | 113 ++++++++++------- > .../auxiliary/util/u_simple_shaders.c | 80 +++++++++--- > .../auxiliary/util/u_simple_shaders.h | 9 +- > src/gallium/auxiliary/util/u_tests.c | 1 + > .../drivers/radeonsi/si_descriptors.c | 26 +++- > src/gallium/drivers/radeonsi/si_state.c | 52 ++++++-- > src/gallium/drivers/radeonsi/si_state.h | 6 + > src/gallium/tests/trivial/quad-tex.c | 1 + > src/mesa/state_tracker/st_cb_readpixels.c | 5 +- > src/mesa/state_tracker/st_cb_texture.c | 91 +++++-------- > src/mesa/state_tracker/st_context.h | 4 +- > src/mesa/state_tracker/st_pbo.c | 94 ++++++++++++-- > src/mesa/state_tracker/st_pbo.h | 8 +- > 14 files changed, 336 insertions(+), 158 deletions(-) > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
