Mesa (master): mesa: Fix CopyTex{Sub, }Image error checks for integer vs non-integer.

2012-01-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 422b18794eacc8f0be5b4e9611e2726f4e0d86b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=422b18794eacc8f0be5b4e9611e2726f4e0d86b6 Author: Eric Anholt Date: Fri Jan 20 13:43:11 2012 -0800 mesa: Fix CopyTex{Sub,}Image error checks for integer vs non-

Mesa (master): mesa: Add missing integer R/ RG cases to _mesa_is_color_format().

2012-01-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: ee9804af14caa18586dd79bc8fc8c2de00a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee9804af14caa18586dd79bc8fc8c2de00a8 Author: Eric Anholt Date: Fri Jan 20 15:23:42 2012 -0800 mesa: Add missing integer R/RG cases to _mesa_is_color_format

Mesa (master): meta: Detect currently-unsupported integer CopyTexSubImage and complain.

2012-01-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6bf0f6ae86dae14ed0348e5fccf75c43302ad502 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6bf0f6ae86dae14ed0348e5fccf75c43302ad502 Author: Eric Anholt Date: Fri Jan 20 13:59:37 2012 -0800 meta: Detect currently-unsupported integer CopyTexSubImage an

Mesa (master): mesa: Add the remaining from/ to types for GL_EXT_texture_integer (and R/RG).

2012-01-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: d6c58545a1da8c83f0aad296a5e9e31a7c77cfe4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6c58545a1da8c83f0aad296a5e9e31a7c77cfe4 Author: Eric Anholt Date: Fri Jan 20 12:50:34 2012 -0800 mesa: Add the remaining from/to types for GL_EXT_texture_inte

Mesa (master): mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY

2012-01-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 08acd4bd61430beb20a74af23de9f63c8f077467 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08acd4bd61430beb20a74af23de9f63c8f077467 Author: Eric Anholt Date: Fri Jan 20 15:03:12 2012 -0800 mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY S

Mesa (master): mesa: s/GLuint col/GLint col/ to avoid signed/ unsigned comparison warnings.

2012-01-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 86ca4f9cb66aa39c196ae5fc37f6a270d9a1156f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86ca4f9cb66aa39c196ae5fc37f6a270d9a1156f Author: Eric Anholt Date: Mon Jan 23 15:27:36 2012 -0800 mesa: s/GLuint col/GLint col/ to avoid signed/unsigned compar

Mesa (master): mesa: Add support for glGetTexImage() from integer textures.

2012-01-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9f1e64d0856129374b00bd97685f22e092d6442d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f1e64d0856129374b00bd97685f22e092d6442d Author: Eric Anholt Date: Thu Jan 19 09:46:24 2012 -0800 mesa: Add support for glGetTexImage() from integer textures.

Mesa (master): i965/gen6+: Work around GPU hangs with logic ops on integer textures.

2012-01-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: f6e82cd2a18b0edebe3e4102fc93b552e708935a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6e82cd2a18b0edebe3e4102fc93b552e708935a Author: Eric Anholt Date: Fri Jan 20 13:19:10 2012 -0800 i965/gen6+: Work around GPU hangs with logic ops on integer t

Mesa (master): i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.

2012-01-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 04b4880d7c9a5882100ca6a19d42a8c012b174f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04b4880d7c9a5882100ca6a19d42a8c012b174f6 Author: Eric Anholt Date: Thu Jan 19 15:41:12 2012 -0800 i965/gen6+: Disable blending, alpha test, and dither on integ

Mesa (8.0): 26 new commits

2012-01-24 Thread Ian Romanick
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e42dadf70ea2d359ef2c6d07a9a4da6d0b8e2da Author: Kenneth Graunke Date: Fri Jan 20 03:33:40 2012 -0800 i965: Fix border color on Sandybridge and Ivybridge. While reading through the simulator, I found some interesting code th

Mesa (master): mesa/gdi: remove wmesa_set_renderbuffer_funcs() function

2012-01-24 Thread Brian Paul
Module: Mesa Branch: master Commit: 4a1c66059957f8650afb73f9c0f982e4ae7b8200 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a1c66059957f8650afb73f9c0f982e4ae7b8200 Author: Brian Paul Date: Tue Jan 24 15:13:19 2012 -0700 mesa/gdi: remove wmesa_set_renderbuffer_funcs() function The

Mesa (master): dri/swrast: remove obsolete swrast_span. c file from source list

