summaryrefslogtreecommitdiff
path: root/src/intel/compiler/test_eu_compact.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Fixes [-Wdeprecated-declarations] in test_eu_compact.cppYonggang Luo2022-08-231-2/+2
* intel/eu: Handle compaction when inserting validation errorsKenneth Graunke2022-07-281-1/+1
* intel/compiler: Introduce a new brw_isa_info structureKenneth Graunke2022-06-301-17/+23
* intel: move away from booleans to identify platformsLionel Landwerlin2021-11-081-2/+2
* intel/compiler: Convert test_eu_compact to use gtestCaio Marcelo de Oliveira Filho2021-10-131-95/+94
* intel: Rename eu compact instruction testsAnuj Phogat2021-04-201-18/+18
* intel: Rename gens keyword to gfx_versAnuj Phogat2021-04-201-2/+2
* intel: Rename gen enum to gfx_verAnuj Phogat2021-04-201-1/+1
* intel: Rename brw_gen_enum.h to brw_gfx_ver_enum.hAnuj Phogat2021-04-201-1/+1
* intel: Rename gen_device prefix to intel_deviceAnuj Phogat2021-04-201-4/+4
* intel: Rename GEN_{ALL, LT, ..} macros to GFX_{ALL, LT, ..}Anuj Phogat2021-04-021-9/+9
* intel: Rename Genx keyword to GfxxAnuj Phogat2021-04-021-1/+1
* intel: Rename genx keyword to gfxx in source filesAnuj Phogat2021-04-021-1/+1
* intel: Rename GENx prefix in macros to GFXx in source filesAnuj Phogat2021-04-021-2/+2
* intel: Rename gen field in gen_device_info struct to verAnuj Phogat2021-04-021-8/+8
* intel: Rename genx10 field in gen_device_info struct to verx10Anuj Phogat2021-04-021-1/+1
* intel: Use devinfo genx10 fieldJordan Justen2021-03-011-0/+1
* intel/compiler: Free resources on test teardownRohan Garg2021-02-161-0/+1
* intel/compiler: Remove Gen10-specific codeIan Romanick2020-10-151-1/+4
* intel/compiler: Get rid of the global compaction table pointersJason Ekstrand2020-09-021-1/+0
* intel/disasm: Label support in shader disassembly for UIP/JIPDanylo Piliaiev2020-09-021-1/+1
* intel/compiler: Test compaction on Gen <= 12Matt Turner2020-01-221-1/+1
* intel/compiler: Validate fuzzed instructionsMatt Turner2020-01-221-0/+3
* intel/compiler: Limit compaction unit tests to specific gensMatt Turner2020-01-221-9/+18
* intel/eu: Encode and decode native instruction opcodes from/to IR opcodes.Francisco Jerez2019-10-111-2/+2
* intel/eu: Fix up various type conversions in brw_eu.c that are illegal C++.Francisco Jerez2019-10-111-2/+2
* intel/ir: Fix invalid type aliasing with undefined behavior in test_eu_compact.Francisco Jerez2018-02-271-3/+3
* i965: Remove CONT/BREAK from instruction compaction testMatt Turner2017-08-211-4/+0
* i965: Test instruction compaction on all supported GensMatt Turner2017-08-211-8/+42
* i965: Silence signed/unsigned comparison warningMatt Turner2017-08-211-1/+1
* intel/compiler: link all tests again gtest, even test_eu_compact"Emil Velikov2017-03-131-0/+300