Re: [Mesa-dev] [PATCH v4 0/4] Fix OpenGL 1.3 big-endian support in r600g

2016-04-26 Thread Andy Furniss
Oded Gabbay wrote: On Tue, Apr 26, 2016 at 1:26 PM, Andy Furniss wrote: Oded Gabbay wrote: Oded Gabbay (4): r600g/radeonsi: send endian info to format translation functions r600g: set endianess of 16/32-bit buffers according to do_endian_swap r600g: use do_endian_swap in color swapping functi

Re: [Mesa-dev] [PATCH v4 0/4] Fix OpenGL 1.3 big-endian support in r600g

2016-04-26 Thread Oded Gabbay
On Tue, Apr 26, 2016 at 1:26 PM, Andy Furniss wrote: > Oded Gabbay wrote: > >> Oded Gabbay (4): r600g/radeonsi: send endian info to format >> translation functions r600g: set endianess of 16/32-bit buffers >> according to do_endian_swap r600g: use do_endian_swap in color >> swapping functions r600

Re: [Mesa-dev] [PATCH v4 0/4] Fix OpenGL 1.3 big-endian support in r600g

2016-04-26 Thread Andy Furniss
Oded Gabbay wrote: Oded Gabbay (4): r600g/radeonsi: send endian info to format translation functions r600g: set endianess of 16/32-bit buffers according to do_endian_swap r600g: use do_endian_swap in color swapping functions r600g: use do_endian_swap in texture swapping function I get a build

[Mesa-dev] [PATCH v4 0/4] Fix OpenGL 1.3 big-endian support in r600g

2016-04-23 Thread Oded Gabbay
Hi, v4: Per marek's remarks I: - removed all changes to evergreen_init_color_surface_rat(), as it is used only in compute and don't handle DB surfaces. - Set V_0280A0_COLOR_16_16 and V_0280A0_COLOR_16_16_FLOAT to always do 8IN16 endian swap (array formats that still need to do byte swap).