summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2013-02-24 10:53:35 -0800
committerPaul Berry <[email protected]>2013-03-15 09:24:30 -0700
commit6bec74bfd98e2f9c090c550c18c02f71ea80d04e (patch)
tree1ac17f71ca306ac0cc505bb68986a87c0d2e59ef /src/mesa/main
parent03eef7f8ef98f1008a8687bbd7ee0141b433887a (diff)
i965: Change fragment input related bitfields to 64-bit.
This patch updates the bitfields brw_context::wm.input_size_masks, tracker::size_masks, and brw_wm_prog_key::proj_attrib_mask, all of which are indexed by gl_frag_attrib, from 32-bit to 64-bit. This paves the way for supporting geometry shaders, and for merging the gl_frag_attrib and gl_vert_result enums. The combination of these two will require at least 55 bits in the bitfields. Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Tested-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main')
0 files changed, 0 insertions, 0 deletions