index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
intel_mipmap_tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/miptree: Create a disable CCS flag
Ben Widawsky
2017-01-02
1
-11
/
+10
*
i965: Replace bool aux disable with enum
Ben Widawsky
2017-01-02
1
-12
/
+12
*
i965/miptree: Use intel_miptree_copy for maps
Jason Ekstrand
2016-12-13
1
-12
/
+8
*
i965/mt: Disable HiZ when sharing depth buffer externally (v2)
Chad Versace
2016-12-10
1
-7
/
+22
*
i965/mt: Disable aux surfaces after making miptree shareable
Chad Versace
2016-12-10
1
-0
/
+2
*
i965: Release aux buffer when disabling ccs
Topi Pohjolainen
2016-12-05
1
-0
/
+3
*
i965: Enable fast clears for multi-lod
Ben Widawsky
2016-11-25
1
-15
/
+0
*
i965: Allow single-sampled miptree to be resolved and shared
Topi Pohjolainen
2016-11-25
1
-1
/
+1
*
i965/gen8: Relax asserts prohibiting arrayed/mipmapped fast clears
Topi Pohjolainen
2016-11-25
1
-12
/
+15
*
i965: Use ISL for CCS layouts
Topi Pohjolainen
2016-11-25
1
-100
/
+38
*
i965: Track fast color clear state in level/layer granularity
Topi Pohjolainen
2016-11-25
1
-20
/
+59
*
i965: Refactor check if color resolve is needed
Topi Pohjolainen
2016-11-25
1
-15
/
+28
*
i965: Add interface for checking multiple slices if any is unresolved
Topi Pohjolainen
2016-11-25
1
-0
/
+8
*
i965: Provide slice details to renderbuffer fast clear state tracker
Topi Pohjolainen
2016-11-25
1
-0
/
+46
*
i965: Split per miptree and per slice/level fast clear bits
Topi Pohjolainen
2016-11-25
1
-9
/
+9
*
i965: Provide slice details to color resolver
Topi Pohjolainen
2016-11-25
1
-3
/
+29
*
i965: Add new interface for full color resolves
Topi Pohjolainen
2016-11-25
1
-2
/
+9
*
i965: Restructure fast clear eligibility decision
Ben Widawsky
2016-11-23
1
-14
/
+37
*
i965: Set initial msaa fast clear status explicitly
Topi Pohjolainen
2016-11-23
1
-1
/
+1
*
i965/gen7: Minify blit size for stencil tree copy
Jordan Justen
2016-11-17
1
-2
/
+4
*
i965: miptree: prevent potential NULL pointer access
Lionel Landwerlin
2016-11-16
1
-2
/
+8
*
i965/gen9: Allow sampling with hiz when supported
Jordan Justen
2016-11-08
1
-1
/
+28
*
i965: Add function to indicate when sampling with hiz is supported
Jordan Justen
2016-11-08
1
-0
/
+17
*
i965/miptree: Create a hiz mcs type
Ben Widawsky
2016-11-08
1
-29
/
+31
*
i965: Drop the aux mt when not used
Ben Widawsky
2016-11-08
1
-11
/
+20
*
i965/miptree: Directly gtt map the mcs buffer
Ben Widawsky
2016-11-08
1
-2
/
+9
*
i965: Wrap MCS miptree in intel_miptree_aux_buffer
Jordan Justen
2016-11-08
1
-45
/
+71
*
i965/miptree: Remove the width/height < 32768 restrictions
Jason Ekstrand
2016-10-27
1
-6
/
+0
*
i965/miptree: Break miptree -> ISL tiling conversion into a helper
Jason Ekstrand
2016-10-27
1
-25
/
+30
*
i965/miptree: Remove the stencil_as_y_tiled parameter from get_aligned_offset
Jason Ekstrand
2016-10-27
1
-16
/
+2
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-2
/
+2
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-2
/
+2
*
i965/rbc: Allocate mcs directly
Topi Pohjolainen
2016-09-12
1
-52
/
+16
*
intel: Rename brw_get_device_name/info to gen_get_device_name/info
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
i965: Move the hiz_op enum to blorp
Jason Ekstrand
2016-08-29
1
-9
/
+9
*
i965: Add function to copy a stencil miptree to an R8_UINT miptree
Jordan Justen
2016-08-26
1
-1
/
+56
*
i965/gen7: Add R8_UINT stencil miptree copy for sampling
Jordan Justen
2016-08-26
1
-0
/
+2
*
i965: Fix assert with multisampling and cubemaps
Jordan Justen
2016-08-26
1
-2
/
+4
*
i965: Return the correct layout from get_isl_dim_layout for pre-ILK cube text...
Francisco Jerez
2016-08-25
1
-2
/
+5
*
i965: Factor out isl_surf_dim/isl_dim_layout calculation into functions.
Francisco Jerez
2016-08-25
1
-23
/
+48
*
i965: Return whether the miptree was resolved from intel_miptree_resolve_colo...
Francisco Jerez
2016-08-25
1
-4
/
+8
*
i965/miptree: Add real support for HiZ
Jason Ekstrand
2016-08-17
1
-13
/
+28
*
i965/miptree: Use the isl helpers for creating aux surfaces
Jason Ekstrand
2016-08-17
1
-46
/
+9
*
i965/miptree: Use mcs_mt->qpitch for aux surfaces
Jason Ekstrand
2016-08-17
1
-1
/
+2
*
i965/miptree: Allow get_aux_isl_surf when there is no aux surface
Jason Ekstrand
2016-08-17
1
-1
/
+2
*
i965/miptree: Support depth in get_isl_clear_color
Jason Ekstrand
2016-08-17
1
-1
/
+6
*
i965/miptree: Fill out the isl_surf::usage field
Jason Ekstrand
2016-08-17
1
-1
/
+24
*
i965/miptree: Remove the stencil_as_y_tiled parameter from get_tile_masks
Jason Ekstrand
2016-08-17
1
-4
/
+1
*
i965: use mt->offset in intel_miptree_map_movntdqa()
Haixia Shi
2016-08-03
1
-0
/
+3
*
i965/miptree: Stop multiplying cube depth by 6 in HiZ calculations
Jason Ekstrand
2016-07-26
1
-17
/
+2
[next]