diff options
author | Marek Olšák <[email protected]> | 2009-12-12 23:38:17 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-15 17:59:54 +0000 |
commit | 4c61022b4a19f020ef8f6c635ecffa54a914fd7a (patch) | |
tree | 5d3ffd5124a6422e0833026cd0dd275bd2b1cdf0 /src/gallium/auxiliary/util/Makefile | |
parent | dff4c9ed559ae025d1d8fe7b9d1cea5a973c2225 (diff) |
util: add a function which converts 2D coordinates to cubemap coordinates
The code was taken over from u_gen_mipmap.
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index 863ced5e938..c36a87a8091 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -31,6 +31,7 @@ C_SOURCES = \ u_stream_stdc.c \ u_stream_wd.c \ u_surface.c \ + u_texture.c \ u_tile.c \ u_time.c \ u_timed_winsys.c \ |