summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* main: Add STENCIL_INDEX formats to base_tex_formatJason Ekstrand2015-01-301-0/+10
* teximage: Don't indent switch casesJason Ekstrand2015-01-301-146/+146
* Mesa: Add support for HALF_FLOAT_OES type.Kalyan Kondapally2015-01-291-1/+1
* Mesa: Add support for GL_OES_texture_*float* extensions.Kalyan Kondapally2015-01-291-0/+64
* mesa/main: In _mesa_CompressedTextureSubImage3D() check found texObjJuha-Pekka Heikkila2015-01-121-0/+2
* mesa: Fix incorrect assertion in init_teximage_fields_msIago Toral Quiroga2015-01-121-1/+1
* mesa: Fix get_texbuffer_format().Samuel Iglesias Gonsalvez2015-01-121-2/+2
* mesa: compute row stride outside of loop and fix MSVC compilation errorBrian Paul2015-01-081-2/+4
* main: Checking for cube completeness in TextureSubImage.Laura Ekstrand2015-01-081-13/+35
* main: Refactor in teximage.c to handle NULL from _mesa_get_current_tex_object.Laura Ekstrand2015-01-081-0/+22
* main: Added entry point for glTextureBuffer.Laura Ekstrand2015-01-081-16/+74
* main: Fix texObj->Immutable flag update in _mesa_texture_image_multisample.Laura Ekstrand2015-01-081-1/+1
* main: Added entry points for glTextureStorage[23]DMultisample.Laura Ekstrand2015-01-081-28/+96
* main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand2015-01-081-52/+187
* main: Added entry points for CopyTextureSubImage*D.Laura Ekstrand2015-01-081-46/+124
* main: Added entry points for glTextureSubImage*D.Laura Ekstrand2015-01-081-81/+251
* main: Removed trailing whitespaces in texture code.Laura Ekstrand2015-01-081-19/+19
* main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.Laura Ekstrand2015-01-081-81/+0
* mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul2015-01-051-13/+11
* mesa: fix height error check for 1D array texturesBrian Paul2014-12-021-1/+1
* mesa: Mark buffer objects that are used as TexBOsChris Forbes2014-10-161-0/+6
* mesa: fix error reported on gTexSubImage2D when level not validTapani Pälli2014-10-101-1/+1
* mesa: fix compressed_subtexture_error_check() return valueBrian Paul2014-08-161-3/+3
* mesa: move _mesa_compressed_texture_pixel_storage_error_check()Brian Paul2014-08-161-37/+7
* mesa: Add the format enums for BPTC-compressed imagesNeil Roberts2014-08-121-0/+14
* mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal formatsAnuj Phogat2014-08-041-0/+1
* mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()Anuj Phogat2014-08-041-0/+15
* mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in glCopyTexIm...Anuj Phogat2014-08-041-18/+29
* mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()Anuj Phogat2014-08-041-0/+46
* mesa: Don't allow snorm internal formats in glCopyTexImage*() in GLES3Anuj Phogat2014-08-041-0/+11
* mesa: Fix condition for using compressed internalformat in glCompressedTexIma...Anuj Phogat2014-08-041-1/+8
* mesa: Turn target_can_be_compressed() in to a utility functionAnuj Phogat2014-08-041-6/+6
* mesa/main: Add generic bits of ARB_clear_texture implementationNeil Roberts2014-07-231-1/+245
* teximage: Add utility func for format/internalFormat compatibility checkNeil Roberts2014-07-231-21/+38
* mesa/main: add ARB_clear_texture entrypointsIlia Mirkin2014-07-231-0/+16
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-12/+1
* mesa: Emit errors for inconsistent compressed pixel store stateChris Forbes2014-06-101-0/+45
* mesa: Make CompressedTexSubImage errors more consistentChris Forbes2014-06-101-3/+3
* mesa: pass target through to driver when choosing texture formatIlia Mirkin2014-05-071-1/+1
* mesa: Fix error condition for multisample proxy texture targetsAnuj Phogat2014-04-171-3/+13
* mesa: fix texture border handling for cube arraysMarek Olšák2014-03-211-1/+4
* mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_textureIlia Mirkin2014-03-191-8/+3
* mesa: new init_teximage_fields_ms() function to init MS texture imagesBrian Paul2014-03-051-15/+29
* mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImag...Anuj Phogat2014-03-041-2/+11
* mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()Anuj Phogat2014-03-041-2/+1
* mesa: Make TexImage error cases about internalFormat more informative.Eric Anholt2014-02-121-7/+13
* mesa: GL_ARB_half_float_pixel is not optionalIan Romanick2014-02-111-15/+2
* mesa: Fix extension dependency for half-float TexBOsIan Romanick2014-02-111-1/+12
* mesa: don't signal _NEW_TEXTURE in TexSubImage() functionsBrian Paul2014-02-021-3/+9
* mesa: make _mesa_get_proxy_target() staticBrian Paul2014-02-021-5/+5