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
/
intel
/
isl
/
isl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/isl: Allow stencil buffer to support compression on Gen12+
Sagar Ghuge
2019-10-29
1
-2
/
+3
*
intel/isl: Support lossless compression with multisamples
Sagar Ghuge
2019-10-28
1
-5
/
+1
*
intel/isl: Don't reconfigure aux surfaces for MCS
Sagar Ghuge
2019-10-28
1
-0
/
+3
*
isl: Add isl_surf_supports_hiz_ccs_wt()
Nanley Chery
2019-10-28
1
-0
/
+10
*
intel: Support HIZ_CCS in isl_surf_get_ccs_surf
Nanley Chery
2019-10-28
1
-5
/
+34
*
isl: Reduce assertions during aux surf creation
Nanley Chery
2019-10-28
1
-5
/
+15
*
intel: Update alignment restrictions for HiZ surfaces.
Jordan Justen
2019-10-28
1
-1
/
+7
*
isl: Redefine the CCS layout for Gen12
Nanley Chery
2019-10-28
1
-15
/
+115
*
isl: Add and use isl_tiling_flag_to_enum()
Nanley Chery
2019-10-28
1
-2
/
+2
*
isl: Round up some pitches to 512B for Gen12's CCS
Nanley Chery
2019-10-28
1
-6
/
+14
*
isl/gen12: 64k surface alignment
Jordan Justen
2019-10-28
1
-0
/
+4
*
intel/isl: Add gen12 depth/stencil surface alignments
Jordan Justen
2019-10-17
1
-1
/
+5
*
intel/isl: Build gen12 using gen11 code paths
Jordan Justen
2019-08-28
1
-0
/
+3
*
intel: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
isl: Don't align phys_level0_sa by block dimension
Nanley Chery
2019-06-27
1
-23
/
+15
*
isl: tag unreachable path as such
Eric Engestrom
2019-06-20
1
-0
/
+2
*
isl: Add restrictions to isl_surf_get_hiz_surf()
Nanley Chery
2019-05-14
1
-0
/
+25
*
isl: Add restriction and comments to isl_surf_get_ccs_surf()
Nanley Chery
2019-05-14
1
-1
/
+17
*
isl: Modify restrictions in isl_surf_get_mcs_surf()
Nanley Chery
2019-05-14
1
-5
/
+19
*
intel/isl: Resize clear color buffer to full cacheline
Rafael Antognolli
2019-04-24
1
-1
/
+2
*
isl: the display engine requires 64B alignment for linear surfaces
Samuel Iglesias Gonsálvez
2019-02-22
1
-0
/
+8
*
isl: remove the cache line size alignment requirement
Samuel Iglesias Gonsálvez
2019-02-20
1
-14
/
+0
*
isl: assert that Gen8+ don't have bit6_swizzling
Caio Marcelo de Oliveira Filho
2019-02-04
1
-0
/
+3
*
intel/isl: move tiled_memcpy static libs from i965 to isl
Tapani Pälli
2019-01-10
1
-0
/
+46
*
intel/isl: Add a unit suffixes to some struct fields and variables
Jason Ekstrand
2018-09-26
1
-54
/
+54
*
i965: isl: Move the MCS gen7+ assertion into ISL
Nanley Chery
2018-05-18
1
-0
/
+2
*
intel/isl: Add a helper for inverting swizzles
Jason Ekstrand
2018-05-09
1
-0
/
+30
*
intel/isl: Add a helper for composing swizzles
Jason Ekstrand
2018-05-09
1
-0
/
+35
*
intel/isl: Add an isl_swizzle_supports_rendering helper
Jason Ekstrand
2018-05-09
1
-0
/
+53
*
intel: Use Clear Color struct size.
Rafael Antognolli
2018-04-05
1
-0
/
+4
*
intel/isl: Add an isl_color_value_is_zero helper
Jason Ekstrand
2018-02-20
1
-0
/
+20
*
intel/isl/icl: Build and use gen11 surface state emit functions
Anuj Phogat
2018-02-15
1
-0
/
+3
*
intel/isl/icl: Add the maximum surface size limit
Anuj Phogat
2018-02-15
1
-1
/
+5
*
isl: Add a null surface fill function.
Kenneth Graunke
2017-08-19
1
-0
/
+7
*
intel/isl: Replace switch statements of doom with a macro
Jason Ekstrand
2017-08-17
1
-96
/
+39
*
isl: Validate row pitch of stencil surfaces.
Kenneth Graunke
2017-08-10
1
-2
/
+7
*
intel/isl: Don't align the height of the last array slice
Jason Ekstrand
2017-08-07
1
-1
/
+2
*
intel/isl: Stop padding surfaces
Jason Ekstrand
2017-08-07
1
-117
/
+2
*
intel/isl: Add a helper to get a subimage surface
Jason Ekstrand
2017-07-22
1
-0
/
+41
*
intel/isl: Add a helper for determining if a color is 0/1
Jason Ekstrand
2017-07-22
1
-0
/
+27
*
intel/isl: Add surface state clear value information
Nanley Chery
2017-07-22
1
-0
/
+9
*
intel/isl: Tighten up restrictions for CCS on gen7
Jason Ekstrand
2017-07-22
1
-7
/
+23
*
intel/isl: Allow 1D surfaces with compressed formats
Topi Pohjolainen
2017-07-22
1
-1
/
+1
*
intel/isl: Align non-tiled horizontally by cache line
Topi Pohjolainen
2017-07-22
1
-1
/
+15
*
intel/isl/gen4: Represent cube maps with 3D layout
Topi Pohjolainen
2017-07-20
1
-6
/
+35
*
intel/isl: Add a row_pitch parameter to surf_get_ccs_surf
Jason Ekstrand
2017-07-17
1
-1
/
+3
*
isl: use 64bit arithmetic to compute size
Lionel Landwerlin
2017-07-13
1
-2
/
+2
*
Revert "intel/isl: Only create a CCS buffer if the image supports rendering"
Nanley Chery
2017-07-07
1
-1
/
+1
*
intel/isl: Only create a CCS buffer if the image supports rendering
Nanley Chery
2017-06-26
1
-1
/
+1
*
intel/isl: Limit CCS to one level and layer on gen7
Nanley Chery
2017-06-26
1
-2
/
+7
[next]