Merge branch 'master' into gallium-0.2
[mesa.git] / src / gallium / auxiliary / tgsi /
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-18 Jakob Bornecrantztgsi: Build tgsi_text with make
2008-09-18 Jakob Bornecrantztgsi: Make tgsi dumps look more like mesa shader dumps.
2008-09-17 Brian Paulgallium: fix tgsi sanity checker with respect to END.
2008-09-16 Brian Paulgallium: fix info entries for KIL, KILP
2008-09-16 Jakob Bornecrantztgsi: Make tgsi_sanity.c compile with make
2008-09-12 Brian Paulgallium: use copy_token() function to avoid type punnin...
2008-09-12 Brian Paulgallium: use new compare32() function to fix warnings...
2008-09-12 Brian Paulgallium: silence warning
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-10 José Fonsecatgsi: Fix newline pos.
2008-09-10 José Fonsecatgsi: Verify constants are set before attempting to...
2008-09-08 Michal Kroltgsi: Cleanup code.
2008-09-05 José Fonsecatgsi: Refactor tgsi_dump to avoid using string buffers...
2008-09-03 Brian Paulgallium: increase string buffer size to 16000 to avoid...
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-22 Brian Paulgallium: replace LOG2() macro with util_fast_log2(...
2008-08-22 Brian Paulgallium: use new util_fast_exp2(), _log2(), pow() functions
2008-08-19 Michal Kroltgsi: Implement LOG opcode for SSE2 codegen.
2008-08-19 Michal Kroltgsi: Implement EXP opcode for SSE2.
2008-08-18 Michal Kroltgsi: Fix ARL opcode in SSE2 codegen.
2008-08-18 Michal Kroltgsi: Workaround debug output buffer size limitations.
2008-08-18 Michal Kroltgsi: Use NUM_CHANNELS.
2008-08-18 Michal Kroltgsi: Update condition code vector when storing dest...
2008-08-18 Michal Kroltgsi: Saturate modifier obeys ExecMask.
2008-08-18 Michal Kroltgsi: Respect condition codes when storing destination...
2008-08-18 Michal Kroltgsi: Cosmetic changes.
2008-08-18 Michal Kroltgsi: Add condition code (CC) register.
2008-08-13 Brian Paulgallium: fix exec_kilp(), fix Exec/FuncMask test for...
2008-08-13 Michal Kroltgsi: Initial code for KILP, needs CCs working to be...
2008-08-13 Michal Kroltgsi: Use a homebrew version of toupper().
2008-08-13 Michal Kroltgsi: Fix typo.
2008-08-13 Michal Kroltgsi: Validate instruction opcode and operand counts.
2008-08-13 Michal Kroltgsi: Use tgsi_info to dump opcode names.
2008-08-13 Michal Kroltgsi: Use tgsi_opcode_info.
2008-08-13 Michal Krolmake: List tgsi_info.c.
2008-08-13 Michal Krolscons: List tgsi_info.c.
2008-08-13 Michal Kroltgsi: Opcode information.
2008-08-13 Michal Kroltgsi: Swap meanings of KIL and KILP opcodes.
2008-08-12 Brian Paulgallium: distinguish between KIL and KILP
2008-08-12 José Fonsecatgsi: Prevent division by zero.
2008-08-09 José Fonsecatgsi: Dump shaders to a string too.
2008-08-04 Michal Kroltgsi: Put a newline after IMM.
2008-07-29 José Fonsecatgsi: Insert newlines after the statements, instead...
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
2008-07-24 José Fonsecatgsi: Silent msvc warning.
2008-07-23 Brian Paulgallium: bump TGSI_EXEC_NUM_TEMPS to 128
2008-07-23 Brian Paulgallium: print extended swizzle negation flags
2008-07-23 Michal Kroltgsi: Fix tgsi_util_get_full_src_register_extswizzle().
2008-07-22 Michal Kroltgsi: Fix immediate usage checks.
2008-07-21 Jakob Bornecrantztgsi: Update Makefile to include tgsi_iterate.c
2008-07-20 Michal Kroltgsi: Parse source register extended swizzle.
2008-07-20 Michal Kroltgsi: Add support for branch instructions with target...
2008-07-20 Michal Kroltgsi: Warn if an indirect register not ADDR[0].
2008-07-20 Michal Kroltgsi: Add support for indirect addressing in dump,...
2008-07-20 Michal Kroltgsi: Remove redundant code.
2008-07-20 Michal Kroltgsi: Use tgsi_iterate in tgsi_dump.
2008-07-20 Michal Kroltgsi: Keep version and processor info in iterate_ctx.
2008-07-20 Michal Kroltgsi: Fix error handling.
2008-07-20 Michal Kroltgsi: Tidy up and fix tgsi_dump.
2008-07-20 Michal Kroltgsi: Fix dump enums.
2008-07-20 Michal Kroltgsi: Preserve flags parameter for tgsi_dump().
2008-07-20 Michal Krolscons: List util/tgsi_dump_c.c.
2008-07-20 Michal Kroltgsi: Split tgsi_dump into two modules.
2008-07-19 José Fonsecatgsi: Make tgsi_sanity return TRUE on success as docume...
2008-07-17 Michal Kroltgsi: Express tgsi_sanity in terms of tgsi_iterate.
2008-07-17 Michal Krolscons: List util/tgsi_iterate.c.
2008-07-17 Michal Kroltgsi: Add tgsi_iterate_shader utility.
2008-07-17 Michal Kroltgsi: Fix parsing an instruction with no operands.
2008-07-17 Michal Kroltgsi: Perform a sanity check after reading a shader...
2008-07-17 Michal Krolscons: List util/tgsi_sanity.c.
2008-07-17 Michal Kroltgsi: New file.
2008-07-15 Michal Kroltgsi: Numerical label before an instruction is optional.
2008-07-15 Brian Paultgsi: fix bug in execution of loops inside of conditionals.
2008-07-13 Michal Kroltgsi: Parse destination operand modulate modifier.
2008-07-13 Michal Kroltgsi: Parse extended source register modifiers.
2008-07-13 Michal Kroltgsi: Parse _SAT and _SAT opcode suffix.
2008-07-13 Michal Kroltgsi: Parse IMM statements.
2008-07-13 Michal Kroltgsi: Parse texture instructions correctly.
2008-07-13 Michal Kroltgsi: Fix instruction operand counts.
2008-07-13 Michal Kroltgsi: Fix instruction opcode parsing.
2008-07-13 Michal Kroltgsi: Add missing SWZ opcode.
2008-07-13 Michal Kroltgsi: Parse DCL statements.
2008-07-13 Michal Kroltgsi: Remove depricated ATTRIB interpolate mode.
2008-07-12 Michal Krolscons: List `util/tgsi_text.c'.
2008-07-12 Michal Kroltgsi: Add tgsi_text utility module.
2008-07-12 Michal Kroltgsi: Fix dumping of indirect addressing.
2008-07-12 Michal Kroltgsi: Add missing copyright headers.
2008-07-08 Brian Paulgallium: tweak printing of generic declarations
2008-07-03 Brian Paulgallium: increase TGSI interpreter's number of temp...
2008-07-03 Brian Paulgallium: increase TGSI_EXEC_MAX_COND_NESTING, etc
2008-07-02 Brian Paulgallium: replace 128 with MAX_LABELS
2008-06-19 José Fonsecagallium: Handle malloc failure.
2008-06-12 Zack Rusinglsl: implement variable array indexes
next