2012-01-24 Thread Brian Paul
Module: Mesa Branch: master Commit: a9bf149e7f699d05bcf31dff54c4b4cf78018dd0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9bf149e7f699d05bcf31dff54c4b4cf78018dd0 Author: Brian Paul Date: Tue Jan 24 15:08:20 2012 -0700 dri/swrast: remove obsolete swrast_span.c file from source lis

Mesa (master): 60 new commits

2012-01-24 Thread Brian Paul
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba151a333be7a23266b23ee6f65669bb19221546 Author: Brian Paul Date: Tue Jan 24 13:32:13 2012 -0700 swrast: fix uninitialized variable warning URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf386f0a2ba3efcfd6ddbfcbebaf98a9bf

Mesa (master): mesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib

2012-01-24 Thread Ian Romanick
Module: Mesa Branch: master Commit: 34c353ce463960afdf64fa2be1f155b8b7f6c70c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34c353ce463960afdf64fa2be1f155b8b7f6c70c Author: Ian Romanick Date: Fri Jan 20 17:23:02 2012 -0800 mesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib

Mesa (master): mesa: Rename gl_array_object::VBOonly to ::ARBsemantics

2012-01-24 Thread Ian Romanick
Module: Mesa Branch: master Commit: 09639901530da7df7347428512c2bee86af1ef8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09639901530da7df7347428512c2bee86af1ef8e Author: Ian Romanick Date: Mon Jan 23 14:22:38 2012 -0800 mesa: Rename gl_array_object::VBOonly to ::ARBsemantics The

Mesa (master): swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixels

2012-01-24 Thread Ian Romanick
Module: Mesa Branch: master Commit: 9be3be3c6654da18466626c2d45ff4d06b5fb953 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9be3be3c6654da18466626c2d45ff4d06b5fb953 Author: Ian Romanick Date: Thu Jan 19 17:29:37 2012 -0800 swrast: Use fixed-function processing instead _TexEnvProgram

Mesa (master): mesa: Make sure _TexEnvProgram points at the current ff fragment program

2012-01-24 Thread Ian Romanick
Module: Mesa Branch: master Commit: 34db7a8c1e775aaefad7952133e087f1c1a569f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34db7a8c1e775aaefad7952133e087f1c1a569f6 Author: Ian Romanick Date: Thu Jan 19 17:23:51 2012 -0800 mesa: Make sure _TexEnvProgram points at the current ff frag

Mesa (8.0): nvc0: fix some limit cap values

2012-01-24 Thread Christoph Bumiller
Module: Mesa Branch: 8.0 Commit: daf5ee5ef121c48fd8cddb75187211521c58032f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=daf5ee5ef121c48fd8cddb75187211521c58032f Author: Christoph Bumiller Date: Fri Jan 20 13:43:32 2012 +0100 nvc0: fix some limit cap values NOTE: This is a candidat

Mesa (8.0): mesa: allocate transform_feedback_info:: Outputs array dynamically

2012-01-24 Thread Christoph Bumiller
Module: Mesa Branch: 8.0 Commit: 1a499d761a904eed565b0cdc36cea02e043f5761 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a499d761a904eed565b0cdc36cea02e043f5761 Author: Christoph Bumiller Date: Fri Jan 20 13:24:46 2012 +0100 mesa: allocate transform_feedback_info::Outputs array dyn

Mesa (8.0): nv50/ir: make use of TGSI_INTERPOLATE_COLOR

2012-01-24 Thread Christoph Bumiller
Module: Mesa Branch: 8.0 Commit: f97ee6460670b8c69cd878eb67f4f0b0fbc92786 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f97ee6460670b8c69cd878eb67f4f0b0fbc92786 Author: Christoph Bumiller Date: Thu Jan 12 19:28:03 2012 +0100 nv50/ir: make use of TGSI_INTERPOLATE_COLOR Flat SHADE_M

Mesa (8.0): nvc0: fix submission of VertexID and EdgeFlag in push mode

2012-01-24 Thread Christoph Bumiller
Module: Mesa Branch: 8.0 Commit: 4ac2e2f1592b7c91c57f5d72ba8601d1ee0c1234 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ac2e2f1592b7c91c57f5d72ba8601d1ee0c1234 Author: Christoph Bumiller Date: Thu Jan 12 19:12:02 2012 +0100 nvc0: fix submission of VertexID and EdgeFlag in push mod

Mesa (master): svga: fix typedef conflicts on Haiku

