summaryrefslogtreecommitdiff
path: root/src/mesa/main/texgetimage.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-21mesa: add new _mesa_Get[Compressed]TextureSubImage() functionsBrian Paul1-0/+15
2015-07-21mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()Brian Paul1-3/+6
2015-07-21mesa: make _mesa_get_[compressed_]texture_image() staticBrian Paul1-7/+0
2015-07-21mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul1-4/+5
2015-01-08main: Added entry point for glGetCompressedTextureImage.Laura Ekstrand1-0/+12
2015-01-08main: Added entry point for glGetTextureImage.Laura Ekstrand1-0/+9
2015-01-08main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.Laura Ekstrand1-3/+3
2015-01-08main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.Laura Ekstrand1-3/+3
2013-10-08st/mesa: improve format selection for GLESMarek Olšák1-0/+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
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-1/+1
2011-12-30mesa: simplify Driver.GetCompressedTexImage() parametersBrian Paul1-4/+3
2011-09-30mesa: simplify parameters to GetTexImage() driver hookBrian Paul1-2/+1
2011-04-26Squashed commit of the following:Brian Paul1-1/+6
2010-12-04mesa: Clean up header file inclusion in texgetimage.h.Vinson Lee1-1/+5
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-07-29mesa: Add missing header to texgetimage.h.Vinson Lee1-0/+1
2009-08-13mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul1-0/+9
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul1-0/+46