aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Silence unused parameter warning in compressedteximage_only_formatIan Romanick2018-04-111-1/+1
* mesa: Inherit texture view multi-sample information from the original texture...Henri Verbeet2018-03-291-0/+8
* mesa: add const qualifier on _mesa_is_renderable_texture_format()Brian Paul2017-12-051-1/+2
* mesa: hook up memory object multisamples tex(ture)storage apiAndres Rodriguez2017-08-061-0/+10
* mesa: make get_texbuffer_format() globalSamuel Pitoiset2017-08-021-0/+2
* mesa: add KHR_no_error support to glTextureSubImage*D()Samuel Pitoiset2017-07-311-0/+16
* mesa: add KHR_no_error support for glCopyTexImage*D()Timothy Arceri2017-06-271-0/+11
* mesa: add KHR_no_error support for glCopyTex{ture}SubImage*D()Timothy Arceri2017-06-271-0/+28
* mesa: make _mesa_copy_texture_sub_image() staticTimothy Arceri2017-06-271-9/+0
* mesa: add KHR_no_error support for gl{Compressed}TexImage*D()Timothy Arceri2017-06-271-0/+34
* mesa: add KHR_no_error support for glTexSubImage*D()Samuel Pitoiset2017-06-071-0/+18
* mesa: add KHR_no_error support for glCompressedTex*SubImage3D()Timothy Arceri2017-05-171-0/+14
* mesa: add KHR_no_error support for glCompressedTex*SubImage2D()Timothy Arceri2017-05-171-0/+12
* mesa: add KHR_no_error support for CompressedTex*SubImage1D()Timothy Arceri2017-05-171-0/+11
* mesa: make _mesa_compressed_texture_sub_image() staticTimothy Arceri2017-05-171-12/+0
* mesa/main: remove unused _mesa_new_texture_image()Samuel Pitoiset2017-03-091-3/+0
* mesa: make _mesa_texture_buffer_range() staticBrian Paul2016-10-061-8/+0
* mesa: add numLevels, numSamples to Driver.TestProxyTexImage()Brian Paul2016-07-151-3/+4
* mesa/teximage: add _mesa_is_cube_map_texture utility methodEduardo Lima Mitev2016-03-031-0/+4
* mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_targetAlejandro PiƱeiro2016-03-031-3/+1
* mesa/teximage: Make _mesa_format_no_online_compression publicAntia Puentes2016-03-031-0/+3
* mesa/teximage: make public is_renderable_texture_formatAntia Puentes2016-03-031-0/+3
* mesa: move assertion in _mesa_cube_face_target()Brian Paul2016-02-141-3/+5
* mesa: move _mesa_num_tex_faces() to teximage.hBrian Paul2016-02-121-0/+19
* mesa: add _mesa_cube_face_target() helperBrian Paul2016-02-121-0/+17
* mesa: make _mesa_tex_target_to_face() an inline functionBrian Paul2016-02-121-3/+15
* mesa: remove _ARB suffix from cube map enumsBrian Paul2016-02-121-2/+2
* mesa: Move _mesa_base_tex_format() from teximage to glformats filesEduardo Lima Mitev2015-09-281-4/+0
* mesa: const-qualify _mesa_base_tex_format() ctx paramBrian Paul2015-09-221-1/+1
* mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressedNanley Chery2015-08-251-1/+1
* mesa: remove extern from texture functionTimothy Arceri2015-08-131-9/+0
* main: Simplify debug messages for CopyTex*SubImage*D.Laura Ekstrand2015-03-191-1/+2
* main: Add entry point for TextureBufferRange.Laura Ekstrand2015-03-091-0/+4
* main: Refactor _mesa_texture_buffer_range.Laura Ekstrand2015-03-091-3/+3
* main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.Laura Ekstrand2015-03-091-1/+2
* mesa: Add _mesa_is_array_texture helperIago Toral Quiroga2015-02-241-0/+3
* main: Added entry point for glTextureBuffer.Laura Ekstrand2015-01-081-0/+11
* main: Added entry points for glTextureStorage[23]DMultisample.Laura Ekstrand2015-01-081-0/+20
* main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand2015-01-081-0/+30
* main: Added entry points for CopyTextureSubImage*D.Laura Ekstrand2015-01-081-2/+24
* main: Corrected comment on _mesa_is_zero_size_texture.Laura Ekstrand2015-01-081-1/+1
* main: Added entry points for glTextureSubImage*D.Laura Ekstrand2015-01-081-0/+30
* main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.Laura Ekstrand2015-01-081-4/+0
* main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...Laura Ekstrand2015-01-081-18/+0
* mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul2015-01-051-2/+1
* mesa: add _mesa_base_tex_image() helper functionBrian Paul2015-01-051-0/+10
* mesa: move _mesa_compressed_texture_pixel_storage_error_check()Brian Paul2014-08-161-6/+0
* mesa: Turn target_can_be_compressed() in to a utility functionAnuj Phogat2014-08-041-0/+3
* mesa: add ARB_clear_texture.xml to file list, remove duplicate declsIlia Mirkin2014-07-241-12/+0
* mesa/main: Add generic bits of ARB_clear_texture implementationNeil Roberts2014-07-231-0/+12