summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/util
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Add tgsi_iterate_shader utility.Michal Krol2008-07-182-0/+155
* tgsi: Fix parsing an instruction with no operands.Michal Krol2008-07-171-3/+12
* tgsi: Perform a sanity check after reading a shader from text.Michal Krol2008-07-171-1/+5
* tgsi: New file.Michal Krol2008-07-172-0/+307
* tgsi: Numerical label before an instruction is optional.Michal Krol2008-07-151-5/+10
* tgsi: Parse destination operand modulate modifier.Michal Krol2008-07-132-24/+42
* tgsi: Parse extended source register modifiers.Michal Krol2008-07-131-1/+126
* tgsi: Parse _SAT and _SAT opcode suffix.Michal Krol2008-07-132-2/+8
* tgsi: Parse IMM statements.Michal Krol2008-07-131-1/+110
* tgsi: Parse texture instructions correctly.Michal Krol2008-07-131-121/+151
* tgsi: Fix instruction operand counts.Michal Krol2008-07-131-104/+104
* tgsi: Fix instruction opcode parsing.Michal Krol2008-07-131-1/+1
* tgsi: Add missing SWZ opcode.Michal Krol2008-07-132-2/+4
* tgsi: Parse DCL statements.Michal Krol2008-07-131-74/+256
* tgsi: Remove depricated ATTRIB interpolate mode.Michal Krol2008-07-131-2/+1
* tgsi: Add tgsi_text utility module.Michal Krol2008-07-122-0/+627
* tgsi: Fix dumping of indirect addressing.Michal Krol2008-07-121-4/+6
* tgsi: Add missing copyright headers.Michal Krol2008-07-125-9/+138
* gallium: tweak printing of generic declarationsBrian Paul2008-07-081-1/+2
* glsl: implement variable array indexesZack Rusin2008-06-121-1/+8
* gallium: added tgsi_is_passthrough_shader() functionBrian Paul2008-06-042-0/+87
* tgsi: Add assertions to the new rule that when an extended swizzleMichal Krol2008-06-021-0/+8
* tgsi: Fix build after TGSI declaration interface changes.Michal Krol2008-05-316-187/+46
* Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz2008-05-301-2/+2
|\
| * tgsi: Observe constness.José Fonseca2008-05-281-2/+2
* | Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-282-12/+30
|\|
| * tgsi: export utils for dumping individual instructionsKeith Whitwell2008-05-272-12/+30
* | gallium: Windows CE portability fixes.José Fonseca2008-05-281-1/+1
|/
* gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul2008-05-172-1/+45
* tgsi: Do not assume IN and OUT registers are declared sequentially.Michal Krol2008-05-021-8/+7
* tgsi: Fix build on Win32.Michal Krol2008-05-021-2/+2
* tgsi: Dump destination register modulate modifier.Michal Krol2008-05-021-0/+25
* tgsi: add some const qualifiers to immediate pointersKeith Whitwell2008-05-011-2/+2
* gallium: Include dependent header.José Fonseca2008-04-221-0/+2
* gallium: Eliminate stdio file usage. Remove unused stuff.José Fonseca2008-04-152-310/+34
* gallium: Don't assume snprintf are always available.José Fonseca2008-04-151-4/+5
* tgsi: Fix source register short dump code.Michal Krol2008-04-121-30/+32
* tgsi: Dump processor type and version as a single token.Michal Krol2008-04-111-1/+0
* tgsi: Dump semantics before interpolator.Michal Krol2008-04-111-7/+9
* gallium: added tgsi_num_tokens() function to return number of tokens in token...Brian2008-03-242-0/+17
* tgsi: add debug_printf version of tgsi_dumpKeith Whitwell2008-03-142-0/+26
* tgsi: Drop pre-ps_2_0 opcodes.Michal Krol2008-03-131-40/+6
* tgsi: bump MAX_SRC_REGS to 4, for TXDKeith Whitwell2008-03-131-1/+1
* tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP.Michal Krol2008-03-123-15/+0
* tgsi: Dump TXP opcode.Michal Krol2008-03-121-2/+4
* tgsi: Dump source register divide component.Michal Krol2008-03-121-0/+5
* gallium: Fix MSVC warnings.José Fonseca2008-02-281-4/+4
* gallium: Fix sign/unsign comparison.José Fonseca2008-02-281-1/+1
* gallium: include p_util.hBrian2008-02-271-0/+1
* gallium: include p_compiler.h instead of p_util.hBrian2008-02-271-1/+1