summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_tex_validate.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-25i965: fix unused var warnings in release buildTimothy Arceri1-2/+1
2017-10-16i965/miptree: Drop the invalidate parameter form copy_teximageJason Ekstrand1-4/+2
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-1/+2
2017-08-07i965/miptree: Rework create flagsJason Ekstrand1-2/+1
2017-08-07i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)Jason Ekstrand1-2/+1
2017-07-20i965/miptree: Use num_samples of 1 instead of 0 for single-sampledTopi Pohjolainen1-1/+1
2016-06-24i965: Drop unused return value from intel_finalize_mipmap_tree().Kenneth Graunke1-6/+4
2016-06-24i965: Move contents of brw_tex.c into intel_tex_validate.c.Kenneth Graunke1-0/+19
2016-02-12i965: include teximage.hBrian Paul1-0/+1
2015-09-28i965: Rename intel_miptree_get_dimensions_for_image()Anuj Phogat1-2/+1
2015-08-06i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.Matt Turner1-1/+1
2015-07-16i965: Push miptree tiling request into flagsBen Widawsky1-2/+3
2015-07-16Revert "i965: Push miptree tiling request into flags"Ben Widawsky1-3/+2
2015-07-16i965: Push miptree tiling request into flagsBen Widawsky1-2/+3
2015-06-12i965: Consolidate certain miptree params to flagsBen Widawsky1-2/+1
2015-05-18i965: Fix textureSize for Lod > 0 with non-mipmap filtersIago Toral Quiroga1-2/+4
2015-03-14i965/gen4-5: Cope with immutable-format texture revalidationChris Forbes1-3/+10
2014-08-15i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LODJordan Justen1-1/+2
2014-08-02i965: Delete stale "pre-gen4" comment in texture validation code.Kenneth Graunke1-5/+0
2014-04-10i965: Add _Format to intel_texobj.Chris Forbes1-0/+1
2014-04-10i965: Ensure that texture validation is skipped for immutable textures.Chris Forbes1-0/+5
2013-09-30i965: Add missing license to intel_tex_validate.c.Eric Anholt1-0/+23
2013-09-30i965: Always allocate validated miptrees from level 0.Eric Anholt1-6/+5
2013-09-30i965: Don't relayout a texture just for baselevel changes.Eric Anholt1-24/+36
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-2/+1
2013-07-09i965: Shorten context base class dereference chains.Kenneth Graunke1-1/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-3/+4
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-07-03i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.Kenneth Graunke1-1/+0
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+141
2007-12-16[965] Move to using shared texture management code.Eric Anholt1-265/+1
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-2/+5
2007-11-20[965] Replace 965 texture format code with common code.Eric Anholt1-24/+0
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt1-1/+1
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt1-1/+1
2007-08-10i965: set mt->cpp differently with compressed textureXiang, Haihao1-3/+33
2007-06-11Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian1-1/+1
2006-11-29Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt1-0/+3
2006-09-21Catch a couple of cases where we would have to delete and recreate theKeith Whitwell1-3/+6
2006-09-07Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell1-21/+26
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+245