2012-01-24 Thread Brian Paul
Module: Mesa Branch: master Commit: 32876a452f368529392619b1d2552594317e8420 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32876a452f368529392619b1d2552594317e8420 Author: Alexander von Gluck Date: Sun Jan 22 12:42:24 2012 -0600 svga: fix typedef conflicts on Haiku NOTE: This is a

Mesa (master): softpipe: move var initialization to silence warning

2012-01-24 Thread Brian Paul
Module: Mesa Branch: master Commit: 3e01c3f3baee82524e23107aecb2de4c7ee8b978 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e01c3f3baee82524e23107aecb2de4c7ee8b978 Author: Brian Paul Date: Tue Jan 24 11:15:43 2012 -0700 softpipe: move var initialization to silence warning --- sr

Mesa (master): r600g: remove unused variable

2012-01-24 Thread Brian Paul
Module: Mesa Branch: master Commit: 64cb0cae55a0f71a8f2feffc1c0067abc5e56a1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64cb0cae55a0f71a8f2feffc1c0067abc5e56a1a Author: Brian Paul Date: Tue Jan 24 11:15:23 2012 -0700 r600g: remove unused variable --- src/gallium/drivers/r600/

Mesa (master): glsl: Don't use newlocale on Haiku

2012-01-24 Thread Brian Paul
Module: Mesa Branch: master Commit: 873f3ae92e1d8a17ea228b38b4c20346d54ae045 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=873f3ae92e1d8a17ea228b38b4c20346d54ae045 Author: Alexander von Gluck Date: Sun Jan 22 12:42:38 2012 -0600 glsl: Don't use newlocale on Haiku NOTE: This is a c

Mesa (master): mesa: Don't use newlocale on Haiku

2012-01-24 Thread Brian Paul
Module: Mesa Branch: master Commit: 02a1f9f14d8c2c5d9f0a2592b4a52450c9e7ccfe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=02a1f9f14d8c2c5d9f0a2592b4a52450c9e7ccfe Author: Alexander von Gluck Date: Sun Jan 22 12:42:32 2012 -0600 mesa: Don't use newlocale on Haiku NOTE: This is a c

Mesa (master): llvmpipe: fix symbol conflict on Haiku

2012-01-24 Thread Brian Paul
Module: Mesa Branch: master Commit: 1550b0668e8914f12ed314d347f59c89ba42c20c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1550b0668e8914f12ed314d347f59c89ba42c20c Author: Alexander von Gluck Date: Sun Jan 22 12:42:17 2012 -0600 llvmpipe: fix symbol conflict on Haiku NOTE: This is

Mesa (master): scons: Remove Haiku one-offs for gallium drivers

2012-01-24 Thread Brian Paul
Module: Mesa Branch: master Commit: bca6cd2d71ad944031edeacd129eb0031a89c08e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bca6cd2d71ad944031edeacd129eb0031a89c08e Author: Alexander von Gluck Date: Sun Jan 22 12:42:10 2012 -0600 scons: Remove Haiku one-offs for gallium drivers NOT

Mesa (master): gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.

2012-01-24 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 7219af5ec184d4f92682e75f3d992ae048005d6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7219af5ec184d4f92682e75f3d992ae048005d6a Author: Michel Dänzer Date: Tue Jan 24 17:57:56 2012 +0100 gallium/postprocess: Proper reference counting of pp_jimene

Mesa (master): Revert "Always build shared glapi"

2012-01-24 Thread Matt Turner
Module: Mesa Branch: master Commit: 027ce0c493a85c863df88b43f61aea34bcd4cd58 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=027ce0c493a85c863df88b43f61aea34bcd4cd58 Author: Matt Turner Date: Tue Jan 24 11:34:42 2012 -0500 Revert "Always build shared glapi" This reverts commit adefe

Mesa (master): gbm: install libgbm.so into lib

2012-01-24 Thread Matt Turner
Module: Mesa Branch: master Commit: a208468e04353239f2876cc2013f860b48a4f1c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a208468e04353239f2876cc2013f860b48a4f1c1 Author: Matt Turner Date: Tue Jan 24 11:14:42 2012 -0500 gbm: install libgbm.so into lib This partially reverts commi

Mesa (master): llvmpipe: Fix math error in LP_DEBUG=counters output

2012-01-24 Thread Adam Jackson
Module: Mesa Branch: master Commit: fba8257f6a4de48d0b9081405ffb0be978dbc507 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fba8257f6a4de48d0b9081405ffb0be978dbc507 Author: Adam Jackson Date: Tue Jan 24 10:51:15 2012 -0500 llvmpipe: Fix math error in LP_DEBUG=counters output Signed

