meta: use _mesa_prepare_mipmap_levels()
[mesa.git] / src / mesa / drivers / common / meta_tex_subimage.c
2016-03-21 Kenneth Graunkemeta: Make BlitFramebuffer() do sRGB encoding in ES...
2016-03-02 Anuj Phogatmeta: Remove the 'allocate_storage' parameter in _mesa_...
2016-03-02 Anuj Phogatmeta: Fix the pbo usage in meta for GLES{1,2} contexts
2016-03-01 Ian Romanickmeta: Don't pollute the framebuffer namespace
2016-03-01 Ian Romanickmeta: Use _mesa_bind_framebuffers instead of _mesa_Bind...
2016-03-01 Ian Romanickmeta: Use _mesa_CreateFramebuffers instead of _mesa_Gen...
2016-03-01 Ian Romanickmeta: Use _mesa_check_framebuffer_status instead of...
2016-03-01 Ian Romanickmeta: Convert _mesa_meta_bind_fbo_image to take a gl_fr...
2015-11-24 Ian Romanickmeta/TexSubImage: Don't pollute the buffer object namespace
2015-11-24 Ian Romanickmeta: Use DSA functions for PBO in create_texture_for_pbo
2015-09-14 Anuj Phogatmeta: Abort meta pbo path if TexSubImage need signed...
2015-09-02 Chris Wilsonmeta: Compute correct buffer size with SkipRows/SkipPixels
2015-07-24 Anuj Phogatmesa: Change the signature of _mesa_need_rgb_to_luminan...
2015-07-24 Anuj Phogatmeta: Fix reading luminance texture as rgba in _mesa_me...
2015-07-24 Anuj Phogatmeta: Don't do fragment color clamping in _mesa_meta_pb...
2015-07-24 Anuj Phogatmeta: Abort meta pbo path if readpixels need signed...
2015-07-24 Anuj Phogatmeta: Fix transfer operations check in meta pbo path...
2015-06-15 Anuj Phogatmeta: Abort texture upload if pixels == null and no...
2015-06-15 Anuj Phogatmeta: Abort meta path if ReadPixels need rgb to luminan...
2015-03-13 Eduardo Lima Mitevmeta: Remove error checks for texture <-> pixel-buffer...
2015-03-05 Neil Robertsmeta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_T...
2015-03-05 Neil Robertsmeta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_G...
2015-03-05 Neil RobertsRevert "common: Fix PBOs for 1D_ARRAY."
2015-03-02 Jason Ekstrandmeta/TexSubImage: Stash everything other than PIXEL_TRA...
2015-02-27 Brian Paulmeta: silence declaration after code warning on MinGW
2015-02-26 Neil Robertsmeta: In pbo_{Get,}TexSubImage don't repeatedly rebind...
2015-02-25 Anuj Phogatmeta: Pass null pointer for the pixel data to avoid...
2015-02-25 Anuj Phogatmeta: Fix buffer object assignment to account for both...
2015-02-25 Anuj Phogatmeta: Use GL_STREAM_READ for pbo created with GL_PIXEL_...
2015-02-25 Laura Ekstrandcommon: Fix PBOs for 1D_ARRAY.
2015-02-25 Laura Ekstrandcommon: Correct PBO 2D_ARRAY handling.
2015-02-25 Laura Ekstrandcommon: Correct texture init for meta pbo uploads and...
2015-02-02 Laura EkstrandDD: Refactor BlitFramebuffer.
2015-01-22 José Fonsecameta: Move loop declaration to top of block.
2015-01-22 Jason Ekstrandmeta: Add an implementation of GetTexSubImage for PBOs
2015-01-22 Jason Ekstrandmeta: Add a BlitFramebuffers-based implementation of...