| Commit message (Expand) | Author | Age | Files | Lines |
* | intel/decoder: Reuse the gen_make_gen() helper. | Eric Anholt | 2017-07-25 | 1 | -3/+1 |
* | intel/decoder: Reuse the MAX2 macro instead of defining another one. | Eric Anholt | 2017-07-25 | 1 | -3/+1 |
* | intel: add number of subslices to device info | Lionel Landwerlin | 2017-07-11 | 2 | -8/+54 |
* | intel: Fix clflushing on modern (Baytrail+) Atom CPUs. | Kenneth Graunke | 2017-07-10 | 1 | -0/+12 |
* | intel: Move clflush helpers from anv to common/gen_clflush.h. | Kenneth Graunke | 2017-07-10 | 1 | -0/+56 |
* | i965/CFL: Add PCI Ids for Coffee Lake. | Anusha Srivatsa | 2017-06-22 | 2 | -0/+27 |
* | intel: compiler/i965: fix is_broxton checks | Lionel Landwerlin | 2017-06-20 | 1 | -0/+3 |
* | i965/cnl: Add l3 configuration for Cannonlake | Ben Widawsky | 2017-06-20 | 1 | -1/+20 |
* | i965: Add a variable for way size per bank in get_l3_way_size() | Anuj Phogat | 2017-06-20 | 1 | -5/+4 |
* | i965: Fix broxton 2x6 l3 config | Anuj Phogat | 2017-06-20 | 1 | -0/+16 |
* | intel: common: add number of thread per eu | Lionel Landwerlin | 2017-06-19 | 2 | -2/+28 |
* | intel: common: express timestamps units in frequency | Lionel Landwerlin | 2017-06-19 | 2 | -11/+13 |
* | intel: common: add flag to identify platforms by name | Lionel Landwerlin | 2017-06-19 | 2 | -6/+24 |
* | i965/cnl: Add a preliminary device for Cannonlake | Ben Widawsky | 2017-06-09 | 1 | -0/+46 |
* | i965/cnl: Handle gen10 in switch cases across the driver | Anuj Phogat | 2017-06-09 | 1 | -0/+1 |
* | i965: Make feature macros gen8 based | Ben Widawsky | 2017-06-09 | 1 | -8/+5 |
* | intel: Fix broxton 2x6 way size computation | Anuj Phogat | 2017-06-06 | 1 | -0/+4 |
* | intel: gen-decoder: rework how we handle groups | Lionel Landwerlin | 2017-06-06 | 2 | -86/+161 |
* | i965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for consistency. | Kenneth Graunke | 2017-06-05 | 2 | -2/+1 |
* | i965: Simplify l3 way size computations | Anuj Phogat | 2017-06-02 | 1 | -10/+2 |
* | i965: Add and initialize l3_banks field for gen7+ | Anuj Phogat | 2017-06-02 | 2 | -3/+27 |
* | genxml: Fix decoder to print the array element on field members. | Kenneth Graunke | 2017-06-01 | 1 | -3/+9 |
* | genxml: Fix decoding of array groups. | Kenneth Graunke | 2017-06-01 | 1 | -1/+1 |
* | genxml: Fix decoder for groups with multiple fields. | Kenneth Graunke | 2017-06-01 | 1 | -4/+2 |
* | intel/decoder: Handle the BLT ring in gen_group_get_length | Jason Ekstrand | 2017-05-26 | 1 | -0/+4 |
* | intel/decoder: Handle gen4 VF_STATISTICS and PIPELINE_SELECT | Jason Ekstrand | 2017-05-26 | 1 | -2/+7 |
* | intel/decoder: Fix indentation | Matt Turner | 2017-05-15 | 1 | -4/+4 |
* | intel: gen-decoder: fix xml parser leak | Lionel Landwerlin | 2017-05-15 | 1 | -6/+7 |
* | i965: Drop INTEL_DEBUG=stats. | Kenneth Graunke | 2017-05-10 | 2 | -2/+1 |
* | intel: gen decoder: don't check for size_t negative values | Lionel Landwerlin | 2017-05-09 | 1 | -1/+1 |
* | intel/aubinator: Correctly read variable length structs. | Rafael Antognolli | 2017-04-24 | 2 | -6/+35 |
* | intel/decoder: Fix is_header_field starting condition. | Kenneth Graunke | 2017-04-16 | 1 | -1/+1 |
* | intel/gen_decoder: return -1 for unknown command formats | Jordan Justen | 2017-04-06 | 1 | -7/+15 |
* | intel/gen_decoder: Fix length for Media State/Object commands | Jordan Justen | 2017-04-06 | 1 | -2/+10 |
* | intel: tools: add aubinator_error_decode tool | Lionel Landwerlin | 2017-04-04 | 2 | -0/+12 |
* | aubinator/gen_decoder/i965: decode instructions from dword 0 | Lionel Landwerlin | 2017-04-03 | 2 | -5/+18 |
* | intel: gen_decoder: store pointer to current decoded field in iterator | Lionel Landwerlin | 2017-04-03 | 2 | -25/+26 |
* | intel: genxml: compress all gen files into one | Lionel Landwerlin | 2017-03-31 | 1 | -40/+22 |
* | intel/common: consistently use ifndef guards over pragma once | Emil Velikov | 2017-03-22 | 1 | -1/+5 |
* | intel: Move tools/decoder.[ch] to common/gen_decoder.[ch]. | Kenneth Graunke | 2017-03-21 | 2 | -0/+1000 |
* | intel: Add a INTEL_DEBUG=color option. | Kenneth Graunke | 2017-03-21 | 2 | -0/+2 |
* | i965: Allow a per gen timebase scale factor | Robert Bragg | 2017-03-17 | 2 | -2/+35 |
* | intel/debug: Add a common INTEL_DEBUG=nohiz option | Jason Ekstrand | 2017-03-14 | 2 | -0/+2 |
* | i965: Remove use of deprecated drm_intel_aub routines | Chris Wilson | 2017-03-07 | 2 | -20/+18 |
* | i965: don't require 64bit cmpxchg | Grazvydas Ignotas | 2017-03-06 | 1 | -3/+11 |
* | i965: Move intel_debug.h to intel/common/gen_debug.h | Jason Ekstrand | 2017-03-01 | 2 | -0/+243 |
* | i965: Fix a mistake from porting the URB allocation code to arrays. | Kenneth Graunke | 2016-11-23 | 1 | -1/+1 |
* | intel/common: Add an is_kabylake field to gen_device_info | Jason Ekstrand | 2016-11-22 | 2 | -0/+6 |
* | intel: Share URB configuration code between GL and Vulkan. | Kenneth Graunke | 2016-11-19 | 2 | -0/+207 |
* | intel: Convert devinfo->urb.min_*_entries into an array. | Kenneth Graunke | 2016-11-19 | 2 | -30/+63 |