Mesa (master): vbo: fix breakage from previous commit

2012-01-11 Thread Brian Paul
Module: Mesa Branch: master Commit: 90d654b09d98fc597ca273c65c2b1b00a9c35f09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90d654b09d98fc597ca273c65c2b1b00a9c35f09 Author: Brian Paul Date: Wed Jan 11 20:23:07 2012 -0700 vbo: fix breakage from previous commit Don't know how that sl

Mesa (master): vbo: fix void * arithmetic compilation error on MSVC

2012-01-11 Thread Brian Paul
Module: Mesa Branch: master Commit: bbc74ffad6551272a4551f8dd9de5b34916c0ac2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbc74ffad6551272a4551f8dd9de5b34916c0ac2 Author: Brian Paul Date: Wed Jan 11 20:03:32 2012 -0700 vbo: fix void * arithmetic compilation error on MSVC Also, ca

Mesa (master): docs/GL3: consolidate FBO extensions into one ARB

2012-01-11 Thread Marek Olšák
Module: Mesa Branch: master Commit: 4c0d88c14514346438c4d6c0c3af76a0deee2af6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c0d88c14514346438c4d6c0c3af76a0deee2af6 Author: Marek Olšák Date: Thu Jan 12 03:52:06 2012 +0100 docs/GL3: consolidate FBO extensions into one ARB --- docs

Mesa (master): docs/GL3: document r300 extension support

2012-01-11 Thread Marek Olšák
Module: Mesa Branch: master Commit: 571e1947d0f9058a14b7f2b7798ebfacab1547a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=571e1947d0f9058a14b7f2b7798ebfacab1547a5 Author: Marek Olšák Date: Thu Jan 12 03:27:27 2012 +0100 docs/GL3: document r300 extension support --- docs/GL3.txt

Mesa (master): docs/GL3: document what's missing for GL3

2012-01-11 Thread Marek Olšák
Module: Mesa Branch: master Commit: 272896b885a942b993afb3926a5b6c3ad5abca74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=272896b885a942b993afb3926a5b6c3ad5abca74 Author: Marek Olšák Date: Thu Jan 12 03:26:09 2012 +0100 docs/GL3: document what's missing for GL3 --- docs/GL3.txt

Mesa (master): vbo: introduce vbo_get_minmax_indices function

2012-01-11 Thread Yuanhan Liu
Module: Mesa Branch: master Commit: 42d4972bf0b147b0241c2be7e6579fd64cf2c216 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42d4972bf0b147b0241c2be7e6579fd64cf2c216 Author: Yuanhan Liu Date: Sat Dec 31 14:22:46 2011 +0800 vbo: introduce vbo_get_minmax_indices function Introduce vbo

Mesa (8.0): mesa: remove const qualifier from fProg to silence warning

2012-01-11 Thread Brian Paul
Module: Mesa Branch: 8.0 Commit: 9489ae8938b74551913337876656bcb9178a8905 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9489ae8938b74551913337876656bcb9178a8905 Author: Brian Paul Date: Wed Jan 11 18:19:37 2012 -0700 mesa: remove const qualifier from fProg to silence warning The a

Mesa (8.0): mesa: include uniforms.h to silence warning, remove unused var

