summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_tex_image.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-11i965: Rename files with "intel_" prefix to "brw_"Anuj Phogat1-990/+0
2021-02-25i965: Eliminate all tabs except in brw_defines.hKenneth Graunke1-5/+4
2021-02-25i965: Rename more camel-case functions to brw and underscore styleKenneth Graunke1-27/+27
2021-02-25i965: Rename some camel-case local variablesKenneth Graunke1-14/+14
2021-02-25i965: Rename intelInit and brwInit camel-case functions to brw_*Kenneth Graunke1-1/+1
2021-02-25i965: Rename the rest of intel_* functions to brw_*Kenneth Graunke1-80/+80
2021-02-25i965: Rename intel_mip* to brw_mip*.Kenneth Graunke1-35/+35
2021-02-25i965: Rename intel_renderbuffer to brw_renderbufferKenneth Graunke1-2/+2
2021-02-25i965: Rename intel_texture_{object,image} to brw_texture_{object,image}Kenneth Graunke1-16/+16
2021-02-25i965: Rename intel_batchbuffer_* to brw_batch_*.Kenneth Graunke1-2/+2
2021-01-30mesa: fix glPopAttrib for many texture fieldsMarek Olšák1-8/+8
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-3/+3
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