aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Track that the stencil data was updated when using Tex*ImageJordan Justen2016-08-261-0/+3
* i965: Preserve the internal format of the dri imageJordan Justen2016-06-231-3/+10
* i965: Invoke lowering pass for YUV texturesKristian Høgsberg Kristensen2016-05-241-0/+3
* i965: Create multiple miptrees for planar YUV imagesKristian Høgsberg Kristensen2016-05-241-1/+45
* i965: Refactor intel_set_texture_image_bo() to create_mt_for_dri_image()Kristian Høgsberg Kristensen2016-05-241-39/+30
* i965: Use intel_set_texture_image_mt() in intelSetTexBuffer2()Kristian Høgsberg Kristensen2016-05-241-12/+15
* i965: Add new intel_set_texture_image_mt() helperKristian Høgsberg Kristensen2016-05-241-27/+42
* i965/tex_image: Flush certain subnormal ASTC channel valuesNanley Chery2016-04-231-0/+87
* i965/tiled_memcopy: Get rid of the direction parameter to get_memcpyJason Ekstrand2016-04-081-2/+1
* i965: Only magnify depth for 3D textures, not array textures.Kenneth Graunke2016-03-041-1/+1
* meta: Remove the 'allocate_storage' parameter in _mesa_meta_pbo_GetTexSubImage()Anuj Phogat2016-03-021-1/+0
* i965: Add means for limiting color resolvesTopi Pohjolainen2016-02-131-1/+1
* i965: Check base format to determine whether to use tiled memcpyNeil Roberts2015-12-101-3/+4
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965: Rename intel_miptree_get_dimensions_for_image()Anuj Phogat2015-09-281-2/+1