Merge branch 'mesa_7_6_branch'
[mesa.git] / src / gallium / drivers / softpipe / sp_tex_sample.c
2009-11-03 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-22 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-19 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-10 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-08 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-07 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-10-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-03 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-10-01 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Pauli NieminenMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 José Fonsecasoftpipe: Use portable INLINE macro.
2009-09-23 Brian Paulsoftpipe: replace macros with inline functions
2009-09-23 Brian Paulsoftpipe: white-space/formatting fixes and updated...
2009-09-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-23 Keith WhitwellMerge branch 'softpipe-opt'
2009-09-23 rootsoftpipe: fix bugs in POT texture sampling when texture...
2009-09-22 Brian Paulsoftpipe: additional assertions
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian Paulsoftpipe: Fix cube face selection.
2009-09-21 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-09-21 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-18 Michal Krolsoftpipe: Fix cube face selection.
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-24 Keith Whitwellsoftpipe: use one fewer divide in sample_cube
2009-08-24 Keith Whitwellsoftpipe: separate out 2d and cube img filter functions
2009-08-24 Keith Whitwellsoftpipe: make the various get_texel routines more...
2009-08-23 Keith Whitwellsoftpipe: lift tex_address construction up to img_filter
2009-08-23 Keith WhitwellMerge branch 'tex-tilecache' into softpipe-opt
2009-08-21 Brian Paulsoftpipe: remove tex sample dependencies on softpipe
2009-08-21 Brian Paulsoftpipe: per-unit sampler varients
2009-08-21 Brian Paulsoftpipe: add missing PIPE_TEXTURE_CUBE case in get_lam...
2009-08-21 Keith Whitwellsoftpipe: add missing sp_sampler_varient_destroy
2009-08-21 Brian Paulsoftpipe: remove redundant comparison, make test easier...
2009-08-21 Brian Paulsoftpipe: fix min/mag filter typo
2009-08-21 Brian Paulsoftpipe: fix s/t/p typos
2009-08-21 Keith Whitwellsoftpipe: rework texture sampling code
2009-08-20 Keith Whitwellsoftpipe: allow the existing sampler routines to be...
2009-08-20 Keith Whitwellsoftpipe: fix xpot calculation typo in sp_get_samples_2...
2009-08-20 Keith Whitwellsoftpipe: slightly optimized tiling calculation
2009-08-20 Keith Whitwellsoftpipe: fix glitch in texel lookups on fastpaths
2009-08-20 Keith Whitwellsoftpipe: optimized path for simple mipmap sampling
2009-08-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-18 Keith Whitwellsoftpipe: split texture and surface tile caches
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-13 Keith WhitwellMerge branch 'mesa_7_5_branch'
2009-08-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-28 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-27 Keith Whitwellsoftpipe: fix off-by-one in nearest texcoord routines
2009-07-27 Keith Whitwellsoftpipe: example fast paths for simple samplers
2009-07-22 Keith Whitwellsoftpipe: shortcircuit repeated lookups of the same...
2009-07-22 Keith Whitwellsoftpipe: remove backwards dependency from tilecache...
2009-07-20 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-07-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-15 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-09 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-05 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-04 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-07-03 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-30 Brian Paulsoftpipe: use shadow_compare4() to compare texcoord...
2009-06-30 Brian Paulsoftpipe: pass sampler state to shadow_compare()
2009-06-19 Brian Paulsoftpipe: return alpha=1 in shadow_compare() function
next