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
/
mesa
/
pipe
/
i915simple
/
i915_fpc_translate.c
Age
Commit message (
Expand
)
Author
2007-12-14
update comment for TGSI_TOKEN_TYPE_IMMEDIATE case
Brian
2007-11-23
gallium: reorg tgsi directories.
Michal Krol
2007-11-22
Fix compatibility issues between gcc and msvc.
Michal
2007-11-22
Make it compile under Win32.
Michal
2007-11-08
Remove TGSI_OPCODE_TXP
Brian
2007-11-08
check for divide by W flag when translating TGSI_OPCODE_TEX (fixes projected ...
Brian
2007-10-31
Handle TGSI_OPCODE_RET.
José Fonseca
2007-10-31
Allow more verbose error output.
José Fonseca
2007-10-15
check for extended swizzles, added TGSI_OPCODE_KILP
Brian
2007-10-10
fix get_result_vector() since fp output slots are not fixed anymore
Brian
2007-10-02
Added TGSI_OPCODE_END
Brian
2007-09-21
Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.
Brian
2007-09-20
remove old code in src_vector()
Brian
2007-09-20
Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.
Brian
2007-09-19
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-18
Convert shader to an immutable state object.
Zack Rusin
2007-08-24
Fix fragment program color output mapping (0=depth, 1=color)
Brian
2007-08-24
Fixup include paths after rename
Keith Whitwell
2007-08-23
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
remove dead/debug code, misc clean-up
Brian
2007-08-23
Checkpoint commit: i915 texture works, use new vertex_info struct
Brian
2007-08-22
Checkpoint: texture image and sampler state handling, plus better vertex form...
Brian
2007-08-22
Rework of shader constant buffers.
Brian
2007-08-22
code movement, null ptr checks, etc
Brian
2007-08-22
implement negation for src operands
Brian
2007-08-21
Fragment shader translation seems to basically work now. More testing needed.
Brian
2007-08-21
First pass at a fallback concept for pipe devices.
Keith Whitwell
2007-08-21
Initial check-in of i915 fragment program translation (from tgsi).
Brian