summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-27mesa: add KHR_no_error support for glCopyTexImage*D()Timothy Arceri1-0/+11
2017-06-27mesa: add KHR_no_error support for glCopyTex{ture}SubImage*D()Timothy Arceri1-0/+28
2017-06-27mesa: make _mesa_copy_texture_sub_image() staticTimothy Arceri1-9/+0
2017-06-27mesa: add KHR_no_error support for gl{Compressed}TexImage*D()Timothy Arceri1-0/+34
2017-06-07mesa: add KHR_no_error support for glTexSubImage*D()Samuel Pitoiset1-0/+18
2017-05-17mesa: add KHR_no_error support for glCompressedTex*SubImage3D()Timothy Arceri1-0/+14
2017-05-17mesa: add KHR_no_error support for glCompressedTex*SubImage2D()Timothy Arceri1-0/+12
2017-05-17mesa: add KHR_no_error support for CompressedTex*SubImage1D()Timothy Arceri1-0/+11
2017-05-17mesa: make _mesa_compressed_texture_sub_image() staticTimothy Arceri1-12/+0
2017-03-09mesa/main: remove unused _mesa_new_texture_image()Samuel Pitoiset1-3/+0
2016-10-06mesa: make _mesa_texture_buffer_range() staticBrian Paul1-8/+0
2016-07-15mesa: add numLevels, numSamples to Driver.TestProxyTexImage()Brian Paul1-3/+4
2016-03-03mesa/teximage: add _mesa_is_cube_map_texture utility methodEduardo Lima Mitev1-0/+4
2016-03-03mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_targetAlejandro PiƱeiro1-3/+1
2016-03-03mesa/teximage: Make _mesa_format_no_online_compression publicAntia Puentes1-0/+3
2016-03-03mesa/teximage: make public is_renderable_texture_formatAntia Puentes1-0/+3
2016-02-14mesa: move assertion in _mesa_cube_face_target()Brian Paul1-3/+5
2016-02-12mesa: move _mesa_num_tex_faces() to teximage.hBrian Paul1-0/+19
2016-02-12mesa: add _mesa_cube_face_target() helperBrian Paul1-0/+17
2016-02-12mesa: make _mesa_tex_target_to_face() an inline functionBrian Paul1-3/+15
2016-02-12mesa: remove _ARB suffix from cube map enumsBrian Paul1-2/+2
2015-09-28mesa: Move _mesa_base_tex_format() from teximage to glformats filesEduardo Lima Mitev1-4/+0
2015-09-22mesa: const-qualify _mesa_base_tex_format() ctx paramBrian Paul1-1/+1
2015-08-25mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressedNanley Chery1-1/+1
2015-08-13mesa: remove extern from texture functionTimothy Arceri1-9/+0
2015-03-19main: Simplify debug messages for CopyTex*SubImage*D.Laura Ekstrand1-1/+2
2015-03-09main: Add entry point for TextureBufferRange.Laura Ekstrand1-0/+4
2015-03-09main: Refactor _mesa_texture_buffer_range.Laura Ekstrand1-3/+3
2015-03-09main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.Laura Ekstrand1-1/+2
2015-02-24mesa: Add _mesa_is_array_texture helperIago Toral Quiroga1-0/+3
2015-01-08main: Added entry point for glTextureBuffer.Laura Ekstrand1-0/+11
2015-01-08main: Added entry points for glTextureStorage[23]DMultisample.Laura Ekstrand1-0/+20
2015-01-08main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand1-0/+30
2015-01-08main: Added entry points for CopyTextureSubImage*D.Laura Ekstrand1-2/+24
2015-01-08main: Corrected comment on _mesa_is_zero_size_texture.Laura Ekstrand1-1/+1
2015-01-08main: Added entry points for glTextureSubImage*D.Laura Ekstrand1-0/+30
2015-01-08main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.Laura Ekstrand1-4/+0
2015-01-08main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...Laura Ekstrand1-18/+0
2015-01-05mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul1-2/+1
2015-01-05mesa: add _mesa_base_tex_image() helper functionBrian Paul1-0/+10
2014-08-16mesa: move _mesa_compressed_texture_pixel_storage_error_check()Brian Paul1-6/+0
2014-08-04mesa: Turn target_can_be_compressed() in to a utility functionAnuj Phogat1-0/+3
2014-07-24mesa: add ARB_clear_texture.xml to file list, remove duplicate declsIlia Mirkin1-12/+0
2014-07-23mesa/main: Add generic bits of ARB_clear_texture implementationNeil Roberts1-0/+12
2014-07-23mesa/main: add ARB_clear_texture entrypointsIlia Mirkin1-0/+10
2014-06-10mesa: Emit errors for inconsistent compressed pixel store stateChris Forbes1-0/+6
2014-03-03mesa: switch to c11 mutex functionsBrian Paul1-2/+2
2014-02-02mesa: make _mesa_get_proxy_target() staticBrian Paul1-3/+0
2014-02-02mesa: remove unused _mesa_select_tex_object() functionBrian Paul1-5/+0
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-4/+4