summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick2013-12-041-21/+8
* mesa: resolve typo DTXn/DXTnEmil Velikov2013-12-031-1/+1
* mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul2013-10-161-2/+2
* mesa: consolidate cube width=height error checkingBrian Paul2013-10-161-38/+5
* mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().Kenneth Graunke2013-09-261-3/+3
* mesa: remove handcounted magic numberDylan Noblesmith2013-09-241-13/+20
* mesa: fix number of mipmaps calculation for proxy texturesMikko Juola2013-07-311-0/+10
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-281-6/+2
* mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt2013-06-171-5/+35
* mesa: fix OES_EGL_image_external being partially allowed in the core profileMarek Olšák2013-06-131-2/+3
* mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul2013-05-301-2/+4
* mesa: asst. whitespace, formatting fixes in teximage.cBrian Paul2013-05-301-28/+43
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-171-1/+1