diff options
author | Paul Berry <[email protected]> | 2013-03-20 11:54:33 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2013-08-23 11:02:37 -0700 |
commit | 5fb13d871e062354a77a427b3a3fe7f3d6908e5a (patch) | |
tree | c13618d79b499d5597837d83175ef4e2f3749856 /src/mesa/drivers/osmesa/osmesa.pc.in | |
parent | 52bac6e4ffb898d2222a59c9ee3c8d0a46426e20 (diff) |
i965: Stop including brw_vs.h from brw_vec4.h.
This is backwards from what we are going to want in the long term, which is:
- brw_vec4.h declares general-purpose vec4 infrastructure needed by
both VS and GS
- brw_vs.h includes brw_vec4.h and adds VS-specific parts.
- brw_gs.h includes brw_vec4.h and adds GS-specific parts.
Note that at the moment brw_vec.h contains a fair amount of
VS-specific declarations--I plan to address that in a later patch.
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/osmesa/osmesa.pc.in')
0 files changed, 0 insertions, 0 deletions