CVSROOT: /cvs Module name: xenocara Changes by: m...@cvs.openbsd.org 2015/07/28 23:47:25
Modified files: dist/Mesa/src/gallium/drivers/r300: r300_blit.c r300_context.h r300_state.c r300_state_derived.c r300_texture.c r300_texture.h r300_transfer.c dist/Mesa/src/gallium/state_trackers/dri/common: dri_drawable.c dist/Mesa/src/gallium/state_trackers/dri/drm: dri2.c Log message: Make the Gallium r300 works on big-endian architectures. Diff provided by Michel Daenzer [0] as a possible solution for a regression introduced in Mesa 9 [1]. This diff allows macppc users to use OpenGL accelerated appplications (i.e. GNOME3). As disucssed during c2k15 we won't try to keep this patch during the next Mesa update. [0] https://bugs.freedesktop.org/show_bug.cgi?id=71789 [1] http://lists.freedesktop.org/archives/mesa-dev/2013-December/050218.html Tested by myself and ajacoutot@, regression test and ok jsg@