summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-27mesa: Refactor internalFormat / target checks to a separate functionIan Romanick1-0/+8
2014-01-15mesa: Define helper function to get the number of texture layers.Francisco Jerez1-0/+6
2013-12-18mesa: Make validate_texbuffer_format function available externallyPi Tabred1-0/+4
2013-10-16mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul1-2/+2
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
2013-04-01mesa: fix texture storage multisample prototypes harder.Dave Airlie1-2/+2
2013-03-31glapi: add definition of ARB_texture_storage_multisampleChris Forbes1-0/+11