| Commit message (Expand) | Author | Age | Files | Lines |
* | intel/isl: Add an assert to check zero width/height surface | Anuj Phogat | 2016-10-04 | 1 | -0/+3 |
* | intel/isl: Allow non-2D HiZ surfaces | Jason Ekstrand | 2016-10-03 | 1 | -2/+2 |
* | intel/isl: Add a detailed comment about multisampling with HiZ | Jason Ekstrand | 2016-10-03 | 1 | -2/+58 |
* | intel/isl: Remove tiling checks from choose_msaa_layout | Jason Ekstrand | 2016-10-03 | 2 | -14/+7 |
* | intel/isl: Handle HiZ and CCS tiling more directly | Jason Ekstrand | 2016-10-03 | 2 | -16/+16 |
* | intel/isl: Allow multisampling with ISL_FORMAT_HiZ | Jason Ekstrand | 2016-10-03 | 2 | -3/+12 |
* | intel/isl: Allow creation of 1-D compressed textures | Jason Ekstrand | 2016-10-03 | 2 | -3/+11 |
* | intel/isl: Fix up asserts in calc_phys_level0_extent_sa | Jason Ekstrand | 2016-10-03 | 1 | -2/+4 |
* | intel/isl: Add a format_supports_multisampling helper | Jason Ekstrand | 2016-10-03 | 5 | -36/+33 |
* | intel/i965: make gen_device_info mutable | Lionel Landwerlin | 2016-09-23 | 1 | -6/+12 |
* | isl: Finish tiling filtering for Gen6. | Kenneth Graunke | 2016-09-15 | 3 | -5/+15 |
* | Revert "intel/isl: Ignore base_array_layer and array_len for 3D storage..." | Jason Ekstrand | 2016-09-13 | 1 | -6/+2 |
* | intel/isl: Divide QPitch by 2 for 3-D stencil textures on SKL+ | Jason Ekstrand | 2016-09-13 | 1 | -1/+14 |
* | isl/state: Don't set QPitch for GEN4_3D surfaces | Jason Ekstrand | 2016-09-13 | 1 | -1/+16 |
* | intel/isl: Ignore base_array_layer and array_len for 3D storage surfaces | Jason Ekstrand | 2016-09-13 | 1 | -2/+6 |
* | intel/isl: Add support for RGB formats in X and Y-tiled memory | Jason Ekstrand | 2016-09-12 | 2 | -14/+55 |
* | intel/isl: Allow valign2 for texture-only Y-tiled surfaces on gen7 | Jason Ekstrand | 2016-09-12 | 1 | -1/+2 |
* | intel/isl: Add a helper for getting the size of an interleaved pixel | Jason Ekstrand | 2016-09-12 | 2 | -5/+20 |
* | 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 | 2 | -5/+21 |
* | intel/isl: Treat 3-D textures as 2-D arrays for rendering | Jason Ekstrand | 2016-09-12 | 2 | -4/+13 |
* | isl/gen8+: Allow 1D and 3D auxiliary surfaces | Topi Pohjolainen | 2016-09-12 | 1 | -1/+2 |
* | intel: Rename brw_get_device_name/info to gen_get_device_name/info | Jason Ekstrand | 2016-09-03 | 1 | -3/+3 |
* | intel: s/brw_device_info/gen_device_info/ | Jason Ekstrand | 2016-09-03 | 6 | -24/+24 |
* | intel: Add a new "common" library for more code sharing | Jason Ekstrand | 2016-09-03 | 3 | -3/+3 |
* | isl: round format alignment to nearest power of 2 | Lionel Landwerlin | 2016-09-01 | 2 | -0/+10 |
* | isl/state: Add some asserts about format capabilities | Jason Ekstrand | 2016-08-29 | 1 | -0/+5 |
* | android: intel: Flatten the makefile structure | Mauro Rossi | 2016-08-29 | 1 | -217/+0 |
* | isl: Allow multisampled array textures | Jason Ekstrand | 2016-08-26 | 1 | -4/+4 |
* | intel: Flatten the makefile structure | Jason Ekstrand | 2016-08-25 | 3 | -149/+1 |
* | isl/tests: Use a longer path for isl.h | Jason Ekstrand | 2016-08-25 | 1 | -2/+2 |
* | intel/isl/gen9: Only use the magic 1D alignment for GEN9_1D surfaces | Jason Ekstrand | 2016-08-25 | 1 | -1/+1 |
* | intel/isl: Pass the dim_layout into choose_alignment_el | Jason Ekstrand | 2016-08-25 | 11 | -13/+24 |
* | intel/isl: Use DIM_LAYOUT_GEN4_2D for tiled 1-D surfaces on SKL | Jason Ekstrand | 2016-08-25 | 1 | -5/+23 |
* | isl/formats: Integer formats are not filterable | Jason Ekstrand | 2016-08-23 | 1 | -8/+8 |
* | isl/formats: Update the table with more samplable formats | Jason Ekstrand | 2016-08-23 | 1 | -15/+15 |
* | isl/formats: Report ETC as being samplable on Bay Trail | Jason Ekstrand | 2016-08-23 | 1 | -0/+18 |
* | isl: automake: use VISIBILITY_CFLAGS to restrict symbol visibility | Emil Velikov | 2016-08-18 | 1 | -8/+10 |
* | isl/state: Only set clear color if aux is used | Jason Ekstrand | 2016-08-17 | 1 | -25/+27 |
* | isl: Add helpers for creating different types of aux surfaces | Jason Ekstrand | 2016-08-17 | 2 | -0/+136 |
* | isl/state: Add an assertion for IVB multisample array textures | Jason Ekstrand | 2016-08-17 | 1 | -0/+13 |
* | isl: Add a #define for DEV_IS_BAYTRAIL | Jason Ekstrand | 2016-08-17 | 1 | -0/+4 |
* | isl: Add asserts for gen8+ X/YOffset rules | Jason Ekstrand | 2016-08-17 | 1 | -0/+10 |
* | isl: Take the slice0_extent shortcut for interleaved MSAA | Jason Ekstrand | 2016-08-17 | 1 | -1/+1 |
* | isl: Remove duplicate px->sa conversions | Jason Ekstrand | 2016-08-17 | 1 | -20/+0 |
* | isl: Add functions for computing surface offsets in samples | Jason Ekstrand | 2016-08-17 | 2 | -12/+60 |
* | isl: Fix get_image_offset_sa_gen4_2d for multisample surfaces | Jason Ekstrand | 2016-08-17 | 1 | -4/+9 |
* | isl/state: Use a valid alignment for 1-D textures | Jason Ekstrand | 2016-08-17 | 1 | -1/+1 |
* | 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 | 2 | -0/+26 |