Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell | |
These haven't been used by the mesa state tracker since the conversion to tgsi_ureg, and it seems that none of the other state trackers are using it either. This helps simplify one of the biggest suprises when starting off with TGSI shaders. | |||
2009-09-17 | tgsi: Scan input interpolators, too. | Michal Krol | |
2009-02-12 | tgsi: keep immediate file info uptodate | Keith Whitwell | |
Make sure the stats for TGSI_FILE_IMMEDIATE are uptodate. Previously we just had immediate_count, but file_*[TGSI_FILE_IMMEDIATE] were bogus. | |||
2009-01-19 | tgsi: change an if to an else-if, added const qual, added comments | Brian Paul | |
2008-12-23 | tgsi: fix incomplete rename of loop counter variable | Keith Whitwell | |
2008-12-18 | tgsi: scan for additional info: uses_fogcoord, uses_frontfacing | Brian Paul | |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca | |