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_parse.c
Age
Commit message (
Expand
)
Author
2010-01-05
tgsi: Support signed/unsigned integer immediate types.
Michal Krol
2009-12-14
tgsi: add properties and system value register
Zack Rusin
2009-12-08
tgsi: fix some off-by-one errors in shader length, instruction length
Brian Paul
2009-11-27
tgsi: Remove tgsi_version token.
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
tgsi: remove unnecessary full_token init and free functions
Keith Whitwell
2009-11-24
gallium: simplify tgsi tokens further
Keith Whitwell
2009-11-24
tgsi: Account for gallium shader token representation changes.
Michal Krol
2009-11-02
tgsi: Update for gallium interface changes.
Michal Krol
2009-10-23
gallium: remove extended negate also, and also the ExtSwz token
Keith Whitwell
2009-07-22
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-07-10
tgis: implement indirect addressing for destination registers
Brian Paul
2009-03-17
tgsi: Restore statement ordering.
José Fonseca
2009-03-17
tgsi: Silence const pointer cast warnings.
Michal Krol
2009-02-18
util: Move p_debug.h into util module.
José Fonseca
2009-02-10
tgsi: Fix build -- rename Size to NrTokens.
Michal Krol
2008-09-12
gallium: use copy_token() function to avoid type punning/aliasing problems
Brian Paul
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca