summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa/main: add ARB_clear_texture entrypointsIlia Mirkin2014-07-231-0/+10
* mesa: Emit errors for inconsistent compressed pixel store stateChris Forbes2014-06-101-0/+6
* mesa: switch to c11 mutex functionsBrian Paul2014-03-031-2/+2
* mesa: make _mesa_get_proxy_target() staticBrian Paul2014-02-021-3/+0
* mesa: remove unused _mesa_select_tex_object() functionBrian Paul2014-02-021-5/+0
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-4/+4
* mesa: Refactor internalFormat / target checks to a separate functionIan Romanick2014-01-271-0/+8
* mesa: Define helper function to get the number of texture layers.Francisco Jerez2014-01-151-0/+6
* mesa: Make validate_texbuffer_format function available externallyPi Tabred2013-12-181-0/+4
* mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul2013-10-161-2/+2
* 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: fix texture storage multisample prototypes harder.Dave Airlie2013-04-011-2/+2
* glapi: add definition of ARB_texture_storage_multisampleChris Forbes2013-03-311-0/+11