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-09-15
gallivm: Remove unnecessary headers.
Vinson Lee
2010-09-15
gallivm: expand AoS sampling to cover all filtering modes
Brian Paul
2010-09-14
gallivm: Remove unnecessary header.
Vinson Lee
2010-09-11
gallivm: nr_channels is only valid for formats with plain layout.
José Fonseca
2010-09-11
gallivm: Use const keyword on swizzles.
José Fonseca
2010-09-11
gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.
José Fonseca
2010-09-11
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
2010-09-11
gallivm: Helper functions for pointer indirection.
José Fonseca
2010-09-11
gallivm: Cleanup the TGSI <-> sampler interface.
José Fonseca
2010-09-11
gallivm: Add some utility functions to set/get array elements too.
José Fonseca
2010-09-11
gallivm: Basic AoS TGSI -> LLVM IR.
José Fonseca
2010-09-11
gallivm: Move the texture modifiers to the header.
José Fonseca
2010-09-11
gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/
José Fonseca
2010-09-05
gallivm: Pass condition masks as an unsigned bitmask.
José Fonseca
2010-09-05
gallivm: Cope with tgsi instruction reallocation failure.
José Fonseca
2010-08-31
gallivm: fix bug in nested conditionals
Brian Paul
2010-08-30
gallivm: Compute the 4 texel offsets for linear filtering en ensemble.
José Fonseca
2010-08-30
gallivm: Disable LLVM's pretty stack trace dumper.
José Fonseca
2010-08-30
gallivm: Correct copy'n'pasted comments.
José Fonseca
2010-08-30
gallivm: Fix lp_build_sum_vector.
José Fonseca
2010-08-29
util: remove util_is_pot in favor of util_is_power_of_two
Marek Olšák
2010-08-24
gallivm: Include missing header in lp_bld_sample.h.
Vinson Lee
2010-08-24
gallivm: Include missing header in lp_bld_pack.h.
Vinson Lee
2010-08-21
gallivm: Emit DIVPS instead of RCPPS.
José Fonseca
2010-08-20
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-18
gallivm: Use proper index to lookup predicate register array.
michal
2010-08-17
gallivm: Fix and re-enable MMX-disabling code
nobled
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
[next]