gallium: Keep only pipe_context::draw_vbo.
[mesa.git] / src / gallium /
2010-07-29 Chia-I Wugallium: Keep only pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Use unified pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-29 Chia-I Wugallium: Add pipe_context::draw_vbo and pipe_context...
2010-07-29 Kristian HøgsbergUntangle gallium/egl/glx source sharing mess and make...
2010-07-29 Jerome Glisser600g: state context ptr in sampler_view & add I8/L8...
2010-07-28 Jerome Glisser600g: switch btw flat/linear interpolation
2010-07-28 Jerome Glisser600g: split pipe state creating/binding from hw state...
2010-07-28 Jerome Glisser600g: cleanup resource buffer/texture mess
2010-07-28 Jerome Glisser600g: add lrp instruction support
2010-07-28 Jerome Glisser600g: actualy fix the literal emission
2010-07-28 Vinson Leegallium/docs: Fix VMware spelling.
2010-07-28 Vinson Leedraw: Fix VMware spelling.
2010-07-28 Dave Airlier600g: fix up segfault with variation between views...
2010-07-28 Corbin Simpsongallium/docs: Fix VMware spelling.
2010-07-28 Dave Airlier600g: use gallium util for float->ui conversion
2010-07-28 Vinson Leescons: Fix sunos5 build.
2010-07-28 Jerome Glisser600g: texture support
2010-07-27 Brian Paulllvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()
2010-07-27 Vinson Leer600g: Move declaration before code.
2010-07-27 Jakob Bornecrantzswrastg: Add SWRAST_NO_PRESENT option to not send updat...
2010-07-27 Jerome Glisser600g: always emit literal after emiting an alu instruction
2010-07-27 José Fonsecallvmpipe: Use lp_build_select_bitwise() where appropriate.
2010-07-27 José Fonsecagallivm: Add lp_build_select_bitwise() alternative...
2010-07-27 Brian Paulcell: comment-out unused fields, functions
2010-07-27 Brian Paulcell: make functions static
2010-07-27 Brian Paulcell: fix segfault when freeing samplers
2010-07-27 Brian Paulcell: comment-out unneeded padding field
2010-07-27 Brian Paulcell: added const qualifier
2010-07-27 Brian Paulutil: fix unused function warning on non-x86
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
next