summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_printf.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: support printing of 64 bit integersZack Rusin2013-10-091-1/+6
* gallivm: Support pointers in lp_build_print_value().José Fonseca2013-05-161-0/+2
* gallivm: Fix lp_build_print_value of smaller integer types.José Fonseca2012-12-061-1/+12
* gallivm: Use %.9g to print floats.José Fonseca2012-07-121-3/+6
* gallivm: Fix potential buffer overflowing in strncat.Johannes Obermayr2012-06-281-3/+3
* gallivm: Added a generic lp_build_print_value which prints a LLVMValueRef.James Benton2012-06-271-107/+114
* gallivm: Use debug_printf in lp_build_printf.José Fonseca2012-05-021-6/+9
* gallivm: Cleanup/simplify lp_build_const_string_variable.José Fonseca2012-05-021-20/+2
* gallivm: Move loop var declaration to beginning of scope.José Fonseca2012-05-021-1/+3
* gallivm: added a debug function which allows llvm to print vectors of 16 unsi...James Benton2012-05-021-0/+25
* gallivm: added lp_build_print_ivec4() functionBrian Paul2011-10-231-0/+21
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-15/+24
* gallivm: use util_snprintf()Brian Paul2010-10-151-1/+2
* gallivm: added lp_build_print_vec4()Brian Paul2010-10-151-0/+20
* gallivm: Add fallthrough comment at end of case statement.Vinson Lee2010-04-021-0/+1
* gallivm: convert floats to doublesZack Rusin2010-03-311-2/+9
* gallivm: use constant size array, added assertion checkBrian Paul2010-03-291-1/+5
* gallivm: added lp_bld_printf() functionChris Li2010-03-291-0/+109