diff options
author | Marek Olšák <[email protected]> | 2019-12-03 18:01:31 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2020-05-13 13:46:53 -0400 |
commit | d6287a94b697ffe12a4e576a38943cdf4e90cdb0 (patch) | |
tree | bb84357d98dc74412e983693e09875bb355b467e /src/gallium/frontends/wgl/Makefile.sources | |
parent | b408734e5e2fe1e1ef08080c4425ad8a7ed33579 (diff) |
gallium: rename 'state tracker' to 'frontend'
Acked-by: Eric Anholt <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4902>
Diffstat (limited to 'src/gallium/frontends/wgl/Makefile.sources')
-rw-r--r-- | src/gallium/frontends/wgl/Makefile.sources | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/gallium/frontends/wgl/Makefile.sources b/src/gallium/frontends/wgl/Makefile.sources new file mode 100644 index 00000000000..2630b445d54 --- /dev/null +++ b/src/gallium/frontends/wgl/Makefile.sources @@ -0,0 +1,17 @@ +C_SOURCES := \ + stw_context.c \ + stw_device.c \ + stw_ext_context.c \ + stw_ext_extensionsstring.c \ + stw_ext_pbuffer.c \ + stw_ext_pixelformat.c \ + stw_ext_rendertexture.c \ + stw_ext_swapinterval.c \ + stw_framebuffer.c \ + stw_getprocaddress.c \ + stw_nopfuncs.c \ + stw_nopfuncs.h \ + stw_pixelformat.c \ + stw_st.c \ + stw_tls.c \ + stw_wgl.c |