Displaying 2 results from an estimated 2 matches for "tegra_context".
2014 Nov 27
0
[Mesa-dev] [RFC] tegra: Initial support
...| 5 +
> .../auxiliary/target-helpers/inline_drm_helper.h | 30 +
> src/gallium/drivers/tegra/Automake.inc | 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...
2014 Nov 27
7
[RFC] tegra: Initial support
...| 5 +
.../auxiliary/target-helpers/inline_drm_helper.h | 30 +
src/gallium/drivers/tegra/Automake.inc | 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 +++++++++
s...