vc4: Introduce XML-based packet header generation like Intel's.
[mesa.git] / src / mesa / main / teximage.c
2017-06-26 Timothy Arcerimesa: add KHR_no_error support for glCopyTexImage*D()
2017-06-26 Timothy Arcerimesa: add no error support to copyteximage()
2017-06-26 Timothy Arcerimesa: create copyteximage_err() helper and always inlin...
2017-06-26 Timothy Arcerimesa: tidy up copyteximage()
2017-06-26 Timothy Arcerimesa: add KHR_no_error support for glCopyTex{ture}SubIm...
2017-06-26 Timothy Arcerimesa: add copy_texture_sub_image_no_error() helper
2017-06-26 Timothy Arcerimesa: remove redundant NULL check
2017-06-26 Timothy Arcerimesa: create copy_texture_sub_image_err() helper
2017-06-26 Timothy Arcerimesa: make _mesa_copy_texture_sub_image() static
2017-06-26 Timothy Arcerimesa: add KHR_no_error support for gl{Compressed}TexIma...
2017-06-26 Timothy Arcerimesa: add no error support to teximage()
2017-06-26 Timothy Arcerimesa: create wrapper around teximage()
2017-06-22 Samuel Pitoisetmesa: fix using texture id 0 with glTextureSubImage*()
2017-06-22 Samuel Pitoisetmesa: use _mesa_lookup_texture_err() in get_tex_obj_for...
2017-06-14 Samuel Pitoisetmesa: refuse to change textures when a handle is allocated
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glTexSubImage*D()
2017-06-07 Samuel Pitoisetmesa: add texsubimage() helper
2017-06-07 Samuel Pitoisetmesa: make _mesa_texture_sub_image() static
2017-06-07 Samuel Pitoisetmesa: rename texsubimage() to texsubimage_err()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add 3D support to compressed_tex_sub_image()...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add 2D support to compressed_tex_sub_image()...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for CompressedTex*SubIma...
2017-05-17 Timothy Arcerimesa: add compressed_tex_sub_image() helper
2017-05-17 Timothy Arcerimesa: make _mesa_compressed_texture_sub_image() static
2017-03-29 Marek Olšákmesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT ...
2017-03-09 Samuel Pitoisetmesa/main: remove unused _mesa_new_texture_image()
2017-03-03 Alejandro Piñeiromesa/main: *TextureSubImage* generates INVALID_OPERATIO...
2017-02-02 Plamena Manolovamesa: Enable EXT_compressed_ETC1_RGB8_sub_texture
2017-01-27 Emil Velikovmesa: use correct return statement for a void function
2016-10-13 Brian Paulmesa: remove 'params' parameter from ctx->Driver.TexPar...
2016-10-06 Brian Paulmesa: call ctx->Driver.TexParameter() in texture_buffer...
2016-10-06 Brian Paulmesa: make _mesa_texture_buffer_range() static
2016-10-06 Brian Paulmesa: add const qualifier, comment on can_avoid_realloc...
2016-08-26 Ian Romanickmesa: Add and use _mesa_has_texture_cube_map_array...
2016-08-26 Jordan Justenmain: Add MESA_VERBOSE=api support for glTexImage
2016-07-18 Anuj Phogatmesa: Add the infrastructure for KHR_texture_compressio...
2016-07-16 Brian Paulmesa: handle numSamples=0 in _mesa_test_proxy_teximage()
2016-07-15 Brian Paulmesa: handle numLevels, numSamples in _mesa_test_proxy_...
2016-07-15 Brian Paulmesa: add numLevels, numSamples to Driver.TestProxyTexI...
2016-07-12 Ilia Mirkinmesa: set _NEW_BUFFERS when updating texture bound...
2016-07-12 Ilia Mirkinmesa: etc2 online compression is unsupported, don't...
2016-06-13 Kenneth Graunkemesa: Make TexSubImage check negative dimensions sooner.
2016-05-24 Ilia Mirkinmesa/teximage: fix GL_FLOAT in comment
2016-05-24 Ilia Mirkinmain: check driver float texture support before upgradi...
2016-05-03 Anuj Phogatmesa: Handle 3d block sizes in teximage error checks
2016-04-27 Kenneth Graunkemesa: Try to fix CopyTex[Sub]Image of stencil textures.
2016-04-27 Kenneth Graunkemesa: Disallow CopyTexSubImage on stencil formats in ES.
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-29 Ilia Mirkinmesa: add OES_texture_buffer and EXT_texture_buffer...
2016-03-27 Miklós Mátémesa: optimize out the realloc from glCopyTexImagexD()
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Eduardo Lima Mitevmesa/teximage: add _mesa_is_cube_map_texture utility...
2016-03-03 Alejandro Piñeiromesa/main: not fill mesa_error on _mesa_legal_texture_b...
2016-03-03 Antia Puentesmesa/teximage: Make _mesa_format_no_online_compression...
2016-03-03 Antia Puentesmesa/teximage: make public is_renderable_texture_format
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-19 Ilia Mirkinmesa: add GL_OES_texture_stencil8 support
2016-02-12 Brian Paulmesa: make _mesa_tex_target_to_face() an inline function
2016-02-12 Brian Paulmesa: remove _ARB suffix from cube map enums
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-08 Nicolai Hähnlemesa: check that internalformat of CopyTexImage*D is...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-09 Andreas Bollmesa: Fix typos in print messages
2015-12-03 Brian Paulmesa: print enum names rather than hexadecimal values...
2015-12-02 Brian Paulmesa: print enum string in compressed_subtexture_error_...
2015-11-28 Ilia Mirkinmesa: support GL_RED/GL_RG in ES2 contexts when driver...
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-22 Nanley Cherymesa/teximage: Fix S3TC regression due to ASTC interaction
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-28 Eduardo Lima Mitevmesa: Move _mesa_base_tex_format() from teximage to...
2015-09-28 Eduardo Lima Mitevmesa: Fix order of format+type and internal format...
2015-09-22 Brian Paulmesa: const-qualify _mesa_base_tex_format() ctx param
2015-09-19 Nanley Cherymesa/teximage: reuse compressed format utility function...
2015-09-15 Nanley Cherymesa/teximage: restrict GL_ETC1_RGB8_OES support to...
2015-09-15 Nanley Cherymesa/extensions: restrict luminance alpha formats to...
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-27 Brian Paulmesa: rename rowStride to imageStride in texturesubimage()
2015-08-27 Ilia Mirkinmesa: only copy the requested teximage faces
2015-08-26 Nanley Cherymesa: return bool instead of GLboolean in compressedtex...
2015-08-26 Nanley Cherymesa/teximage: return the base internal format of the...
2015-08-26 Nanley Cherymesa/teximage: accept ASTC formats for 3D texture speci...
2015-08-26 Nanley Cherymesa: don't enable online compression for ASTC formats
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-25 Nanley Cherymesa/teximage: Add GL error parameter to _mesa_target_c...
2015-08-25 Dave Airliemesa: enable texture stencil8 for multisample
2015-08-19 Tapani Pällimesa: validate size parameters for glTexStorage*Multisample
2015-08-17 Timothy Arcerimesa: check samples > 0 for glTex*Multisample
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Timothy Arcerimesa: rename texture function now that its static
2015-08-14 Tapani Pällimesa: set correct error for non-renderable multisample...
2015-08-13 Timothy Arcerimesa: remove extern from texture function
2015-08-12 Nanley Cherymesa/teximage: report the correct function which trigge...
2015-08-05 Eduardo Lima Mitevmesa: Add missing check of format and type in glTexSubI...
2015-08-05 Eduardo Lima Mitevmesa: Fix error returned by glCopyTexImage2D() upon...
2015-08-05 Eduardo Lima Mitevmesa: Validate target before resolving tex obj in glTex...
2015-08-03 Marta Lofstedtmesa/es3.1: Allow multisampled textures for GLES 3.1
2015-08-03 Marta Lofstedtmesa/es3.1: Allow textures with target GL_TEXTURE_2D_MU...
next