aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_tex_sample.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-08-141-36/+36
|\
| * Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-36/+36
* | fix typoBrian2007-08-141-1/+1
|/
* minor hack to allow 1D textures to workBrian2007-08-141-1/+2
* refactor some code - cube map textures work nowBrian2007-08-141-49/+73
* Implement texture cache with multiple, direct-mapped entries.Brian2007-08-141-33/+48
* Consolidate filter and mipmap level selection in choose_mipmap_levels().Brian2007-08-141-118/+75
* Implement remaining mipmap modes for 2D textures.Brian2007-08-141-23/+106
* tgsi_sampler->get_samples() now operates on a quad (returns 4 colors).Brian2007-08-141-146/+259
* added assertion to check that texture width is non-zeroBrian2007-08-131-0/+2
* Split texfilter enums to match common hardware usage.Keith Whitwell2007-08-091-7/+4
* clean-upBrian2007-08-081-10/+9
* initial lod/mipmap texture supportedBrian2007-08-081-8/+45
* very simple texture cache implementationBrian2007-08-081-2/+24
* add lambda param to get_sample()Brian2007-08-081-10/+10
* sketch out 1D/3D/cube texture samplingBrian2007-08-081-2/+154
* fully support all texcoord wrap modesBrian2007-08-081-27/+257
* initial texture filtering codeBrian2007-08-071-0/+166