[g3dvl] move zscan into shaders
[mesa.git] / src / gallium / drivers / softpipe /
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-08 Henri Verbeetsoftpipe: Take the sampler view's first_level into...
2011-04-05 Christian König[g3dvl] and finally split the decoder part out of the...
2011-04-02 Christian König[g3dvl] remove PIPE_CAP_DECODE_TARGET_PREFERRED_FORMAT
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-16 Christian König[g3dvl] move mpeg12 context out of softpipe
2011-03-16 Christian König[g3dvl] cleanup and documentation
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-03-11 Marek Olšákgallium: cleanup fence_signalled and fence_finish
2011-03-11 Marek Olšákgallium: kill is_resource_referenced
2011-03-09 Christian König[g3dvl] move idct out of mc code
2011-03-08 Marek Olšákgallium: add timeout parameter to fence_finish
2011-03-08 Christian König[g3dvl] start to cleanup the mess
2011-03-08 Philip Taylorsoftpipe: clamp texcoords in sample_compare()
2011-03-05 Marek Olšákgallium: split CAP_INSTANCE_DRAWING into INSTANCEID...
2011-03-05 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Dave Airliesoftpipe: enable RGTC now that we have u_format support.
2011-03-01 Brian Paulsoftpipe: remove redundant draw_flush() call
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Dave Airliergtc: llvmpipe/softpipe refuse RGTC until u_format...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-17 Brian Paulsoftpipe: rename env vars to be consistent
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-02-03 Brian Paulsoftpipe: rename sampler[] -> fragment_samplers[]
2011-02-03 Brian Paulsoftpipe: rename fragment sampler/view fields
2011-01-29 Brian Paulsoftpipe: fix array textures to use resource array_size
2011-01-26 Brian Paulsoftpipe: support for 1D/2D texture arrays
2011-01-25 Brian Paulsoftpipe: fix off-by-one error in setup_fragcoord_coeff()
2011-01-23 Brian Paulsoftpipe: pass surface format to get/put_tile functions
2011-01-23 Brian Paulgallium/softpipe: replace pipe_get_tile_swizzle()
2011-01-23 Brian Paulsoftpipe: use proper type for format field
2011-01-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Brian Paulsoftpipe: check for null pointers during context create...
2011-01-20 Henri Verbeetsoftpipe: Bind samplers to views instead of the underly...
2011-01-20 Henri Verbeetsoftpipe: Get rid of the redundant resource parameter...
2011-01-18 Brian Paulsoftpipe: rename some functions for consistency
2011-01-18 Brian Paulsoftpipe: added some null pointer checks
2011-01-18 Brian Paulsoftpipe: s/tex_cache/fragment_tex_cache/
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-17 Brian Paulsoftpipe: remove sp_tex_tile_cache_border_color()
2010-12-17 Brian Paulsoftpipe: fix depth texture sampling regression
2010-12-16 Brian Paulsoftpipe: s/varient/variant
2010-12-23 Dave Airliesoftpipe: add support for color writes all color bufs...
2010-12-14 Brian Paulsoftpipe: do texture swizzle during texture sampling
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-10 Christian König[g3dvl] double buffering seems to be enough
2010-12-09 Christian König[g3dvl] try a different buffer aproach
2010-12-09 Brian Paulsoftpipe: enable instanced drawing cap
2010-12-08 Christian König[g3dvl] split mc code into state and buffer
2010-12-08 Christian König[g3dvl] move buffer mapping/unmapping out of flush
2010-12-06 Christian König[g3dvl] rework pot buffer handling and flushing
2010-12-02 Brian Paulsoftpipe: increase max texture size to 16K
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-11 Christian König[g3dvl] remove empty block handling for now
2010-11-09 Brian Paulsoftpipe: can't no-op depth test stage when occlusion...
2010-11-05 Brian Paulsoftpipe: disable vertex texturing with draw/llvm
2010-11-01 José Fonsecascons: Revamp how to specify targets to build.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... vl: pipe-video branch merged with Königs pipe-video...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-23 Brian Paulsoftpipe: remove >32bpp color restriction
2010-10-23 Brian Paulsoftpipe: added some texture sample debug code (disabled)
2010-10-23 Christian KönigFix uninitialized memory problems
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Paulsoftpipe: enable primitive restart
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-16 Christian KönigFix problems created by Merge
2010-10-12 Dave Airliesoftpipe: add support for shader stencil export capability
2010-10-12 Dave Airliegallium/tgsi: add support for stencil writes.
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-08 Thomas Balling Sør... vl: bitstream decoder finds startcodes
2010-10-05 Thomas Balling Sør... Merge branch 'master' of ssh://cgit.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge remote branch 'origin/master' into pipe-video
2010-10-05 Thomas Balling Sør... vl: changed video pipe to use the new gallium API withi...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-30 Nicolas Kaisergallium/softpipe: remove duplicated include
2010-09-27 Brian Paulsoftpipe: fix swizzling of texture border color
2010-09-27 Brian Paulsoftpipe: allocate tile data on demand
2010-09-25 Brian Paulsoftpipe: minor asst. clean-ups
2010-09-25 Brian Paulsoftpipe: make clip state functions static
2010-09-25 Brian Paulsoftpipe: make stream out state functions static
next