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.h
Age
Commit message (
Expand
)
Author
2011-01-24
gallium: implement modern sampling scheme
Zack Rusin
2010-12-08
tgsi: add support for system values to TGSI interpreter
Brian Paul
2010-11-22
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-12
tgsi: fill out CAPs for indirect addressing
Marek Olšák
2010-11-04
tgsi/exec: Get rid of obsolete condition codes.
Michal Krol
2010-09-14
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-07-29
gallium: implement bounds checking for constant buffers
Brian Paul
2010-06-18
gallium: add a temporary array register file
Zack Rusin
2010-06-18
gallium: add a new register file - immediate array
Zack Rusin
2010-05-12
softpipe: Adverstise (tgsi_exec's) shader limits.
José Fonseca
2010-05-06
gallium/tgsi: remove unused tgsi_exec_labels code
Brian Paul
2010-05-03
gallium: Remove loop register file.
José Fonseca
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-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-05
gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.
Michal Krol
2009-12-25
gallium: add geometry shader support to gallium
Zack Rusin
2009-11-24
tgsi: Implement predicated instructions in exec.
Michal Krol
2009-11-23
tgsi: Fix POSITION and FACE fragment shader inputs.
Michal Krol
2009-11-23
tgsi: Bring BGNFOR/ENDFOR implementation up to spec.
Michal Krol
2009-11-03
tgsi: Up tgsi_exec's control flow nesting to 32.
Michal Krol
2009-11-02
tgsi: Update for gallium interface changes.
Michal Krol
2009-09-10
tgsi: use new tgsi_call_record to handle execution mask stacks
Brian Paul
2009-09-03
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-08-20
tgsi: handle SOA dependencies for MOV/SWZ
Brian Paul
2009-07-16
tgsi: no need to separately malloc input and output arrays
Keith Whitwell
2009-07-16
gallium: reduce recursive include of tgsi_exec.h
Keith Whitwell
2009-07-16
tgsi: make function call code in tgsi_sse.c less opaque
Keith Whitwell
2009-07-16
gallium: proper constructor and destructor for tgsi_exec_machine
Keith Whitwell
2009-06-04
tgsi: increase MAX_LABELS to 4096
Brian Paul
2009-03-22
tgsi: minor comments
Brian Paul
2008-11-23
softpipe: remove old/unneeded dependencies between TGSI exec and softpipe
Brian
2008-11-12
tgsi: More comments on source register indirect and 2D indexing.
Michal Krol
2008-11-05
gallium: added tgsi_set_exec_mask()
Brian Paul
2008-08-18
tgsi: Add condition code (CC) register.
Michal Krol
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca