summaryrefslogtreecommitdiffstats
path: root/src/intel/isl
Commit message (Expand)AuthorAgeFilesLines
...
* isl: Add asserts for gen8+ X/YOffset rulesJason Ekstrand2016-08-171-0/+10
* 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-172-12/+60
* isl: Fix get_image_offset_sa_gen4_2d for multisample surfacesJason Ekstrand2016-08-171-4/+9
* isl/state: Use a valid alignment for 1-D texturesJason Ekstrand2016-08-171-1/+1
* isl: Fix the parameter names for get_intratile_offsetJason Ekstrand2016-08-171-4/+4
* isl: Add a helper for getting a depth format from an isl_formatJason Ekstrand2016-08-082-0/+26
* isl/state: Add support for OffsetX/Y in surface stateJason Ekstrand2016-07-152-0/+31
* isl: Add support for filling out surface states all the way back to gen4Jason Ekstrand2016-07-156-5/+182
* isl: Add an ISL_DEV_IS_G4X macroJason Ekstrand2016-07-151-0/+4
* isl/state: Divide the aux qpitch by 4Jason Ekstrand2016-07-151-1/+1
* 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: Fix isl_tiling_is_any_y()Nanley Chery2016-07-151-1/+1
* isl: Fix assert on raw buffer surface state sizeNanley Chery2016-07-151-1/+8
* isl/state: Add support for handling auxiliary surfacesJason Ekstrand2016-07-132-2/+48
* isl: Add an auxiliary surface usage enumJason Ekstrand2016-07-131-0/+26
* isl: Add support for color control surfacesJason Ekstrand2016-07-136-0/+102
* isl: Add support for multisample compression surfacesJason Ekstrand2016-07-133-0/+15
* isl: Add support for HiZ surfacesJason Ekstrand2016-07-137-3/+63
* isl: Kill off isl_format_layout::bsJason Ekstrand2016-07-135-18/+17
* isl: Take bpb rather than bs in tiling_get_infoJason Ekstrand2016-07-132-6/+6
* isl: Use bpb in a few places where it's more natural than bsJason Ekstrand2016-07-133-4/+4
* isl: Use bpb for determining YUV image paddingJason Ekstrand2016-07-131-1/+1
* isl: Bring back isl_format_layout::bpbJason Ekstrand2016-07-132-2/+4
* isl: Change the physical size of a W-tile to 128x32Jason Ekstrand2016-07-132-12/+13
* isl: Rework the way we define tile sizes.Jason Ekstrand2016-07-132-81/+137
* 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-132-17/+0
* Android: add missing u_math.h include path for libmesa_islRob Herring2016-06-281-0/+2
* anv,isl: Lower storage image formats in anvJason Ekstrand2016-06-221-7/+1
* isl/state: Allow for full 31-bit buffer texture sizesJason Ekstrand2016-06-221-1/+1
* isl/state: Don't use designated initializers for buffer surface stateJason Ekstrand2016-06-221-23/+23
* isl/state: Add assertions for buffer surface restrictionsJason Ekstrand2016-06-221-0/+11
* isl/state: Don't set SurfacePitch for gen9 1-D texturesJason Ekstrand2016-06-221-0/+3
* isl/state: Use TILEWALK_XMAJOR for linear surfaces on gen7Jason Ekstrand2016-06-221-2/+2
* isl/state: Emit no-op mip tail setup on SKLJason Ekstrand2016-06-221-0/+8
* isl/state: Only set cube face enables if usage includes CUBE_BITJason Ekstrand2016-06-221-7/+9
* isl/state: Use the layout for computing qpitch rather than dimensionsJason Ekstrand2016-06-221-19/+15
* isl/state: Set the IntegerSurfaceFormat bit on HaswellJason Ekstrand2016-06-221-0/+4
* isl/format: Mark R9G9B9E5 as containing 9-bit unsigned float channelsJason Ekstrand2016-06-221-1/+1
* isl/state: Don't set RenderTargetViewExtent for texture surfacesJason Ekstrand2016-06-221-4/+18
* isl/state: Set SurfaceArray based on the surface dimensionJason Ekstrand2016-06-221-1/+1
* isl/state: Don't force-disable L2 bypass for everythingJason Ekstrand2016-06-221-5/+0
* isl/state: Refactor the setup of clear colorsJason Ekstrand2016-06-221-18/+22
* isl/state: Refactor the per-gen isl_to_gen_h/valign tablesJason Ekstrand2016-06-221-6/+8
* isl/state: Return an extent3d from the halign/valign helperJason Ekstrand2016-06-221-22/+11