2012-01-11 Thread Brian Paul
Module: Mesa Branch: 8.0 Commit: b8af8b83cf3d42dd286c8de062ab9f5fee84d397 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8af8b83cf3d42dd286c8de062ab9f5fee84d397 Author: Brian Paul Date: Wed Jan 11 18:19:09 2012 -0700 mesa: include uniforms.h to silence warning, remove unused var (

Mesa (master): mesa: remove const qualifier from fProg to silence warning

2012-01-11 Thread Brian Paul
Module: Mesa Branch: master Commit: 459a44460e4d31d69d7ff04c1000917ca7870ff3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=459a44460e4d31d69d7ff04c1000917ca7870ff3 Author: Brian Paul Date: Wed Jan 11 18:19:37 2012 -0700 mesa: remove const qualifier from fProg to silence warning Th

Mesa (master): mesa: include uniforms.h to silence warning, remove unused var

2012-01-11 Thread Brian Paul
Module: Mesa Branch: master Commit: fe1b38960b44135f6557a1e7a9fb5adc66d0edbb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe1b38960b44135f6557a1e7a9fb5adc66d0edbb Author: Brian Paul Date: Wed Jan 11 18:19:09 2012 -0700 mesa: include uniforms.h to silence warning, remove unused var

Mesa (8.0): mesa: Include glx tests Makefile.in in tarball

2012-01-11 Thread Jakob Bornecrantz
Module: Mesa Branch: 8.0 Commit: 6fe42b603d0ec9e13a8b7d6c46c6d89da3a6a614 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fe42b603d0ec9e13a8b7d6c46c6d89da3a6a614 Author: Jakob Bornecrantz Date: Thu Jan 12 00:36:23 2012 +0100 mesa: Include glx tests Makefile.in in tarball Fix sugges

Mesa (master): mesa: Include glx tests Makefile.in in tarball

2012-01-11 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: 6fe42b603d0ec9e13a8b7d6c46c6d89da3a6a614 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fe42b603d0ec9e13a8b7d6c46c6d89da3a6a614 Author: Jakob Bornecrantz Date: Thu Jan 12 00:36:23 2012 +0100 mesa: Include glx tests Makefile.in in tarball Fix sug

Mesa (master): Enable is_front_buffer_rendering variable in case of GL_FRONT_AND_BACK

2012-01-11 Thread Anuj Phogat
Module: Mesa Branch: master Commit: c979fe3e200f42ff1fad75ebdbebe69da27e1aaa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c979fe3e200f42ff1fad75ebdbebe69da27e1aaa Author: Anuj Phogat Date: Fri Jan 6 12:48:45 2012 -0800 Enable is_front_buffer_rendering variable in case of GL_FRONT

Mesa (master): rbug: Silence warning

2012-01-11 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: c076882fbd933e973dfd079289f8e9d7deb7b0dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c076882fbd933e973dfd079289f8e9d7deb7b0dd Author: Jakob Bornecrantz Date: Mon Jan 9 14:53:42 2012 +0100 rbug: Silence warning Signed-off-by: Jakob Bornecrantz

Mesa (master): mesa: Remove unused opengl version macro

2012-01-11 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: 04e262ebe978872b7da0a04ae1fe6fe2129743fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04e262ebe978872b7da0a04ae1fe6fe2129743fc Author: Jakob Bornecrantz Date: Wed Jan 11 23:17:37 2012 +0100 mesa: Remove unused opengl version macro Signed-off-by

Mesa (master): i965: Don't use _mesa_ir_link_shader to do our dirty work

2012-01-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: 1c177452005a0366db01629d875da553f7949ddd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c177452005a0366db01629d875da553f7949ddd Author: Ian Romanick Date: Fri Jan 6 16:26:49 2012 -0800 i965: Don't use _mesa_ir_link_shader to do our dirty work I

Mesa (master): i965: Don't calculate masks of used FS inputs

2012-01-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: efdc8bf1894790a85c118881395a998cbae34c1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=efdc8bf1894790a85c118881395a998cbae34c1a Author: Ian Romanick Date: Fri Jan 6 14:49:02 2012 -0800 i965: Don't calculate masks of used FS inputs This previous

Mesa (master): linker: Calculate used samplers and shadow samplers in the linker

2012-01-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: 6c0df75803e1944f82a1468dcca47d23de82ea6b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c0df75803e1944f82a1468dcca47d23de82ea6b Author: Ian Romanick Date: Mon Nov 14 21:58:50 2011 -0800 linker: Calculate used samplers and shadow samplers in the l

Mesa (master): linker: Calculate the sampler to texture target mapping during linking

2012-01-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: 6a992c3288b6f7a5d94172c9ad1908e71e58233e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a992c3288b6f7a5d94172c9ad1908e71e58233e Author: Ian Romanick Date: Mon Nov 14 18:12:16 2011 -0800 linker: Calculate the sampler to texture target mapping duri

Mesa (master): glsl: Add glsl_type::sampler_index

2012-01-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: 32be81de39f7548e353afabf1215b0ea7c7b0916 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32be81de39f7548e353afabf1215b0ea7c7b0916 Author: Ian Romanick Date: Mon Nov 14 14:02:09 2011 -0800 glsl: Add glsl_type::sampler_index Signed-off-by: Ian Roman

Mesa (master): mesa: Track fixed-function fragment shader as a shader

2012-01-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: b527dd65c830a2b008816cf390d5be906e29bb23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b527dd65c830a2b008816cf390d5be906e29bb23 Author: Ian Romanick Date: Tue Nov 15 12:01:18 2011 -0800 mesa: Track fixed-function fragment shader as a shader Prev

Mesa (master): mesa: Validate sampler settings using uniform storage

2012-01-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: 195ee502c3196607e3a74075aefade9770a08a67 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=195ee502c3196607e3a74075aefade9770a08a67 Author: Ian Romanick Date: Mon Nov 14 12:11:46 2011 -0800 mesa: Validate sampler settings using uniform storage Rathe

Mesa (master): mesa: Use static buffer for uniform name

2012-01-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: ca5b30bf8142d916a40eaaa7091882464a237f1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca5b30bf8142d916a40eaaa7091882464a237f1f Author: Ian Romanick Date: Mon Nov 14 16:52:05 2011 -0800 mesa: Use static buffer for uniform name Signed-off-by: Ian

Mesa (master): mesa: Use uniform interfaces in fixed-function fragment shader code

2012-01-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: f409a710e3562856a53a3b43ed526b877639a27c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f409a710e3562856a53a3b43ed526b877639a27c Author: Ian Romanick Date: Mon Nov 14 14:32:39 2011 -0800 mesa: Use uniform interfaces in fixed-function fragment shad

Mesa (master): Clean up GL3 status

2012-01-11 Thread Matt Turner
Module: Mesa Branch: master Commit: 151b4f336934d283961e28e111aa30544e3ceb50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=151b4f336934d283961e28e111aa30544e3ceb50 Author: Matt Turner Date: Wed Jan 11 15:29:51 2012 -0500 Clean up GL3 status Reviewed-by: Ian Romanick Signed-off-by

Mesa (master): configure.ac: use AC_PROG_SED

2012-01-11 Thread Matt Turner
Module: Mesa Branch: master Commit: 3a343ef3465c828d6f2285498e1eb86929c74690 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a343ef3465c828d6f2285498e1eb86929c74690 Author: Matt Turner Date: Wed Jan 11 01:05:56 2012 -0500 configure.ac: use AC_PROG_SED It looks like AC_PROG_SED was

Mesa (master): configure.ac: don't set HAVE_GTEST twice

2012-01-11 Thread Matt Turner
Module: Mesa Branch: master Commit: 198892c044ce508b43450eeb48828e0b9d31052b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=198892c044ce508b43450eeb48828e0b9d31052b Author: Matt Turner Date: Wed Jan 11 01:11:35 2012 -0500 configure.ac: don't set HAVE_GTEST twice Reviewed-by: Ian Ro

Mesa (master): i965: Don' t reallocate push constant URB space on new VS programs.

2012-01-11 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 28cfa1fa213fe7ba6e5b57e61da663a6c3bf0c13 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28cfa1fa213fe7ba6e5b57e61da663a6c3bf0c13 Author: Kenneth Graunke Date: Wed Jan 11 11:44:02 2012 -0800 i965: Don't reallocate push constant URB space on new VS

Mesa (master): glx/dri: Initialize api even if num_attribs == 0.

2012-01-11 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 10a6fde333f0170fbac70924581c647e531aba3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10a6fde333f0170fbac70924581c647e531aba3e Author: Kenneth Graunke Date: Tue Jan 10 23:32:50 2012 -0800 glx/dri: Initialize api even if num_attribs == 0. Both d

Mesa (master): svga: don't reference count svga_sampler_view's texture

2012-01-11 Thread Brian Paul
Module: Mesa Branch: master Commit: dce4c368b5536716770e5cabef0321db8537a6d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dce4c368b5536716770e5cabef0321db8537a6d9 Author: Brian Paul Date: Wed Jan 11 19:52:23 2012 +0100 svga: don't reference count svga_sampler_view's texture svga_

Mesa (master): i965: Fix compiler warning from uninitialized "success" value.

2012-01-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 35cdd7b6dbc763fe57bf466def0a4257ca09beb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35cdd7b6dbc763fe57bf466def0a4257ca09beb8 Author: Eric Anholt Date: Wed Jan 11 12:07:15 2012 -0800 i965: Fix compiler warning from uninitialized "success" value

Mesa (master): i965/vs: Try to emit more components of constant vectors at once.

2012-01-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2c623c2be529edc974ca293f3c71929c639ec0c9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c623c2be529edc974ca293f3c71929c639ec0c9 Author: Eric Anholt Date: Fri Jan 6 10:20:09 2012 -0800 i965/vs: Try to emit more components of constant vectors at o

Mesa (master): i965/gen7: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.

2012-01-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: ba6f4c9ee2294de66977d292972d47355fa58be0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba6f4c9ee2294de66977d292972d47355fa58be0 Author: Eric Anholt Date: Mon Jan 2 14:03:59 2012 -0800 i965/gen7: Fix segfault in transform feedback to DYNAMIC_DRAW

Mesa (master): mesa: add _mesa_HashNumEntries() function

2012-01-11 Thread Brian Paul
Module: Mesa Branch: master Commit: f1b33c74dc11b97a86a7f0e9cbe4cb168b2b9540 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1b33c74dc11b97a86a7f0e9cbe4cb168b2b9540 Author: Brian Paul Date: Wed Jan 11 12:58:43 2012 -0700 mesa: add _mesa_HashNumEntries() function Useful when debuggi

Mesa (master): st/wgl: Return NULL for NULL HDCs in wglGetExtensionsStringARB.

2012-01-11 Thread Brian Paul
Module: Mesa Branch: master Commit: 6811704830b6637d7c9b19914bd3549143eeb3e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6811704830b6637d7c9b19914bd3549143eeb3e5 Author: José Fonseca Date: Fri Dec 23 02:57:29 2011 + st/wgl: Return NULL for NULL HDCs in wglGetExtensionsStringA

Mesa (master): llvmpipe: disable native integers

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 2d80cad16e55b6eb11084045015a08fff43a7485 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d80cad16e55b6eb11084045015a08fff43a7485 Author: Dave Airlie Date: Wed Jan 11 19:48:00 2012 + llvmpipe: disable native integers llvmpipe shouldn't be repo

Mesa (master): xlib: stop calling XShmQueryVersion()

2012-01-11 Thread Brian Paul
Module: Mesa Branch: master Commit: 0a20051e6da99e91b7bf589ea457c77a8b618f26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a20051e6da99e91b7bf589ea457c77a8b618f26 Author: Brian Paul Date: Tue Jan 10 19:32:38 2012 -0700 xlib: stop calling XShmQueryVersion() It caused an X protocol

Mesa (master): st/glx/xlib: call register_with_display() in glXChooseFBConfig()

2012-01-11 Thread Brian Paul
Module: Mesa Branch: master Commit: 7f6de60c585c6ac99d8e6b1280a8d7ce82f3c5e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f6de60c585c6ac99d8e6b1280a8d7ce82f3c5e2 Author: Brian Paul Date: Tue Jan 10 19:39:04 2012 -0700 st/glx/xlib: call register_with_display() in glXChooseFBConfig

Mesa (master): xlib: call register_with_display() in Fake_glXChooseFBConfig ()

2012-01-11 Thread Brian Paul
Module: Mesa Branch: master Commit: ecbdb173bbe3e37b4cbc6b08a5ba5a70236a0d1d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecbdb173bbe3e37b4cbc6b08a5ba5a70236a0d1d Author: Brian Paul Date: Tue Jan 10 19:24:41 2012 -0700 xlib: call register_with_display() in Fake_glXChooseFBConfig()

Mesa (master): nv50/ir: handle TGSI_OPCODE_ISSG

2012-01-11 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: b424bf69dfd78c64e065b8ba59d9b40a8f4fecd6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b424bf69dfd78c64e065b8ba59d9b40a8f4fecd6 Author: Christoph Bumiller Date: Wed Jan 11 20:25:06 2012 +0100 nv50/ir: handle TGSI_OPCODE_ISSG --- .../drivers/nv

Mesa (master): nv50,nvc0: zero out program struct on program_destroy

2012-01-11 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: f6b994b3058d1c6cd7c28eef522c08df3d83bea7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6b994b3058d1c6cd7c28eef522c08df3d83bea7 Author: Christoph Bumiller Date: Wed Jan 11 18:50:15 2012 +0100 nv50,nvc0: zero out program struct on program_destroy

Mesa (master): nv50/ir: handle TGSI_TEXTURE_SHADOWCUBE

2012-01-11 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: 9d503992d7309a49df0b0a4887b999e2d6b291c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d503992d7309a49df0b0a4887b999e2d6b291c0 Author: Christoph Bumiller Date: Wed Jan 11 20:18:56 2012 +0100 nv50/ir: handle TGSI_TEXTURE_SHADOWCUBE --- .../dri

Mesa (master): wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h

2012-01-11 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 58dc1b28d1ef4d1931c52b079d304f2e1546329d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=58dc1b28d1ef4d1931c52b079d304f2e1546329d Author: Kristian Høgsberg Date: Wed Jan 11 14:23:24 2012 -0500 wayland-drm: Drop the non-premul formats, use format co

Mesa (master): draw: Store the new pre_clip_pos member as well.

2012-01-11 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 1306644a67ad90c39c55f76e9b4734d943b6b5cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1306644a67ad90c39c55f76e9b4734d943b6b5cc Author: José Fonseca Date: Wed Jan 11 18:10:43 2012 + draw: Store the new pre_clip_pos member as well. Again, not

Mesa (master): egl_dri2: Put the _eglError call in the case switch case

2012-01-11 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 513d1feee46d05b71094c60ee09fa263867f25b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=513d1feee46d05b71094c60ee09fa263867f25b7 Author: Kristian Høgsberg Date: Wed Jan 11 12:36:37 2012 -0500 egl_dri2: Put the _eglError call in the case switch cas

Mesa (master): st/mesa: rename translate_texture_target, and make translate_opcode static.

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 3f80b69b5f2093ffc624bb901ce34f0e289bc25d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f80b69b5f2093ffc624bb901ce34f0e289bc25d Author: Dave Airlie Date: Wed Jan 11 17:32:40 2012 + st/mesa: rename translate_texture_target, and make translate_

Mesa (master): softpipe: route correct coordinates for shadow cube sampling .

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: fffca9046c96e3411493c39ebb1855012620495c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fffca9046c96e3411493c39ebb1855012620495c Author: Dave Airlie Date: Thu Jan 5 16:16:24 2012 + softpipe: route correct coordinates for shadow cube sampling.

Mesa (master): glsl_to_tgsi: add support for shadow cube map sampling.

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 2f275466f78b7268e4f7ae8890eafd4243a2b8b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f275466f78b7268e4f7ae8890eafd4243a2b8b0 Author: Dave Airlie Date: Wed Jan 11 13:23:38 2012 + glsl_to_tgsi: add support for shadow cube map sampling. This

Mesa (master): tgsi: add TGSI_TEXTURE_SHADOWCUBEMAP

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 0ec30805a4aad945515957e980374f65fbd3b66e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ec30805a4aad945515957e980374f65fbd3b66e Author: Dave Airlie Date: Wed Jan 11 13:22:22 2012 + tgsi: add TGSI_TEXTURE_SHADOWCUBEMAP This adds support for s

Mesa (master): llvmpipe: Update for TGSI_INTERPOLATE_COLOR.

2012-01-11 Thread Jose Fonseca
Module: Mesa Branch: master Commit: ec4d691474bcf84bb69161cda25494962a08172c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec4d691474bcf84bb69161cda25494962a08172c Author: José Fonseca Date: Wed Jan 11 17:14:26 2012 + llvmpipe: Update for TGSI_INTERPOLATE_COLOR. Not thoroughly

Mesa (master): egl_dri2/wayland: handle creating xrgb8888 images

2012-01-11 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 670f182a1f0401f34b1fb7ead50644589737f0d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=670f182a1f0401f34b1fb7ead50644589737f0d2 Author: Robert Bragg Date: Tue Jan 10 22:16:26 2012 + egl_dri2/wayland: handle creating xrgb images When crea

Mesa (master): glx: Suppress unused variable warning for cmdlen

2012-01-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 765ed3a6a9317607311bac1dcb0edee13ebcee16 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=765ed3a6a9317607311bac1dcb0edee13ebcee16 Author: Paul Berry Date: Mon Jan 9 11:24:17 2012 -0800 glx: Suppress unused variable warning for cmdlen No functiona

Mesa (master): mesa: Move transform feedback error check to reduce array overflow risk.

2012-01-11 Thread Paul Berry
Module: Mesa Branch: master Commit: d3150ebc8c1833322daf24b2cd47e31a5b2f8a1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3150ebc8c1833322daf24b2cd47e31a5b2f8a1f Author: Paul Berry Date: Mon Jan 9 11:25:14 2012 -0800 mesa: Move transform feedback error check to reduce array over

Mesa (master): mesa: Fix transform feedback of unsubscripted gl_ClipDistance array.

2012-01-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 642e5b413e0890b2070ba78fde42db381eaf02e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=642e5b413e0890b2070ba78fde42db381eaf02e5 Author: Paul Berry Date: Wed Jan 4 13:57:52 2012 -0800 mesa: Fix transform feedback of unsubscripted gl_ClipDistance

Mesa (master): mesa: Fix computation of transform feedback num_components.

2012-01-11 Thread Paul Berry
Module: Mesa Branch: master Commit: be4e9f7a0ccb7aa0edef5e5b589bdbbfd4eab3cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be4e9f7a0ccb7aa0edef5e5b589bdbbfd4eab3cb Author: Paul Berry Date: Wed Jan 4 12:21:55 2012 -0800 mesa: Fix computation of transform feedback num_components. T

Mesa (master): st_extensions: fixup GLSL 1.30 related enables (v3)

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: c62e02000d11e29e70a1000d32cb08d9a450485f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c62e02000d11e29e70a1000d32cb08d9a450485f Author: Dave Airlie Date: Thu Jan 5 14:35:54 2012 + st_extensions: fixup GLSL 1.30 related enables (v3) This jus

Mesa (master): st_glsl_to_tgsi: use ISSG and fixup IABS

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: cc94f0541c7729bca95f21b879c2071722ca3017 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc94f0541c7729bca95f21b879c2071722ca3017 Author: Dave Airlie Date: Mon Jan 9 11:50:14 2012 + st_glsl_to_tgsi: use ISSG and fixup IABS It doesn't look lik

Mesa (master): tgsi: add ISSG support

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: b6cbc28533a3fd68dbfe694c0774735233df8758 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6cbc28533a3fd68dbfe694c0774735233df8758 Author: Dave Airlie Date: Mon Jan 9 11:49:34 2012 + tgsi: add ISSG support This adds integer version of SSG that

Mesa (master): softpipe: enable clamping control

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 0fe2b397bbee346f72f48f364a78459e5a54c534 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fe2b397bbee346f72f48f364a78459e5a54c534 Author: Dave Airlie Date: Thu Jan 5 15:36:43 2012 + softpipe: enable clamping control This enables fragment clam

Mesa (master): softpipe: fix texel fetch swizzles

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: e809b7a6787e40f974883104606550fb3d53ba47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e809b7a6787e40f974883104606550fb3d53ba47 Author: Dave Airlie Date: Fri Jan 6 16:28:32 2012 + softpipe: fix texel fetch swizzles This fixes a number of te

Mesa (master): i915g: Fix bugs in the shader optimizer.

2012-01-11 Thread Stephane Marchesin
Module: Mesa Branch: master Commit: 3235435e801122fb6d28c0bcc232ddaeb6b9c568 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3235435e801122fb6d28c0bcc232ddaeb6b9c568 Author: Stéphane Marchesin Date: Wed Jan 11 02:24:34 2012 -0800 i915g: Fix bugs in the shader optimizer. --- src/ga

Mesa (master): softpipe: fix llvm build

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 5840ec2d41d09895bec7074a90521978fb933695 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5840ec2d41d09895bec7074a90521978fb933695 Author: Dave Airlie Date: Wed Jan 11 10:16:56 2012 + softpipe: fix llvm build Thanks to Wubbbi on #dri-devel for

Mesa (master): draw: clipdistance support (v2)

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 1865f341d8f45b389061fc08d2da90b7aa8a6099 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1865f341d8f45b389061fc08d2da90b7aa8a6099 Author: Dave Airlie Date: Fri Jan 6 12:23:00 2012 + draw: clipdistance support (v2) Add support for using the cl

Mesa (master): tgsi_scan: add support to count number of output clip distances

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: f7e3e46f72fffe4b83cd3f922173ff28e9ab9c7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7e3e46f72fffe4b83cd3f922173ff28e9ab9c7c Author: Dave Airlie Date: Fri Jan 6 12:21:54 2012 + tgsi_scan: add support to count number of output clip distanc

Mesa (master): draw/softpipe: add clip vertex support. (v2)

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 40c5987ed84f9f0b8bb1f707bb13c1aafc39330a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40c5987ed84f9f0b8bb1f707bb13c1aafc39330a Author: Dave Airlie Date: Wed Jan 4 11:52:30 2012 + draw/softpipe: add clip vertex support. (v2) softpipe always

Mesa (master): tgsi/softpipe: add VertexID support.

2012-01-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 34a78b7ef6b0edf217acf221eab4b63542be5552 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34a78b7ef6b0edf217acf221eab4b63542be5552 Author: Dave Airlie Date: Thu Jan 5 16:59:24 2012 + tgsi/softpipe: add VertexID support. This required changing