aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/isl
Commit message (Expand)AuthorAgeFilesLines
* 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
* isl: Add a helper for determining when a typed load/store can be usedJason Ekstrand2016-04-212-0/+20
* isl: Take a devinfo in lower_storage_image_format instead of an isl_deviceJason Ekstrand2016-04-213-17/+18
* isl: Don't use designated initializers in the headerJason Ekstrand2016-04-211-13/+24
* isl: Include c99_compat.hJason Ekstrand2016-04-211-0/+1
* isl/surface_state: Set the correct pitch for W-tiled surfacesJason Ekstrand2016-04-081-1/+13
* isl: Remove surf_get_intratile_offset_elJason Ekstrand2016-04-083-125/+0
* isl: Rework the get_intratile_offset functionJason Ekstrand2016-04-082-33/+52
* isl/surface_state: Set the clear colorJason Ekstrand2016-03-101-12/+13
* isl: Add more helpers for determining if a format is an integer formatJason Ekstrand2016-03-102-0/+24
* isl: Remove redundant checkJason Ekstrand2016-03-101-2/+1
* isl: Fix RenderTargetViewExtent for mipmapped 3D surfacesNanley Chery2016-03-041-1/+2
* isl: Get rid of isl_surf_fill_state_info::level0_extent_pxNanley Chery2016-03-042-13/+4
* isl/surface_state: Set L2 bypass disable for certain BC* formatsJason Ekstrand2016-03-031-0/+22
* 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-032-12/+43
* isl: Fix make checkJason Ekstrand2016-03-021-0/+1
* isl/surface_state: Fix array spacing on Gen7Nanley Chery2016-02-291-0/+5
* isl: Add helpers for filling out brw_image_paramJason Ekstrand2016-02-272-1/+118
* isl: Move isl_image.c to isl_storage_image.cJason Ekstrand2016-02-272-1/+1
* isl: Add a helper for filling a buffer surface stateJason Ekstrand2016-02-274-0/+121
* isl: Add a function for filling out a surface stateJason Ekstrand2016-02-275-4/+567
* isl: Create per-gen helper libraries for gens 7, 8, and 9Jason Ekstrand2016-02-271-2/+23
* isl: Fix isl_surf_get_image_intratile_offset_el()Nanley Chery2016-02-262-36/+36
* isl: Stop including mesa/main/imports.hJason Ekstrand2016-02-202-1/+2
* Move isl to src/intelJason Ekstrand2016-02-1822-0/+5127