summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-2/+5
* gallivm: Use proper index to lookup predicate register array.michal2010-08-181-1/+1
* gallivm: Fix and re-enable MMX-disabling codenobled2010-08-171-5/+1
* gallivm: Remove unnecessary header.Vinson Lee2010-08-141-1/+0
* u_cpu_detect: remove arch and little_endianLuca Barbieri2010-08-142-5/+8
* gallivm: Refactor the Newton-Rapshon steps, and disable once again.José Fonseca2010-08-141-28/+83
* gallivm: Fix and enable the extra Newton/Raphson step in lp_build_rcp().José Fonseca2010-08-111-2/+2
* gallivm: Use lp_build_div instead of lp_build_mul + lp_build_rcp.José Fonseca2010-08-111-2/+1
* gallivm: Use unsigned shift in lp_build_minify.José Fonseca2010-08-111-1/+1
* gallivm: fix non-SSE4.1 case in lp_build_pack2()Brian Paul2010-08-101-5/+9
* gallivm: Fix bitwise operations for floats, division for integersnobled2010-08-102-5/+27
* gallivm: Even more type checkingnobled2010-08-102-1/+26
* gallivm: More type checks.José Fonseca2010-08-091-0/+43
* gallivm: Don't call LLVMBuildFNeg on llvm-2.6.José Fonseca2010-08-092-9/+4
* gallivm: Always use floating-point operators for floating-point typesnobled2010-08-097-92/+137
* gallivm: Fix more integer operations.José Fonseca2010-08-081-2/+4
* gallivm: Use the correct context for integersnobled2010-08-081-1/+1
* gallivm: Add type checks for the basic operations.José Fonseca2010-08-081-0/+12
* gallium: remove stray semicolonsBrian Paul2010-08-061-1/+1
* gallivm: Only get debug option onceJakob Bornecrantz2010-08-051-1/+3
* llvmpipe: delete function bodies after generating machine codeZack Rusin2010-07-302-0/+10
* gallivm: added lp_build_assert() function to make assertions in LLVM codeBrian Paul2010-07-292-0/+142
* Revert "gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture"José Fonseca2010-07-291-3/+0
* gallivm: fix lp_build_sample_offset() crash when indexing a 1-D textureBrian Paul2010-07-291-0/+3
* llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca2010-07-291-0/+24
* gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwiseJosé Fonseca2010-07-272-22/+50
* gallivm: replace has_indirect_addressing field with indirect_files fieldBrian Paul2010-07-211-8/+17
* gallivm: refactor code into get_indirect_offsets() functionBrian Paul2010-07-211-23/+34
* gallivm: added commentBrian Paul2010-07-211-0/+6
* gallivm: remove extraneous bracesBrian Paul2010-07-211-20/+18
* gallivm: no longer do indirect addressing in get_temp_ptr()Brian Paul2010-07-211-20/+15
* gallivm: implement correct indirect addressing of temp registersBrian Paul2010-07-211-11/+29
* gallivm: re-org, comments for get_temp_ptr()Brian Paul2010-07-211-3/+13
* gallivm: rename a var to avoid compiler warningsBrian Paul2010-07-211-2/+2
* gallivm: fix indirect addressing of constant bufferBrian Paul2010-07-201-25/+83
* gallivm: added lp_build_const_int32() helperBrian Paul2010-07-201-0/+8
* gallivm: restore const qualifierBrian Paul2010-07-071-1/+1
* gallivm: fix cube map LOD computationBrian Paul2010-07-071-38/+54
* gallivm: Remove unnecessary header.Vinson Lee2010-07-061-1/+0
* gallivm: use trunc, not round in lp_build_nearest_mip_level()Brian Paul2010-07-061-1/+1
* gallivm: finish implementation of lp_build_iceil()Brian Paul2010-07-061-19/+67
* gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().José Fonseca2010-07-061-0/+41
* gallivm: Fix 8bit comparisons.José Fonseca2010-07-061-5/+3
* gallivm: Remove unnecessary headers.Vinson Lee2010-07-032-2/+0
* gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.José Fonseca2010-07-023-52/+96
* gallivm: Use util_format_description::fetch_rgba_8unorm() when available.José Fonseca2010-07-021-7/+100
* gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca2010-07-024-110/+198
* gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.cJosé Fonseca2010-07-023-32/+40
* gallivm: Move gather functions to its own module.José Fonseca2010-07-028-61/+213
* gallivm: Check inputs/outputs in lp_build_conv()José Fonseca2010-07-021-2/+6