| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "isl: Don't filter tiling flags if a specific tiling bit is set" | Nanley Chery | 2016-07-15 | 1 | -8/+5 |
* | isl: Fix isl_tiling_is_any_y() | Nanley Chery | 2016-07-15 | 1 | -1/+1 |
* | isl: Fix assert on raw buffer surface state size | Nanley Chery | 2016-07-15 | 1 | -1/+8 |
* | isl/state: Add support for handling auxiliary surfaces | Jason Ekstrand | 2016-07-13 | 2 | -2/+48 |
* | 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 | 6 | -0/+102 |
* | isl: Add support for multisample compression surfaces | Jason Ekstrand | 2016-07-13 | 3 | -0/+15 |
* | isl: Add support for HiZ surfaces | Jason Ekstrand | 2016-07-13 | 7 | -3/+63 |
* | isl: Kill off isl_format_layout::bs | Jason Ekstrand | 2016-07-13 | 5 | -18/+17 |
* | isl: Take bpb rather than bs in tiling_get_info | Jason Ekstrand | 2016-07-13 | 2 | -6/+6 |
* | isl: Use bpb in a few places where it's more natural than bs | Jason Ekstrand | 2016-07-13 | 3 | -4/+4 |
* | isl: Use bpb for determining YUV image padding | Jason Ekstrand | 2016-07-13 | 1 | -1/+1 |
* | isl: Bring back isl_format_layout::bpb | Jason Ekstrand | 2016-07-13 | 2 | -2/+4 |
* | isl: Change the physical size of a W-tile to 128x32 | Jason Ekstrand | 2016-07-13 | 2 | -12/+13 |
* | isl: Rework the way we define tile sizes. | Jason Ekstrand | 2016-07-13 | 2 | -81/+137 |
* | isl: Rework the way we handle surface padding | Jason Ekstrand | 2016-07-13 | 1 | -27/+25 |
* | isl: Use ARRAY_PITCH_SPAN_FULL for depth/stencil surfaces on gen7 | Jason Ekstrand | 2016-07-13 | 1 | -1/+1 |
* | isl: Stop multiplying height by block size | Jason Ekstrand | 2016-07-13 | 1 | -2/+2 |
* | isl: Get rid of tiling_get_extent | Jason Ekstrand | 2016-07-13 | 2 | -17/+0 |
* | Android: add missing u_math.h include path for libmesa_isl | Rob Herring | 2016-06-28 | 1 | -0/+2 |
* | anv,isl: Lower storage image formats in anv | Jason Ekstrand | 2016-06-22 | 1 | -7/+1 |
* | isl/state: Allow for full 31-bit buffer texture sizes | Jason Ekstrand | 2016-06-22 | 1 | -1/+1 |
* | isl/state: Don't use designated initializers for buffer surface state | Jason Ekstrand | 2016-06-22 | 1 | -23/+23 |
* | isl/state: Add assertions for buffer surface restrictions | Jason Ekstrand | 2016-06-22 | 1 | -0/+11 |
* | isl/state: Don't set SurfacePitch for gen9 1-D textures | Jason Ekstrand | 2016-06-22 | 1 | -0/+3 |
* | isl/state: Use TILEWALK_XMAJOR for linear surfaces on gen7 | Jason Ekstrand | 2016-06-22 | 1 | -2/+2 |
* | isl/state: Emit no-op mip tail setup on SKL | Jason Ekstrand | 2016-06-22 | 1 | -0/+8 |
* | isl/state: Only set cube face enables if usage includes CUBE_BIT | Jason Ekstrand | 2016-06-22 | 1 | -7/+9 |
* | isl/state: Use the layout for computing qpitch rather than dimensions | Jason Ekstrand | 2016-06-22 | 1 | -19/+15 |
* | isl/state: Set the IntegerSurfaceFormat bit on Haswell | Jason Ekstrand | 2016-06-22 | 1 | -0/+4 |
* | isl/format: Mark R9G9B9E5 as containing 9-bit unsigned float channels | Jason Ekstrand | 2016-06-22 | 1 | -1/+1 |
* | isl/state: Don't set RenderTargetViewExtent for texture surfaces | Jason Ekstrand | 2016-06-22 | 1 | -4/+18 |
* | isl/state: Set SurfaceArray based on the surface dimension | Jason Ekstrand | 2016-06-22 | 1 | -1/+1 |
* | isl/state: Don't force-disable L2 bypass for everything | Jason Ekstrand | 2016-06-22 | 1 | -5/+0 |
* | isl/state: Refactor the setup of clear colors | Jason Ekstrand | 2016-06-22 | 1 | -18/+22 |
* | isl/state: Refactor the per-gen isl_to_gen_h/valign tables | Jason Ekstrand | 2016-06-22 | 1 | -6/+8 |
* | isl/state: Return an extent3d from the halign/valign helper | Jason Ekstrand | 2016-06-22 | 1 | -22/+11 |
* | isl/state: Put pitch calculations together | Jason Ekstrand | 2016-06-22 | 1 | -22/+20 |
* | isl/state: Put all dimension setup together and towards the top | Jason Ekstrand | 2016-06-22 | 1 | -80/+74 |
* | isl/state: Put surface format setup at the top | Jason Ekstrand | 2016-06-22 | 1 | -7/+7 |
* | isl/state: Remove some unused fields | Jason Ekstrand | 2016-06-22 | 1 | -9/+0 |
* | isl/state: Don't use designated initializers for the surface state | Jason Ekstrand | 2016-06-22 | 1 | -47/+48 |
* | genxml/gen8,9: Prefix the multisample format enum with MSFMT | Jason Ekstrand | 2016-06-22 | 1 | -8/+0 |
* | isl: Replace bash generator with python generator | Dylan Baker | 2016-06-13 | 4 | -137/+217 |
* | isl: add support for Android libmesa_isl static library | Mauro Rossi | 2016-06-02 | 1 | -0/+155 |
* | isl: automake: don't include isl_format_layout.c in two lists. | Emil Velikov | 2016-06-02 | 2 | -2/+1 |
* | isl: add isl_priv.h to the sources list | Emil Velikov | 2016-05-30 | 1 | -0/+1 |
* | isl: move the sources lists to Makefile.sources | Mauro Rossi | 2016-05-30 | 2 | -32/+39 |
* | isl: automake: list builddir before srcdir in the includes list | Emil Velikov | 2016-05-30 | 1 | -4/+3 |
* | isl: automake: flatten the tests rules | Emil Velikov | 2016-05-30 | 1 | -9/+4 |