summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texgetimage.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: add new _mesa_Get[Compressed]TextureSubImage() functionsBrian Paul2015-07-211-0/+15
* mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()Brian Paul2015-07-211-3/+6
* mesa: make _mesa_get_[compressed_]texture_image() staticBrian Paul2015-07-211-7/+0
* mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul2015-07-211-4/+5
* main: Added entry point for glGetCompressedTextureImage.Laura Ekstrand2015-01-081-0/+12
* main: Added entry point for glGetTextureImage.Laura Ekstrand2015-01-081-0/+9
* main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.Laura Ekstrand2015-01-081-3/+3
* main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.Laura Ekstrand2015-01-081-3/+3
* st/mesa: improve format selection for GLESMarek Olšák2013-10-081-0/+3
* 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
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-1/+1
* mesa: simplify Driver.GetCompressedTexImage() parametersBrian Paul2011-12-301-4/+3
* mesa: simplify parameters to GetTexImage() driver hookBrian Paul2011-09-301-2/+1
* Squashed commit of the following:Brian Paul2011-04-261-1/+6
* mesa: Clean up header file inclusion in texgetimage.h.Vinson Lee2010-12-041-1/+5
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* mesa: Add missing header to texgetimage.h.Vinson Lee2010-07-291-0/+1
* mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul2009-08-131-0/+9
* mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul2009-04-031-0/+46