summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-27mesa: add KHR_no_error support for glCopyTexImage*D()Timothy Arceri1-0/+20
2017-06-27mesa: add no error support to copyteximage()Timothy Arceri1-13/+30
2017-06-27mesa: create copyteximage_err() helper and always inline copyteximage()Timothy Arceri1-4/+14
2017-06-27mesa: tidy up copyteximage()Timothy Arceri1-5/+5
2017-06-27mesa: add KHR_no_error support for glCopyTex{ture}SubImage*D()Timothy Arceri1-0/+81
2017-06-27mesa: add copy_texture_sub_image_no_error() helperTimothy Arceri1-0/+17
2017-06-27mesa: remove redundant NULL checkTimothy Arceri1-6/+2
2017-06-27mesa: create copy_texture_sub_image_err() helperTimothy Arceri1-36/+48
2017-06-27mesa: make _mesa_copy_texture_sub_image() staticTimothy Arceri1-90/+85
2017-06-27mesa: add KHR_no_error support for gl{Compressed}TexImage*D()Timothy Arceri1-0/+82
2017-06-27mesa: add no error support to teximage()Timothy Arceri1-29/+32
2017-06-27mesa: create wrapper around teximage()Timothy Arceri1-14/+26
2017-06-22mesa: fix using texture id 0 with glTextureSubImage*()Samuel Pitoiset1-5/+2
2017-06-22mesa: use _mesa_lookup_texture_err() in get_tex_obj_for_clear()Samuel Pitoiset1-10/+2
2017-06-14mesa: refuse to change textures when a handle is allocatedSamuel Pitoiset1-1/+24
2017-06-07mesa: add KHR_no_error support for glTexSubImage*D()Samuel Pitoiset1-0/+43
2017-06-07mesa: add texsubimage() helperSamuel Pitoiset1-0/+18
2017-06-07mesa: make _mesa_texture_sub_image() staticSamuel Pitoiset1-20/+20
2017-06-07mesa: rename texsubimage() to texsubimage_err()Samuel Pitoiset1-17/+17
2017-05-17mesa: add KHR_no_error support for glCompressedTex*SubImage3D()Timothy Arceri1-1/+27
2017-05-17mesa: add 3D support to compressed_tex_sub_image() helperTimothy Arceri1-119/+66
2017-05-17mesa: add KHR_no_error support for glCompressedTex*SubImage2D()Timothy Arceri1-0/+27
2017-05-17mesa: add 2D support to compressed_tex_sub_image() helperTimothy Arceri1-67/+16
2017-05-17mesa: add KHR_no_error support for CompressedTex*SubImage1D()Timothy Arceri1-9/+40
2017-05-17mesa: add compressed_tex_sub_image() helperTimothy Arceri1-44/+38
2017-05-17mesa: make _mesa_compressed_texture_sub_image() staticTimothy Arceri1-39/+30
2017-03-29mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATEMarek Olšák1-3/+3
2017-03-09mesa/main: remove unused _mesa_new_texture_image()Samuel Pitoiset1-17/+0
2017-03-03mesa/main: *TextureSubImage* generates INVALID_OPERATION on wrong targetAlejandro Piñeiro1-3/+3
2017-02-02mesa: Enable EXT_compressed_ETC1_RGB8_sub_texturePlamena Manolova1-1/+0
2017-01-27mesa: use correct return statement for a void functionEmil Velikov1-3/+4
2016-10-13mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul1-4/+2
2016-10-06mesa: call ctx->Driver.TexParameter() in texture_buffer_range()Brian Paul1-0/+13
2016-10-06mesa: make _mesa_texture_buffer_range() staticBrian Paul1-15/+19
2016-10-06mesa: add const qualifier, comment on can_avoid_reallocation()Brian Paul1-1/+8
2016-08-26mesa: Add and use _mesa_has_texture_cube_map_array helperIan Romanick1-6/+6
2016-08-26main: Add MESA_VERBOSE=api support for glTexImageJordan Justen1-0/+5
2016-07-18mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3dAnuj Phogat1-3/+4
2016-07-15mesa: handle numSamples=0 in _mesa_test_proxy_teximage()Brian Paul1-3/+1
2016-07-15mesa: handle numLevels, numSamples in _mesa_test_proxy_teximage()Brian Paul1-3/+42
2016-07-15mesa: add numLevels, numSamples to Driver.TestProxyTexImage()Brian Paul1-10/+12
2016-07-11mesa: set _NEW_BUFFERS when updating texture bound to current buffersIlia Mirkin1-1/+7
2016-07-11mesa: etc2 online compression is unsupported, don't attempt itIlia Mirkin1-0/+1
2016-06-13mesa: Make TexSubImage check negative dimensions sooner.Kenneth Graunke1-19/+43
2016-05-23mesa/teximage: fix GL_FLOAT in commentIlia Mirkin1-1/+1
2016-05-23main: check driver float texture support before upgrading to 16F/32FIlia Mirkin1-28/+33
2016-05-03mesa: Handle 3d block sizes in teximage error checksAnuj Phogat1-6/+13
2016-04-26mesa: Try to fix CopyTex[Sub]Image of stencil textures.Kenneth Graunke1-2/+3
2016-04-26mesa: Disallow CopyTexSubImage on stencil formats in ES.Kenneth Graunke1-0/+9
2016-03-28mesa: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin1-7/+13