mesa/src/gallium/auxiliary/gallivm
Vinson Lee 5e90971475 gallivm: Remove unnecessary header. 2010-10-08 14:03:10 -07:00
..
f.cpp gallivm: Import the code to compute the minimax polynomials. 2010-05-08 23:29:05 +01:00
lp_bld.h gallivm/llvmpipe: move an old comment to a better location 2010-05-10 17:04:19 -06:00
lp_bld_arit.c gallivm: Combined ifloor & fract helper. 2010-10-06 18:47:01 +01:00
lp_bld_arit.h gallivm: Combined ifloor & fract helper. 2010-10-06 18:47:01 +01:00
lp_bld_assert.c gallivm: added lp_build_assert() function to make assertions in LLVM code 2010-07-29 12:51:45 -06:00
lp_bld_assert.h gallivm: added lp_build_assert() function to make assertions in LLVM code 2010-07-29 12:51:45 -06:00
lp_bld_bitarit.c gallivm: fix wrong return value in bitwise functions 2010-09-16 20:20:49 +01:00
lp_bld_bitarit.h gallivm: Start collecting bitwise arithmetic helpers in a new module. 2010-09-16 20:20:49 +01:00
lp_bld_const.c gallivm: Pass condition masks as an unsigned bitmask. 2010-09-05 10:17:51 +01:00
lp_bld_const.h gallivm: Pass condition masks as an unsigned bitmask. 2010-09-05 10:17:51 +01:00
lp_bld_conv.c gallivm: Remove unnecessary header. 2010-10-08 14:03:10 -07:00
lp_bld_conv.h gallivm/llvmpipe: rename os_llvm.h to lp_bld.h 2010-03-15 18:16:56 -06:00
lp_bld_debug.c util: remove util_is_pot in favor of util_is_power_of_two 2010-08-29 06:16:25 +02:00
lp_bld_debug.h gallivm: Add a new debug flag to warn about performance issues. 2010-09-11 13:29:29 +01:00
lp_bld_flow.c gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES 2010-06-02 16:23:20 -06:00
lp_bld_flow.h gallivm: Ensure all allocas are in the first block. 2010-04-27 13:20:51 +01:00
lp_bld_format.h gallivm: Support multiple pixels in lp_build_fetch_rgba_aos(). 2010-07-02 18:45:49 +01:00
lp_bld_format_aos.c gallivm: Add a new debug flag to warn about performance issues. 2010-09-11 13:29:29 +01:00
lp_bld_format_soa.c gallivm: Add a new debug flag to warn about performance issues. 2010-09-11 13:29:29 +01:00
lp_bld_format_yuv.c gallivm: optimize yuv decoding 2010-09-25 12:19:31 +01:00
lp_bld_gather.c gallivm: Move gather functions to its own module. 2010-07-02 18:45:49 +01:00
lp_bld_gather.h gallivm: Move gather functions to its own module. 2010-07-02 18:45:49 +01:00
lp_bld_init.c gallivm: Add a new debug flag to warn about performance issues. 2010-09-11 13:29:29 +01:00
lp_bld_init.h llvmpipe: delete function bodies after generating machine code 2010-07-30 16:25:29 +01:00
lp_bld_intr.c llvmpipe: export the tgsi translation code to a common layer 2010-02-08 18:22:11 -05:00
lp_bld_intr.h gallivm/llvmpipe: rename os_llvm.h to lp_bld.h 2010-03-15 18:16:56 -06:00
lp_bld_limits.h gallivm: Support predicates. 2010-05-08 12:50:52 +01:00
lp_bld_logic.c gallivm: Warn when doing inefficient integer comparisons. 2010-10-08 17:43:15 +01:00
lp_bld_logic.h gallivm: Start collecting bitwise arithmetic helpers in a new module. 2010-09-16 20:20:49 +01:00
lp_bld_misc.cpp gallivm: Disable LLVM's pretty stack trace dumper. 2010-08-30 13:27:28 +01:00
lp_bld_pack.c gallivm: Add a new debug flag to warn about performance issues. 2010-09-11 13:29:29 +01:00
lp_bld_pack.h gallivm: Include missing header in lp_bld_pack.h. 2010-08-24 23:50:45 -07:00
lp_bld_printf.c gallivm: Add fallthrough comment at end of case statement. 2010-04-02 01:16:13 -07:00
lp_bld_printf.h gallivm: added lp_bld_printf() function 2010-03-29 16:09:27 -07:00
lp_bld_quad.c gallivm: Always use floating-point operators for floating-point types 2010-08-09 17:31:18 +01:00
lp_bld_quad.h gallivm: Factor out the quad derivative code into a single place. Fix ddy. 2010-06-03 14:32:56 +01:00
lp_bld_sample.c gallivm: Help for combined extraction and broadcasting. 2010-10-08 19:48:16 +01:00
lp_bld_sample.h llvmpipe: First minify the texture size, then broadcast. 2010-10-08 19:11:52 +01:00
lp_bld_sample_aos.c gallivm: Move into the as much of the second level code as possible. 2010-10-08 19:11:52 +01:00
lp_bld_sample_aos.h gallivm: Move into the as much of the second level code as possible. 2010-10-08 19:11:52 +01:00
lp_bld_sample_soa.c llvmpipe: First minify the texture size, then broadcast. 2010-10-08 19:11:52 +01:00
lp_bld_struct.c gallivm: Helper functions for pointer indirection. 2010-09-11 13:27:38 +01:00
lp_bld_struct.h gallivm: Helper functions for pointer indirection. 2010-09-11 13:27:38 +01:00
lp_bld_swizzle.c gallivm: Help for combined extraction and broadcasting. 2010-10-08 19:48:16 +01:00
lp_bld_swizzle.h gallivm: Help for combined extraction and broadcasting. 2010-10-08 19:48:16 +01:00
lp_bld_tgsi.h gallivm: Use const keyword on swizzles. 2010-09-11 13:31:35 +01:00
lp_bld_tgsi_aos.c gallivm: Remove unnecessary header. 2010-09-14 00:42:20 -07:00
lp_bld_tgsi_soa.c gallivm: Clamp indirect register indices to file_max. 2010-09-16 20:20:49 +01:00
lp_bld_type.c llvmpipe: Store often used LLVM types in the lp_build_context. 2010-06-02 16:00:15 +01:00
lp_bld_type.h gallivm: Correct copy'n'pasted comments. 2010-08-30 13:27:03 +01:00