aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: remove unused _mesa_select_tex_object() functionBrian Paul2014-02-021-22/+6
* mesa: Allow depth = 0 parameter for TexImage3D.Kevin Rogovin2014-01-281-2/+2
* mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller2014-01-271-10/+10
* mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller2014-01-271-32/+32
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-4/+4
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-9/+9
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-1/+1
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-13/+13
* mesa: Validate internalFormat with target in glTexStorage pathsIan Romanick2014-01-271-1/+3
* mesa: Refactor internalFormat / target checks to a separate functionIan Romanick2014-01-271-40/+70
* mesa: Generate the correct error for a depth format with a 3D textureIan Romanick2014-01-271-3/+17
* mesa: Define helper function to get the number of texture layers.Francisco Jerez2014-01-151-0/+87
* mesa: Clean up bad code formatting left from previous commitIan Romanick2013-12-201-7/+7
* mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick2013-12-201-2/+0
* mesa: add API/extension checks for 3-component texture buffer formatsBrian Paul2013-12-181-7/+14
* mesa: get_texbuffer_format(): differentiate between core and compat contextPi Tabred2013-12-181-80/+87
* mesa: Modify format validation to check for extension not context versionPi Tabred2013-12-181-7/+2
* mesa: Make validate_texbuffer_format function available externallyPi Tabred2013-12-181-3/+4
* mesa: Update TexStorage to support ARB_texture_viewCourtney Goeltzenleuchter2013-12-131-0/+6