https://bugs.freedesktop.org/show_bug.cgi?id=70591
Lauri Kasanen changed:
What|Removed |Added
CC||cur...@operamail.com
--
You are receivi
Signed-off-by: Lauri Kasanen
---
src/gallium/winsys/radeon/drm/radeon_drm_bo.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_bo.h
b/src/gallium/winsys/radeon/drm/radeon_drm_bo.h
index 5536bc1..0f7e1f0 100644
--- a/src/gallium/winsys/radeon/drm/
The output from here will be used to make better bo placement decisions later.
No measurable overhead when off (glxgears within 0.5%).
Signed-off-by: Lauri Kasanen
---
src/gallium/drivers/radeon/r600_pipe_common.c | 31 +++
src/gallium/drivers/radeon/r600_pipe_common.h |
These will be used later on for optimizing the VRAM placement.
Currently some glxgears overhead (~7% less), real apps yet to be benched.
Signed-off-by: Lauri Kasanen
---
src/gallium/winsys/radeon/drm/radeon_drm_bo.c | 3 +++
src/gallium/winsys/radeon/drm/radeon_drm_bo.h | 16
s
Signed-off-by: Lauri Kasanen
---
src/gallium/drivers/radeon/r600_buffer_common.c | 8
src/gallium/drivers/radeon/radeon_uvd.c | 4 ++--
src/gallium/winsys/radeon/drm/radeon_drm_bo.c | 4
src/gallium/winsys/radeon/drm/radeon_drm_bo.h | 1 +
src/gallium/winsys/radeon/drm/r
When the Gallium i965 driver was renamed to "ilo" the driver descriptor
was never changed. The pipe-loader driver is required to have the same
descriptor name as the driver name, so for consistency change the DRI
driver descriptor to match.
---
src/gallium/targets/dri-ilo/target.c | 2 +-
1 file
In trying to get gallium-nine working with the ilo Gallium driver I
noticed there's no ilo pipe-loader driver being built.
This patch simply puts in place the missing pieces.
The driver descriptor is named "ilo", rather than "i965" as the ilo DRI
driver currently names itself, this is necessary a
On Wednesday 01 January 2014 16:58:46 Lauri Kasanen wrote:
>
> @@ -257,6 +258,7 @@ struct radeon_winsys {
> unsigned size,
> unsigned alignment,
> boolean use_reusable_pool,
> +