summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_scan.c
AgeCommit message (Expand)Author
2010-12-08tgsi: new tgsi_shader_info fields for system valuesBrian Paul
2010-10-15tgsi: add scanner support for centroid inputsDave Airlie
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-07-21tgsi: added tgsi_shader_info::indirect_files fieldBrian Paul
2010-06-01tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.José Fonseca
2010-06-01tgsi: Determine which shader input channels are effectively.José Fonseca
2010-05-12tgsi: also count instructions in tgsi_scan_shader()Brian Paul
2010-02-09tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.Michal Krol
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-15tgsi: fix detection of front-facing attributeBrian Paul
2010-01-04Fix testAlan Hourihane
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-18gallium: store edgflag info in tgsi_shader_infoRoland Scheidegger
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-09-17tgsi: Scan input interpolators, too.Michal Krol
2009-02-12tgsi: keep immediate file info uptodateKeith Whitwell
2009-01-19tgsi: change an if to an else-if, added const qual, added commentsBrian Paul
2008-12-23tgsi: fix incomplete rename of loop counter variableKeith Whitwell
2008-12-18tgsi: scan for additional info: uses_fogcoord, uses_frontfacingBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca