index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
Age
Commit message (
Expand
)
Author
2010-08-14
gallivm: Remove unnecessary header.
Vinson Lee
2010-08-14
u_cpu_detect: remove arch and little_endian
Luca Barbieri
2010-08-14
gallivm: Refactor the Newton-Rapshon steps, and disable once again.
José Fonseca
2010-08-11
gallivm: Fix and enable the extra Newton/Raphson step in lp_build_rcp().
José Fonseca
2010-08-11
gallivm: Use lp_build_div instead of lp_build_mul + lp_build_rcp.
José Fonseca
2010-08-11
gallivm: Use unsigned shift in lp_build_minify.
José Fonseca
2010-08-10
gallivm: fix non-SSE4.1 case in lp_build_pack2()
Brian Paul
2010-08-10
gallivm: Fix bitwise operations for floats, division for integers
nobled
2010-08-10
gallivm: Even more type checking
nobled
2010-08-09
gallivm: More type checks.
José Fonseca
2010-08-09
gallivm: Don't call LLVMBuildFNeg on llvm-2.6.
José Fonseca
2010-08-09
gallivm: Always use floating-point operators for floating-point types
nobled
2010-08-08
gallivm: Fix more integer operations.
José Fonseca
2010-08-08
gallivm: Use the correct context for integers
nobled
2010-08-08
gallivm: Add type checks for the basic operations.
José Fonseca
2010-08-06
gallium: remove stray semicolons
Brian Paul
2010-08-05
gallivm: Only get debug option once
Jakob Bornecrantz
2010-07-30
llvmpipe: delete function bodies after generating machine code
Zack Rusin
2010-07-29
gallivm: added lp_build_assert() function to make assertions in LLVM code
Brian Paul
2010-07-29
Revert "gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture"
José Fonseca
2010-07-29
gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture
Brian Paul
2010-07-29
llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.
José Fonseca
2010-07-27
gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwise
José Fonseca
2010-07-21
gallivm: replace has_indirect_addressing field with indirect_files field
Brian Paul
2010-07-21
gallivm: refactor code into get_indirect_offsets() function
Brian Paul
2010-07-21
gallivm: added comment
Brian Paul
2010-07-21
gallivm: remove extraneous braces
Brian Paul
2010-07-21
gallivm: no longer do indirect addressing in get_temp_ptr()
Brian Paul
2010-07-21
gallivm: implement correct indirect addressing of temp registers
Brian Paul
2010-07-21
gallivm: re-org, comments for get_temp_ptr()
Brian Paul
2010-07-21
gallivm: rename a var to avoid compiler warnings
Brian Paul
2010-07-20
gallivm: fix indirect addressing of constant buffer
Brian Paul
2010-07-20
gallivm: added lp_build_const_int32() helper
Brian Paul
2010-07-07
gallivm: restore const qualifier
Brian Paul
2010-07-07
gallivm: fix cube map LOD computation
Brian Paul
2010-07-06
gallivm: Remove unnecessary header.
Vinson Lee
2010-07-06
gallivm: use trunc, not round in lp_build_nearest_mip_level()
Brian Paul
2010-07-06
gallivm: finish implementation of lp_build_iceil()
Brian Paul
2010-07-06
gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().
José Fonseca
2010-07-06
gallivm: Fix 8bit comparisons.
José Fonseca
2010-07-03
gallivm: Remove unnecessary headers.
Vinson Lee
2010-07-02
gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.
José Fonseca
2010-07-02
gallivm: Use util_format_description::fetch_rgba_8unorm() when available.
José Fonseca
2010-07-02
gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-02
gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.c
José Fonseca
2010-07-02
gallivm: Move gather functions to its own module.
José Fonseca
2010-07-02
gallivm: Check inputs/outputs in lp_build_conv()
José Fonseca
2010-07-02
gallivm: Code generate YUV format unpacking.
José Fonseca
2010-07-02
gallivm: Fix 4 x unorm8 -> 4 x float conversion.
José Fonseca
2010-07-01
gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
José Fonseca
[next]