mesa: add bool param to _mesa_free_context_data
[mesa.git] / src / mesa / drivers / dri / i965 / gen7_l3_state.c
2020-01-31 Jason Ekstrandi965: Re-emit l3 state before BLORP executes
2020-01-31 Jason Ekstrandintel/genxml: Drop SLMEnable from L3CNTLREG on Gen11
2018-11-26 Anuj Phogati965/icl: Set use full ways in L3CNTLREG
2018-03-28 Kenneth Graunkei965: Drop PIPE_CONTROL_NO_WRITE from various calls.
2017-11-14 Anuj Phogati965: Make use of brw_load_register_imm32() helper...
2017-11-10 Kenneth Graunkei965: Make L3 configuration atom listen for TCS/TES...
2017-10-13 Jason Ekstrandi965: Use prog->info.num_images for needs_dc computation
2017-08-30 Lionel Landwerlini965: drop brw->is_haswell in favor of devinfo->is_haswell
2017-08-30 Lionel Landwerlini965: drop brw->is_baytrail in favor of devinfo->is_bay...
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-19 Jason Ekstrandi965: Stop looking at NewDriverState when emitting...
2017-01-23 Timothy Arcerimesa: use gl_program for CurrentProgram rather than...
2017-01-05 Iago Toral Quirogai965: add a kernel_features bitfield to intel screen
2017-01-05 Iago Toral Quirogai965: get rid of brw->can_do_pipelined_register_writes
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
2016-10-05 Lionel Landwerlini965: use L3 data cache for SSBOs
2016-09-23 Lionel Landwerlinintel/i965: make gen_device_info mutable
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-09-03 Jason Ekstrandintel: Pull the guts of gen7_l3_state.c into a shared...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-12 Kenneth Graunkei965: Consider tessellation in get_pipeline_state_l3_we...
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-08 Francisco Jerezi965: Rename define for the PIPE_CONTROL DC flush bit.
2016-02-08 Francisco Jerezi965: Invalidate state cache before L3 partitioning...
2016-02-08 Francisco Jerezi965: Fix cache pollution race during L3 partitioning...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-09 Francisco Jerezi965: Work around L3 state leaks during context switches.
2015-12-09 Francisco Jerezi965: Add debug flag to print out the new L3 state...
2015-12-09 Francisco Jerezi965: Implement L3 state atom.
2015-12-09 Francisco Jerezi965: Calculate appropriate L3 partition weights for...
2015-12-09 Francisco Jerezi965: Implement selection of the closest L3 configurati...
2015-12-09 Francisco Jerezi965: Define and use REG_MASK macro to make masked...
2015-12-09 Francisco Jerezi965/hsw: Enable L3 atomics.
2015-12-09 Francisco Jerezi965: Implement programming of the L3 configuration.
2015-12-09 Francisco Jerezi965: Import tables enumerating the set of validated...