aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv/copy: Fix copying Images from Buffers with larger dimensionsNanley Chery2016-05-131-8/+11
* anv: Don't advertise shaderImageGatherExtendedJason Ekstrand2016-05-121-1/+1
* anv: fix build breakRob Clark2016-05-111-1/+1
* genxml: avoid using a GNU make pattern ruleJonathan Gray2016-05-101-1/+5
* anv: fix hang during generation of dev_icd.json.Knut Andre Tidemann2016-05-031-1/+1
* isl: automake: don't explicitly EXTRA_DIST the tests folderEmil Velikov2016-05-011-2/+0
* anv: include the files in the tarballEmil Velikov2016-05-012-2/+10
* isl: include all the files in the tarballEmil Velikov2016-05-011-0/+6
* anv: update .gitignoreEmil Velikov2016-05-011-4/+0
* anv: automake: remove no longer needed includeEmil Velikov2016-05-011-1/+0
* anv: automake: tweak anv_entrypoint.[ch] ruleEmil Velikov2016-05-011-2/+4
* anv: tweak libvulkan_intel.so link librariesEmil Velikov2016-05-011-1/+3
* anv: cosmetic makefile changesEmil Velikov2016-05-011-13/+11
* anv: place the builddir includes before the srcdir onesEmil Velikov2016-05-011-5/+5
* automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLANDEmil Velikov2016-05-011-1/+1
* automake: drop "EGL_" from HAVE_EGL_PLATFORM_X11Emil Velikov2016-05-011-1/+1
* anv: get rid of VULKAN_ENTRYPOINT_CPPFLAGS variableEmil Velikov2016-05-011-11/+3
* anv: factor out the X11/XCB buildEmil Velikov2016-05-013-6/+23
* anv: kill of custom define HAVE_WAYLAND_PLATFORMEmil Velikov2016-05-013-5/+4
* anv: refactor wayland build handlingEmil Velikov2016-05-011-15/+12
* anv: use a common variable to manage the library dependenciesEmil Velikov2016-05-011-11/+15
* anv: use the GENERATED_FILES variableEmil Velikov2016-05-012-2/+1
* anv: fold the tests' makefileEmil Velikov2016-05-012-49/+15
* anv: build the core vulkan only onceEmil Velikov2016-05-011-8/+6
* anv: kill off custom CFLAGSEmil Velikov2016-05-011-10/+6
* anv: add missing link against the math libraryEmil Velikov2016-05-011-1/+2
* anv: split sources lists to Makefile.sourcesEmil Velikov2016-05-012-61/+111
* anv: remove custom rule to install the intel_icd.jsonEmil Velikov2016-05-011-10/+1
* anv: tweak the LDFLAGSEmil Velikov2016-05-011-1/+6
* anv: tweak the %.json ruleEmil Velikov2016-05-011-4/+3
* anv: add a comment about dev_icd.jsonEmil Velikov2016-05-011-0/+1
* genxml: ship all the files needed in the tarballEmil Velikov2016-05-011-0/+11
* anv: remove description about GENX_FUNC macroEmil Velikov2016-05-011-14/+0
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-283-4/+4
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-283-4/+4
* anv/lower_push_constants: fixup for nir_foreach_block()Jason Ekstrand2016-04-281-22/+18
* anv/apply_pipeline_layout: fixup for nir_foreach_block()Jason Ekstrand2016-04-281-22/+19
* anv/apply_dynamic_offsets: fixup for nir_foreach_block()Jason Ekstrand2016-04-281-33/+22
* anv/dynamic_offsets: Fix the order of arguments to nir_build_immJason Ekstrand2016-04-281-2/+2
* anv: Fix a build error caused by recent fp64 NIR changesJason Ekstrand2016-04-281-2/+3
* anv/formats: Return proper error code for unsupported formatsNanley Chery2016-04-271-1/+1
* anv/device: Set the compressed texture feature flags correctlyNanley Chery2016-04-271-2/+3
* isl: move -lm at the end of tests_ldaddAlejandro PiƱeiro2016-04-271-2/+2
* anv: honor DESTDIR when installing icd fileLaurent Carlier2016-04-261-1/+1
* isl: remove ffs function that conflicts with system headersJonathan Gray2016-04-251-5/+1
* anv: fix warnings in release buildGrazvydas Ignotas2016-04-254-4/+4
* isl: fix warnings in release buildGrazvydas Ignotas2016-04-252-2/+2
* genxml: use PYTHON3Jonathan Gray2016-04-232-1/+3
* 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