summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-20mesa: make memcpy_texture() non-staticBrian Paul1-0/+11
2015-01-12mesa: Remove _mesa_make_temp_float_imageIago Toral Quiroga1-10/+0
2015-01-12mesa: Remove _mesa_make_temp_ubyte_imageIago Toral Quiroga1-9/+0
2014-08-16mesa: minor improvements to _mesa_compute_compressed_pixelstore()Brian Paul1-4/+5
2014-07-23texstore: Add a generic implementation of GL_ARB_clear_textureNeil Roberts1-0/+7
2014-06-10mesa: Extract computation of compressed pixel store paramsChris Forbes1-0/+17
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-3/+3
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-02-18st/mesa: simplify and improve CopyTexSubImageMarek Olšák1-0/+4
2013-02-18st/mesa: implement blit-based TexImage and TexSubImageMarek Olšák1-0/+7
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