Skip to content

freedreno: const/state overhead opts

Rob Clark requested to merge robclark/mesa:wip/const-opt into master

Splits up const state, and moves immediates to program stateobj, to reduce driver overhead of uniform state updates. Also moves to a single vbo stateobj, which significantly helps gl_driver2

Edited by Rob Clark

Merge request reports