summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* android: a workaround for GL_INVALID_OPERATION (0x502) errorChih-Wei Huang2016-11-011-0/+2
* 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
* i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.Matt Turner2015-08-061-1/+1
* mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul2015-07-211-10/+15
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-2/+2
* i965: Push miptree tiling request into flagsBen Widawsky2015-07-161-2/+1
* Revert "i965: Push miptree tiling request into flags"Ben Widawsky2015-07-161-1/+2
* i965: Push miptree tiling request into flagsBen Widawsky2015-07-161-2/+1
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-1/+1
* i965: Consolidate certain miptree params to flagsBen Widawsky2015-06-121-8/+6
* i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().Francisco Jerez2015-05-131-1/+8
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-8/+8
* i965: Lift some restrictions on dma_buf EGLImagesChad Versace2015-04-131-10/+2
* i965: Disable aux buffers for EGLImage-backed miptreesChad Versace2015-04-131-4/+12
* i965: Change intel_miptree_create_for_bo() signatureChad Versace2015-04-131-1/+2
* i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner2015-03-051-1/+2
* i965: Allocate texture buffer in intelTexImageAnuj Phogat2015-02-251-2/+11
* i965: Don't use tiled_memcpy to download from RGBX or BGRX surfacesJason Ekstrand2015-02-021-0/+7
* i965: Implemente a tiled fast-path for glReadPixels and glGetTexImageSisinty Sasmita Patra2015-01-261-1/+122
* i965/tex_image: Use meta for instead of the blitter PBO TexImage and GetTexImageJason Ekstrand2015-01-221-179/+18
* i965/mipmap_tree: Add a depth parameter to create_for_boJason Ekstrand2015-01-221-3/+3
* i965: blit_texture_to_pbo() now accepts TEXTURE_CUBE_MAP.Laura Ekstrand2015-01-081-0/+1
* i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LODJordan Justen2014-08-151-1/+2
* i965: Improve debug output in intelTexImage and intelTexSubimageJason Ekstrand2014-07-171-1/+3
* i965: Add GPU BLIT of texture image to PBO in Intel driverJon Ashburn2014-06-101-0/+110
* i965: Set miptree target field when creating from a BO.Kenneth Graunke2014-05-021-0/+1
* i965: Rename intel_regions.h to something more appropriate now.Eric Anholt2014-05-011-1/+1
* i965: Delete the intel_regions.c code.Eric Anholt2014-05-011-0/+1
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-8/+8
* i965: Replace the region in DRIimage with just a BO pointer and stride.Eric Anholt2014-05-011-2/+2
* i965: Make intel_set_texture_region just take a BO and pitch.Eric Anholt2014-05-011-29/+27