gallium: fix info entries for KIL, KILP
[mesa.git] / src / gallium / auxiliary /
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-13 Brian Paulgallium: add another value check to util_fast_pow()
2008-09-11 Brian Paulgallium: add special cases in spe_load_float(), spe_loa...
2008-09-11 Brian Paulgallium: assorted additions and fixes to Cell SPE rtasm...
2008-09-11 Brian Paulgallium: comments, assertions, etc
2008-09-10 José Fonsecatgsi: Fix newline pos.
2008-09-10 José Fonsecatgsi: Verify constants are set before attempting to...
2008-09-09 José Fonsecautil: Ensure we always have a full qualified file name...
2008-09-09 Michal Krolutil: Enable u_stream_std.c for PIPE_SUBSYSTEM_WINDOWS_...
2008-09-08 Michal Kroltgsi: Cleanup code.
2008-09-08 José Fonsecautil: Allow to define the maximum file size.
2008-09-08 José Fonsecautil: Dump surfaces to BMP.
2008-09-08 José Fonsecautil: Rip-off trace's os-independent stream code.
2008-09-05 Brian Paulgallium: remove debug code from prev commit
2008-09-05 Brian Paulgallium: new util_unpack_color_ub() function
2008-09-05 José Fonsecatgsi: Refactor tgsi_dump to avoid using string buffers...
2008-09-05 José Fonsecagallium: Pass 512 bytes max to EngDebugPrint.
2008-09-04 Brian Paulgallium: new util_surface_copy() and util_surface_fill...
2008-09-04 José Fonsecagallium: Fix typo.
2008-09-04 José Fonsecagallium: Use pipe_buffer_* inlines as much as possible.
2008-09-03 Brian Paulgallium: silence warnings
2008-09-03 José Fonsecagallium: Have pipe_buffer_* receive a pipe_screen inste...
2008-09-03 José Fonsecadraw: Describe the steps in emit_load_R32G32B32A32.
2008-09-03 Brian Paulgallium: increase string buffer size to 16000 to avoid...
2008-09-03 Brian Paulgallium: fix out of bounds array errors in SSE execution
2008-09-01 Brian Paulgallium: include u_pointer,h, not p_pointer.h
2008-09-01 José Fonsecapipebuffer: Add missing break statement to cache lookup...
2008-09-01 José Fonsecapipebuffer: Comment the slab code. Remove the freeSlabs...
2008-09-01 José Fonsecadraw: Put INLINES where appropriate.
2008-09-01 Keith Whitwellutil: make timed_winsys os independent
2008-09-01 Keith Whitwellutil: add func to return time as uint64 microseconds
2008-09-01 Keith Whitwelladd u_timed_winsys.[ch]
2008-08-31 José Fonsecautil: Fix compiler errors in the release build of C...
2008-08-28 José Fonsecapipebuffer: Fix/add detail to the under- overflow repor...
2008-08-28 José Fonsecapipebuffer: Check buffer over- & underflows when mappin...
2008-08-26 Brian Paulgallium: thread wrapper clean-up
2008-08-26 Keith Whitwelldraw: attempt atomic submit of large drawelements calls
2008-08-25 Briangallium: added const qualifiers on some draw funcs
2008-08-25 Briangallium: include p_debug.h for non-HAVE_POSIX_MEMALIGN
2008-08-25 Briangallium: include <sched.h> on linux to get sched_yield...
2008-08-25 Michal Krolgallium: Add missing includes.
2008-08-25 Briangallium: include u_memory.h, u_math.h
2008-08-24 Brian Paulgallium: remove old tile util files
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-23 Michal Krolutil: Silence compiler warnings on Windows.
2008-08-23 Michal Krolutil: Include missing u_rect.h.
2008-08-22 Brian Paulgallium: rename p_util.c to u_rect.c (it only contains...
2008-08-22 Brian Paulgallium: move pipe_copy_rect(), pipe_fill_rect() protos...
2008-08-22 Brian Paulgallium: replace align_int() with align()
2008-08-22 Brian Paulgallium: insert __cplusplus/extern wrappings
2008-08-22 Brian Paulgallium: move math macros from p_util.h to u_math.h
2008-08-22 Brian Paulgallium: stop using FABSF() macro
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-22 Brian Paulgallium: new u_math.[ch] files for math functions
2008-08-20 Brian Paulgallium: fix typo in LINE() macro (replace i+1 with...
2008-08-19 Brian Paulgallium: fix an assertion
2008-08-19 José Fonsecagallium: WinCE build fixes.
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-14 José Fonsecatranslate: Draw can request up to PIPE_MAX_ATTRIBS...
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-13 Michal Krolgallivm: Translate KIL instead of KILP.
2008-08-13 Michal Kroldraw: Use KIL instead of KILP.
2008-08-12 Brian Paulgallium: distinguish between KIL and KILP
2008-08-12 José Fonsecagallium: Disable debug break by default on windows.
2008-08-12 José Fonsecatgsi: Prevent division by zero.
2008-08-12 José Fonsecagallium: Allow compilation inside X.
2008-08-11 Brian Paulgallium: emit sprite coords (gl_PointCoord)
2008-08-09 José Fonsecatgsi: Dump shaders to a string too.
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.
next