Re: [Mesa-dev] [PATCH] build: Fix build on systems where /usr/bin/python isn't python 2.

2013-01-22 Thread Andreas Boll
NOTE: This is a candidate for the 9.0 branch. ... since 410b58c7bfc has the note too. Reviewed-by: Andreas Boll andreas.boll@gmail.com 2013/1/21 Kenneth Graunke kenn...@whitecape.org: configure.ac sets up a PYTHON2 variable, which is what we want AX_PYTHON_MODULE to use (since we only use

[Mesa-dev] Mesa 9.0.2 release

2013-01-22 Thread Andreas Boll
Mesa 9.0.2 has been released. Mesa 9.0.2 is a bug fix release which fixes bugs found since the 9.0.1 release. The tag in the GIT repository for Mesa 9.0.2 is 'mesa-9.0.2'. Mesa 9.0.2 is available for download at ftp://freedesktop.org/pub/mesa/9.0.2/ md5sums: 5ae216ca9fecfa349f14ecb83aa3f124

[Mesa-dev] [PATCH demos] demos: Bump version to 9.0.0

2013-01-23 Thread Andreas Boll
--- I'd like to do a new mesa-demos release. The main motivation is the newly introduced OpenGL core profile support for glxinfo. CMakeLists.txt |4 ++-- configure.ac |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index

[Mesa-dev] [PATCH] mesa: bump version to 9.2 (devel)

2013-01-30 Thread Andreas Boll
Now that branch 9.1 is created, bump the minor version in master. --- Makefile.am |2 +- configure.ac|2 +- src/mesa/main/version.h |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0e61a55..0ce9455 100644

[Mesa-dev] [PATCH 1/5] docs: replace CVS with git

2013-01-30 Thread Andreas Boll
--- docs/sourcedocs.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html index 253e81c..0a0080d 100644 --- a/docs/sourcedocs.html +++ b/docs/sourcedocs.html @@ -25,7 +25,7 @@ produce cross-referenced documentation from the Mesa

[Mesa-dev] [PATCH 2/5] docs: update sourcetree

2013-01-30 Thread Andreas Boll
glsl directory is located in src and not in src/egl --- docs/sourcetree.html |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/sourcetree.html b/docs/sourcetree.html index deeda5d..94bc7d2 100644 --- a/docs/sourcetree.html +++ b/docs/sourcetree.html @@ -31,10 +31,10

[Mesa-dev] [PATCH 3/5] docs: mention some other supported APIs

2013-01-30 Thread Andreas Boll
--- docs/systems.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/systems.html b/docs/systems.html index 3659b94..812852d 100644 --- a/docs/systems.html +++ b/docs/systems.html @@ -26,7 +26,7 @@ software drivers. p The primary API is OpenGL but there's also

[Mesa-dev] [PATCH 4/5] docs: use proper title for index.html

2013-01-30 Thread Andreas Boll
--- docs/index.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 5c92204..5766df2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ html lang=en head meta http-equiv=content-type content=text/html;

[Mesa-dev] [PATCH 5/5] docs: update making a new mesa release info

2013-01-30 Thread Andreas Boll
--- docs/devinfo.html | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/devinfo.html b/docs/devinfo.html index 15a885f..d64171a 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -217,7 +217,7 @@ Update a href=index.htmldocs/index.html/a. p Tag the

[Mesa-dev] [PATCH 2/5] docs: update sourcetree

2013-01-30 Thread Andreas Boll
glsl directory is located in src and not in src/egl v2: remove ppc, move glapi from src/mesa to src/mapi --- docs/sourcetree.html | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/sourcetree.html b/docs/sourcetree.html index deeda5d..530c333 100644 ---

[Mesa-dev] [PATCH] gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT

2013-01-31 Thread Andreas Boll
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=60098 --- src/gallium/drivers/llvmpipe/lp_screen.c |1 + src/gallium/drivers/nv30/nv30_screen.c |1 + src/gallium/drivers/r300/r300_screen.c |1 + src/gallium/drivers/r600/r600_pipe.c |1 +

Re: [Mesa-dev] [PATCH] configure.ac: Disable GLX if OpenGL is not enabled

2013-01-31 Thread Andreas Boll
2013/1/31 Michel Dänzer mic...@daenzer.net: From: Michel Dänzer michel.daen...@amd.com GLX uses mapi/glapi/libglapi.la, which is only built for OpenGL. NOTE: This is a candidate for the stable branches. Reviewed-by: Andreas Boll andreas.boll@gmail.com Signed-off-by: Michel Dänzer

[Mesa-dev] [PATCH (9.0)] configure.ac: Allow OpenGL ES1 and ES2 only with enabled OpenGL

2013-02-01 Thread Andreas Boll
Building OpenGL ES1 and/or ES2 without OpenGL is not supported on mesa 9.0.x --- configure.ac | 11 +++ 1 file changed, 11 insertions(+) diff --git a/configure.ac b/configure.ac index 682e0a5..4634594 100644 --- a/configure.ac +++ b/configure.ac @@ -671,6 +671,17 @@ if test

Re: [Mesa-dev] [Mesa-announce] Mesa 9.1-rc1

2013-02-11 Thread Andreas Boll
2013/2/11 Ian Romanick i...@freedesktop.org: Mesa 9.1 release candidate 1 is now ready. The tag in the GIT repository for Mesa 9.1-RC1 is 'mesa-9.1-rc1'. Mesa 9.1-RC1 is available for download at ftp://freedesktop.org/pub/mesa/9.1/ md5sums: 629a1058f1415c2b0318a912e765c6bb

[Mesa-dev] [PATCH] docs: document removal of makedepend build dependency

2013-02-11 Thread Andreas Boll
Build dependency removed with 424f2008814ed9047628c40ccd4258a8a9fd8299 --- docs/relnotes-9.1.html |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/docs/relnotes-9.1.html b/docs/relnotes-9.1.html index 350ae27..75e82ba 100644 --- a/docs/relnotes-9.1.html +++

[Mesa-dev] [PATCH (9.1)] Revert r600g: re-enable handling of DISCARD_RANGE, improving performance

2013-02-17 Thread Andreas Boll
This reverts commit 1eedebc65b02130ef7a27062a1ed67972a317a08. Until we have a proper fix disable DISCARD_RANGE for now. It fixes the garbled ui in TF2. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=58042 Cc: Marek Olšák mar...@gmail.com --- src/gallium/drivers/r600/r600_buffer.c |

[Mesa-dev] Mesa 9.0.3 release

2013-02-21 Thread Andreas Boll
Mesa 9.0.3 has been released. Mesa 9.0.3 is a bug fix release which fixes bugs found since the 9.0.2 release. The tag in the GIT repository for Mesa 9.0.3 is 'mesa-9.0.3'. Mesa 9.0.3 is available for download at ftp://freedesktop.org/pub/mesa/9.0.3/ md5sums: 168384ac0101f4600a15edd3561acdc7

[Mesa-dev] [PATCH] targets/xa-vmwgfx: Force c++ linker to fix undefined symbols

2013-02-21 Thread Andreas Boll
NOTE: This is a candidate for the 9.1 branch. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61200 --- src/gallium/targets/xa-vmwgfx/Makefile.am |2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/targets/xa-vmwgfx/Makefile.am b/src/gallium/targets/xa-vmwgfx/Makefile.am

[Mesa-dev] [PATCH] gallium/build: Fix visibility CFLAGS in automake

2013-02-21 Thread Andreas Boll
From: Maarten Lankhorst m.b.lankho...@gmail.com v2: Andreas Boll andreas.boll@gmail.com - Fix formatting - use one CFLAG per line NOTE: This is a candidate for the 9.1 branch. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59238 Reviewed-by: Andreas Boll andreas.boll

[Mesa-dev] [PATCH] llvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to the lp_test_* targets

2013-02-22 Thread Andreas Boll
Fixes undefined symbols. NOTE: This is a candidate for the 9.1 branch. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61052 Tested-by: Vinson Lee v...@freedesktop.org --- src/gallium/drivers/llvmpipe/Makefile.am | 17 - 1 file changed, 12 insertions(+), 5 deletions(-)

Re: [Mesa-dev] [PATCH] st/mesa: check for dummy programs in destroy_program_variants()

2013-02-22 Thread Andreas Boll
Now the Unexpected program target 0x0 in destroy_program_variants_cb() errors don't occur anymore. Tested with TF2 Tested-by: Andreas Boll andreas.boll@gmail.com 2013/2/20 Brian Paul bri...@vmware.com: When we destroy an ARB vp/fp whose ID was gen'd but not otherwise used we get a pointer

Re: [Mesa-dev] [PATCH 0/9] remove mfeatures.h file

2013-02-26 Thread Andreas Boll
2013/2/26 Brian Paul bri...@vmware.com: OK, I have a git tree on fd.o with this patch series (plus updates to intel_screen.c and configure.ac). With your configure.ac patch API_DEFINES seems now unused. But from what I can see src/gallium/targets/egl-static/egl_st.c used it to define

Re: [Mesa-dev] [PATCH 06/10] build: Stop using GALLIUM_STATE_TRACKERS_DIRS for SUBDIRS

2013-02-26 Thread Andreas Boll
Any reason you don't keep using the Makefile.am in src/gallium/state_trackers/ as you did in patch 9 and 10? 2013/2/25 Matt Turner matts...@gmail.com: configure still uses it to print the enabled state trackers. --- Makefile.am| 51

Re: [Mesa-dev] [PATCH 08/10] build: Build pipe-loader before gallium tests

2013-02-26 Thread Andreas Boll
2013/2/25 Matt Turner matts...@gmail.com: And don't build it from other Makefiles. That's awful, and breaks distclean. --- configure.ac |8 src/gallium/targets/opencl/Makefile.am |3 --- src/gallium/tests/trivial/Makefile.am |7 --- 3

Re: [Mesa-dev] [PATCH 10/10] build: Get rid of GALLIUM_WINSYS_DIRS

2013-02-26 Thread Andreas Boll
Other than the two comments in patch 6 and 8 this series is Reviewed-by: Andreas Boll andreas.boll@gmail.com I'll test it with various configs tomorrow. 2013/2/25 Matt Turner matts...@gmail.com: --- configure.ac | 38 +- src/gallium/winsys

[Mesa-dev] [PATCH] build: remove unused API_DEFINES

2013-02-27 Thread Andreas Boll
--- Depends on Brian's remove-mfeatures branch. configure.ac |3 --- src/gallium/targets/egl-static/Makefile.am |3 +-- src/glsl/Makefile.am |3 +-- src/mesa/Makefile.am |2 +-

Re: [Mesa-dev] [PATCH] llvmpipe: bump glsl version to 140

2013-02-28 Thread Andreas Boll
2013/3/1 srol...@vmware.com: From: Roland Scheidegger srol...@vmware.com texel offsets should have been the last missing feature (not sure if anything is actually missing for 140). In any case we still don't do OpenGL 3.0 (missing MSAA which will be difficult, plus EXT_packed_float,

Re: [Mesa-dev] [PATCH] Fix out-of-tree build of 'make check' in src/mesa/main/tests

2013-03-01 Thread Andreas Boll
2013/3/1 Jon TURNEY jon.tur...@dronecode.org.uk: Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk Reviewed-by: Andreas Boll andreas.boll@gmail.com --- src/mesa/main/tests/Makefile.am |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/main

Re: [Mesa-dev] [PATCH 01/18] mesa: Replace MESA_VERSION with PACKAGE_VERSION.

2013-03-14 Thread Andreas Boll
I was wondering if it was intented to change the version string in glxinfo from OpenGL version string: 3.0 Mesa 9.2-devel (git-42c1b33) to OpenGL version string: 3.0 Mesa 9.2.0 (git-439c3d4) If someone builds from a 9.2 devel tarball instead from git then there would be no difference in the

Re: [Mesa-dev] [PATCH 09/18] build: Get rid of CORE_DIRS

2013-03-14 Thread Andreas Boll
2013/3/11 Matt Turner matts...@gmail.com: A step toward working make dist/distcheck. --- configure.ac | 37 - src/Makefile.am | 30 +++--- src/mapi/Makefile.am | 42 ++ 3

[Mesa-dev] [PATCH] docs: start release notes file for 9.2

2013-03-15 Thread Andreas Boll
--- docs/relnotes-9.2.html | 65 docs/relnotes.html |1 + 2 files changed, 66 insertions(+) create mode 100644 docs/relnotes-9.2.html diff --git a/docs/relnotes-9.2.html b/docs/relnotes-9.2.html new file mode 100644 index

[Mesa-dev] [PATCH 0/4] Upstream some patches from debian/ubuntu

2013-03-16 Thread Andreas Boll
, Andreas. [1] http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=tree;f=debian/patches;hb=refs/heads/ubuntu%2B1 Andreas Boll (4): mesa: use ieee fp on s390 and m68k build: Enable x86 assembler on Hurd. osmesa: fix out-of-tree build gallium/egl: fix out-of-tree build configure.ac

[Mesa-dev] [PATCH 1/4] mesa: use ieee fp on s390 and m68k

2013-03-16 Thread Andreas Boll
Taken from downstream: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch;h=d3d6c1d7fec3c72ecf320706167deb61c52636c3;hb=refs/heads/ubuntu%2B1 Fixes Debian bug #349437. Patch written by David Nusinow. NOTE: This is a candidate

[Mesa-dev] [PATCH 2/4] build: Enable x86 assembler on Hurd.

2013-03-16 Thread Andreas Boll
Taken from downstream: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/10-hurd-configure-tweaks.diff;h=984e17df1b8afdf8e4b36bee96aa5ab6a5691021;hb=refs/heads/ubuntu%2B1 Thanks to Pino Toscano. NOTE: This is a candidate for stable branches. --- configure.ac |

[Mesa-dev] [PATCH 3/4] osmesa: fix out-of-tree build

2013-03-16 Thread Andreas Boll
Taken from downstream: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/14-fix-osmesa-build.diff;h=00581d0e1833c5492d9050e1bf3d5e658cad782e;hb=refs/heads/ubuntu%2B1 NOTE: This is a candidate for the 9.1 and 9.0 branches. --- src/mesa/drivers/osmesa/Makefile.am |

[Mesa-dev] [PATCH 4/4] gallium/egl: fix out-of-tree build

2013-03-16 Thread Andreas Boll
Taken from downstream: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/15-fix-oot-build.diff;h=7040999a22d3937d0578cfd85ee2c71d7dc614bb;hb=refs/heads/ubuntu%2B1 NOTE: This is a candidate for the 9.1 branch. --- src/gallium/state_trackers/egl/Makefile.am |2

Re: [Mesa-dev] [PATCH 2/4] build: Enable x86 assembler on Hurd.

2013-03-17 Thread Andreas Boll
2013/3/16 Matt Turner matts...@gmail.com: On Sat, Mar 16, 2013 at 6:30 AM, Andreas Boll andreas.boll@gmail.com wrote: Taken from downstream: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/10-hurd-configure-tweaks.diff;h

Re: [Mesa-dev] Very low framerate when recording desktop content in Weston using mesa git on Radeon 5770 (glReadPixels slow path)

2013-03-17 Thread Andreas Boll
2013/3/17 Rune Kjær Svendsen runesv...@gmail.com: Hello list I'm having problems recording the desktop content using the Weston compositor's built-in recording function. When I start a recording and do something that changes a lot of screen content (like zooming in on the desktop, for

Re: [Mesa-dev] [PATCH 1/2] build libgallium shared by default.

2013-03-18 Thread Andreas Boll
2013/3/18 Maarten Lankhorst maarten.lankho...@canonical.com: This is one of the 2 patches used in ubuntu for decreasing size of mesa build. The other one is more hacky, and links libmesagallium into libgallium, and then links libgallium against libdricore too for minimal duplication. This

[Mesa-dev] [PATCH] radeon/llvm: Link against libgallium.la to fix an undefined symbol

2013-03-19 Thread Andreas Boll
Ported from downstream: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/119-libllvmradeon-link.patch;h=ee47f8a07dbf33c32f8b57faed923680ed6648fb;hb=refs/heads/ubuntu%2B1 Fixes a regression introduced with f70c3853513637fa6ed38e75f73d472a9fa61213 NOTE: This is a

Re: [Mesa-dev] [PATCH 1/2] build libgallium shared by default.

2013-03-19 Thread Andreas Boll
2013/3/19 Maarten Lankhorst maarten.lankho...@canonical.com: Op 18-03-13 16:28, Andreas Boll schreef: 2013/3/18 Maarten Lankhorst maarten.lankho...@canonical.com: This is one of the 2 patches used in ubuntu for decreasing size of mesa build. The other one is more hacky, and links

Re: [Mesa-dev] [PATCH 1/2] build libgallium shared by default.

2013-03-19 Thread Andreas Boll
2013/3/19 Johannes Obermayr johannesoberm...@gmx.de: Am Montag, 18. März 2013, 15:38:31 schrieb Maarten Lankhorst: This is one of the 2 patches used in ubuntu for decreasing size of mesa build. The other one is more hacky, and links libmesagallium into libgallium, and then links libgallium

[Mesa-dev] [PATCH] r600g: Fallback to shader decoding if UVD isn't available

2013-04-03 Thread Andreas Boll
Cc: Christian König deathsim...@vodafone.de --- src/gallium/drivers/r600/r600_pipe.c | 63 +++--- src/gallium/drivers/r600/r600_pipe.h |1 + 2 files changed, 60 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/r600/r600_pipe.c

[Mesa-dev] [PATCH] radeonsi: Fallback to shader decoding if UVD isn't available

2013-04-03 Thread Andreas Boll
Cc: Christian König deathsim...@vodafone.de --- Note: Compile tested only src/gallium/drivers/radeonsi/radeonsi_pipe.c | 39 -- src/gallium/drivers/radeonsi/radeonsi_pipe.h |1 + 2 files changed, 37 insertions(+), 3 deletions(-) diff --git

Re: [Mesa-dev] [PATCH] r600g: Fallback to shader decoding if UVD isn't available

2013-04-03 Thread Andreas Boll
FYI this and the radeonsi patch assume that the kernel driver with UVD support reports version 2.31.0 (needs to be bumped) 2013/4/3 Andreas Boll andreas.boll@gmail.com Cc: Christian König deathsim...@vodafone.de --- src/gallium/drivers/r600/r600_pipe.c | 63

Re: [Mesa-dev] [PATCH 1/2] radeon/winsys: add uvd ring support to winsys v2

2013-04-11 Thread Andreas Boll
2013/4/11 Christian König deathsim...@vodafone.de From: Christian König christian.koe...@amd.com Separated from UVD patch for clarity. v2: sync with next tree for 3.10 http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.10-wip Signed-off-by: Christian König

[Mesa-dev] [PATCH] egl-static: use automake conditionals for defining FEATURE_{GL, ES1, ES2}

2013-04-17 Thread Andreas Boll
Removes the need of API_DEFINES. Cc: Brian Paul bri...@vmware.com --- Brian, do you have somewhere an updated branch of your remove-mfeatures work? I'd like to rebase my remove API_DEFINES patch. src/gallium/targets/egl-static/Makefile.am | 12 +++- 1 file changed, 11 insertions(+),

[Mesa-dev] [PATCH] docs: update release notes for 9.2

2013-04-17 Thread Andreas Boll
--- docs/relnotes/9.2.html | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/relnotes/9.2.html b/docs/relnotes/9.2.html index ec9cc47..0dcc960 100644 --- a/docs/relnotes/9.2.html +++ b/docs/relnotes/9.2.html @@ -44,8 +44,13 @@ Note: some of the new features

[Mesa-dev] [PATCH 2/2] docs: add info about bugzilla_mesa.sh script

2013-04-17 Thread Andreas Boll
--- docs/devinfo.html |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devinfo.html b/docs/devinfo.html index 7176824..f5eb4d4 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -206,8 +206,8 @@ branch is relevant. p Create a docs/relnotes/x.y.z.html

[Mesa-dev] [PATCH 1/3 v2] mesa: Add a script to generate the list of fixed bugs

2013-04-18 Thread Andreas Boll
This list appears in the fixed bugs section of the release notes. v2: Add usage examples NOTE: This is a candidate for the stable branches. --- bin/bugzilla_mesa.sh | 52 ++ 1 file changed, 52 insertions(+) create mode 100755

[Mesa-dev] [PATCH 2/3] docs: add info about bugzilla_mesa.sh script

2013-04-18 Thread Andreas Boll
--- docs/devinfo.html |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devinfo.html b/docs/devinfo.html index 7176824..f5eb4d4 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -206,8 +206,8 @@ branch is relevant. p Create a docs/relnotes/x.y.z.html

[Mesa-dev] [PATCH 3/3] mesa: add usage examples to get-pick-list and shortlog scripts

2013-04-18 Thread Andreas Boll
--- bin/get-pick-list.sh |6 ++ bin/shortlog_mesa.sh |6 ++ 2 files changed, 12 insertions(+) diff --git a/bin/get-pick-list.sh b/bin/get-pick-list.sh index d3ac511..d2b76e7 100755 --- a/bin/get-pick-list.sh +++ b/bin/get-pick-list.sh @@ -1,6 +1,12 @@ #!/bin/sh # Script for

[Mesa-dev] [PATCH 0/6] remove API_DEFINES and IN_DRI_DRIVER

2013-04-19 Thread Andreas Boll
You can find these patches on this branch: http://cgit.freedesktop.org/~ab/mesa/log/?h=remove-api_defines Although the first patch doesn't really belong to this series, I've found it while working on it. Andreas. Andreas Boll (4): intel: remove executable bit from C file egl-static: use

[Mesa-dev] [PATCH 1/6] intel: remove executable bit from C file

2013-04-19 Thread Andreas Boll
--- 0 files changed mode change 100755 = 100644 src/mesa/drivers/dri/intel/intel_extensions.c diff --git a/src/mesa/drivers/dri/intel/intel_extensions.c b/src/mesa/drivers/dri/intel/intel_extensions.c old mode 100755 new mode 100644 -- 1.7.10.4 ___

[Mesa-dev] [PATCH 2/6] egl-static: use automake conditionals for defining FEATURE_{GL, ES1, ES2}

2013-04-19 Thread Andreas Boll
Removes the need of API_DEFINES. --- src/gallium/targets/egl-static/Makefile.am | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 31dbc79..c68ed11 100644 ---

[Mesa-dev] [PATCH 3/6] intel: use automake conditionals for defining FEATURE_{ES1, ES2}

2013-04-19 Thread Andreas Boll
Removes the need of API_DEFINES. --- src/mesa/drivers/dri/i915/Makefile.am | 11 ++- src/mesa/drivers/dri/i965/Makefile.am | 11 ++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i915/Makefile.am b/src/mesa/drivers/dri/i915/Makefile.am

[Mesa-dev] [PATCH 4/6] configure: remove FEATURE_GL/ES1/ES2

2013-04-19 Thread Andreas Boll
From: Brian Paul bri...@vmware.com Not used anymore. v2: Andreas Boll andreas.boll@gmail.com - split patch into two patches --- configure.ac | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index 50e60f6..cdc8fd9 100644

[Mesa-dev] [PATCH 5/6] configure: remove IN_DRI_DRIVER

2013-04-19 Thread Andreas Boll
From: Brian Paul bri...@vmware.com Not used anymore. v2: Andreas Boll andreas.boll@gmail.com - split patch into two patches - remove more unused code --- configure.ac | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/configure.ac b

[Mesa-dev] [PATCH 6/6] build: remove unused API_DEFINES

2013-04-19 Thread Andreas Boll
--- configure.ac |3 --- src/glsl/Makefile.am |3 +-- src/mesa/Makefile.am |2 +- src/mesa/drivers/dri/common/Makefile.am|1 - src/mesa/drivers/dri/nouveau/Makefile.am |1 -

[Mesa-dev] [PATCH 7/6] scons: remove IN_DRI_DRIVER

2013-04-19 Thread Andreas Boll
Not used anymore. --- Note: Untested src/mesa/SConscript |1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 3cd0f87..b87e40d 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -31,7 +31,6 @@ if env['platform'] == 'windows':

Re: [Mesa-dev] [PATCH 5/6] configure: remove IN_DRI_DRIVER

2013-04-20 Thread Andreas Boll
2013/4/20 Brian Paul bri...@vmware.com On 04/19/2013 01:56 PM, Andreas Boll wrote: From: Brian Paulbri...@vmware.com I don't recall authoring this particular patch. But AFAICT, IN_DRI_DRIVER is no loger used, as you indidate. -Brian See http://cgit.freedesktop.org/~brianp/mesa/commit

Re: [Mesa-dev] [PATCH 7/6] scons: remove IN_DRI_DRIVER

2013-05-01 Thread Andreas Boll
ping 2013/4/19 Andreas Boll andreas.boll@gmail.com Not used anymore. --- Note: Untested src/mesa/SConscript |1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 3cd0f87..b87e40d 100644 --- a/src/mesa/SConscript +++ b/src/mesa

[Mesa-dev] [PATCH 1/2] scons: remove radeon build

2013-05-03 Thread Andreas Boll
One build system for linux/unix only drivers should be enough. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48694 --- scons/gallium.py|1 - src/gallium/SConscript | 24 --- src/gallium/drivers/r300/SConscript

[Mesa-dev] [PATCH 2/2] scons: remove nouveau build

2013-05-03 Thread Andreas Boll
One build system for linux/unix only drivers should be enough. Additionally the nouveau target was disabled anyway. --- src/gallium/SConscript | 15 --- src/gallium/drivers/nouveau/SConscript | 10 -- src/gallium/drivers/nv30/SConscript| 11

Re: [Mesa-dev] [PATCH] r600g: Correctly initialize the shader key, v2

2013-05-03 Thread Andreas Boll
Pushed as http://cgit.freedesktop.org/mesa/mesa/commit/?id=e495d88453076a4fe552502d66d6a3869ab70e4a 2013/5/3 Marek Olšák mar...@gmail.com As long as the commit message contains a note matching this regular expression '^[[:space:]]*NOTE: .*[Cc]andidate', it won't be missed. Usually the

Re: [Mesa-dev] [PATCH] st/xvmc/tests: Fix build failure, v2

2013-05-03 Thread Andreas Boll
Pushed as http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ff81cfd8640d02dc78d736cad5020d54ef7a0dc 2013/5/3 Matt Turner matts...@gmail.com On Fri, May 3, 2013 at 1:48 AM, Lauri Kasanen c...@gmx.com wrote: v2: Removed extra libs as requested by Matt Turner. Signed-off-by: Lauri Kasanen

Re: [Mesa-dev] [PATCH] targets/dri-i915: Force c++ linker in all cases

2013-05-06 Thread Andreas Boll
2013/5/6 Chí-Thanh Christopher Nguyễn chith...@gentoo.org Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=461696 NOTE: This is a candidate for the 9.1 branch. Reviewed-by: Andreas Boll andreas.boll@gmail.com --- src/gallium/targets/dri-i915/Makefile.am | 10 ++ 1 file

[Mesa-dev] [PATCH] glapi: Add some missing static_dispatch=false annotations to es_EXT.xml

2013-05-30 Thread Andreas Boll
This fixes the following build errors on powerpc: CC glapi_dispatch.lo In file included from glapi_dispatch.c:90:0: ../../../../../src/mapi/glapi/glapitemp.h:1640:1: error: no previous prototype for 'glReadBufferNV' [-Werror=missing-prototypes]

Re: [Mesa-dev] [PATCH] glapi: Add some missing static_dispatch=false annotations to es_EXT.xml

2013-05-31 Thread Andreas Boll
FYI here is the full build log of the failing build. https://buildd.debian.org/status/fetch.php?pkg=mesaarch=powerpcver=9.1.3-1stamp=1369778584 Andreas. 2013/5/30 Andreas Boll andreas.boll@gmail.com This fixes the following build errors on powerpc: CC glapi_dispatch.lo In file

Re: [Mesa-dev] hw_gl_select branch status

2013-06-03 Thread Andreas Boll
I've rebased the patch and fixed up some build failures. If you want to play with it, here is the updated branch: http://cgit.freedesktop.org/~ab/mesa/log/?h=hw_gl_select2 And for more information there is this bug report: https://bugs.freedesktop.org/show_bug.cgi?id=34495 Andreas. 2013/6/3

[Mesa-dev] [PATCH] configure.ac: Build dricommon for gallium swrast

2013-06-04 Thread Andreas Boll
instead of using gallium_check_st NOTE: This is a candidate for the 9.1 branch. (Depends on 7de78ce5 and 07f2dee) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61821 Signed-off-by: Andreas Boll andreas.boll@gmail.com --- configure.ac |1 + 1 file changed, 1 insertion(+) diff

[Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android

2013-06-04 Thread Andreas Boll
This patch unifies mesa's PACKAGE_VERSION on autotools, scons and Android build systems. Current behaviour is: - Autotools uses 9.2.0 as PACKAGE_VERSION - Scons and Android use 9.2-devel as PACKAGE_VERSION With this patch all three build systems use 9.2.0-devel as PACKAGE_VERSION. ---

Re: [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android

2013-06-04 Thread Andreas Boll
2013/6/4 Brian Paul bri...@vmware.com On 06/04/2013 11:40 AM, Andreas Boll wrote: This patch unifies mesa's PACKAGE_VERSION on autotools, scons and Android build systems. Current behaviour is: - Autotools uses 9.2.0 as PACKAGE_VERSION - Scons and Android use 9.2-devel

[Mesa-dev] [PATCH] build: Use PACKAGE_VERSION from autoconf

2013-06-05 Thread Andreas Boll
Both variables had the same value. Signed-off-by: Andreas Boll andreas.boll@gmail.com --- Makefile.am |1 - docs/devinfo.html |1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 92b792d..29405a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7

Re: [Mesa-dev] [PATCH] build: Unify PACKAGE_VERSION on autotools, scons and Android

2013-06-05 Thread Andreas Boll
2013/6/4 Emil Velikov emil.l.veli...@gmail.com On 04/06/13 21:42, Andreas Boll wrote: 2013/6/4 Brian Paul bri...@vmware.com On 06/04/2013 11:40 AM, Andreas Boll wrote: This patch unifies mesa's PACKAGE_VERSION on autotools, scons and Android build systems. Current behaviour

Re: [Mesa-dev] [PATCH] mesa: Fix ieee fp on Alpha

2013-06-16 Thread Andreas Boll
2013/6/14 Sven Joachim svenj...@gmx.de Commit 1f82bf12ed inadvertently broke it, checking for __IEEE_FLOAT on all Alpha machines instead of only on VMS as before. NOTE: This is a candidate for the 9.1 branch. Signed-off-by: Sven Joachim svenj...@gmx.de Reviewed-by: Andreas Boll

Re: [Mesa-dev] [PATCH 12/21] mesa: Remove GL_MESA_resize_buffers

2013-06-28 Thread Andreas Boll
I think you might squash the attached diff into your patch. Andreas. 2013/6/28 Ian Romanick i...@freedesktop.org From: Ian Romanick ian.d.roman...@intel.com Commit bab755a made the implementation a no-op, and it was only ever enabled by software rasterizers. Signed-off-by: Ian Romanick

Re: [Mesa-dev] [PATCH] build: fix out-of-tree builds in gallium/auxiliary

2013-06-28 Thread Andreas Boll
variable $(MKDIR_P) instead of mkdir --parents. With these changes: Reviewed-by: Andreas Boll andreas.boll@gmail.com $(AM_V_GEN) $(PYTHON2) $ $@ indices/u_unfilled_gen.c: $(srcdir)/indices/u_unfilled_gen.py + mkdir --parents indices $(AM_V_GEN) $(PYTHON2) $ $@ util

Re: [Mesa-dev] [PATCH][V2] build: fix out-of-tree builds in gallium/auxiliary

2013-06-28 Thread Andreas Boll
There is an open bug report about this issue: https://bugs.freedesktop.org/show_bug.cgi?id=60197 Matt, could you take a look at this? Which patch do you prefer? 2013/6/28 Ross Burton ross.bur...@intel.com The rules were writing files to e.g. util/u_indices_gen.py, but in an out-of-tree build

[Mesa-dev] [PATCH mesa-9.1] configure.ac: Require llvm-3.2 for r600g/radeonsi llvm backends

2013-07-19 Thread Andreas Boll
v2: Update the error message too. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66847 Cc: mesa-sta...@lists.freedesktop.org Tested-by: Marc Dietrich marvi...@gmx.de Signed-off-by: Andreas Boll andreas.boll@gmail.com --- configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2

Re: [Mesa-dev] [PATCH] gallium/vl: add prime support

2013-07-25 Thread Andreas Boll
Candidate for 9.2? Please add: Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67283 2013/7/25, Dave Airlie airl...@gmail.com: From: Dave Airlie airl...@redhat.com This fixes the dri2 opening to check if DRI_PRIME is set, and picks the correct drm device path to open, this along with

[Mesa-dev] [PATCH 1/2] docs: Document that i965 Gen6+ requires Kernel 3.6 or later

2013-08-02 Thread Andreas Boll
Cc: 9.2 mesa-sta...@lists.freedesktop.org --- docs/relnotes/9.2.html |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/relnotes/9.2.html b/docs/relnotes/9.2.html index 4e419f1..b9308eb 100644 --- a/docs/relnotes/9.2.html +++ b/docs/relnotes/9.2.html @@ -71,7 +71,8 @@

[Mesa-dev] [PATCH 2/2] docs: Document UVD (2.2 and 3.0) video decoding support in mesa 9.2

2013-08-02 Thread Andreas Boll
Cc: 9.2 mesa-sta...@lists.freedesktop.org --- docs/relnotes/9.2.html |1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes/9.2.html b/docs/relnotes/9.2.html index b9308eb..1f93b89 100644 --- a/docs/relnotes/9.2.html +++ b/docs/relnotes/9.2.html @@ -53,6 +53,7 @@ Note: some of the

Re: [Mesa-dev] [PATCH] Makefile.am: Remove api_exec_es* from EXTRA_FILES.

2013-08-02 Thread Andreas Boll
Candidate for 9.1 and 9.2? Reviewed-by: Andreas Boll andreas.boll@gmail.com 2013/8/2 Matt Turner matts...@gmail.com: These files were removed in commits a0102154 and a8ab7e33. --- Makefile.am | 6 -- 1 file changed, 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index

Re: [Mesa-dev] [PATCH] docs: Update some out of date sourcetree information

2013-08-02 Thread Andreas Boll
Reviewed-by: Andreas Boll andreas.boll@gmail.com 2013/8/2 Timothy Arceri t_arc...@yahoo.com.au: --- docs/devinfo.html| 2 +- docs/sourcetree.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/devinfo.html b/docs/devinfo.html index bf77259..4c1099c

Re: [Mesa-dev] [PATCH] docs: Update some out of date sourcetree information

2013-08-02 Thread Andreas Boll
are usually submitted to bugzilla rather than a mailing list. Tim. On 02/08/13 22:17, Andreas Boll wrote: Reviewed-by: Andreas Boll andreas.boll@gmail.com 2013/8/2 Timothy Arceri t_arc...@yahoo.com.au: --- docs/devinfo.html| 2 +- docs/sourcetree.html | 2 -- 2 files changed, 1

Re: [Mesa-dev] [Mesa-announce] Mesa 9.2 release candidate 2

2013-08-23 Thread Andreas Boll
2013/8/23 Ian Romanick i...@freedesktop.org: Mesa 9.2 release candidate 2 is now available for testing. The tag in the GIT repository for Mesa 9.2-rc2 is 'mesa-9.2-rc2'. Mesa 9.2 release candidate 2 is available for download at ftp://freedesktop.org/pub/mesa/9.2/ md5sums:

[Mesa-dev] [PATCH 0/2] gitignore cleanup

2012-06-08 Thread Andreas Boll
Hi, these are my first patches for mesa. Please review and commit. Andreas. PS: I have some more cleanup patches for docs/, which i'll post soon. Andreas Boll (2): glapi: .gitignore cleanup glcpp: .gitignore cleanup src/glsl/glcpp/.gitignore |3 --- src/mapi/glapi/.gitignore | 11

[Mesa-dev] [PATCH 1/2] glapi: .gitignore cleanup

2012-06-08 Thread Andreas Boll
remove archaic .cvsignore *.pyo is already in toplevel .gitignore *.pyc is already in toplevel .gitignore --- src/mapi/glapi/.gitignore | 11 --- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/src/mapi/glapi/.gitignore b/src/mapi/glapi/.gitignore index 21edf4f..ecae56a

[Mesa-dev] [PATCH 2/2] glcpp: .gitignore cleanup

2012-06-08 Thread Andreas Boll
*.o, *.lo and *~ are already in toplevel .gitignore --- src/glsl/glcpp/.gitignore |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/glsl/glcpp/.gitignore b/src/glsl/glcpp/.gitignore index 41b34bb..24a7119 100644 --- a/src/glsl/glcpp/.gitignore +++

[Mesa-dev] [PATCH 00/11] docs: html cleanup

2012-06-10 Thread Andreas Boll
lidri/i915: Fix off-by-one in i830 clip region size./li /ul/p well-formed html: pAlban Browaeys (1):/p ul lidri/i915: Fix off-by-one in i830 clip region size./li /ul Andreas. Andreas Boll (11): docs: consolidate html header and footer docs: escape special html chars docs: fix html

[Mesa-dev] [PATCH 01/11] docs: consolidate html header and footer

2012-06-10 Thread Andreas Boll
add doctype add character encoding add missing head tag unify html header and footer --- docs/autoconf.html | 14 ++-- docs/banner.html | 13 +++ docs/bugs.html | 22 +- docs/conform.html | 19 docs/contents.html

[Mesa-dev] [PATCH 05/11] docs/subset-A.html: fix markup

2012-06-10 Thread Andreas Boll
fixes tidy warnings: line 11 column 1 - Warning: center isn't allowed in h1 elements line 10 column 1 - Info: h1 previously mentioned line 11 column 34 - Warning: discarding unexpected /center line 14 column 1 - Warning: center isn't allowed in h2 elements line 13 column 1 - Info: h2 previously

[Mesa-dev] [PATCH 06/11] docs: use id instead of a name

2012-06-10 Thread Andreas Boll
--- docs/dispatch.html |9 ++ docs/faq.html| 68 +++-- docs/install.html| 21 +-- docs/repository.html |9 ++ docs/shading.html| 29 ++-- 5 files changed, 54 insertions(+), 82

[Mesa-dev] [PATCH 07/11] docs: prefer lowercase html tags

2012-06-10 Thread Andreas Boll
--- docs/banner.html | 30 +- docs/contents.html| 22 docs/devinfo.html | 12 ++-- docs/dispatch.html| 18 +++--- docs/download.html|4 +- docs/envvars.html |8 ++-- docs/install.html | 20 docs/intro.html | 18

[Mesa-dev] [PATCH 08/11] docs: remove unused anchor links

2012-06-10 Thread Andreas Boll
--- docs/versions.html | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/versions.html b/docs/versions.html index aa31ffc..4dc51cc 100644 --- a/docs/versions.html +++ b/docs/versions.html @@ -1442,7 +1442,7 @@ Bug fixes: /ul -h2a name=6.0.16.0.1

[Mesa-dev] [PATCH 09/11] docs: remove unused table styles

2012-06-10 Thread Andreas Boll
--- docs/banner.html |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/docs/banner.html b/docs/banner.html index 43e3025..90147c0 100644 --- a/docs/banner.html +++ b/docs/banner.html @@ -5,8 +5,7 @@ titleBanner/title style type=text/css !-- -body { background:

[Mesa-dev] [PATCH 11/11] docs: whitespaces cleanup

2012-06-10 Thread Andreas Boll
--- docs/banner.html | 45 + docs/contents.html | 30 +++--- docs/devinfo.html |2 -- docs/dispatch.html |2 +- docs/faq.html |1 - docs/install.html |4 ++--

Re: [Mesa-dev] [PATCH 00/11] docs: html cleanup

2012-06-11 Thread Andreas Boll
2012/6/11 Brian Paul bri...@vmware.com: On 06/10/2012 04:57 AM, Andreas Boll wrote: Hi, the following patch series is the first part of cleaning up docs/. Please review and commit. Please commit/push. I don't have commit access. I'm not an HTML expert but these look ok to me.  Can you

Re: [Mesa-dev] [PATCH 00/11] docs: html cleanup

2012-06-12 Thread Andreas Boll
Cc: Ian 2012/6/11 Andreas Boll andreas.boll@gmail.com: 2012/6/11 Brian Paul bri...@vmware.com: On 06/10/2012 04:57 AM, Andreas Boll wrote: Hi, the following patch series is the first part of cleaning up docs/. Please review and commit. Please commit/push. I don't have commit access

  1   2   3   4   >