summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-12mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen1-3/+0
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen1-2/+0
2012-06-06mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul1-21/+6
2012-06-06mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul1-20/+6
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul1-23/+6
2012-06-06mesa: consolidate internal glTexImage1/2/3D codeBrian Paul1-24/+7
2012-01-02mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul1-1/+0
2011-12-30mesa: simplify Driver.CompressedTex[Sub]Image function parametersBrian Paul1-30/+21
2011-12-30mesa: simplify Driver.TexImage() parametersBrian Paul1-12/+9
2011-12-30mesa: simplify Driver.TexSubImage() parametersBrian Paul1-12/+9
2011-10-05mesa: get rid of imageOffsets arrays in texstore codeBrian Paul1-4/+3
2011-09-20mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()Brian Paul1-2/+2
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-18/+0
2011-02-28mesa: make_float_temp_image non-staticDave Airlie1-0/+9
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-17/+17
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul1-4/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-1/+1
2009-09-28mesa: move StoreTexImageFunc typedef to .c fileBrian Paul1-12/+2
2009-09-28mesa: make individual texstore functions staticBrian Paul1-43/+0
2009-09-28mesa: new _mesa_texstore() functionBrian Paul1-0/+3
2009-09-27mesa: move StoreTexImageFunc to texstore.hBrian Paul1-0/+36
2009-09-26mesa: move _mesa_get_texstore_func() to texstore.cBrian Paul1-0/+5
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul1-13/+0
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-0/+1
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-1/+1
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-0/+2
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom1-0/+2
2008-12-12mesa: fixes for srgb, new srgb formatsRoland Scheidegger1-0/+2
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-0/+1
2008-09-04mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz1-0/+1
2008-06-18mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz1-0/+1
2008-02-25Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg1-2/+2
2007-04-09i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer1-0/+4
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul1-21/+0
2006-08-03Initial work for GL_EXT_texture_sRGB.Brian Paul1-0/+6
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul1-43/+30
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul1-4/+4
2006-03-26merge from texman branchmesa_20060325Brian Paul1-2/+2
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-1/+2
2005-02-08added missing prototypeBrian Paul1-2/+9
2005-02-07argb8888 optimizations from via branchKeith Whitwell1-0/+10
2004-12-12Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul1-11/+26
2004-10-18changed _mesa_rescale_teximage2d to allow rescaling of padded imagesDaniel Borca1-4/+6
2004-05-13Another pass at implementing byte-swapped texture formats.Brian Paul1-6/+4
2004-05-12remove last remnants of NEWTEXSTORE stuffBrian Paul1-19/+0
2004-05-12yank bgr233 texformat. minor comment updates.Brian Paul1-1/+0
2004-05-12Added big-endian texture formats.Brian Paul1-1/+9
2004-05-04texture compression: getting warmerDaniel Borca1-0/+6
2004-05-02restored _mesa_rescale_teximage2d()Brian Paul1-0/+7
2004-04-27Removed the old teximage code.Brian Paul1-0/+17