summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_tex_image.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-31i965/i915: Add colorspace support to YUV samplingDavid Stevens1-0/+1
2020-04-06mesa: remove no longer needed _mesa_is_bufferobj functionMarek Olšák1-5/+5
2020-01-30i965: Use brw_batch_references in tex_busy checkKenneth Graunke1-1/+2
2020-01-13i965: support EXT_EGL_image_storageGurchetan Singh1-0/+29
2020-01-13i965: refactor intel_image_target_texture_2dGurchetan Singh1-4/+15
2019-11-19i965: Ensure that all 2101010 image imports can pass framebuffer completeness.Miguel Casas-Sanchez1-2/+6
2019-10-28i965: setup sized internalformat for MESA_FORMAT_R10G10B10A2_UNORMTapani Pälli1-1/+9
2019-03-05i965: Implement threaded GL support.Kenneth Graunke1-0/+3
2019-01-10intel/isl: move tiled_memcpy static libs from i965 to islTapani Pälli1-9/+10
2018-11-08i965: Lift restriction in external textures for EGLImage supportAditya Swarup1-10/+0
2018-10-23i965: expose type of memcpy instead of memcpy function itselfTapani Pälli1-6/+8
2018-09-26intel/isl: Add a unit suffixes to some struct fields and variablesJason Ekstrand1-4/+4
2018-07-13i965: Set the r8stencil flag in miptree_finish_writeNanley Chery1-3/+0
2018-05-22i965: Remove some unused includes of intel_blit.hJason Ekstrand1-1/+0
2018-05-01i965/tex_image: Avoid the ASTC LDR workaround on gen9lpNanley Chery1-1/+1
2018-04-24i965: Add and use a single miptree aux_buf fieldNanley Chery1-1/+1
2018-02-21i965: Use finish_external instead of make_shareable in setTexBuffer2Jason Ekstrand1-1/+62
2018-02-21i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2Jason Ekstrand1-14/+5
2018-02-21i965/tex_image: Pull the tex format from the renderbuffer in intelSetTexBuffer2Jason Ekstrand1-15/+19
2018-02-14i965/tiled_memcpy: change linear pointer from (0, 0) to (xt1, yt1)Scott D Phillips1-2/+2
2018-01-21i965/miptree: Add an explicit tiling parameter to create_for_boJason Ekstrand1-0/+1
2018-01-03i965: Support xrgb/argb2101010 formats for glx_texture_from_pixmap.Mario Kleiner1-2/+10
2017-10-16Revert "i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2"Kenneth Graunke1-5/+20
2017-10-12i965: Share the flush for brw_blorp_miptree_download into a pboChris Wilson1-8/+1
2017-10-12i965: Use blorp instead of meta for PBO texture downloadsJason Ekstrand1-4/+29
2017-10-12i965/tex: Use blorp texture upload for all CCS_E texturesJason Ekstrand1-1/+2
2017-10-12i965: Use blorp instead of meta for PBO texture uploadsJason Ekstrand1-4/+30
2017-10-12i965/tex: Check if there is data to upload up-frontJason Ekstrand1-0/+4
2017-10-06i965: pass wanted format to intel_miptree_create_for_dri_imageTapani Pälli1-2/+2
2017-09-18i965: Use prepare_external instead of make_shareable in setTexBuffer2Jason Ekstrand1-1/+1
2017-09-18i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2Jason Ekstrand1-19/+4
2017-09-15i965/tex: Unify the TexImage and TexSubImage codeJason Ekstrand1-58/+45
2017-09-15i965/tex: Remove the for_glTexImage parameter from texsubimage_tiled_memcpyJason Ekstrand1-14/+5
2017-09-15i965/tex: Make a couple of helpers staticJason Ekstrand1-2/+2
2017-09-15i965: Move TexSubImage functions to intel_tex_image.cJason Ekstrand1-0/+210
2017-08-30i965: drop brw->has_llc in favor of devinfo->has_llcLionel Landwerlin1-1/+1
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-3/+5
2017-08-07i965/miptree: Rework create flagsJason Ekstrand1-3/+4
2017-08-07i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)Jason Ekstrand1-1/+1
2017-07-22i965/miptree: Clean-up unusedTopi Pohjolainen1-21/+8
2017-07-20i965: Prepare tex (sub)image for isl basedTopi Pohjolainen1-4/+16
2017-07-20i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen1-4/+4
2017-07-20i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen1-4/+4
2017-07-20i965/miptree: Use num_samples of 1 instead of 0 for single-sampledTopi Pohjolainen1-1/+1
2017-07-18i965/miptree: Stop setting total_width/height for existing boTopi Pohjolainen1-2/+0
2017-07-18i965/tex: Use offset helper instead of accessing table directlyTopi Pohjolainen1-2/+4
2017-07-12i965/miptree: Add support for window system images to create_for_dri_imageJason Ekstrand1-1/+1
2017-07-12i965/miptree: Add a colorspace parameter to create_for_dri_imageJason Ekstrand1-1/+2
2017-07-12i965: Move the DRIimage -> miptree code to intel_mipmap_tree.cJason Ekstrand1-110/+1
2017-06-27i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D()Chad Versace1-2/+16