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
/
tgsi
/
tgsi_exec.c
Age
Commit message (
Expand
)
Author
2010-05-19
tgsi: Implement OPCODE_DIV.
Michal Krol
2010-05-06
tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplers
Brian Paul
2010-05-06
gallium/tgsi: remove unused tgsi_exec_labels code
Brian Paul
2010-05-03
gallium: Remove loop register file.
José Fonseca
2010-04-27
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-18
tgsi: add comment about potential code removal
Brian Paul
2010-03-01
tgsi: Cleanup exec code for CLAMP, CMP and CND.
Michal Krol
2010-02-25
tgsi: Remove dead code.
Michal Krol
2010-02-20
tgsi: ifdef out unused function micro_sqrt.
Vinson Lee
2010-02-19
tgsi: Make more exec opcodes look pretty.
Michal Krol
2010-02-19
tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.
Michal Krol
2010-02-19
tgsi: Rewrite exec implementations of NRM and NRM4.
Michal Krol
2010-02-05
tgsi: remove special-case code for fragment position
Brian Paul
2010-02-03
tgsi: added debugging code to catch divide by zero
Brian Paul
2010-02-03
tgsi: convert CHECK_INF_OR_NAN to inline function
Brian Paul
2010-02-02
tgsi: fix comment
Brian Paul
2010-01-28
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
gallium: Implement 2D constant buffers for fragment shader in softpipe.
Michal Krol
2010-01-18
tgsi: Fix behaviour of dimension index.
Michal Krol
2010-01-14
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2010-01-08
tgsi: Cleanup dot-product opcodes in interpreter.
Michal Krol
2010-01-07
gallium: Fix texture sampling with explicit LOD in softpipe.
Michal Krol
2010-01-07
gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...
Michal Krol
2010-01-07
tgsi: Cleanup exec_tex().
Michal Krol
2010-01-08
tgsi: Silence uninitialized variable warnings.
Vinson Lee
2010-01-05
tgsi: Simplify implementation of few interpreter's instructions.
Michal Krol
2010-01-05
tgsi: Treat MOV source operand as FLOAT so modifiers works as expected.
Michal Krol
2010-01-05
tgsi: Store ADDR file in interpreter as an int.
Michal Krol
2010-01-05
tgsi: Remove dead micro_umod().
Michal Krol
2010-01-05
tgsi: Make interpreter aware of float and integer data types.
Michal Krol
2010-01-05
gallium: Add UMOD TGSI opcode.
Michal Krol
2010-01-05
gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.
Michal Krol
2010-01-05
tgsi: Cleanup interpreter code for other existing integer opcodes.
Michal Krol
2010-01-05
tgsi: Implement new integer opcodes.
Michal Krol
2010-01-04
tgsi: Fix assert.
Vinson Lee
2009-12-25
draw/tgsi: fix geometry shader input/output swizzling
Zack Rusin
2009-12-25
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-22
tgsi: Implement BREAKC in interpreter.
Michal Krol
2009-12-14
tgsi: add properties and system value register
Zack Rusin
2009-12-01
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-11-26
tgsi/exec: Fix orientation of DDY.
Michal Krol
2009-11-26
tgsi/exec: Force return from a subroutine at ENDSUB.
Michal Krol
2009-11-24
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
tgsi: reduce repetition of structure name in its members
Keith Whitwell
2009-11-24
gallium: simplify tgsi tokens further
Keith Whitwell
2009-11-24
tgsi: Implement predicated instructions in exec.
Michal Krol
2009-11-23
tgsi: Clamp the source argument in micro_exp2() to avoid Inf.
Michal Krol
[next]