summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2008-07-21tgsi: Update Makefile to include tgsi_iterate.cJakob Bornecrantz
2008-07-20tgsi: Parse source register extended swizzle.Michal Krol
2008-07-20tgsi: Add support for branch instructions with target labels.Michal Krol
2008-07-20tgsi: Warn if an indirect register not ADDR[0].Michal Krol
2008-07-20tgsi: Add support for indirect addressing in dump, sanity and text modules.Michal Krol
2008-07-20tgsi: Remove redundant code.Michal Krol
2008-07-20tgsi: Use tgsi_iterate in tgsi_dump.Michal Krol
2008-07-20tgsi: Keep version and processor info in iterate_ctx.Michal Krol
2008-07-20tgsi: Fix error handling.Michal Krol
2008-07-20tgsi: Tidy up and fix tgsi_dump.Michal Krol
2008-07-20tgsi: Fix dump enums.Michal Krol
2008-07-20tgsi: Preserve flags parameter for tgsi_dump().Michal Krol
2008-07-20scons: List util/tgsi_dump_c.c.Michal Krol
2008-07-20tgsi: Split tgsi_dump into two modules.Michal Krol
2008-07-20pipebuffer: More detailed description of bufer over-/undereflows.José Fonseca
2008-07-20gallium: Fix typo in function name.José Fonseca
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-07-19tgsi: Make tgsi_sanity return TRUE on success as documented.José Fonseca
2008-07-18tgsi: Express tgsi_sanity in terms of tgsi_iterate.Michal Krol
2008-07-18scons: List util/tgsi_iterate.c.Michal Krol
2008-07-18tgsi: Add tgsi_iterate_shader utility.Michal Krol
2008-07-17tgsi: Fix parsing an instruction with no operands.Michal Krol
2008-07-17tgsi: Perform a sanity check after reading a shader from text.Michal Krol
2008-07-17scons: List util/tgsi_sanity.c.Michal Krol
2008-07-17tgsi: New file.Michal Krol
2008-07-18gallium: Expose the ability to get a tile outside a surface.José Fonseca
2008-07-18gallium: Be less verbose with debug options messages.José Fonseca
2008-07-16gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from yu...José Fonseca
2008-07-15tgsi: Numerical label before an instruction is optional.Michal Krol
2008-07-14tgsi: fix bug in execution of loops inside of conditionals.Brian Paul
2008-07-13util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca
2008-07-13pb: buffer over/underflows are errors.José Fonseca
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-13llvm: build fixes.Stephane Marchesin
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-09gallium: fix logic in pb_check_usage()Brian Paul
2008-07-09draw: remove some debug outputZack Rusin
2008-07-08gallium: tweak printing of generic declarationsBrian Paul