r600g: merge alu groups
[mesa.git] / src / gallium / auxiliary /
2011-01-13 Chia-I Wudraw: Fix an off-by-one bug in a vsplit assertion.
2011-01-13 José Fonsecautil: Undo spurious changes in last commit.
2011-01-13 José Fonsecautil: Don't limit debug_printf message length on unices.
2011-01-10 Jerome Glissenoop: make noop useable like trace or rbug
2011-01-06 Marek Olšákutil: add comments to u_upload_mgr and u_inlines
2011-01-06 Marek Olšáktgsi: remove redundant name tables from tgsi_text,...
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
2011-01-06 Marek Olšáku_upload_mgr: new features
2011-01-06 Marek Olšáku_upload_mgr: keep the upload buffer mapped until it...
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-30 Vinson Leeutil: Add forward declarations in u_index_modify.h.
2010-12-30 Vinson Leetgsi: Clean up header file inclusion in tgsi_text.h.
2010-12-30 Vinson Leetgsi: Clean up header file inclusion in tgsi_sanity.h.
2010-12-29 Marek Olšákutil: add a way to store translated indices to a user...
2010-12-28 Dave Airlietgsi_dump: fix assert due to missing property name.
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-20 Marek Olšákgallium: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-17 José Fonsecagallivm: Cleanup util_format_xxx_fetch_xxx call generation.
2010-12-16 Brian Paulgallivm: fix copy&paste error from previous commit
2010-12-16 Brian Paulgallivm: work around LLVM 2.6 bug when calling C functions
2010-12-16 Brian Pauldraw: s/varient/variant/
2010-12-23 Dave Airlietgsi_text: just parse as an integer (value is a boolean).
2010-12-23 Dave Airliegallium: add fragment shader property for color writes...
2010-12-23 Marek Olšákgallium: add new formats L16A16_UNORM, A16_UNORM, I16_U...
2010-12-23 Vinson Leegallivm: Disable MMX-disabling code on llvm-2.9.
2010-12-23 Vinson Leegallivm: Fix 'cast from pointer to integer of different...
2010-12-15 Jerome Glissegallium: properly check for src->dst blit compatibilities
2010-12-14 Brian Paulgallivm: do texture swizzle after shadow compare
2010-12-13 Brian Paulgallivm: store callbacks in a linked list rather than...
2010-12-11 Marek Olšáktgsi: fix rbug compile error
2010-12-10 Brian Pauldraw/llvm: don't flush in vs_llvm_delete()
2010-12-10 Brian Pauldraw/llvm: remove redundant comment
2010-12-10 Brian Pauldraw/llvm: remove extraneous conditional
2010-12-07 Marek Olšáku_blitter: use util_is_format_compatible in the assert
2010-12-06 Brian Paulgallium/util: minor formatting fixes
2010-12-05 Xavier Chantryinit ps->context with util_surfaces_get and do_get
2010-12-05 Xavier Chantrynvfx: fixes after array textures merge
2010-12-03 Brian Paulmesa: consolidate some compiler -D flags
2010-12-03 Brian Paulgallivm: fix null builder pointers
2010-12-03 Brian Paulgallivm/llvmpipe: remove lp_build_context::builder
2010-12-02 Zack Rusingallium/util: add states relevant to geometry shaders
2010-12-02 José Fonsecautil: Don't try to use imagehlp on mingw.
2010-12-02 José Fonsecautil: __builtin_frame_address() doesn't work on mingw.
2010-12-02 José Fonsecautil: Plug leaks in util_destroy_gen_mipmap.
2010-12-02 José Fonsecautil: C++ safe.
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-11-30 Marek Olšákutil: rename u_mempool -> u_slab
2010-11-30 Zack Rusingallivm: fix storing of the addr register
2010-11-28 Marek Olšáku_blitter: interpolate clear color using a GENERIC...
2010-11-25 Marek Olšáku_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu...
2010-11-25 Chia-I Wuauxiliary: util_blit_pixels_tex should restore the...
2010-11-22 Marek Olšákgallium: add PIPE_SHADER_CAP_SUBROUTINES
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Chia-I Wutgsi: Add STENCIL to text parser.
2010-11-17 Jakob Bornecrantzgallium: Remove redundant sw and debug target helpers
2010-11-12 Marek Olšáktgsi: fill out CAPs for indirect addressing
2010-11-10 Zack Rusingallivm: implement indirect addressing over inputs
2010-11-09 José Fonsecagallivm: Allocate TEMP/OUT arrays only once.
2010-11-09 Zack Rusingallivm: implement indirect addressing of the output...
2010-11-08 Michal Krolos: Open file streams in binary mode.
2010-11-05 Jakob Bornecrantzscons: Remove old pipebuffer SConscript
2010-11-05 Brian Paulgallivm: add const qualifiers, fix comment string
2010-11-05 Brian Paulgallivm: alloca() was called too often for temporary...
2010-11-04 Brian Paultgsi: remove unused function
2010-11-04 Brian Paulgallivm: implement execution mask for scatter stores
2010-11-04 Brian Paulgallivm: added lp_elem_type()
2010-11-04 Brian Paulgallivm: add pixel offsets in scatter stores
2010-11-04 Brian Paulgallivm: added debug code to dump temp registers
2010-11-04 Michal Kroltgsi/build: Reduce interface clutter.
2010-11-04 Michal Kroltgsi/exec: Get rid of obsolete condition codes.
2010-11-04 Michal Kroltgsi/exec: Cleanup the remaining arithmetic instructions.
2010-11-03 Brian Paulgallivm: add some LLVM var labels
2010-11-03 Brian Paulgallivm: implement scatter stores into temp register...
2010-11-01 José Fonsecascons: Revamp how to specify targets to build.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 José Fonsecagallivm: Remove the EMMS opcodes.
2010-10-28 José Fonsecagallivm: always enable LLVMAddInstructionCombiningPass()
2010-10-28 José Fonsecagallium: Avoid using __doc__ in python scripts.
2010-10-27 Kenneth GraunkeFix build on systems where "python" is python 3.
2010-10-25 Brian Paultranslate: remove unused prototypes
2010-10-25 Brian Paultranslate: use function typedefs, casts to silence...
2010-10-25 Brian Paulrtasm: use pointer_to_func() to silence warning
2010-10-25 Brian Paulutil: use pointer_to_func() to silence warning
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Pauldraw: implement primitive splitting for primitive restart
2010-10-21 Brian Pauldraw: fix typo in comment
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warning.
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warnings.
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warnings.
2010-10-21 Vinson Leedraw: Remove unnecessary header.
2010-10-20 Brian Pauldraw: use float version of LLVM Mul/Add instructions
2010-10-20 Brian Paulllvmpipe/draw: always enable LLVMAddInstructionCombinin...
2010-10-20 Vinson Leedraw: Move loop variable declaration outside for loop.
2010-10-20 Keith Whitwelldraw: make sure viewport gets updated in draw llvm...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Hui Qi Taydraw: corrections to allow for different cliptest cases
2010-10-19 Brian Paulgallivm: fix incorrect type for zero vector in emit_kilp()
2010-10-18 José Fonsecagallivm: Add a note about SSE4.1's nearest mode rounding.
next