summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_compiler.h
AgeCommit message (Collapse)Author
2008-06-02gallium: Replace XSTDCALL by PIPE_CDECL.José Fonseca
2008-05-30gallium: Provide the INT64_C/UINT64_C macros.José Fonseca
"long long" types and 1234LL constants are not supported by eVC.
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c
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
To abstract all those weird #ifdef (__???__) checks. It should typically be the first included header.
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
This is in a separate commit to ensure renames are properly preserved.