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
/
lp_bld_tgsi_soa.c
Age
Commit message (
Expand
)
Author
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-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-06-07
gallivm: eliminate tgsi_exec.h include
Keith Whitwell
2010-06-03
gallivm: Factor out the quad derivative code into a single place. Fix ddy.
José Fonseca
2010-05-20
gallivm: rename a var: s/val/array_size/
Brian Paul
2010-05-17
gallivm: Tweak ret_mask handling.
José Fonseca
2010-05-17
gallivm: implement function calls by inlining
Zack Rusin
2010-05-15
gallivm: Temporarily remove function call support
José Fonseca
2010-05-15
gallivm: use our util_snprintf
Zack Rusin
2010-05-15
gallivm: implement function calls
Zack Rusin
2010-05-14
tgsi: clean up in emit_fetch()
Brian Paul
2010-05-13
gallivm: silence uninitialized var warning
Brian Paul
2010-05-13
gallivm: silence uninitialized var warning
Brian Paul
2010-05-13
gallivm: rename a var
Brian Paul
2010-05-12
gallivm/llvmpipe: add const qualifiers
Brian Paul
2010-05-10
gallivm: Add missing lvalue.
José Fonseca
2010-05-08
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
José Fonseca
2010-05-08
gallivm: Fix BREAK/CONT translation.
José Fonseca
2010-05-08
gallivm: Support predicates.
José Fonseca
2010-05-04
gallivm: Proper implementation of TXL opcode.
José Fonseca
2010-05-04
gallivm: Fix several glitches introduced in the prev commit.
José Fonseca
2010-05-04
gallivm: Implement TXD.
José Fonseca
2010-05-04
gallivm: Increase the TGSI translation limits and centralize them in a header.
José Fonseca
2010-05-03
gallivm: Display message instead of crashing when sampler generator was not s...
José Fonseca
2010-05-03
gallivm: Replace predicate assertion failure with warning message.
José Fonseca
2010-05-02
gallivm: fix nested break and continue statements
Zack Rusin
2010-04-27
gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
gallivm: Ensure all allocas are in the first block.
José Fonseca
2010-04-26
gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOP
Alan Hourihane
2010-04-25
gallivm: Rename variable info to opcode_info.
Vinson Lee
2010-04-24
gallivm: Remove NULL check of pointer that can't be NULL.
Vinson Lee
2010-04-22
gallivm: implement indirect addressing over temporaries
Zack Rusin
2010-04-22
gallivm: implement indirect addressing over constants
Zack Rusin
2010-04-22
gallivm: update comments
Zack Rusin
2010-04-22
gallivm: fix nested cont statements
Zack Rusin
2010-04-22
gallivm: fix nested break statemants
Zack Rusin
2010-04-21
gallivm: added some assertions in loop-gen code
Brian Paul
2010-04-21
gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/
Brian Paul
2010-04-21
gallivm: emit_instruction() is boolean
Brian Paul
[next]