intel/compiler: add support for compiling fixed function gs

This is ported from i965, but the interface is cleaned up

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9721>
This commit is contained in:
Dave Airlie
2021-03-20 06:23:32 +10:00
committed by Marge Bot
parent ac33e2b66b
commit 52e426fd8b
4 changed files with 677 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ libintel_compiler_files = files(
'brw_clip_unfilled.c',
'brw_clip_util.c',
'brw_compile_clip.c',
'brw_compile_ff_gs.c',
'brw_compile_sf.c',
'brw_compiler.c',
'brw_compiler.h',