summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_l3_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: use L3 data cache for SSBOsLionel Landwerlin2016-10-051-1/+2
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-4/+4
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-5/+5
* intel: Pull the guts of gen7_l3_state.c into a shared helperJason Ekstrand2016-09-031-331/+37
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-8/+8
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-0/+1
* i965: Consider tessellation in get_pipeline_state_l3_weights.Kenneth Graunke2016-02-111-1/+6
* i965: Rename define for the PIPE_CONTROL DC flush bit.Francisco Jerez2016-02-081-2/+2
* i965: Invalidate state cache before L3 partitioning set-up.Francisco Jerez2016-02-081-0/+1
* i965: Fix cache pollution race during L3 partitioning set-up.Francisco Jerez2016-02-081-8/+23
* i965: Work around L3 state leaks during context switches.Francisco Jerez2015-12-091-4/+57
* i965: Add debug flag to print out the new L3 state during transitions.Francisco Jerez2015-12-091-0/+17
* i965: Implement L3 state atom.Francisco Jerez2015-12-091-0/+81
* i965: Calculate appropriate L3 partition weights for the current pipeline state.Francisco Jerez2015-12-091-0/+53
* i965: Implement selection of the closest L3 configuration based on a vector o...Francisco Jerez2015-12-091-0/+95
* i965: Define and use REG_MASK macro to make masked MMIO writes slightly more ...Francisco Jerez2015-12-091-1/+1
* i965/hsw: Enable L3 atomics.Francisco Jerez2015-12-091-0/+14
* i965: Implement programming of the L3 configuration.Francisco Jerez2015-12-091-0/+95
* i965: Import tables enumerating the set of validated L3 configurations.Francisco Jerez2015-12-091-0/+167