Skip to content

Tags: d-scott-phillips/mesa

Tags

scott-ph/no-gtt-v1

Toggle scott-ph/no-gtt-v1's commit message
i965/miptree: Don't gtt map from map_depthstencil

Instead of gtt mapping, call out to other map functions (map_map
or map_tiled_memcpy) for the depth surface. Removes a place where
gtt mapping is used.

scott-ph/aub-execlist

Toggle scott-ph/aub-execlist's commit message
aubinator: add support for aubinating memtrace aubs

Memtrace aubs are similar to classic aubs, with the major
difference being how command submission is serialized (as register
writes instead of a high-level submit message). Some internal
tools generate or consume only memtrace aubs.

2017-11/arb_texture_filter_minmax_v2

Toggle 2017-11/arb_texture_filter_minmax_v2's commit message
i965: Implement ARB_texture_filter_minmax

On gen >= 9, minmax reduction modes are available as a flag in
SAMPLER_STATE.

2017-11/arb_texture_filter_minmax

Toggle 2017-11/arb_texture_filter_minmax's commit message
i965: Implement ARB_texture_filter_minmax

On gen >= 9, minmax reduction modes are available as a flag in
SAMPLER_STATE.

17.2-branchpoint

Toggle 17.2-branchpoint's commit message
Mesa 17.2 branchpoint