[Mesa-dev] [PATCH 2/3] gallium/osmesa: Always link with the c++ linker.

2013-08-23 Thread Jon Severinsson
Just like all other gallium targets... CC: 9.2 mesa-sta...@lists.freedesktop.org --- src/gallium/targets/osmesa/Makefile.am | 11 ++- 1 fil ändrad, 2 tillägg(+), 9 borttagningar(-) diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am index

[Mesa-dev] [PATCH 1/3] gallium/osmesa: Make and install an osmesa.pc.

2013-08-23 Thread Jon Severinsson
As of 2f142d59 build: Add --enable-gallium-osmesa flag. the pkgconfig file from classic osmesa is no longer installed when building gallium osmesa, so copy it to gallium osmesa and install the copy instead. CC: 9.2 mesa-sta...@lists.freedesktop.org --- configure.ac|

[Mesa-dev] [PATCH 3/3] gallium/osmesa: Link, not copy, the shared library to the LIB_DIR.

2013-08-23 Thread Jon Severinsson
Just like all other mesa libraries... CC: 9.2 mesa-sta...@lists.freedesktop.org --- src/gallium/targets/osmesa/Makefile.am |2 +- 1 fil ändrad, 1 tillägg(+), 1 borttagning(-) diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am index

[Mesa-dev] [PATCH] r600g/llvm: Add missing %s format string to fprintf.

2013-08-11 Thread Jon Severinsson
This fixes a compilation warning with -Wformat-security. CC: 9.2 mesa-sta...@lists.freedesktop.org --- src/gallium/drivers/radeon/radeon_llvm_emit.c |2 +- 1 fil ändrad, 1 tillägg(+), 1 borttagning(-) diff --git a/src/gallium/drivers/radeon/radeon_llvm_emit.c

Re: [Mesa-dev] [PATCH 0/4] import the txc_dxtn code from libtxc_dxtn into mesa (Was: Merge floating to master)

2011-03-07 Thread Jon Severinsson
for this patch series disappears (at least for now). Regards Jon Severinsson ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 4/4] gallium/util: use the just imported txc_dxtn code rather than dlopen libtxc_dxtn

2011-03-06 Thread Jon Severinsson
--- src/gallium/auxiliary/util/u_format_s3tc.c | 174 ++-- src/gallium/auxiliary/util/u_format_s3tc.h | 22 src/gallium/drivers/llvmpipe/Makefile |4 +- 3 files changed, 38 insertions(+), 162 deletions(-) diff --git

[Mesa-dev] [PATCH 1/4] mesa: import the txc_dxtn code from libtxc_dxtn into mesa

2011-03-06 Thread Jon Severinsson
This is a plain file copy from commit aac113ee in git://anongit.freedesktop.org/~mareko/libtxc_dxtn Note that make won't build anything just yet. --- src/mesa/main/txc_compress_dxtn.c | 843 + src/mesa/main/txc_dxtn.h | 51 +++

Re: [Mesa-dev] [PATCH 0/4] import the txc_dxtn code from libtxc_dxtn into mesa (Was: Merge floating to master)

2011-03-06 Thread Jon Severinsson
On Mon, Mar 7, 2011 at 9:47 AM, Jon Severinsson j...@severinsson.net wrote: As you are about to introduce --enable-patented for floating point textures, I thought the same functionality should be used for s3tc support. This patch series does so by importing the code from libtxc_dxtn