summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_texture.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/nouveau: Remove driverDylan Baker1-700/+0
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-14/+14
2020-04-21dri/nouveau: replace assert with unreachableDylan Baker1-1/+3
2020-04-21replace malloc macros in imports.h with u_memory.h versionsDylan Baker1-0/+1
2014-09-25nouveau: fix glCompressedTexImageIlia Mirkin1-13/+52
2014-08-13nouveau: only try to get new storage if there are any levelsIlia Mirkin1-10/+13
2014-05-02mesa: Add a texUnit parameter to dd_function_table::BindTextureFredrik Höglund1-4/+4
2014-03-19nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format listIlia Mirkin1-0/+1
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-2/+2
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-6/+6
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-5/+5
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2013-10-06dri/nouveau: add AllocTextureImageBuffer implementationIlia Mirkin1-0/+9
2013-07-30mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák1-1/+1
2013-04-30nouveau: Replace swrast_texture_image->Map usage with ->Buffer.Eric Anholt1-3/+1
2013-04-30nouveau: Just use MapTextureImage instead of duplicating the logic.Eric Anholt1-81/+18
2013-04-21mesa: Introduce a globally-available minify() macro.Eric Anholt1-2/+2
2013-01-02mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.Paul Berry1-2/+2
2012-11-12mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák1-1/+1
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul1-1/+2
2012-08-12mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen1-2/+0
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen1-13/+8
2012-06-06mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul1-6/+6
2012-06-06mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul1-3/+3
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul1-35/+8
2012-06-06mesa: consolidate internal glTexImage1/2/3D codeBrian Paul1-35/+8
2012-05-02dri/nouveau: Add general support for compressed formats.Viktor Novotný1-31/+104
2012-04-14nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs1-11/+8
2012-01-24nouveau: stop calling ctx->Driver.Map/UnmapTexture()Brian Paul1-27/+0
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-7/+7
2012-01-04mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul1-1/+1
2012-01-02mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul1-2/+2
2011-12-30mesa: simplify Driver.TexImage() parametersBrian Paul1-22/+20
2011-12-30mesa: simplify Driver.TexSubImage() parametersBrian Paul1-24/+21
2011-10-28dri: Remove driver GenerateMipmap hooks.Eric Anholt1-12/+0
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-10/+14
2011-10-05mesa: get rid of imageOffsets arrays in texstore codeBrian Paul1-4/+5
2011-10-03nouveau: remove unused code, unused varBrian Paul1-29/+0
2011-10-03mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul1-10/+0
2011-09-27nouveau: Drop mapping we were doing around glGetTexImage().Eric Anholt1-14/+0
2011-09-17mesa: move software texel fetch code into swrastBrian Paul1-1/+1
2011-08-29dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick1-9/+0
2011-08-29nouveau: Add MapTextureImage() implementation.Eric Anholt1-0/+81
2011-08-29mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt1-1/+1
2011-06-14mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt1-2/+4
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-2/+2
2011-03-18nouveau: Fix serious compiler warningsJohannes Obermayr1-0/+1
2011-01-19dri/nouveau: allow multiple maps of surface buffersBen Skeggs1-2/+4
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul1-2/+3
2010-10-31dri/nouveau: Pipeline glTexSubImage texture transfers.Francisco Jerez1-19/+64