summaryrefslogtreecommitdiffstats
path: root/src/intel/isl
Commit message (Expand)AuthorAgeFilesLines
* 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
* isl: Add the ISL_FORMAT_R32G32_FLOAT_LD formatJason Ekstrand2016-05-232-0/+2
* isl: Add support for quering the string name of a formatJason Ekstrand2016-05-232-1/+9
* isl: Handle npot ASTC block dimensions on Gen9+Nanley Chery2016-05-201-4/+4
* isl: Add 2D ASTC format layouts and enumsNanley Chery2016-05-203-1/+59
* isl: Mark default cases in switch unreachable.Matt Turner2016-05-181-0/+6
* isl: automake: don't explicitly EXTRA_DIST the tests folderEmil Velikov2016-05-011-2/+0
* isl: include all the files in the tarballEmil Velikov2016-05-011-0/+6
* isl: move -lm at the end of tests_ldaddAlejandro PiƱeiro2016-04-271-2/+2
* isl: remove ffs function that conflicts with system headersJonathan Gray2016-04-251-5/+1
* isl: fix warnings in release buildGrazvydas Ignotas2016-04-252-2/+2
* isl/format: Add a get_num_channels helperJason Ekstrand2016-04-212-0/+17
* isl/format: Add more isl_format_has_type_channel functionsJason Ekstrand2016-04-212-4/+43
* isl/format: Break the guts of has_[us]int_channel into a helperJason Ekstrand2016-04-211-18/+16