[Mesa-dev] [PATCH 00/12] Mostly harmless warning silencers
Jakob Bornecrantz
wallbraker at gmail.com
Mon Jan 9 17:41:36 PST 2012
On Tue, Jan 10, 2012 at 12:29 AM, Brian Paul <brianp at vmware.com> wrote:
> On 01/09/2012 03:53 PM, Jakob Bornecrantz wrote:
>>
>> The first patch is a fix for the scons release build of the vmwgfx-dri
>> driver
>> I managed to break without noticing it. The others are mostly warning
>> silencers that I found when doing a scons release build, I'm not sure if
>> this
>> is the good way of doing them, but it got rid of the warnings at least.
>> And
>> some git ignores.
>>
>> Cheers, Jakob.
>>
>> Jakob Bornecrantz (12):
>> target-helpers: If neither softpipe or llvmpipe is used just return the
>> screen
>> draw: Silence warning
>> rbug: Silence warning
>> mesa: Silence warning
>> mesa: Silence warning
>> mesa: Ignores
>> svga: Ignores
>> svga: Silence warning
>> svga: Silence warning
>> svga: Silence warning
>> svga: Add somewhat sensible fallback and silence warning
>> svga: Drop execbuf throttling
>>
>> .../draw/draw_pt_fetch_shade_pipeline_llvm.c | 12 ----------
>> .../target-helpers/inline_wrapper_sw_helper.h | 2 +
>> src/gallium/drivers/rbug/rbug_core.c | 3 +-
>> src/gallium/drivers/svga/svga_pipe_draw.c | 3 ++
>> src/gallium/drivers/svga/svga_tgsi_decl_sm30.c | 12 +---------
>> src/gallium/targets/dri-vmwgfx/target.c | 1 -
>> src/gallium/targets/xa-vmwgfx/.gitignore | 2 +
>> src/gallium/winsys/svga/drm/vmw_context.c | 22
>> +------------------
>> src/gallium/winsys/svga/drm/vmw_context.h | 4 ---
>> src/gallium/winsys/svga/drm/vmw_screen.c | 10 ---------
>> src/gallium/winsys/svga/drm/vmw_screen.h | 1 -
>> src/mesa/.gitignore | 1 +
>> src/mesa/program/nvvertparse.c | 1 +
>> src/mesa/program/symbol_table.c | 1 +
>> 14 files changed, 16 insertions(+), 59 deletions(-)
>> create mode 100644 src/gallium/targets/xa-vmwgfx/.gitignore
>>
>
> I think patch 12 could use more comments. Otherwise, the series is
> Reviewed-by: Brian Paul <brianp at vmware.com>
Thanks!
Cheers, Jakob.
More information about the mesa-dev
mailing list