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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/isl: Add support for setting component write disables
Jason Ekstrand
2017-05-26
1
-0
/
+20
*
intel/isl: Add ASTC HDR to format lists and helpers
Nanley Chery
2017-05-22
1
-0
/
+14
*
anv: Use ISL for emitting depth/stencil/hiz
Jason Ekstrand
2017-04-10
1
-1
/
+1
*
intel/isl: Add support for emitting depth/stencil/hiz
Jason Ekstrand
2017-04-10
1
-0
/
+74
*
isl: Drop unused isl_surf_init_info::min_pitch
Chad Versace
2017-03-28
1
-3
/
+0
*
isl: Let isl_surf_init's caller set the exact row pitch (v2)
Chad Versace
2017-03-28
1
-0
/
+6
*
isl: document the meaning of the array_len field in isl_view
Iago Toral Quiroga
2017-03-02
1
-0
/
+6
*
intel/isl: Return surface creation success from aux helpers
Jason Ekstrand
2017-02-23
1
-2
/
+2
*
intel/isl: Add format metadata for typed reads/writes
Jason Ekstrand
2017-02-14
1
-0
/
+4
*
intel/isl: Add a formats_are_ccs_e_compatible helper
Jason Ekstrand
2017-02-02
1
-0
/
+4
*
intel/isl: Add a format_supports_ccs_d helper
Jason Ekstrand
2017-02-02
1
-0
/
+2
*
intel/isl: Rename supports_lossless_compression to supports_ccs_e
Jason Ekstrand
2017-02-02
1
-2
/
+2
*
intel/isl: Add some basic info about RENDER_SURFACE_STATE to isl_device
Jason Ekstrand
2016-11-16
1
-0
/
+11
*
isl: use ifndef header guards
Emil Velikov
2016-10-14
1
-1
/
+4
*
isl: make locally used functions static
Emil Velikov
2016-10-14
1
-10
/
+0
*
isl: Correct a comment in the isl_format enum
Nanley Chery
2016-10-07
1
-1
/
+1
*
intel/isl: Add a format_supports_multisampling helper
Jason Ekstrand
2016-10-03
1
-0
/
+2
*
intel/isl: Add support for RGB formats in X and Y-tiled memory
Jason Ekstrand
2016-09-12
1
-1
/
+20
*
intel/isl: Add a helper for getting the size of an interleaved pixel
Jason Ekstrand
2016-09-12
1
-0
/
+3
*
intel/isl: Fix an assert in get_intratile_offset_sa
Jason Ekstrand
2016-09-12
1
-1
/
+1
*
intel/isl: Add an isl_swizzle structure and use it for isl_view swizzles
Jason Ekstrand
2016-09-12
1
-1
/
+17
*
intel/isl: Treat 3-D textures as 2-D arrays for rendering
Jason Ekstrand
2016-09-12
1
-0
/
+6
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-11
/
+11
*
isl: Add helpers for creating different types of aux surfaces
Jason Ekstrand
2016-08-17
1
-0
/
+15
*
isl: Add a #define for DEV_IS_BAYTRAIL
Jason Ekstrand
2016-08-17
1
-0
/
+4
*
isl: Add functions for computing surface offsets in samples
Jason Ekstrand
2016-08-17
1
-0
/
+48
*
isl: Fix the parameter names for get_intratile_offset
Jason Ekstrand
2016-08-17
1
-4
/
+4
*
isl: Add a helper for getting a depth format from an isl_format
Jason Ekstrand
2016-08-08
1
-0
/
+2
*
isl/state: Add support for OffsetX/Y in surface state
Jason Ekstrand
2016-07-15
1
-0
/
+3
*
isl: Add an ISL_DEV_IS_G4X macro
Jason Ekstrand
2016-07-15
1
-0
/
+4
*
isl: Fix isl_tiling_is_any_y()
Nanley Chery
2016-07-15
1
-1
/
+1
*
isl/state: Add support for handling auxiliary surfaces
Jason Ekstrand
2016-07-13
1
-0
/
+7
*
isl: Add an auxiliary surface usage enum
Jason Ekstrand
2016-07-13
1
-0
/
+26
*
isl: Add support for color control surfaces
Jason Ekstrand
2016-07-13
1
-0
/
+14
*
isl: Add support for multisample compression surfaces
Jason Ekstrand
2016-07-13
1
-0
/
+7
*
isl: Add support for HiZ surfaces
Jason Ekstrand
2016-07-13
1
-0
/
+17
*
isl: Kill off isl_format_layout::bs
Jason Ekstrand
2016-07-13
1
-3
/
+2
*
isl: Take bpb rather than bs in tiling_get_info
Jason Ekstrand
2016-07-13
1
-1
/
+1
*
isl: Bring back isl_format_layout::bpb
Jason Ekstrand
2016-07-13
1
-0
/
+1
*
isl: Rework the way we define tile sizes.
Jason Ekstrand
2016-07-13
1
-4
/
+33
*
isl: Get rid of tiling_get_extent
Jason Ekstrand
2016-07-13
1
-6
/
+0
*
isl: Fix some tautological-compare warnings
Ben Widawsky
2016-05-26
1
-0
/
+8
*
isl: Add per-gen format introspection
Jason Ekstrand
2016-05-23
1
-0
/
+13
*
isl: Add the ISL_FORMAT_R32G32_FLOAT_LD format
Jason Ekstrand
2016-05-23
1
-0
/
+1
*
isl: Add support for quering the string name of a format
Jason Ekstrand
2016-05-23
1
-0
/
+7
*
isl: Add 2D ASTC format layouts and enums
Nanley Chery
2016-05-20
1
-0
/
+30
*
isl/format: Add a get_num_channels helper
Jason Ekstrand
2016-04-21
1
-0
/
+2
*
isl/format: Add more isl_format_has_type_channel functions
Jason Ekstrand
2016-04-21
1
-4
/
+19
*
isl: Add a helper for determining when a typed load/store can be used
Jason Ekstrand
2016-04-21
1
-0
/
+7
*
isl: Take a devinfo in lower_storage_image_format instead of an isl_device
Jason Ekstrand
2016-04-21
1
-1
/
+1
[next]