aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/isl/isl.c
Commit message (Expand)AuthorAgeFilesLines
* intel/isl: Add support for RGB formats in X and Y-tiled memoryJason Ekstrand2016-09-121-13/+35
* intel/isl: Add a helper for getting the size of an interleaved pixelJason Ekstrand2016-09-121-5/+17
* isl/gen8+: Allow 1D and 3D auxiliary surfacesTopi Pohjolainen2016-09-121-1/+2
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* isl: round format alignment to nearest power of 2Lionel Landwerlin2016-09-011-0/+1
* isl: Allow multisampled array texturesJason Ekstrand2016-08-261-4/+4
* intel/isl: Pass the dim_layout into choose_alignment_elJason Ekstrand2016-08-251-11/+12
* intel/isl: Use DIM_LAYOUT_GEN4_2D for tiled 1-D surfaces on SKLJason Ekstrand2016-08-251-5/+23
* isl: Add helpers for creating different types of aux surfacesJason Ekstrand2016-08-171-0/+121
* isl: Take the slice0_extent shortcut for interleaved MSAAJason Ekstrand2016-08-171-1/+1
* isl: Remove duplicate px->sa conversionsJason Ekstrand2016-08-171-20/+0
* isl: Add functions for computing surface offsets in samplesJason Ekstrand2016-08-171-12/+12
* isl: Fix get_image_offset_sa_gen4_2d for multisample surfacesJason Ekstrand2016-08-171-4/+9
* isl: Add support for filling out surface states all the way back to gen4Jason Ekstrand2016-07-151-0/+22
* isl: Fix the bs assertion in isl_tiling_get_infoJason Ekstrand2016-07-151-2/+5
* Revert "isl: Don't filter tiling flags if a specific tiling bit is set"Nanley Chery2016-07-151-8/+5
* isl: Add support for color control surfacesJason Ekstrand2016-07-131-0/+47
* isl: Add support for HiZ surfacesJason Ekstrand2016-07-131-1/+22
* isl: Kill off isl_format_layout::bsJason Ekstrand2016-07-131-5/+6
* isl: Take bpb rather than bs in tiling_get_infoJason Ekstrand2016-07-131-5/+5
* isl: Use bpb for determining YUV image paddingJason Ekstrand2016-07-131-1/+1
* isl: Change the physical size of a W-tile to 128x32Jason Ekstrand2016-07-131-2/+12
* isl: Rework the way we define tile sizes.Jason Ekstrand2016-07-131-77/+104
* isl: Rework the way we handle surface paddingJason Ekstrand2016-07-131-27/+25
* isl: Use ARRAY_PITCH_SPAN_FULL for depth/stencil surfaces on gen7Jason Ekstrand2016-07-131-1/+1
* isl: Stop multiplying height by block sizeJason Ekstrand2016-07-131-2/+2
* isl: Get rid of tiling_get_extentJason Ekstrand2016-07-131-11/+0
* isl: Fix some tautological-compare warningsBen Widawsky2016-05-261-2/+2
* isl: Handle npot ASTC block dimensions on Gen9+Nanley Chery2016-05-201-4/+4
* isl: Mark default cases in switch unreachable.Matt Turner2016-05-181-0/+6
* isl: fix warnings in release buildGrazvydas Ignotas2016-04-251-1/+1
* isl: Remove surf_get_intratile_offset_elJason Ekstrand2016-04-081-30/+0
* isl: Rework the get_intratile_offset functionJason Ekstrand2016-04-081-21/+31
* isl: Don't filter tiling flags if a specific tiling bit is setNanley Chery2016-03-031-5/+8
* isl: Add function to get intratile offsets from x/y offsetsNanley Chery2016-03-031-12/+31
* isl: Add a helper for filling a buffer surface stateJason Ekstrand2016-02-271-0/+23
* isl: Add a function for filling out a surface stateJason Ekstrand2016-02-271-0/+42
* isl: Fix isl_surf_get_image_intratile_offset_el()Nanley Chery2016-02-261-1/+1
* isl: Stop including mesa/main/imports.hJason Ekstrand2016-02-201-0/+2
* Move isl to src/intelJason Ekstrand2016-02-181-0/+1428