[Mesa-dev] [PATCH 3/4] build: Haiku build fixes, BeOS code removal

Brian Paul brian.e.paul at gmail.com
Sat Dec 24 05:33:11 PST 2011


On Fri, Dec 23, 2011 at 4:25 PM, Alexander von Gluck
<kallisti5 at unixzen.com> wrote:
>
> * Use generic pthread barrier on Haiku.
> * Re-add debug_printf define for Haiku.
> * Add mapi headers to r300 build (to not rely on makedepend?)
> * Remove NDEBUG define of union, as the union is used
>  regardless of NDEFINE setting.
> * Remove BeOS reference to not building GLU as BeOS is no
>  longer a Mesa target.
> ---
>  src/gallium/auxiliary/os/os_thread.h |    2 +-
>  src/gallium/auxiliary/util/u_debug.h |    2 --
>  src/gallium/drivers/r300/Makefile    |    1 +
>  src/glsl/link_uniforms.cpp           |    2 --
>  src/glu/sgi/Makefile                 |    7 +------
>  src/mesa/main/querymatrix.c          |    2 +-
>  6 files changed, 4 insertions(+), 12 deletions(-)

This patch touches files all over the place.  I know it's kind of
inconvenient, but I suggest making this into 6 separate patches.

-Brian


More information about the mesa-dev mailing list