summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-07i965/blorp: Use miptree formats for depth blitsi965_isl_rebaseTopi Pohjolainen1-2/+2
2017-06-07i965: Represent depth surfaces with islTopi Pohjolainen6-76/+127
2017-06-07i965: Drop redundant check for non-tiled depth bufferTopi Pohjolainen2-4/+2
2017-06-07i965/gen4: Set tile offsets to zero after depth rebaseTopi Pohjolainen1-4/+6
2017-06-07i965: Refactor check for separate stencilTopi Pohjolainen2-9/+24
2017-06-07i965/miptree: Add support for isl in readpixels_tiled_memcpy()Topi Pohjolainen1-9/+18
2017-06-07i965/miptree: Add support for isl based offsetsTopi Pohjolainen1-4/+23
2017-06-07i965/fbo: Add support for isl-based miptrees in rb wrapperTopi Pohjolainen1-1/+6
2017-06-07i965/miptree: Add support isl based miptrees in map_movntdqa()Topi Pohjolainen1-4/+13
2017-06-07i965/miptree: Prepare mapping for isl basedTopi Pohjolainen1-12/+28
2017-06-07i965/miptree: Represent y-tiled stencil copies with islTopi Pohjolainen1-5/+4
2017-06-07i965/miptree: Represent w-tiled stencil surfaces with islTopi Pohjolainen3-45/+37
2017-06-07i965: Prepare tex, img and rt state emission for isl based miptreesTopi Pohjolainen1-4/+14
2017-06-07i965: Refactor miptree to isl converter and adjustmentTopi Pohjolainen1-46/+57
2017-06-07i965: Prepare blit engine for isl based miptreesTopi Pohjolainen1-14/+48
2017-06-07i965/wm: Use stored hiz surface instead of creating copyTopi Pohjolainen3-86/+2
2017-06-07i965/blorp: Use hiz surface instead of creating copyTopi Pohjolainen1-15/+12
2017-06-07i965/miptree/gen7+: Use isl for hiz layoutsTopi Pohjolainen7-257/+35
2017-06-07i965/miptree: Drop MIPTREE_LAYOUT_ACCELERATED_UPLOAD in mcs initTopi Pohjolainen1-1/+6
2017-06-07i965/miptree: Use isl for mcs layoutsTopi Pohjolainen3-88/+29
2017-06-07i965/miptree: Refactor isl aux usage resolverTopi Pohjolainen4-22/+41
2017-06-07i965/miptree: Refactor aux surface allocationTopi Pohjolainen1-21/+39
2017-06-07i965/gen6: Use isl for hizTopi Pohjolainen3-37/+32
2017-06-07i965/gen6: Use isl for stencil surfacesTopi Pohjolainen2-19/+19
2017-06-07i965/miptree: Prepare stencil mapping for isl basedTopi Pohjolainen1-4/+28
2017-06-07i965/blorp: Prepare for isl based miptreesTopi Pohjolainen1-2/+7
2017-06-07i965: Add isl based miptree creatorTopi Pohjolainen1-0/+78
2017-06-07i965/miptree: Add option to resolve offsets using isl_surfTopi Pohjolainen1-0/+15
2017-06-07i965: Prepare slice copy for isl based miptreesTopi Pohjolainen1-4/+20
2017-06-07i965: Prepare texture validator for isl based miptreesTopi Pohjolainen1-2/+6
2017-06-07i965/tex: Prepare image update for isl based miptreesTopi Pohjolainen1-3/+16
2017-06-07i965: Prepare framebuffer validator for isl based miptreesTopi Pohjolainen1-3/+30
2017-06-07i965: Prepare slice validator for isl based miptreesTopi Pohjolainen1-1/+7
2017-06-07i965: Prepare image validation for isl based miptreesTopi Pohjolainen1-0/+15
2017-06-07i965: Prepare up/downsampling for isl based miptreesTopi Pohjolainen1-8/+38
2017-06-07i965/miptree: Add isl surfaceTopi Pohjolainen1-0/+2
2017-06-07i965: Add helper for converting isl tiling to bufmgr tilingTopi Pohjolainen1-0/+13
2017-06-07i965/miptree: Refactor mapping table allocTopi Pohjolainen1-2/+27
2017-06-07i965/gen4: Tell briefly how workaround depth gets reconciledTopi Pohjolainen1-0/+7
2017-06-07i965/gen4: Refactor depth/stencil rebaseTopi Pohjolainen1-180/+63
2017-06-07i965: Drop depth/stencil miptree pointers in alignment workaroundTopi Pohjolainen2-15/+3
2017-06-07i965/gen4: Simplify depth/stencil invalidate checkTopi Pohjolainen1-13/+3
2017-06-07i965/gen4: Remove redundant check for depth when rebasing stencilTopi Pohjolainen1-51/+12
2017-06-07i965/gen4: Remove non-existing stencil and hiz buffer setupTopi Pohjolainen2-112/+14
2017-06-07i965/gen4: Set depth offset when there is stencil attachment onlyTopi Pohjolainen1-0/+6
2017-06-07i965/gen6: Remove dead code in hiz surface setupTopi Pohjolainen1-7/+6
2017-06-07intel/isl/gen6: Allow arrayed stencilTopi Pohjolainen1-1/+0
2017-06-07i965/dbg: Add means for forcing stencil sampling using y-tiled copyTopi Pohjolainen8-5/+28
2017-06-05i965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for consistency.Kenneth Graunke4-4/+3
2017-06-06radv: expose integrated device type for APUs.Dave Airlie1-1/+1