summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_compiler.h
AgeCommit message (Expand)Author
2010-01-12gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca
2010-01-12gallium: Simplify PIPE_ALIGN_VAR.José Fonseca
2010-01-12gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca
2010-01-11gallium: Add PUBLIC macro for function visibility.Chia-I Wu
2010-01-10gallium: Remove dead code.José Fonseca
2010-01-10gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of a...José Fonseca
2009-12-04gallium: Disable force_align_arg_pointer attribute on x86_64.José Fonseca
2009-10-14gallium: New ALIGN_STACK macro to tell gcc to align stack pointer.José Fonseca
2009-09-09gallium: Added HaikuOS platformaljen
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca
2008-12-30gallium: Don't redefine INLINE.José Fonseca
2008-09-26cell: align instruction buffers to 8-byte, not 32-byte boundaryBrian Paul
2008-09-19gallium: added ALIGN32_ATTRIBBrian Paul
2008-08-12gallium: Allow compilation inside X.José Fonseca
2008-07-01gallium: Use the inline keyword on C++.José Fonseca
2008-06-24gallium: Drop deprecated __MSC__ macro.José Fonseca
2008-06-05egl: assorted fixes for WindowsJonathan White
2008-06-02gallium: Replace XSTDCALL by PIPE_CDECL.José Fonseca
2008-05-30gallium: Provide the INT64_C/UINT64_C macros.José Fonseca
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-05-23gallium: define PIPE_CDECL calling convention, which really is cdecl everywhereKeith Whitwell
2008-04-25gallium: New configuration header.José Fonseca
2008-02-23Bring in several forgotten MSVC fixes.José Fonseca
2008-02-23gallium: Define intptr_t for Windows platform.Michal Krol
2008-02-15Code reorganization: move files into their places.José Fonseca