Mesa (master): r600g: fix inconsistency with INTERP* opcode definitions

2012-01-24 Thread Alex Deucher
Module: Mesa Branch: master Commit: 738334e80cf8a7b9fbf573f3a77cbf767ce81095 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=738334e80cf8a7b9fbf573f3a77cbf767ce81095 Author: Vadim Girlin Date: Tue Jan 24 18:22:20 2012 +0400 r600g: fix inconsistency with INTERP* opcode definitions Si

Mesa (master): r600g: replace raw opcodes with names in the is_alu_trans/ vector

2012-01-24 Thread Alex Deucher
Module: Mesa Branch: master Commit: 65c0f77bcc418494ca339996652a8e74198bb82f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65c0f77bcc418494ca339996652a8e74198bb82f Author: Vadim Girlin Date: Tue Jan 24 15:32:52 2012 +0400 r600g: replace raw opcodes with names in the is_alu_trans/ve

Mesa (master): r600g: add missing opcode definitions

2012-01-24 Thread Alex Deucher
Module: Mesa Branch: master Commit: 315cf306076211394210fc075359ee7a9b2c4b9b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=315cf306076211394210fc075359ee7a9b2c4b9b Author: Vadim Girlin Date: Tue Jan 24 15:32:51 2012 +0400 r600g: add missing opcode definitions Signed-off-by: Vadim

Mesa (master): r600g: fix loop break/continue operations

2012-01-24 Thread Dave Airlie
Module: Mesa Branch: master Commit: d89c96c75dbb9c003e4643942f2cce8d6cd4995b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d89c96c75dbb9c003e4643942f2cce8d6cd4995b Author: Vadim Girlin Date: Mon Jan 23 13:23:19 2012 +0400 r600g: fix loop break/continue operations Signed-off-by: Va

Mesa (master): r600g: fix fragcoord.w

2012-01-24 Thread Dave Airlie
Module: Mesa Branch: master Commit: c4d644bac1e738af7e2a3f1bef7eea09df8bb81c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4d644bac1e738af7e2a3f1bef7eea09df8bb81c Author: Vadim Girlin Date: Mon Jan 23 14:12:46 2012 +0400 r600g: fix fragcoord.w Signed-off-by: Vadim Girlin ---

Mesa (8.0): r600g: fix interpolation with clipvertex

2012-01-24 Thread Dave Airlie
Module: Mesa Branch: 8.0 Commit: f5b787b9e3aa0720c820e071d1f67b6879aaa71c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5b787b9e3aa0720c820e071d1f67b6879aaa71c Author: Vadim Girlin Date: Mon Jan 23 15:58:31 2012 +0400 r600g: fix interpolation with clipvertex Signed-off-by: Vadim

Mesa (master): targets/gbm: Fix install path

2012-01-24 Thread Benjamin Franzke
Module: Mesa Branch: master Commit: 468c7ea2acd1ef07973af0dc23ff994691f0a9b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=468c7ea2acd1ef07973af0dc23ff994691f0a9b7 Author: Benjamin Franzke Date: Tue Jan 24 10:12:59 2012 +0100 targets/gbm: Fix install path GBM_BACKEND_INSTALL_DIR w

Mesa (master): egl, gbm_gallium: Fix linkage against gbm from automake

2012-01-24 Thread Benjamin Franzke
Module: Mesa Branch: master Commit: 90e256853418eaaba3717f930cc6a331e4099056 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90e256853418eaaba3717f930cc6a331e4099056 Author: Benjamin Franzke Date: Tue Jan 24 09:24:06 2012 +0100 egl,gbm_gallium: Fix linkage against gbm from automake

Mesa (master): gbm/Makefile.template: Remove builtin-compile path

2012-01-24 Thread Benjamin Franzke
Module: Mesa Branch: master Commit: ab52be68261bb6d2d27dab9fda40810022ba3475 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab52be68261bb6d2d27dab9fda40810022ba3475 Author: Benjamin Franzke Date: Tue Jan 24 09:29:43 2012 +0100 gbm/Makefile.template: Remove builtin-compile path Buil

Mesa (master): r600g: fix interpolation with clipvertex

2012-01-24 Thread Dave Airlie
Module: Mesa Branch: master Commit: 5a84cc4ebcc99fb029d5f855e8afa11fab09266a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a84cc4ebcc99fb029d5f855e8afa11fab09266a Author: Vadim Girlin Date: Mon Jan 23 15:58:31 2012 +0400 r600g: fix interpolation with clipvertex Signed-off-by: Vad