summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2016-01-18 04:29:22 +0100
committerRoland Scheidegger <[email protected]>2016-01-20 01:45:56 +0100
commitb21973acaa67fb7945a12fc266e20281d7eb5375 (patch)
treedf56cb73fa509ac857dcacd27eb1240dfea09f3b /src/gallium/docs/source
parentf8ac314cc2353f439e6a917db4e3aeaf47e2093e (diff)
llvmpipe: turn depth clears into full depth/stencil clears for d24x8 formats
If we have a d24x8 format, there is no stencil. Therefore, we can always clear these bits too, which means this will be some kind of memset rather than read-modify-write. This is good for some 7% increase or so in gears with huge window size - seems to have a bigger effect if things aren't in caches. Of course, any real app won't spend nearly as much time comparatively in clearing depth buffer in the first place, so the speedup will be much lower. Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/docs/source')
0 files changed, 0 insertions, 0 deletions