summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv50/nv50_tex.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-17gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák1-4/+3
2016-05-17Treewide: Remove Elements() macroJan Vesely1-2/+2
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-6/+6
2016-03-19nv50: rename 3d binding points to NV50_BIND_3D_XXXSamuel Pitoiset1-1/+1
2016-02-16nv50,nvc0: enable/disable seamless cubemap texturing as requestedIlia Mirkin1-0/+1
2016-02-16nv50-: split tic format specificationBen Skeggs1-23/+20
2016-02-16nv50: switch nv50_tex.c to updated g80_texture.xml.hBen Skeggs1-33/+33
2016-02-16nv50: switch nv50_tex.c to updated g80_defs.xml.hBen Skeggs1-3/+3
2015-12-14nv50,nvc0: make use of unreachable() when invalid texture target happensSamuel Pitoiset1-2/+1
2015-09-17nv50,nvc0: detect underlying resource changes and update ticIlia Mirkin1-0/+21
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-11/+11
2015-07-20nv50: fix max level clamping on G80Ilia Mirkin1-2/+9
2014-09-12nv50,nvc0: enable ARB_texture_viewIlia Mirkin1-2/+2
2014-05-11nv50: fix setting of texture ms info to be per-stageIlia Mirkin1-1/+1
2014-02-25nv50: enable cube map array texture supportIlia Mirkin1-4/+4
2014-01-27nv50: add support for texelFetch'ing MS textures, ARB_texture_multisampleIlia Mirkin1-1/+74
2014-01-27nv50: add support for geometry shadersBryan Cain1-0/+2
2014-01-18nv50: assert before trying to out-of-bounds access samplersEmil Velikov1-0/+1
2014-01-18nv50: assert before trying to out-of-bounds access texturesEmil Velikov1-0/+1
2013-12-04nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin1-1/+1
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+352