aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* st/mesa: simplify and improve CopyTexSubImageMarek Olšák2013-02-181-0/+4
* st/mesa: implement blit-based TexImage and TexSubImageMarek Olšák2013-02-181-0/+7
* mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen2012-08-121-3/+0
* mesa: Remove unnecessary parameters from TexImagePauli Nieminen2012-08-121-2/+0
* mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul2012-06-061-21/+6
* mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul2012-06-061-20/+6
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-061-23/+6
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-061-24/+7
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-021-1/+0
* mesa: simplify Driver.CompressedTex[Sub]Image function parametersBrian Paul2011-12-301-30/+21
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-301-12/+9
* mesa: simplify Driver.TexSubImage() parametersBrian Paul2011-12-301-12/+9
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-051-4/+3
* mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()Brian Paul2011-09-201-2/+2
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-18/+0
* mesa: make_float_temp_image non-staticDave Airlie2011-02-281-0/+9
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-17/+17
* mesa: move mesa_set_fetch_functions()Brian Paul2009-10-011-4/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
* mesa: move StoreTexImageFunc typedef to .c fileBrian Paul2009-09-281-12/+2
* mesa: make individual texstore functions staticBrian Paul2009-09-281-43/+0
* mesa: new _mesa_texstore() functionBrian Paul2009-09-281-0/+3
* mesa: move StoreTexImageFunc to texstore.hBrian Paul2009-09-271-0/+36
* mesa: move _mesa_get_texstore_func() to texstore.cBrian Paul2009-09-261-0/+5
* mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul2009-04-031-13/+0
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-0/+1
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-1/+1
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-0/+2
|\
| * Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom2009-01-201-0/+2
| * mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz2008-09-041-0/+1
* | mesa: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-0/+2
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-0/+1
|\ \ | |/ |/|
| * mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz2008-06-181-0/+1
* | Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg2008-02-251-2/+2
|/
* i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer2007-04-091-0/+4
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-21/+0
* Initial work for GL_EXT_texture_sRGB.Brian Paul2006-08-031-0/+6
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-43/+30
* Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul2006-04-061-4/+4
* merge from texman branchmesa_20060325Brian Paul2006-03-261-2/+2
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-1/+2
* added missing prototypeBrian Paul2005-02-081-2/+9
* argb8888 optimizations from via branchKeith Whitwell2005-02-071-0/+10
* Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul2004-12-121-11/+26
* changed _mesa_rescale_teximage2d to allow rescaling of padded imagesDaniel Borca2004-10-181-4/+6
* Another pass at implementing byte-swapped texture formats.Brian Paul2004-05-131-6/+4