summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2012-05-09 06:57:06 -0700
committerPaul Berry <[email protected]>2012-05-25 08:45:11 -0700
commit1c73c705fadf164d61003415e3380f2d06f2e7b3 (patch)
tree2491e6b08311ba2a919b9b844fec7c0cc41e362b /docs
parentf2cdfa4c8522b6b0f5d1b0a6c42ed39e0d47c876 (diff)
i965/blorp: Implement proper texel fetch messages for Gen7.
On Gen6, texel fetch is always accomplished using the SAMPLE_LD message, which accepts arguments (u, v, r, lod, si). On Gen7, there are two* texel fetch messages: SAMPLE_LD for non-MSAA surfaces, taking arguments (u, lod, v), and SAMPLE_LD2DSS for MSAA surfaces, taking arguments (si, u, v). *Technically, there are other texel fetch messages, but they are used for "compressed" MSAA surfaces, which we don't yet support. This patch adds the proper message types and argument orderings for Gen7. Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions