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
Age
Commit message (
Expand
)
Author
2009-09-17
tgsi: Scan input interpolators, too.
Michal Krol
2009-09-13
tgsi: handle some src/dst aliasing in tgsi_sse2.c
Keith Whitwell
2009-09-12
tgsi: implement saturation
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-12
tgsi: add const qualifier
Keith Whitwell
2009-09-10
tgsi: use new tgsi_call_record to handle execution mask stacks
Brian Paul
2009-09-04
tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.
Michal Krol
2009-09-03
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-09-01
tgsi: remove redundant CND0 opcode
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-20
tgsi: when printing/dumping programs indent loops and conditionals
Brian Paul
2009-08-20
tgsi: check for SOA dependencies in SSE and PPC code generators
Brian Paul
2009-08-20
tgsi: handle SOA dependencies for MOV/SWZ
Brian Paul
2009-08-20
tgsi: added tgsi_full_instruction::Flags field
Brian Paul
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-18
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-18
tgsi/ppc: we don't implement saturation modes yet
Brian Paul
2009-08-18
tgsi/sse: we don't implement saturation modes yet
Brian Paul
2009-08-17
gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()
Brian Paul
2009-08-13
tgsi: add simple facility for releasing and reusing temporaries
Keith Whitwell
2009-08-13
tgsi: rename ureg src/dest converters
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
2009-08-11
gallium: fix debug_printf() format string
Brian Paul
2009-08-03
tgsi: report opcode name in addition to the number when translation fails
Brian Paul
2009-08-03
tgsi: added tgsi_get_opcode_name()
Brian Paul
2009-07-31
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-30
tgsi: Add proper constraints to sanity.
Michal Krol
2009-07-30
tgsi: Declare a LOOP register.
Michal Krol
2009-07-30
tgsi: Fix number operands for LOOP/ENDLOOP.
Michal Krol
2009-07-30
tgsi: Document LOOP/ENDLOOP instruction operation.
Michal Krol
2009-07-29
gallium: fix SSE shadow texture instructions
Brian Paul
2009-07-23
gallium: remove deprecated TGSI opcodes
Keith Whitwell
2009-07-23
gallium: Fix PPC build.
Michel Dänzer
2009-07-22
gallium: remove multiple aliases for TGSI opcodes
Keith Whitwell
2009-07-22
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-07-20
tgsi: get texturing working in vertex shader sse2 path
Keith Whitwell
[next]