aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: pass 3D texture stride as an arrayBrian Paul2010-04-191-9/+13
* gallivm: init some vars to silence warningsBrian Paul2010-04-161-3/+3
* gallivm: remove some old stuffBrian Paul2010-04-161-5/+0
* gallivm: Fallback to calling util_format_description::fetch_float for any for...José Fonseca2010-04-061-25/+38
* util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.José Fonseca2010-03-311-1/+1
* gallivm/llvmpipe: rename some constant building functionsBrian Paul2010-03-151-19/+19
* gallivm: add min_lod==max_lod special-case code in lp_build_lod_selector()Brian Paul2010-03-151-72/+83
* gallivm: asst clean-ups, comments, etc.Brian Paul2010-03-151-54/+60
* gallivm: implement minification/magnification selectionBrian Paul2010-03-151-51/+137
* gallivm: fix incorrect clamp in lp_build_linear_mip_levels()Brian Paul2010-03-151-1/+1
* gallivm: cube map sampling works nowBrian Paul2010-03-121-22/+154
* gallivm: checkpoint WIP cubemap codeBrian Paul2010-03-111-1/+90
* gallivm: enable 3D texture samplingBrian Paul2010-03-111-0/+5
* gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul2010-03-111-9/+41
* gallivm: fix some bugs on the 1D texture pathsBrian Paul2010-03-111-8/+11
* gallivm: overhaul of texture sampling codeBrian Paul2010-03-101-242/+400
* gallivm: implement bilinear sampling with nearest mipmappingBrian Paul2010-03-101-0/+79
* gallivm: remove debug code. nearest minification works now.Brian Paul2010-03-101-6/+3
* gallivm: checkpoint: nearest mipmap filteringBrian Paul2010-03-091-234/+358
* llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul2010-03-081-23/+46
* gallivm: Initialize variables for default cases.Vinson Lee2010-03-061-0/+4
* gallivm: checkpoint: code gen for mipmap selectionBrian Paul2010-03-051-0/+65
* gallivm: checkpoint: texture LOD computation code genBrian Paul2010-03-051-3/+126
* gallivm: minor arithmetic improvementsBrian Paul2010-03-051-9/+12
* gallivm: implement non-normalized texture wrap modesBrian Paul2010-03-051-39/+68
* gallivm: implement texture border color, plus tweaks to some wrap modesBrian Paul2010-03-041-23/+129
* gallivm: rework and implement more texture wrap modesBrian Paul2010-03-041-60/+448
* gallivm: clarify unsigned vs. signed integer type constructionBrian Paul2010-03-041-19/+19
* gallivm: s/debug_dump_/util_dump_/José Fonseca2010-02-141-2/+2
* gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-091-1/+0
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-0/+598