summaryrefslogtreecommitdiffstats
path: root/src/intel/isl
Commit message (Expand)AuthorAgeFilesLines
* 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
* isl/state: Put pitch calculations togetherJason Ekstrand2016-06-221-22/+20
* isl/state: Put all dimension setup together and towards the topJason Ekstrand2016-06-221-80/+74
* isl/state: Put surface format setup at the topJason Ekstrand2016-06-221-7/+7
* isl/state: Remove some unused fieldsJason Ekstrand2016-06-221-9/+0
* isl/state: Don't use designated initializers for the surface stateJason Ekstrand2016-06-221-47/+48
* genxml/gen8,9: Prefix the multisample format enum with MSFMTJason Ekstrand2016-06-221-8/+0
* isl: Replace bash generator with python generatorDylan Baker2016-06-134-137/+217
* isl: add support for Android libmesa_isl static libraryMauro Rossi2016-06-021-0/+155
* isl: automake: don't include isl_format_layout.c in two lists.Emil Velikov2016-06-022-2/+1
* isl: add isl_priv.h to the sources listEmil Velikov2016-05-301-0/+1
* isl: move the sources lists to Makefile.sourcesMauro Rossi2016-05-302-32/+39
* isl: automake: list builddir before srcdir in the includes listEmil Velikov2016-05-301-4/+3
* isl: automake: flatten the tests rulesEmil Velikov2016-05-301-9/+4
* isl: automake: remove unneeded install-lib-links.mk includeEmil Velikov2016-05-301-2/+0
* isl: automake: remove unneeded SUBDIRSEmil Velikov2016-05-301-3/+0
* isl: Fix some tautological-compare warningsBen Widawsky2016-05-262-2/+10
* isl: Mark default cases unreachable.Matt Turner2016-05-251-2/+2
* isl: Remove useless qualifier from return type.Matt Turner2016-05-251-1/+1
* isl: Add per-gen format introspectionJason Ekstrand2016-05-232-0/+399