OSDN Git Service

mesa/st: split the type_size calculation into it's own file
authorRob Clark <robclark@freedesktop.org>
Thu, 24 Mar 2016 18:14:36 +0000 (14:14 -0400)
committerRob Clark <robclark@freedesktop.org>
Wed, 11 May 2016 16:20:12 +0000 (12:20 -0400)
commit697382eb61a9091ea0fa8b5836c9e7d281e9e1c5
tree41389fbb0552300e5a0d3c9709e4f8fcddc74b90
parent0e5a369879e33085fbbd2dfce4e77799c4c95d30
mesa/st: split the type_size calculation into it's own file

We'll want to re-use this for NIR.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/Makefile.sources
src/mesa/state_tracker/st_glsl_to_tgsi.cpp
src/mesa/state_tracker/st_glsl_types.cpp [new file with mode: 0644]
src/mesa/state_tracker/st_glsl_types.h [new file with mode: 0644]