summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
AgeCommit message (Expand)Author
2008-07-14tgsi: fix bug in execution of loops inside of conditionals.Brian Paul
2008-07-13tgsi: Parse destination operand modulate modifier.Michal Krol
2008-07-13tgsi: Parse extended source register modifiers.Michal Krol
2008-07-13tgsi: Parse _SAT and _SAT opcode suffix.Michal Krol
2008-07-13tgsi: Parse IMM statements.Michal Krol
2008-07-13tgsi: Parse texture instructions correctly.Michal Krol
2008-07-13tgsi: Fix instruction operand counts.Michal Krol
2008-07-13tgsi: Fix instruction opcode parsing.Michal Krol
2008-07-13tgsi: Add missing SWZ opcode.Michal Krol
2008-07-13tgsi: Parse DCL statements.Michal Krol
2008-07-13tgsi: Remove depricated ATTRIB interpolate mode.Michal Krol
2008-07-12scons: List `util/tgsi_text.c'.Michal Krol
2008-07-12tgsi: Add tgsi_text utility module.Michal Krol
2008-07-12tgsi: Fix dumping of indirect addressing.Michal Krol
2008-07-12tgsi: Add missing copyright headers.Michal Krol
2008-07-08gallium: tweak printing of generic declarationsBrian Paul
2008-07-03gallium: increase TGSI interpreter's number of temp registers to 64Brian Paul
2008-07-03gallium: increase TGSI_EXEC_MAX_COND_NESTING, etcBrian Paul
2008-07-02gallium: replace 128 with MAX_LABELSBrian Paul
2008-06-19gallium: Handle malloc failure.José Fonseca
2008-06-12glsl: implement variable array indexesZack Rusin
2008-06-04gallium: added tgsi_is_passthrough_shader() functionBrian Paul
2008-06-02gallium: Replace XSTDCALL by PIPE_CDECL.José Fonseca
2008-06-02tgsi: Add assertions to the new rule that when an extended swizzleMichal Krol
2008-06-02tgsi: SWZ no longer aliases to MOV.Michal Krol
2008-05-31tgsi: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-30Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz
2008-05-29gallium: MSVC warning fixes.José Fonseca
2008-05-28tgsi: Observe constness.José Fonseca
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-05-27tgsi: export utils for dumping individual instructionsKeith Whitwell
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul
2008-05-02gallium: remove ^M (CR) charsBrian Paul
2008-05-02tgsi: Enable fast high precision rsqrt.Michal Krol
2008-05-02tgsi: Implement fast rsqrtf. Not tested, inactive.Keith Whitwell
2008-05-02tgsi: Do not assume IN and OUT registers are declared sequentially.Michal Krol
2008-05-02tgsi: Fix build on Win32.Michal Krol
2008-05-02tgsi: Dump destination register modulate modifier.Michal Krol
2008-05-01gallium: temporarily disable broken SSE2 code for ARL opcodeBrian
2008-05-01gallium: implement TGSI_OPCODE_EXPBrian
2008-05-01gallium: implement TGSI_OPCODE_LOGBrian
2008-05-01tgsi: remove some bogus win vs. linux crudKeith Whitwell
2008-05-01rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell
2008-05-01tgsi: restore HIGH_PRECISION settingKeith Whitwell
2008-05-01tgsi: add some const qualifiers to immediate pointersKeith Whitwell
2008-05-01tgsi: use EBX everywhere, be sure to push/pop itKeith Whitwell
2008-05-01tgsi: use x86_fn_arg instead of get_argument() -- it knows about push/pops to...Keith Whitwell
2008-05-01tgsi: use ESI instead of EBX on non-win32 platformsKeith Whitwell
2008-04-28tgsi: make loop structure clearer, use x86_lea for incrementsKeith Whitwell