Merge remote branch 'origin/master' into glsl2
[mesa.git] / src / gallium /
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-26 nobledst/egl: Fix debug line
2010-07-26 nobledutil: fix CPU detection on OS X
2010-07-26 nobledst/xorg: fix use-after-free
2010-07-26 Jakob Bornecrantzi965g: Enable llvm in dri driver if built
2010-07-26 nobledi915g: Fix llvm build
2010-07-26 Stephan Schmidr600g: implememt the LIT instruction
2010-07-26 Marek Olšákutil: fix another mutex leak in mempool
2010-07-26 Marek Olšákutil: fix mutex leaks in mempool
2010-07-26 Dave Airlier300g: fix macro substitution problem
2010-07-25 Marek Olšákr300g: implement D24X8 texture sampling for r3xx-r4xx
2010-07-25 Marek Olšákr300g: make sure a texture is large enough for the...
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN if the width is POT and...
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN for power-of-two textures...
2010-07-25 Marek Olšákr300g: cleanup texture creation code
2010-07-25 Marek Olšákr300g: reject resources from handles which are not...
2010-07-25 Marek Olšákr300g: cleanup texture debug logging
2010-07-25 Marek Olšákr300g: do not align texture height to 2^n for 1D and...
2010-07-25 Vinson Leenvfx: Move declaration before code.
2010-07-24 Vinson Leeutil: Add PIPE_OS_CYGWIN to u_network.
2010-07-24 Jerome Glisser600g: first pass at texture support
2010-07-24 Vinson Leer600g: Fix SCons build.
2010-07-23 Christopher James... gallium: Fix build with llvm installed in non-standard...
2010-07-23 Jerome Glisser600g: fix dp2, dp3, dp4 tokens
2010-07-23 Jerome Glisser600g: add RSQ token support
2010-07-23 Jerome Glisser600g: drop compiler stuff and switch over dumb tgsi...
2010-07-23 Brian Pauldraw: add small ybias factor for drawing wide points
2010-07-23 Michal Krolsoftpipe: Check for NULL pointer in sp_destroy_tile_cac...
2010-07-23 Michal Krolsoftpipe: Check for NULL pointer in sp_destroy_tex_tile...
2010-07-23 Christoph Bumillernv50: implement depth clamp
2010-07-23 Thomas Hellstromxorg/vmwgfx: Implement early mode pruning based on...
2010-07-23 Thomas Hellstromst/xorg: Init the Gallium3D / libkms resources in pre...
2010-07-23 Thomas Hellstromst/xorg: Kill a couple of compilation warnings
2010-07-23 Thomas Hellstromst/xorg vmwgfx/xorg: Add a pre-init customizer callback
2010-07-23 Thomas Hellstromst/xorg: Add a possibility to prune modes and limit...
2010-07-23 Jakob Bornecrantzllvmpipe: Partially fix resource texture from_handle
2010-07-23 Jakob Bornecrantzllvmpipe: Don't align values already aligned
2010-07-23 Jakob Bornecrantzi915g: Rename winsys debug options
2010-07-23 Jakob Bornecrantzi915g: Allow wrapping with software pipes
2010-07-23 Jakob Bornecrantzi915g: Set total_nblocksy in from_handle
2010-07-23 Jakob Bornecrantzi915g: Add some debug prints in texture code
2010-07-23 Jakob Bornecrantzi915g: Ifdef out debug code on non-debug builds
2010-07-23 Jakob Bornecrantztgsi: Fix error message on invalid swizzle parse
2010-07-22 Brian Pauldraw: re-order optimization passes depending on LLVM...
2010-07-22 Brian Pauldraw: added new assertions to clipping code
2010-07-21 Brian Paulsoftpipe: add missing support for PIPE_FORMAT_S8_USCALE...
2010-07-21 Brian Paulsoftpipe: fix sp_tile_cache_flush_clear() regression
2010-07-21 Jerome Glisser600g: add support for all R6XX/R7XX asic
2010-07-21 Dave Airlier600g: add r600 compile mode to compiler.
2010-07-21 Dave Airlier600g: add family retrival
2010-07-21 Marek Olšákllvmpipe: say no to depth clamp
2010-07-21 Marek Olšákr300g: implement depth clamp
2010-07-21 Marek Olšákr300g: cleanup clip state emission
2010-07-21 Marek Olšákdraw: disable depth clipping if depth clamp is enabled
2010-07-21 Marek Olšákcso: handle depth clamp
2010-07-21 Marek Olšákgallium: add depth clamp to the interface
2010-07-21 Brian Pauldraw: tweak aa line width threshold and sampling
2010-07-21 Patrice Mandinnouveau/nvfx: Add new PIPE_CAP values
2010-07-21 Brian Paulgallivm: replace has_indirect_addressing field with...
2010-07-21 Brian Paultgsi: added tgsi_shader_info::indirect_files field
2010-07-21 Brian Paulgallivm: refactor code into get_indirect_offsets()...
2010-07-21 Brian Paulgallivm: added comment
2010-07-21 Brian Paulgallivm: remove extraneous braces
2010-07-21 Brian Paulgallivm: no longer do indirect addressing in get_temp_ptr()
2010-07-21 Brian Paulgallivm: implement correct indirect addressing of temp...
2010-07-21 Brian Paulgallivm: re-org, comments for get_temp_ptr()
2010-07-21 Brian Pauldraw: whitespace clean-up
2010-07-21 Keith Whitwellgallium: remove pointless bitfield restrction in pipe_v...
2010-07-21 Brian Paulgallivm: rename a var to avoid compiler warnings
2010-07-21 Brian Paulgallivm: fix indirect addressing of constant buffer
2010-07-21 Brian Paulgallivm: added lp_build_const_int32() helper
2010-07-20 Jerome Glisser600g: split trans unit computation
2010-07-20 Brian Pauldraw: correctly handle max_index=0xffffffff case in...
2010-07-20 Brian Paulgraw/tests: pass -e option to test draw_elements_instan...
2010-07-20 Michal Krolsoftpipe: Support non-depth-stencil formats in sp_tile_...
2010-07-20 Marek Olšákutil: mempool: initialize last block's magic number...
2010-07-20 Chia-I Wust/egl: Fixes for recent GLX cleanup.
2010-07-20 Chia-I Wust/dri: Remove driFrameTrackingExtension.
2010-07-20 Brian Pauldraw: fix incorrect instancing divisor in LLVM code
2010-07-19 Marek Olšákr300g: fix possible crash in destroy_context
2010-07-19 Marek Olšákutil: remove the dummy field in mempool
2010-07-19 Brian Paulutil: add dummy field to empty structure types
2010-07-19 Marek Olšákr300g: fix typo
2010-07-19 Marek Olšákr300g: use memory pools for buffer_create and get_transfer
2010-07-19 Marek Olšákutil: add a memory pool for equally sized memory alloca...
2010-07-18 Dave Airlier300g: u_upload optimisation
2010-07-18 Sven Arvidssongallium/st/dri2: add dri2 vblank query extension support
2010-07-18 Vinson Leellvmpipe: Remove dead initialization.
2010-07-17 Marek Olšákr300g: final fix for r3xx constant buffer emission
2010-07-17 Marek Olšákr300g: fix typo in r3xx constant buffer emission
2010-07-17 Marek Olšákr300g: fix constant buffer emission on r3xx
2010-07-17 Vinson Leellvmpipe: Remove unused variable in lp_test_sincos.
2010-07-17 Vinson Leenv50: s/__func__/__FUNCTION__/
2010-07-17 Vinson Leenouveau: s/__func__/__FUNCTION__/
2010-07-17 Vinson Leenouveau: s/snprintf/util_snprintf/
2010-07-17 Vinson Leer300g: Remove unnecessary header.
2010-07-17 Vinson Leenouveau: s/inline/INLINE/
2010-07-16 Vinson Leescons: Fix Cygwin build.
2010-07-16 Marek Olšákr300g: inline winsys_buffer_destroy
2010-07-16 Marek Olšákr300g: do not make copies of constant buffers, emit...
next