summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_util.h
AgeCommit message (Expand)Author
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-24gallium: Drop deprecated __MSC__ macro.José Fonseca
2008-06-24gallium: WinCE does not have cosf, sinf, etc.José Fonseca
2008-06-10gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca
2008-06-02gallium: More tweaks for the cosf/sinf logic.José Fonseca
2008-06-02gallium: Fix log<->cos typo in logf.José Fonseca
2008-06-02gallium: Hopefully fix the cosf/sinf/etc. conditional compolation logic for g...José Fonseca
2008-05-31gallium: Fix preprocessor logic.Michal Krol
2008-05-31gallium: MSVC 8.0 already defines the cosf, sinf, etc.José Fonseca
2008-05-26Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz
2008-05-23Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-05-01d3d: Windows miniport driver portability fixes.José Fonseca
2008-04-25gallium: Windows user mode portability fixes.José Fonseca
2008-04-21util: work around freaky win32 math.hKeith Whitwell
2008-04-21util: add wrappers for float math functions on windowsKeith Whitwell
2008-04-15gallium: Don't assume snprintf are always available.José Fonseca
2008-04-07gallium: Stop warningsJakob Bornecrantz
2008-04-05gallium: Use the custom snprintf implementation everywhere (for Win32).José Fonseca
2008-03-25gallium: Use debug_get_option for GETENVJosé Fonseca
2008-03-24gallium: fix REALLOC() to copy smaller of old/new sizesBrian
2008-03-24gallium: Protect operator precedence in macro.José Fonseca
2008-03-23gallium: Memory debugging utilities.José Fonseca
2008-03-18gallium: make REALLOC a bit more like reallocKeith Whitwell
2008-03-10gallium: WinCE portability fixes.José Fonseca
2008-02-25Make the pipe headers C++ friendly.José Fonseca
2008-02-23gallium: Move align_pointer() to p_pointer.h.Michal Krol
2008-02-15Code reorganization: move files into their places.José Fonseca