i965/miptree: Delete an unused function declaration
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.h
2017-08-07 Jason Ekstrandi965/miptree: Delete an unused function declaration
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUT
2017-08-07 Jason Ekstrandi965/miptree: Delete some unused layout flags
2017-07-26 Kenneth Graunkei965: Expose get_num_logical_layers outside of intel_mi...
2017-07-23 Jason Ekstrandi965: Enable regular fast-clears (CCS_D) on gen9+
2017-07-23 Jason Ekstrandi965/miptree: Take an isl_format in prepare_texture
2017-07-23 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish
2017-07-23 Jason Ekstrandi965/miptree: Rework prepare/finish_render to be in...
2017-07-23 Jason Ekstrandi965/miptree: Add a helper for getting the aux usage...
2017-07-23 Jason Ekstrandi965/miptree: Remove some unneeded restrictions
2017-07-21 Topi Pohjolaineni965/miptree: Clean-up unused
2017-07-21 Topi Pohjolaineni965/miptree: Drop miptree_array_layout in get_isl_dim_...
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::row_pitch
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::tiling
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::samples
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::msaa_layout
2017-07-18 Topi Pohjolaineni965/wm: Use isl for filling tex image parameters
2017-07-17 Jason Ekstrandi965/miptree: Replace is_lossless_compressed with mt...
2017-07-13 Jason Ekstrandi965/miptree: Add support for window system images...
2017-07-13 Jason Ekstrandi965/miptree: Add a colorspace parameter to create_for_...
2017-07-13 Ben Widawskyi965/miptree: Allocate mt earlier in update winsys
2017-07-13 Ben Widawskyi965/miptree: Add a return for updating of winsys
2017-07-13 Jason Ekstrandi965: Move the DRIimage -> miptree code to intel_mipmap...
2017-06-23 Jason Ekstrandi965/miptree: Rework aux enabling
2017-06-23 Jason Ekstrandi965/miptree: Rename the non_msrt_mcs functions to...
2017-06-20 Ian Romanicki965: Fix incorrect comment
2017-06-19 Topi Pohjolaineni965/wm: Use stored hiz surface instead of creating...
2017-06-19 Topi Pohjolaineni965/miptree/gen7+: Use isl for hiz layouts
2017-06-19 Topi Pohjolaineni965/gen6: Use isl for hiz
2017-06-19 Topi Pohjolaineni965/miptree: Refactor isl aux usage resolver
2017-06-19 Topi Pohjolaineni965: Prepare slice validator for isl based miptrees
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
next