aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Support xrgb/argb2101010 formats for glx_texture_from_pixmap.Mario Kleiner2018-01-031-2/+10
* Revert "i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2"Kenneth Graunke2017-10-161-5/+20
* i965: Share the flush for brw_blorp_miptree_download into a pboChris Wilson2017-10-121-8/+1
* i965: Use blorp instead of meta for PBO texture downloadsJason Ekstrand2017-10-121-4/+29
* i965/tex: Use blorp texture upload for all CCS_E texturesJason Ekstrand2017-10-121-1/+2
* i965: Use blorp instead of meta for PBO texture uploadsJason Ekstrand2017-10-121-4/+30
* i965/tex: Check if there is data to upload up-frontJason Ekstrand2017-10-121-0/+4
* i965: pass wanted format to intel_miptree_create_for_dri_imageTapani Pälli2017-10-061-2/+2
* i965: Use prepare_external instead of make_shareable in setTexBuffer2Jason Ekstrand2017-09-181-1/+1
* i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2Jason Ekstrand2017-09-181-19/+4
* i965/tex: Unify the TexImage and TexSubImage codeJason Ekstrand2017-09-151-58/+45
* i965/tex: Remove the for_glTexImage parameter from texsubimage_tiled_memcpyJason Ekstrand2017-09-151-14/+5
* i965/tex: Make a couple of helpers staticJason Ekstrand2017-09-151-2/+2
* i965: Move TexSubImage functions to intel_tex_image.cJason Ekstrand2017-09-151-0/+210
* i965: drop brw->has_llc in favor of devinfo->has_llcLionel Landwerlin2017-08-301-1/+1
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-3/+5
* i965/miptree: Rework create flagsJason Ekstrand2017-08-071-3/+4
* i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)Jason Ekstrand2017-08-071-1/+1
* i965/miptree: Clean-up unusedTopi Pohjolainen2017-07-221-21/+8
* i965: Prepare tex (sub)image for isl basedTopi Pohjolainen2017-07-201-4/+16
* i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen2017-07-201-4/+4
* i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen2017-07-201-4/+4
* i965/miptree: Use num_samples of 1 instead of 0 for single-sampledTopi Pohjolainen2017-07-201-1/+1
* i965/miptree: Stop setting total_width/height for existing boTopi Pohjolainen2017-07-181-2/+0
* i965/tex: Use offset helper instead of accessing table directlyTopi Pohjolainen2017-07-181-2/+4
* i965/miptree: Add support for window system images to create_for_dri_imageJason Ekstrand2017-07-121-1/+1
* i965/miptree: Add a colorspace parameter to create_for_dri_imageJason Ekstrand2017-07-121-1/+2
* i965: Move the DRIimage -> miptree code to intel_mipmap_tree.cJason Ekstrand2017-07-121-110/+1
* i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D()Chad Versace2017-06-271-2/+16
* i965/tex: Prepare image update for isl based miptreesTopi Pohjolainen2017-06-191-3/+16
* i965: Use the new resolve function for several simple casesJason Ekstrand2017-06-071-1/+1
* i965: Be a bit more conservative about certain resolvesJason Ekstrand2017-06-071-3/+4
* i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.Chris Wilson2017-06-061-0/+11
* i965: Add and use brw_bo_map()Matt Turner2017-06-061-1/+1
* i965: Pass flags to brw_bo_map_*Matt Turner2017-06-061-1/+1
* i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner2017-06-061-1/+1
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-061-5/+3
* i965: Reject unsupported formats in glEGLImageTargetTexture2D()Chad Versace2017-06-011-0/+4
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-101-1/+1
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-4/+4
* i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.Kenneth Graunke2017-04-101-1/+1
* i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke2017-04-101-1/+1
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-4/+4
* i965: Add new interface for full color resolvesTopi Pohjolainen2016-11-251-1/+1
* i965/miptree: Don't shrink textures when augmenting for more levelsTopi Pohjolainen2016-11-231-4/+25
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-1/+1
* i965: Rename __DRIScreen pointers to "dri_screen".Kenneth Graunke2016-09-201-4/+3
* i965: check for GL_TEXTURE_EXTERNAL_OES at miptree_create_for_teximageAlejandro Piñeiro2016-09-121-0/+1
* i965: remove unused variable at intel_miptree_create_for_teximageAlejandro Piñeiro2016-09-121-1/+0
* i965: Fix calculation of the image height at start levelAntia Puentes2016-09-101-6/+21