Displaying 2 results from an estimated 2 matches for "tegra_resource".
2014 Nov 27
0
[Mesa-dev] [RFC] tegra: Initial support
...ium/drivers/tegra/Makefile.am | 17 +
> src/gallium/drivers/tegra/Makefile.sources | 4 +
> src/gallium/drivers/tegra/tegra_context.c | 699 +++++++++++++++++++++
> src/gallium/drivers/tegra/tegra_context.h | 80 +++
> src/gallium/drivers/tegra/tegra_resource.c | 219 +++++++
> src/gallium/drivers/tegra/tegra_resource.h | 98 +++
> src/gallium/drivers/tegra/tegra_screen.c | 311 +++++++++
> src/gallium/drivers/tegra/tegra_screen.h | 45 ++
> src/gallium/targets/dri/Makefile.am | 2 +
>...
2014 Nov 27
7
[RFC] tegra: Initial support
...| 11 +
src/gallium/drivers/tegra/Makefile.am | 17 +
src/gallium/drivers/tegra/Makefile.sources | 4 +
src/gallium/drivers/tegra/tegra_context.c | 699 +++++++++++++++++++++
src/gallium/drivers/tegra/tegra_context.h | 80 +++
src/gallium/drivers/tegra/tegra_resource.c | 219 +++++++
src/gallium/drivers/tegra/tegra_resource.h | 98 +++
src/gallium/drivers/tegra/tegra_screen.c | 311 +++++++++
src/gallium/drivers/tegra/tegra_screen.h | 45 ++
src/gallium/targets/dri/Makefile.am | 2 +
src/gallium/winsys/tegr...