r600g: correct mega_fetch_count in fetch shader
[mesa.git] / src / gallium / auxiliary /
2011-03-02 Zack Rusintgsi: defer allocation of huge inputs/outputs until...
2011-03-02 Vinson Leegallium: Add u_format_rgtc.c to SConscript.
2011-03-02 Dave Airliegallium: add RGTC UNORM support to u_format.
2011-03-01 Brian Pauldraw: setup pipe's draw pointer for the aapoint stage
2011-02-28 Marek Olšáku_vbuf_mgr: compute user buffer size for instance data...
2011-02-28 Christian Königst/mesa & v_bug_mgr: two small instanced drawing fixes
2011-02-26 Jakob Bornecrantzgallivm: Initialize stack values
2011-02-26 Jakob Bornecrantzutil: Don't destroy shaders null shaders
2011-02-25 Jakob Bornecrantzutil: Don't create array texture shaders if the driver...
2011-02-25 Jerome Glissegallium/tgsi: shuffle ureg_src structure to work around...
2011-02-25 Dave Airliegallium/util: add 1d/2d mipmap generation support
2011-02-24 Fabian Bielergallium/utils: Fix vertex element setup
2011-02-19 José Fonsecagallivm: Use simple scaling plus casting in more unorm...
2011-02-18 Jakob Bornecrantzutil: Make refcnt and symbol debuggers work on windows
2011-02-18 Marek Olšáku_vbuf_mgr: initialize flag indicating that buffers...
2011-02-17 José Fonsecautil: Fix typo in last commit.
2011-02-17 Brian Pauldraw: update comments, rename vars in pstipple code
2011-02-17 José Fonsecautil: Cleanup symbol name resolution on Windows.
2011-02-17 Brian Paulgallium/util: init key with memset()
2011-02-17 Brian Paulrtasm: add dummy return statement to silence MSVC warning
2011-02-16 Dave AirlieRevert "util: fix DXT1 RGBA texture compression if...
2011-02-16 Marek Olšákutil: fix DXT1 RGBA texture compression if the source...
2011-02-15 Marek Olšákgallium: add usage parameter to pipe_buffer_create
2011-02-14 Marek Olšákpb_bufmgr_cache: add is_buffer_busy hook and use it...
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
2011-02-14 Marek Olšákgallium: always save and restore vertex buffers using...
2011-02-14 José Fonsecadraw: Don't define the last two mipmap levels in aa...
2011-02-14 Marek Olšáku_index_modify: map buffers with PIPE_TRANSFER_UNSYNCHR...
2011-02-12 Marek Olšáku_vbuf_mgr: fix segfault
2011-02-11 Brian Pauldraw: tweak AA line texture minimum alpha
2011-02-11 José Fonsecadraw: Don't use the pipeline when drawing lines with...
2011-02-11 José Fonsecautil: Define round and roundf on MSVC.
2011-02-10 José Fonsecau_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.
2011-02-10 Marek Olšáku_blitter: let the driver check whether there's a recursion
2011-02-08 Marek Olšáku_vbuf_mgr: add a way to specify the BIND flag for...
2011-02-08 Marek Olšáku_vbuf_mgr: remove tabs
2011-02-08 Marek Olšáku_vbuf_mgr: make the uploader public
2011-02-07 Marek Olšákutil: import a new vertex buffer manager
2011-02-04 Vinson Leeutil: Change u_get_transfer_vtbl usage argument type...
2011-02-03 Brian Paulcso: don't tell drivers to bind null samplers, sampler...
2011-02-03 José Fonsecautil: Prevent transfer dangling pointer on map failure.
2011-02-03 Brian Paulcso: refactor texture sampler and sampler view code
2011-02-03 Brian Paulcso: rename fragment sampler-related fields
2011-02-03 Brian Paulcso: fix loop bound in cso_set_vertex_samplers()
2011-01-30 Henri Verbeetutil: Call tables should be const.
2011-01-29 Marek Olšáku_blitter: use user buffers instead of real buffers
2011-01-28 Jakob Bornecrantzutil: Fix leak of transfers in upload manager
2011-01-27 Marek Olšákutil: fix parsing debug options
2011-01-27 Marek Olšákr300g: fix some bugs with zbuffer compression (v4)
2011-01-26 Brian Paultgsi: add cases for array textures
2011-01-26 Marek Olšákutil: require debug options to be separated by commas
2011-01-26 Brian Paultgsi: add support for 1D/2D texture arrays
2011-01-25 Marek Olšáku_blitter: remove bogus assertion
2011-01-25 Marek Olšáku_blitter: report recursion, update comments
2011-01-24 Zack Rusingallium: implement modern sampling scheme
2011-01-24 José Fonsecadraw: Do not use LLVM's opaque types.
2011-01-24 Tim Wiederhakesecure malloc in translate_cache_create
2011-01-24 Jakob Bornecrantzutil: Add function logger helpers
2011-01-24 Jakob Bornecrantzdraw: Init llvm if not provided
2011-01-23 Brian Paulgallium/util: added pipe_put_tile_rgba_format()
2011-01-23 Brian Paulgallium/util: simplify pipe_get_tile_rgba()
2011-01-23 Brian Paulgallium/softpipe: replace pipe_get_tile_swizzle()
2011-01-23 Brian Paulgallium/util: added util_format_linear()
2011-01-16 Brian Pauldraw: add missing LP_CHECK_MEMBER_OFFSET()
2011-01-15 Brian PaulMerge branch 'draw-instanced'
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
next