summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorKristian Høgsberg <[email protected]>2013-09-14 23:13:22 -0700
committerKristian Høgsberg <[email protected]>2013-10-15 22:07:52 -0700
commit44e584a73af0ef78321d06a92f372d920b6ee8b7 (patch)
tree1e7ae4d2e68273a6f1ecbd539e8aac513e330891 /src/mesa/drivers
parente3d0a0eac7a742de9ef427b86d2ca0051a957bf7 (diff)
egl_dri2: Remove depth argument from dri2_add_config()
All callers now use the more correct rgba mask mechanism for filtering out mathcing DRI configs. Even if depth and buffer size match, the color component layout can be different, or in case or ARGB8888 and ARGB2101010 the color components can even be different sizes. Since anything that the depth check would reject is also rejected by the rgba mask comparison, the depth parameter is redundant and not specific enough. We should probably have removed it when the rgba masks argument was introduced, but better late than never. Signed-off-by: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
0 files changed, 0 insertions, 0 deletions