aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_snprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove windows kernel support code.José Fonseca2011-11-291-8/+0
| | | | | | Not actively used. Reviewed-by: Brian Paul <[email protected]>
* util: Add cast.José Fonseca2009-06-181-1/+1
| | | | It is expected to loose precision here.
* gallium: WinCE build fixes.José Fonseca2008-08-191-0/+9
|
* gallium: Windows miniport portability fixes.José Fonseca2008-07-261-0/+10
|
* gallium: Don't assume snprintf are always available.José Fonseca2008-04-151-8/+8
|
* gallium: Fix some MSVC warnings.José Fonseca2008-03-291-4/+4
|
* gallium: Silence MSVC warnings.José Fonseca2008-03-121-7/+3
|
* gallium: Use custom vsnprintf in WINDDK.José Fonseca2008-03-051-0/+1482
EngDebugPrint does not handle float point arguments, so we need to use our own vsnprintf implementation.