Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / gallium / auxiliary /
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' 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-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-19 Brian Paulcell: use different opcodes for spe_move() depending...
2008-09-19 Brian Paulgallium: added spe_code_size()
2008-09-19 Brian Paulcell: change spe_complement() to take a src and dst...
2008-09-19 José FonsecaMerge branch 'gallium-0.2' of ssh+git://git.freedesktop...
2008-09-19 José Fonsecautil: Use OpenGL rasterization rules in blits and mipma...
2008-09-19 Robert EllisonCELL: add codegen for logic op, color mask
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 José Fonsecautil: A few more memory debugging checks.
2008-09-18 José Fonsecautil: Add missing p_debug.h include.
2008-09-18 Brian Paulgallium: fix surface object memory leak in cso module
2008-09-18 Jakob Bornecrantztgsi: Make tgsi dumps look more like mesa shader dumps.
2008-09-18 Robert EllisonCELL: finish fragment ops blending (except for unusual...
2008-09-18 José Fonsecapipebuffer: New callback to flush all temporary-held...
2008-09-17 Brian Paulgallium: fix wide point / point coord semantic info...
2008-09-17 Brian Paulgallium: fix tgsi sanity checker with respect to END.
2008-09-17 Brian Paulgallium: fix lack of surface reference counting in...
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-15 Brian Paulgallium: emit SPU instructions in assembler-compatible...
2008-09-15 Jonathan WhiteFixed emit_RRR
2008-09-14 Michal Kroldraw: Silence compiler warnings on Windows.
2008-09-13 Brian Paulgallium: add another value check to util_fast_pow()
2008-09-13 Brian Paulgallium: add another value check to util_fast_pow()
2008-09-13 Brian Paulgallium: added print/dump code to SPE code emitter
2008-09-13 Brian Paulgallium: added spe_splat_word()
2008-09-12 Brian Paulgallium: avoid redundant tgsi_exec_machine_bind_shader...
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-12 Brian Paulgallium: minor optimization to spe_load_int()
2008-09-12 Brian Paulgallium: initial PPC/Altivec codegen
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Brian Paulgallium: add special cases in spe_load_float(), spe_loa...
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Brian Paulgallium: assorted additions and fixes to Cell SPE rtasm...
2008-09-11 Brian Paulgallium: comments, assertions, etc
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-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.
next