i965/miptree: Add isl surface
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.h
2017-06-19 Topi Pohjolaineni965/miptree: Add isl surface
2017-06-19 Topi Pohjolaineni965/gen4: Add support for single layer in alignment...
2017-06-08 Jason Ekstrandi965: Delete intel_resolve_map
2017-06-08 Jason Ekstrandi965: Use the new tracking mechanism for HiZ
2017-06-08 Jason Ekstrandi965/miptree: Make level_has_hiz take a const miptree
2017-06-08 Jason Ekstrandi965: Wholesale replace the color resolve tracking...
2017-06-08 Jason Ekstrandi965: Delete most of the old resolve interface
2017-06-08 Jason Ekstrandi965: Move depth to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move images to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move framebuffer fetch to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move color rendering to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move texturing to the new resolve functions
2017-06-08 Jason Ekstrandi965: Use the new resolve function for several simple...
2017-06-08 Jason Ekstrandi965/miptree: Add new entrypoints for resolve management
2017-06-08 Jason Ekstrandi965/miptree: Refactor intel_miptree_resolve_color
2017-06-07 Jason Ekstrandi965/blorp: Take a layer range in intel_hiz_exec
2017-06-07 Jason Ekstrandi965/miptree: Store fast clear colors in an isl_color_value
2017-06-01 Jason Ekstrandintel/blorp: Handle gen6 stencil/HiZ offsets in the...
2017-06-01 Jason Ekstrandi965: Rework Sandy Bridge HiZ and stencil layouts
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-03-27 Anuj Phogati965: Delete tile resource mode code
2017-01-27 Topi Pohjolaineni965/miptree: Tell when brw_miptree_layout() fails
2017-01-02 Ben Widawskyi965/miptree: Create a disable CCS flag
2017-01-02 Ben Widawskyi965: Replace bool aux disable with enum
2016-11-25 Topi Pohjolaineni965/gen8: Relax asserts prohibiting arrayed/mipmapped...
2016-11-25 Topi Pohjolaineni965: Use ISL for CCS layouts
2016-11-25 Topi Pohjolaineni965: Track fast color clear state in level/layer granu...
2016-11-25 Topi Pohjolaineni965: Move fast clear state enumeration into resolve map
2016-11-25 Topi Pohjolaineni965: Add interface for checking multiple slices if...
2016-11-25 Topi Pohjolaineni965: Provide slice details to renderbuffer fast clear...
2016-11-25 Topi Pohjolaineni965: Split per miptree and per slice/level fast clear...
2016-11-25 Topi Pohjolaineni965: Provide slice details to color resolver
2016-11-25 Topi Pohjolaineni965: Add new interface for full color resolves
2016-11-25 Topi Pohjolaineni965: Refactor lossless compression state tracking
2016-11-23 Topi Pohjolaineni965: Declare read-only input to level/layer check...
2016-11-08 Jordan Justeni965: Add function to indicate when sampling with hiz...
2016-11-08 Ben Widawskyi965/miptree: Create a hiz mcs type
2016-11-08 Ben Widawskyi965: Drop the aux mt when not used
2016-11-08 Jordan Justeni965: Wrap MCS miptree in intel_miptree_aux_buffer
2016-10-27 Jason Ekstrandi965/miptree: Break miptree -> ISL tiling conversion...
2016-10-27 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-09-12 Topi Pohjolaineni965/rbc: Allocate mcs directly
2016-09-03 Jason Ekstrandintel: Rename brw_get_device_name/info to gen_get_devic...
2016-08-29 Jason Ekstrandi965: Move the hiz_op enum to blorp
2016-08-26 Jordan Justeni965: Add function to copy a stencil miptree to an...
2016-08-26 Jordan Justeni965/gen7: Add R8_UINT stencil miptree copy for sampling
2016-08-26 Francisco Jerezi965: Factor out isl_surf_dim/isl_dim_layout calculatio...
2016-08-26 Francisco Jerezi965: Return whether the miptree was resolved from...
2016-08-17 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the aux isl_surf...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the ISL clear...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting an isl_surf...
2016-05-24 Kristian Høgsberg... i965: Create multiple miptrees for planar YUV images
2016-05-12 Topi Pohjolaineni965: Deferred allocation of mcs for lossless compressed
2016-05-12 Topi Pohjolaineni965: Add flag telling if miptree is for client consumption
2016-05-12 Topi Pohjolaineni965: Add helper for lossless compression support
2016-05-09 Daniel StoneRevert "i965: Always use Y-tiled buffers on SKL+"
2016-04-22 Ben Widawskyi965: Always use Y-tiled buffers on SKL+
2016-04-21 Topi Pohjolaineni965: Declare input to mcs alignment calculation constant
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-16 Topi Pohjolaineni965: Expose logic telling if non-msrt mcs is supported
2016-02-16 Topi Pohjolaineni965: Add a flag telling color resolve pass to ignore...
2016-02-16 Topi Pohjolaineni965: Add helper for detecting lossless compression
2016-02-13 Topi Pohjolaineni965: Add means for limiting color resolves
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-20 Ben Widawskyi965/skl: Add fast color clear infrastructure
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-05 Chad Versacei965/mt: Declare some functions as static
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-30 Chad Versacei965/miptree: Add PRM references for most struct member...
2015-09-30 Chad Versacei965/miptree: Rename align_w,align_h -> halign,valign
2015-09-30 Chad Versacei965/miptree: Rename intel_miptree_map::mt -> ::linear_...
2015-09-30 Chad Versacei965/miptree: Fix comments for map mode
2015-09-30 Chad Versacei965/miptree: More comments for BRW_MAP_DIRECT_BIT...
2015-09-28 Anuj Phogati965: Rename intel_miptree_get_dimensions_for_image()
2015-09-28 Anuj Phogati965: Use intel_get_tile_dims() to get tile masks
2015-09-28 Anuj Phogati965: Add a helper function intel_get_tile_dims()
2015-09-11 Ian Romanicki965: Make intel_miptree_map_raw static
2015-09-11 Ian Romanicki915, i965: Silence unused parameter warnings in intel_...
2015-09-11 Ian Romanicki965: Silence unused parameter warnings in intel_mipmap...
2015-09-10 Ian Romanicki965: Fix typos in license
2015-09-10 Ian Romanicki965: Remove horizontal bars from file header comments
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Nanley Cheryi965: change the meaning of cpp for compressed textures
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-06 Matt Turneri965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_T...
2015-08-06 Matt Turneri965: Correct a mistake that always forced texture...
2015-07-17 Ben Widawskyi965: Push miptree tiling request into flags
2015-07-16 Ben WidawskyRevert "i965: Push miptree tiling request into flags"
2015-07-16 Ben Widawskyi965: Push miptree tiling request into flags
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-13 Ben Widawskyi965/gen8: Correct HALIGN for AUX surfaces
2015-06-13 Ben Widawskyi965: Extract tiling from fast clear decision
2015-06-13 Ben Widawskyi965: Consolidate certain miptree params to flags
2015-06-08 Anuj Phogati965/gen9: Set tiled resource mode for the miptree
2015-06-08 Anuj Phogati965: Move intel_miptree_choose_tiling() to brw_tex_lay...
2015-06-08 Anuj Phogati965: Choose tiling in brw_miptree_layout() function
next