| Commit message (Expand) | Author | Age | Files | Lines |
* | tgsi: new tgsi_shader_info fields for system values | Brian Paul | 2010-12-08 | 1 | -1/+18 |
* | tgsi: add scanner support for centroid inputs | Dave Airlie | 2010-10-15 | 1 | -0/+1 |
* | gallium/tgsi: add support for stencil writes. | Dave Airlie | 2010-10-13 | 1 | -3/+5 |
* | tgsi: added tgsi_shader_info::indirect_files field | Brian Paul | 2010-07-21 | 1 | -0/+13 |
* | tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan. | José Fonseca | 2010-06-01 | 1 | -14/+0 |
* | tgsi: Determine which shader input channels are effectively. | José Fonseca | 2010-06-01 | 1 | -7/+25 |
* | tgsi: also count instructions in tgsi_scan_shader() | Brian Paul | 2010-05-12 | 1 | -4/+3 |
* | tgsi: Gather cylindrical wrap info in tgsi_shader_info struct. | Michal Krol | 2010-02-09 | 1 | -0/+1 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-22 | 1 | -6/+4 |
|\ |
|
| * | tgsi: fix detection of front-facing attribute | Brian Paul | 2010-01-15 | 1 | -6/+4 |
* | | Fix test | Alan Hourihane | 2010-01-04 | 1 | -2/+2 |
* | | Merge branch 'gallium-edgeflags' | Roland Scheidegger | 2009-12-22 | 1 | -7/+11 |
|\ \ |
|
| * | | gallium: store edgflag info in tgsi_shader_info | Roland Scheidegger | 2009-12-18 | 1 | -7/+11 |
* | | | tgsi: add properties and system value register | Zack Rusin | 2009-12-14 | 1 | -2/+19 |
|/ / |
|
* | | tgsi: rename fields of tgsi_full_src_register to reduce verbosity | Keith Whitwell | 2009-11-24 | 1 | -12/+12 |
* | | tgsi: rename fields of tgsi_full_dst_register to reduce verbosity | Keith Whitwell | 2009-11-24 | 1 | -3/+3 |
* | | tgsi: rename fields of tgsi_full_declaration to reduce verbosity | Keith Whitwell | 2009-11-24 | 1 | -2/+2 |
* | | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity | Keith Whitwell | 2009-11-24 | 1 | -3/+3 |
* | | tgsi: reduce repetition of structure name in its members | Keith Whitwell | 2009-11-24 | 1 | -5/+5 |
* | | gallium: simplify tgsi tokens further | Keith Whitwell | 2009-11-24 | 1 | -6/+1 |
|/ |
|
* | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell | 2009-10-23 | 1 | -5/+0 |
* | tgsi: Scan input interpolators, too. | Michal Krol | 2009-09-17 | 1 | -0/+1 |
* | tgsi: keep immediate file info uptodate | Keith Whitwell | 2009-02-12 | 1 | -1/+8 |
* | tgsi: change an if to an else-if, added const qual, added comments | Brian Paul | 2009-01-19 | 1 | -3/+5 |
* | tgsi: fix incomplete rename of loop counter variable | Keith Whitwell | 2008-12-23 | 1 | -1/+1 |
* | tgsi: scan for additional info: uses_fogcoord, uses_frontfacing | Brian Paul | 2008-12-18 | 1 | -14/+35 |
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -3/+3 |
* | Merge tgsi/exec and tgsi/util directories. | José Fonseca | 2008-07-28 | 1 | -0/+226 |