summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-15mesa: Define helper function to get the number of texture layers.Francisco Jerez1-0/+87
2013-12-20mesa: Clean up bad code formatting left from previous commitIan Romanick1-7/+7
2013-12-20mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick1-2/+0
2013-12-18mesa: add API/extension checks for 3-component texture buffer formatsBrian Paul1-7/+14
2013-12-18mesa: get_texbuffer_format(): differentiate between core and compat contextPi Tabred1-80/+87
2013-12-18mesa: Modify format validation to check for extension not context versionPi Tabred1-7/+2
2013-12-18mesa: Make validate_texbuffer_format function available externallyPi Tabred1-3/+4
2013-12-13mesa: Update TexStorage to support ARB_texture_viewCourtney Goeltzenleuchter1-0/+6
2013-12-04mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick1-21/+8
2013-12-03mesa: resolve typo DTXn/DXTnEmil Velikov1-1/+1
2013-10-16mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul1-2/+2
2013-10-16mesa: consolidate cube width=height error checkingBrian Paul1-38/+5
2013-09-26mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().Kenneth Graunke1-3/+3
2013-09-24mesa: remove handcounted magic numberDylan Noblesmith1-13/+20
2013-07-31mesa: fix number of mipmaps calculation for proxy texturesMikko Juola1-0/+10
2013-06-28mesa: GL_ARB_texture_storage is not optionalIan Romanick1-6/+2
2013-06-17mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt1-5/+35
2013-06-13mesa: fix OES_EGL_image_external being partially allowed in the core profileMarek Olšák1-2/+3
2013-05-30mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul1-2/+4
2013-05-30mesa: asst. whitespace, formatting fixes in teximage.cBrian Paul1-28/+43
2013-05-17mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt1-1/+1
2013-05-06mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt1-2/+1
2013-04-26mesa: fix the compressed TexSubImage size checking codeBrian Paul1-3/+9
2013-04-26mesa: fix type comparison errors in sub-texture error checking codeTapani Pälli1-5/+5
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-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-04-01mesa: fix texture storage multisample prototypes harder.Dave Airlie1-2/+2
2013-03-31mesa: improve reported function name in Tex*MultisampleChris Forbes1-16/+14
2013-03-31glapi: add definition of ARB_texture_storage_multisampleChris Forbes1-0/+20
2013-03-31mesa: add support for immutable textures to teximagemultisample()Chris Forbes1-3/+28
2013-03-24mesa: use _mesa_check_sample_count() for multisample texturesChris Forbes1-27/+7
2013-03-11mesa: don't allocate a texture if width or height is 0 in CopyTexImageMarek Olšák1-10/+12
2013-03-08mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner1-1/+1
2013-03-05Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensionsAlan Hourihane1-0/+1
2013-03-02mesa: implement TexImage*MultisampleChris Forbes1-4/+163
2013-03-02mesa: add texobj support for ARB_texture_multisampleChris Forbes1-2/+58
2013-03-02glapi: add ARB_texture_multisampleChris Forbes1-0/+21
2013-02-25mesa/es: NULL check in EGLImageTargetTexture2DOESTapani Pälli1-0/+6
2013-02-12CopyTexImage: Don't check sRGB vs LINEAR for desktop GLJordan Justen1-18/+10
2013-02-06mesa: fixup inconsistent naming of RG16 formatsMarek Olšák1-1/+1
2013-02-04mesa: don't use format chooser code for glCompressedTexImageBrian Paul1-2/+12
2013-01-30mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller1-17/+72
2013-01-23mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_...Ian Romanick1-13/+3
2013-01-23mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick1-1/+2
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-7/+7
2013-01-20copyteximage: update error checking for GLES3Jordan Justen1-1/+36
2013-01-20copyteximage: check that sRGB usage is valid for GLES3 / GLJordan Justen1-0/+39
2013-01-20mesa/es2: Allow depth component cube maps in ES2 if the extension is enabledIan Romanick1-1/+2