Gallivm: more instructions.
[mesa.git] / src / gallium / auxiliary /
2008-08-09 José Fonsecautil: Utility functions to print to a string buffer...
2008-08-07 Brian Paulgallium: implement a bunch of missing put_tile functions
2008-08-07 Brian Paulgallium: enable the call to r16_put_tile_rgba(), silenc...
2008-08-07 José Fonsecagallium: Simplify format->name conversion.
2008-08-07 José Fonsecapipebuffer: Add an extra assertion to ensure buffers...
2008-08-07 José Fonsecagallium: New function to dump surfaces.
2008-08-07 Brian Paulgallium: fix clipping/stride bugs in pipe_get_tile_raw...
2008-08-04 Michal Kroltgsi: Put a newline after IMM.
2008-08-02 Younes Mantonsoftpipe: support PIPE_FORMAT_R16_SNORM.
2008-07-29 José Fonsecatgsi: Insert newlines after the statements, instead...
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
2008-07-26 José Fonsecagallium: Windows miniport portability fixes.
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-22 José Fonsecawin32kprof: Store the profile data as an caller->callee...
2008-07-22 José Fonsecagallium: Open a new file when existing profile memory...
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-20 José Fonsecapipebuffer: More detailed description of bufer over...
2008-07-20 José Fonsecagallium: Fix typo in function name.
2008-07-19 José Fonsecagallium: Finer grained is_format_supported.
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-17 José Fonsecagallium: Expose the ability to get a tile outside a...
2008-07-17 José Fonsecagallium: Be less verbose with debug options messages.
2008-07-16 José Fonsecagallium: ycbcr_get_tile_rgba allow reading an uneven...
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 José Fonsecautil: Eliminate pipe from the arguments to pipe_get...
2008-07-13 José Fonsecapb: buffer over/underflows are errors.
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-13 Stephane Marchesinllvm: build fixes.
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-09 Brian Paulgallium: fix logic in pb_check_usage()
2008-07-09 Zack Rusindraw: remove some debug output
2008-07-08 Brian Paulgallium: tweak printing of generic declarations
2008-07-04 Brian Paulgallium: fix trim() function bug when count < first
2008-07-03 Brian Paulgallium: added a4r4g4b4_put_tile_rgba()
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-03 José Fonsecapipebuffer: Silent warnings.
2008-07-03 José Fonsecagallium: Don't forget to get overllaping blits working...
2008-07-03 José Fonsecagallium: Use surface_copy for 1:1 blits.
2008-07-02 Brian Paulgallium: replace 128 with MAX_LABELS
2008-07-02 Michel Dänzergallium: Allow draw module to work on non-x86 platforms...
2008-07-02 José Fonsecapipebuffer: Debug buffer manager to detect buffer under...
2008-07-02 José Fonsecapipebuffer: Verify usage flag consistency. Minor cleanups.
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-24 Jakob Bornecrantzgallium: Fix whole source being used in u_blit
2008-06-24 Jakob Bornecrantzgallium: Fix warning in u_blit.h
2008-06-24 José Fonsecagallium: Avoid double arithmetic.
2008-06-23 Brian Paulgallium: added support for fixed-point formats, drawing
2008-06-23 Jonathan Whitegallium: code for PIPE_SUBSYSTEM_WINDOWS_USER
2008-06-23 José Fonsecagallium: Use the more portable PIPE_ARCH_* PIPE_CC_...
2008-06-23 Brian Paulgallium: fix Y-inverted copies
2008-06-23 Brian Paulgallium: added some assertions
2008-06-23 Jakob Bornecrantzutil: Blit can now copy from texture to surface
2008-06-23 Jakob Bornecrantzgallium: Fix warning in u_draw_quad.h
2008-06-22 Keith Whitwelldraw: fix non-i386 builds
2008-06-19 José Fonsecagallium: Handle malloc failure.
2008-06-19 José Fonsecagallium: Add extra parenthesis as advised by gcc.
2008-06-19 Michal Krolutil: Add missing format names.
2008-06-19 José Fonsecadraw: Fix MSVC integer size conversion warning.
2008-06-18 Brian Paulgallium: additional fixes to ensure even number of...
2008-06-18 Brian Paulgallium: split long prims into chunks with an even...
2008-06-18 Brian Paulgallium: remove duplicated u_mm.c in file list
2008-06-14 Michal Krolutil: Use pf_get_size().
next