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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/isl: Add a drm_modifier_get_default_aux_state helper
Jason Ekstrand
2017-09-18
1
-0
/
+20
*
intel/isl: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
1
-1
/
+1
*
intel/isl: Explicitly cast between different enums
Matt Turner
2017-08-29
1
-8
/
+9
*
intel/isl: Remove 'inline' keywords
Matt Turner
2017-08-29
3
-4
/
+4
*
isl: Add a null surface fill function.
Kenneth Graunke
2017-08-19
4
-0
/
+40
*
intel/isl: Replace switch statements of doom with a macro
Jason Ekstrand
2017-08-17
1
-96
/
+39
*
intel/isl: Reduce header file duplication
Jason Ekstrand
2017-08-17
4
-101
/
+78
*
i965: Pretend that CCS modified images are two planes
Ben Widawsky
2017-08-14
1
-0
/
+6
*
intel/isl: Add support for I915_FORMAT_MOD_Y_TILED_CCS
Jason Ekstrand
2017-08-14
1
-0
/
+7
*
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 some sanity checks for compressed surfaces
Jason Ekstrand
2017-07-22
1
-0
/
+18
*
intel/isl: Add a helper to get a subimage surface
Jason Ekstrand
2017-07-22
2
-0
/
+64
*
intel/isl: Add a helper for determining if a color is 0/1
Jason Ekstrand
2017-07-22
2
-0
/
+30
*
intel/isl/format: Add an srgb_to_linear helper
Jason Ekstrand
2017-07-22
2
-1
/
+53
*
intel/isl/format: Dedent the template in gen_format_layout.py
Jason Ekstrand
2017-07-22
1
-58
/
+57
*
intel/isl: Add an aux state for "partial clear"
Jason Ekstrand
2017-07-22
1
-35
/
+53
*
intel/isl: Add surface state clear value information
Nanley Chery
2017-07-22
2
-0
/
+13
*
intel/isl: Tighten up restrictions for CCS on gen7
Jason Ekstrand
2017-07-22
1
-7
/
+23
*
intel/isl/gen7: Don't allow multisampled surfaces with valign2
Topi Pohjolainen
2017-07-22
1
-19
/
+23
*
intel/isl/gen7: Allow msaa with signed integer formats
Topi Pohjolainen
2017-07-22
1
-2
/
+3
*
intel/isl/gen7: Allow msaa with 128-bit formats
Topi Pohjolainen
2017-07-22
1
-4
/
+7
*
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 i915 to isl_tiling converter
Topi Pohjolainen
2017-07-20
2
-0
/
+20
*
intel/isl: Take 3D surfaces into account in image params
Topi Pohjolainen
2017-07-18
1
-2
/
+6
*
intel/isl: Add a row_pitch parameter to surf_get_ccs_surf
Jason Ekstrand
2017-07-17
2
-2
/
+5
*
isl: use 64bit arithmetic to compute size
Lionel Landwerlin
2017-07-13
1
-2
/
+2
*
intel/isl: Add a helper to convert tilings from ISL to i915
Jason Ekstrand
2017-07-12
2
-0
/
+28
*
intel/isl: Add basic modifier introspection
Jason Ekstrand
2017-07-12
2
-0
/
+81
*
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
*
intel: compiler/i965: fix is_broxton checks
Lionel Landwerlin
2017-06-20
1
-2
/
+2
*
intel/isl/gen6: Allow arrayed stencil
Topi Pohjolainen
2017-06-17
1
-1
/
+0
*
intel/isl: Add the maximum surface size limit
Anuj Phogat
2017-06-16
1
-0
/
+22
*
intel/isl: Use uint64_t to store total surface size
Anuj Phogat
2017-06-16
2
-2
/
+3
*
intel/isl: Properly set SeparateStencilBufferEnable on gen5-6
Jason Ekstrand
2017-06-14
1
-3
/
+10
*
i965/cnl: Enable CCS_E and RT support for few formats
Anuj Phogat
2017-06-09
1
-9
/
+9
*
i965/cnl: Reformat surface_format_info table to accomodate gen10+
Anuj Phogat
2017-06-09
1
-263
/
+263
*
i965/cnl: Handle gen10 in switch cases across the driver
Anuj Phogat
2017-06-09
1
-0
/
+9
*
i965/cnl: Add gen10 specific function declarations
Anuj Phogat
2017-06-09
1
-0
/
+12
*
intel/isl: Add an enum for describing auxiliary compression state
Jason Ekstrand
2017-06-07
1
-0
/
+169
*
i965/miptree: Store fast clear colors in an isl_color_value
Jason Ekstrand
2017-06-07
1
-0
/
+19
*
intel/isl: Add a helper for getting the byte/tile offset of a subimage
Jason Ekstrand
2017-06-01
2
-0
/
+60
*
intel/isl: Make get_intratile_offset_el take the element size in bits
Jason Ekstrand
2017-06-01
2
-8
/
+5
*
intel/isl: Add a new layout for HiZ and stencil on Sandy Bridge
Jason Ekstrand
2017-06-01
2
-5
/
+197
*
intel/isl: Generate phys_total_el from isl_calc_phys_extent
Jason Ekstrand
2017-06-01
1
-68
/
+97
[next]