i965/miptree: Choose the stencil layout in miptree_create_layout
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.c
2017-06-15 Jason Ekstrandi965/miptree: Choose the stencil layout in miptree_crea...
2017-06-12 Lionel Landwerlini965: fix missing break
2017-06-09 Anuj Phogati965/cnl: Don't resolve single sampled color rb in...
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/blorp: Take an explicit fast clear op in resolve_color
2017-06-08 Jason Ekstrandi965/miptree: Move color resolve on map to intel_miptre...
2017-06-08 Jason Ekstrandi965/miptree: Refactor intel_miptree_resolve_color
2017-06-08 Jason Ekstrandi965/miptree: Clean up the depth resolve helpers a...
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-06 Matt Turneri965: Add and use brw_bo_map()
2017-06-06 Matt Turneri965: Drop MAP_READ from some write-only mappings
2017-06-06 Matt Turneri965: Pass flags to brw_bo_map_*
2017-06-06 Matt Turneri965: Rename brw_bo_map() -> brw_bo_map_cpu()
2017-06-06 Chris Wilsoni965: Pass the map-mode along to intel_mipmap_tree_map_...
2017-06-06 Matt Turneri965: Add a cache_coherent field to brw_bo
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
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-06-01 Anuj Phogati965: Rename brw_format variable names to isl_format
2017-05-26 Jason Ekstrandi965/miptree: Take first_level into account when conver...
2017-05-26 Jason Ekstrandi965: Use blorp_copy for doing r8 stencil updates on HSW
2017-04-12 Kenneth Graunkei965/drm: Make stride/pitch a uint32_t.
2017-04-12 Kenneth Graunkei965/drm: Make brw_bo_alloc_tiled take tiling by value...
2017-04-11 Kenneth Graunkei965: Fix wonky indentation left by brw_bo_alloc_tiled...
2017-04-10 Kenneth Graunkei965/drm: Add stall warnings when mapping or waiting...
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965: Drop brw_bo_map[_gtt] wrappers which issue perf...
2017-04-10 Kenneth Graunkei965: Make/use a brw_batch_references() wrapper.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-04-10 Kenneth Graunkei965: Make sure we don't use CPU maps for the scanout...
2017-03-27 Anuj Phogati965: Delete tile resource mode code
2017-03-09 Anuj Phogati965: Rename brw_format_for_mesa_format() to brw_isl_fo...
2017-02-02 Jason Ekstrandintel/isl: Rename supports_lossless_compression to...
2017-01-27 Topi Pohjolaineni965/hiz/gen6: Stop setting false qpitch
2017-01-27 Topi Pohjolaineni965/gen6: Simplify hiz surface setup
2017-01-27 Topi Pohjolaineni965/miptree: Remove redundant check for null texture
2017-01-27 Topi Pohjolaineni965/miptree: Tell when brw_miptree_layout() fails
2017-01-19 Chad Versacei965: Delete pending CCS and HiZ ops in intel_miptree_m...
2017-01-02 Ben Widawskyi965/miptree: Create a disable CCS flag
2017-01-02 Ben Widawskyi965: Replace bool aux disable with enum
2016-12-13 Jason Ekstrandi965/miptree: Use intel_miptree_copy for maps
2016-12-10 Chad Versacei965/mt: Disable HiZ when sharing depth buffer external...
2016-12-10 Chad Versacei965/mt: Disable aux surfaces after making miptree...
2016-12-05 Topi Pohjolaineni965: Release aux buffer when disabling ccs
2016-11-25 Ben Widawskyi965: Enable fast clears for multi-lod
2016-11-25 Topi Pohjolaineni965: Allow single-sampled miptree to be resolved and...
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: Refactor check if color resolve is needed
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-23 Ben Widawskyi965: Restructure fast clear eligibility decision
2016-11-23 Topi Pohjolaineni965: Set initial msaa fast clear status explicitly
2016-11-17 Jordan Justeni965/gen7: Minify blit size for stencil tree copy
2016-11-16 Lionel Landwerlini965: miptree: prevent potential NULL pointer access
2016-11-08 Jordan Justeni965/gen9: Allow sampling with hiz when supported
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 Ben Widawskyi965/miptree: Directly gtt map the mcs buffer
2016-11-08 Jordan Justeni965: Wrap MCS miptree in intel_miptree_aux_buffer
2016-10-27 Jason Ekstrandi965/miptree: Remove the width/height < 32768 restrictions
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-23 Lionel Landwerlinintel/i965: make gen_device_info mutable
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
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 Jordan Justeni965: Fix assert with multisampling and cubemaps
2016-08-26 Francisco Jerezi965: Return the correct layout from get_isl_dim_layout...
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: Add real support for HiZ
2016-08-17 Jason Ekstrandi965/miptree: Use the isl helpers for creating aux...
2016-08-17 Jason Ekstrandi965/miptree: Use mcs_mt->qpitch for aux surfaces
2016-08-17 Jason Ekstrandi965/miptree: Allow get_aux_isl_surf when there is...
2016-08-17 Jason Ekstrandi965/miptree: Support depth in get_isl_clear_color
2016-08-17 Jason Ekstrandi965/miptree: Fill out the isl_surf::usage field
2016-08-17 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-08-03 Haixia Shii965: use mt->offset in intel_miptree_map_movntdqa()
2016-07-26 Jason Ekstrandi965/miptree: Stop multiplying cube depth by 6 in HiZ...
next