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_ureg.c
Age
Commit message (
Expand
)
Author
2010-01-15
tgsi: Add ureg_src_dimension().
Michal Krol
2010-01-05
Merge branch 'master' into instanced-arrays
Michal Krol
2010-01-05
tgsi/ureg: Improve immediate match & expand logic.
Michal Krol
2010-01-05
tgsi: Support signed/unsigned integer immediate types.
Michal Krol
2009-12-31
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-30
tgsi: Support system values in ureg.
Michal Krol
2009-12-27
tgsi/ureg: Silence uninitialized variable warnings.
Vinson Lee
2009-12-14
tgsi/ureg: Add ureg_DECL_gs_input().
Michal Krol
2009-12-08
tgsi: fix some off-by-one errors in shader length, instruction length
Brian Paul
2009-12-03
tgsi/ureg: Fix ureg_emit_src().
Michal Krol
2009-12-01
tgsi: fix ureg emit after version token change
Keith Whitwell
2009-12-01
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-11-27
tgsi: Remove tgsi_version token.
Michal Krol
2009-11-26
tgsi/ureg: Add forgotten goto in ureg_DECL_constant().
Michal Krol
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: Add ureg_DECL_loop().
Michal Krol
2009-11-24
tgsi: Account for gallium shader token representation changes.
Michal Krol
2009-11-10
tgsi/ureg: Simplify logic in tokens_expand().
Michal Krol
2009-11-04
tgsi/ureg: Allow for multiple extended instruction tokens.
Michal Krol
2009-11-02
tgsi/ureg: Add negate and swizzle for predicates.
Michal Krol
2009-11-02
tgsi/ureg: Update for gallium interface changes.
Michal Krol
2009-10-23
gallium: remove extended negate also, and also the ExtSwz token
Keith Whitwell
2009-09-12
tgsi: add missing implementation of constant decl change
Keith Whitwell
2009-09-12
ureg: add a mechanism to get the built tokens rather than a full shader
Keith Whitwell
2009-09-12
ureg: add generic emitters for tex and branch instructions
Keith Whitwell
2009-09-12
tgsi/ureg: give ureg_DECL_constant an explicit index parameter
Keith Whitwell
2009-09-12
tgsi/ureg: VS inputs don't have any semantic tags, just an index
Keith Whitwell
2009-09-12
tgsi: free tokens on error
Keith Whitwell
2009-09-12
tgsi: sanity check ureg programs
Keith Whitwell
2009-09-03
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-08-24
tgsi: Only free temp uregs.
José Fonseca
2009-08-24
tgsi: Pass pipe_context as a parameter to ureg_create_shader.
José Fonseca
2009-08-24
tgsi: add generic instruction builder
Keith Whitwell
2009-08-19
tgsi: Add missing include.
José Fonseca
2009-08-19
tgsi: Fix typo in ureg constant creation.
José Fonseca
2009-08-19
tgsi: silence compiler warning
Keith Whitwell
2009-08-19
tgsi: remove unused function argument
Keith Whitwell
2009-08-19
tgsi: add missing functionality to support instructions with labels
Keith Whitwell
2009-08-13
tgsi: add simple facility for releasing and reusing temporaries
Keith Whitwell
2009-08-13
tgsi: turn off debugging
Keith Whitwell
2009-08-13
tgsi: use REALLOC for growing token pool
Keith Whitwell
2009-08-13
tgsi: add tgsi_ureg, a simplified tgsi shader builder
Keith Whitwell