[Mesa-dev] [Bug 70591] glxext.h:275: error: redefinition of typedef ‘GLXContextID’

2014-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70591 Lauri Kasanen cur...@operamail.com changed: What|Removed |Added CC||cur...@operamail.com

[Mesa-dev] [PATCH 1/4] winsys/radeon: Add a millisecond time function

2014-01-01 Thread Lauri Kasanen
Signed-off-by: Lauri Kasanen c...@gmx.com --- 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 ---

[Mesa-dev] [PATCH 2/4] radeon: Add bo statistics dumping support

2014-01-01 Thread Lauri Kasanen
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 c...@gmx.com --- src/gallium/drivers/radeon/r600_pipe_common.c | 31 +++

[Mesa-dev] [PATCH 3/4] winsys/radeon: Keep bo statistics

2014-01-01 Thread Lauri Kasanen
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 c...@gmx.com --- src/gallium/winsys/radeon/drm/radeon_drm_bo.c | 3 +++ src/gallium/winsys/radeon/drm/radeon_drm_bo.h | 16

[Mesa-dev] [PATCH 4/4] radeon: Determine the bo priority (MSAA, depth, UVD are high)

2014-01-01 Thread Lauri Kasanen
Signed-off-by: Lauri Kasanen c...@gmx.com --- 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 +

[Mesa-dev] [PATCH] ilo: Rename DRI driver descriptor to ilo for consistency

2014-01-01 Thread Steven Newbury
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

[Mesa-dev] [PATCH] ilo: build pipe-loader driver

2014-01-01 Thread Steven Newbury
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 as

Re: [Mesa-dev] [PATCH 4/4] radeon: Determine the bo priority (MSAA, depth, UVD are high)

2014-01-01 Thread Andreas Hartmetz
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, +