Mesa (master): llvmpipe: shortcircuit some calls to set_scene_state

2010-11-30 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 68a4f6324712d7eae327ee438a41c432ec72f11d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68a4f6324712d7eae327ee438a41c432ec72f11d Author: Keith Whitwell Date: Tue Nov 30 12:00:25 2010 + llvmpipe: shortcircuit some calls to set_scene_state

Mesa (master): llvmpipe: raise dirty flag on transfers to bound constbuf

2010-11-30 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 2d31f048cec5d408c8bac758566c49fe14fac2ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d31f048cec5d408c8bac758566c49fe14fac2ac Author: Keith Whitwell Date: Mon Nov 29 19:18:54 2010 + llvmpipe: raise dirty flag on transfers to bound constbuf

Mesa (master): llvmpipe: remove misleading debug string

2010-11-30 Thread Keith Whitwell
Module: Mesa Branch: master Commit: d9169364d4ec05f766b0835785c6fd76294d9967 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9169364d4ec05f766b0835785c6fd76294d9967 Author: Keith Whitwell Date: Tue Nov 30 11:22:46 2010 + llvmpipe: remove misleading debug string --- src

Mesa (master): Merge branch 'lp-offset-twoside'

2010-11-22 Thread Keith Whitwell
Module: Mesa Branch: master Commit: b2ddb93ff3b8c88682634ccdef247967e31fab84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2ddb93ff3b8c88682634ccdef247967e31fab84 Author: Keith Whitwell Date: Mon Nov 22 10:36:01 2010 + Merge branch 'lp-offset-tw

Mesa (master): llvmpipe: twoside for specular color also

2010-11-22 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 546c5ffa11d70631348e5776df7a4168f07600f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=546c5ffa11d70631348e5776df7a4168f07600f6 Author: Keith Whitwell Date: Fri Nov 19 16:17:36 2010 + llvmpipe: twoside for specular color also --- src

Mesa (master): llvmpipe: fix up twoside after recent changes

2010-11-22 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 081ce2680eb94f4f322faa26800a3906db6e2571 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=081ce2680eb94f4f322faa26800a3906db6e2571 Author: Keith Whitwell Date: Fri Nov 19 16:16:30 2010 + llvmpipe: fix up twoside after recent changes Fix my

Mesa (master): llvmpipe: fix such that offset/ twoside function only does in-place modification

2010-11-22 Thread Keith Whitwell
Module: Mesa Branch: master Commit: d4b5cf6c05d4fcb0acaa36490f7d3379e7fb3c0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4b5cf6c05d4fcb0acaa36490f7d3379e7fb3c0e Author: Hui Qi Tay Date: Fri Nov 19 12:53:51 2010 + llvmpipe: fix such that offset/twoside function only does in-p

Mesa (master): llvmpipe: clean up polygon offset function in lp setup code

2010-11-22 Thread Keith Whitwell
Module: Mesa Branch: master Commit: e3f106b5fe36ad558b3971ba88802c5d80b007de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3f106b5fe36ad558b3971ba88802c5d80b007de Author: Hui Qi Tay Date: Sat Nov 13 21:39:50 2010 + llvmpipe: clean up polygon offset function in lp setup code -

Mesa (master): llvmpipe: added llvm offset setup code

2010-11-22 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 315f8daab1598a4de709d469a559b5aa09107404 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=315f8daab1598a4de709d469a559b5aa09107404 Author: Hui Qi Tay Date: Thu Nov 4 11:42:55 2010 + llvmpipe: added llvm offset setup code --- src/gallium/driv

Mesa (master): llvmpipe: Moved draw pipeline twoside function to llvm setup code

2010-11-22 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 7f0dc5ea1bb330c6589125baf4017c51a14dce8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f0dc5ea1bb330c6589125baf4017c51a14dce8e Author: Hui Qi Tay Date: Fri Oct 29 00:47:13 2010 +0100 llvmpipe: Moved draw pipeline twoside function to llvm setup c

Mesa (master): llvmpipe: turn off draw offset/twoside when we can handle it

2010-11-22 Thread Keith Whitwell
Module: Mesa Branch: master Commit: a1ca5ac7c27c8bc3e294b50ab9ad340095f3030d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1ca5ac7c27c8bc3e294b50ab9ad340095f3030d Author: Keith Whitwell Date: Fri Oct 22 18:58:36 2010 +0100 llvmpipe: turn off draw offset/twoside when we can handle

Mesa (lp-offset-twoside): llvmpipe: twoside for specular color also

2010-11-19 Thread Keith Whitwell
Module: Mesa Branch: lp-offset-twoside Commit: 546c5ffa11d70631348e5776df7a4168f07600f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=546c5ffa11d70631348e5776df7a4168f07600f6 Author: Keith Whitwell Date: Fri Nov 19 16:17:36 2010 + llvmpipe: twoside for specular color also

Mesa (lp-offset-twoside): llvmpipe: fix up twoside after recent changes

2010-11-19 Thread Keith Whitwell
Module: Mesa Branch: lp-offset-twoside Commit: 081ce2680eb94f4f322faa26800a3906db6e2571 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=081ce2680eb94f4f322faa26800a3906db6e2571 Author: Keith Whitwell Date: Fri Nov 19 16:16:30 2010 + llvmpipe: fix up twoside after recent changes

Mesa (lp-offset-twoside): llvmpipe: fix such that offset/ twoside function only does in-place modification

2010-11-19 Thread Keith Whitwell
Module: Mesa Branch: lp-offset-twoside Commit: d4b5cf6c05d4fcb0acaa36490f7d3379e7fb3c0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4b5cf6c05d4fcb0acaa36490f7d3379e7fb3c0e Author: Hui Qi Tay Date: Fri Nov 19 12:53:51 2010 + llvmpipe: fix such that offset/twoside function onl

Mesa (lp-offset-twoside): llvmpipe: clean up polygon offset function in lp setup code

2010-11-16 Thread Keith Whitwell
Module: Mesa Branch: lp-offset-twoside Commit: e3f106b5fe36ad558b3971ba88802c5d80b007de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3f106b5fe36ad558b3971ba88802c5d80b007de Author: Hui Qi Tay Date: Sat Nov 13 21:39:50 2010 + llvmpipe: clean up polygon offset function in lp se

Mesa (master): r600g: enforce minimum stride on render target texture images

2010-11-11 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 7fb16423cc325efcdcf6e4954a5ac71d8f96dbf8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fb16423cc325efcdcf6e4954a5ac71d8f96dbf8 Author: Keith Whitwell Date: Thu Nov 11 16:20:24 2010 + r600g: enforce minimum stride on render target texture

Mesa (master): r600g: do not try to use staging resource for depth textures

2010-11-11 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 8a3c181e9cc761abb647a8e813f25e3fa4441a9a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a3c181e9cc761abb647a8e813f25e3fa4441a9a Author: Keith Whitwell Date: Thu Nov 11 15:41:49 2010 + r600g: do not try to use staging resource for depth

Mesa (master): r600g: guard experimental s3tc code with R600_ENABLE_S3TC

2010-11-11 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 6baad55f157387d0bb44144680a96bc32280109f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6baad55f157387d0bb44144680a96bc32280109f Author: Keith Whitwell Date: Thu Nov 11 14:26:52 2010 + r600g: guard experimental s3tc code with R600_ENABLE_S3TC

Mesa (master): ws/r600: match bo_busy shared/fence logic in bo_wait

2010-11-10 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 9a04eca2f865dc3eca31b34ae570cd489b18c240 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a04eca2f865dc3eca31b34ae570cd489b18c240 Author: Keith Whitwell Date: Wed Nov 10 11:03:07 2010 + ws/r600: match bo_busy shared/fence logic in bo_wait

Mesa (master): r600: fix my pessimism about PIPE_TRANSFER_x flags

2010-11-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 63c3e3a3dc73f8a72e0d08ac4453df57bccdfdb9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63c3e3a3dc73f8a72e0d08ac4453df57bccdfdb9 Author: Keith Whitwell Date: Tue Nov 9 20:08:45 2010 + r600: fix my pessimism about PIPE_TRANSFER_x flags For

Mesa (master): r600g: translate ARR instruction

2010-11-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 9f7ec103e26c67cb077fd7d94d2fb68562b86c40 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f7ec103e26c67cb077fd7d94d2fb68562b86c40 Author: Keith Whitwell Date: Wed Nov 3 18:54:03 2010 + r600g: translate ARR instruction --- src/gallium

Mesa (master): r600g: avoid recursion with staged uploads

2010-11-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: e3ea4aec033643a629e2fa48eb538fdb856adf4e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3ea4aec033643a629e2fa48eb538fdb856adf4e Author: Keith Whitwell Date: Wed Nov 3 14:06:33 2010 + r600g: avoid recursion with staged uploads Don't u

Mesa (master): r600g: attempt to turn on DXTn formats

2010-11-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: c2c55547dc36f404e29dbc9253166f90df6783af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2c55547dc36f404e29dbc9253166f90df6783af Author: Keith Whitwell Date: Wed Nov 3 14:23:45 2010 + r600g: attempt to turn on DXTn formats Seems to sort-of

Mesa (master): r300g: Do not use buf param before checking for NULL.

2010-11-04 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 560ad7e59940423a696e93e62ec3c41b1e553421 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=560ad7e59940423a696e93e62ec3c41b1e553421 Author: Guillermo S. Romero Date: Wed Nov 3 22:14:00 2010 +0100 r300g: Do not use buf param before checking for NULL.

Mesa (lp-offset-twoside): llvmpipe: added llvm offset setup code

2010-11-04 Thread Keith Whitwell
Module: Mesa Branch: lp-offset-twoside Commit: 315f8daab1598a4de709d469a559b5aa09107404 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=315f8daab1598a4de709d469a559b5aa09107404 Author: Hui Qi Tay Date: Thu Nov 4 11:42:55 2010 + llvmpipe: added llvm offset setup code --- src/g

Mesa (master): evergreeng: set hardware pixelcenters according to gl_rasterization_rules

2010-11-03 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 32bb65217ed048817d314062f2804c79f80d0ec7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32bb65217ed048817d314062f2804c79f80d0ec7 Author: Keith Whitwell Date: Wed Nov 3 11:15:43 2010 + evergreeng: set hardware pixelcenters according to

Mesa (master): evergreeng: respect linewidth state, use integer widths only

2010-11-03 Thread Keith Whitwell
Module: Mesa Branch: master Commit: d6b6a0bc170bd61abbbe9cb6ba777c7192dbd018 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6b6a0bc170bd61abbbe9cb6ba777c7192dbd018 Author: Keith Whitwell Date: Mon Nov 1 14:19:18 2010 + evergreeng: respect linewidth state, use integer widths

Mesa (master): r600g: don' t call debug_get_bool_option for tiling more than once

2010-11-03 Thread Keith Whitwell
Module: Mesa Branch: master Commit: ee07e0e39ad1c4d13d540b23220fecc564d07b16 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee07e0e39ad1c4d13d540b23220fecc564d07b16 Author: Keith Whitwell Date: Wed Nov 3 10:31:55 2010 + r600g: don't call debug_get_bool_option for tiling

Mesa (master): evergreeng: protect against null constant buffers

2010-11-03 Thread Keith Whitwell
Module: Mesa Branch: master Commit: b3462601cb69f277b9aafc2ee5179a0c2cf6cbcd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3462601cb69f277b9aafc2ee5179a0c2cf6cbcd Author: Keith Whitwell Date: Wed Nov 3 10:24:28 2010 + evergreeng: protect against null constant buffers Should

Mesa (master): r600g: set hardware pixel centers according to gl_rasterization_rules

2010-11-03 Thread Keith Whitwell
Module: Mesa Branch: master Commit: c3974dc837b4a11a30603bb00fa1d346e721af59 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3974dc837b4a11a30603bb00fa1d346e721af59 Author: Keith Whitwell Date: Sun Oct 17 11:45:49 2010 -0700 r600g: set hardware pixel centers according to

Mesa (master): r600g: remove unused flink, domain fields from r600_resource

2010-11-03 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 7b120ceac8738b73dcffe4d39e3e32b473dea3cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b120ceac8738b73dcffe4d39e3e32b473dea3cf Author: Keith Whitwell Date: Tue Nov 2 15:49:44 2010 + r600g: remove unused flink, domain fields from

Mesa (master): r600g: use a buffer in GTT as intermediate on texture up and downloads

2010-11-03 Thread Keith Whitwell
Module: Mesa Branch: master Commit: d4fab99c1c20334131b446b0032303a8b3c5c1a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4fab99c1c20334131b446b0032303a8b3c5c1a1 Author: Keith Whitwell Date: Tue Nov 2 17:51:34 2010 + r600g: use a buffer in GTT as intermediate on texture up

Mesa (master): r600g: propogate resource usage flags to winsys, use to choose bo domains

2010-11-03 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 29c4a15bf61a76cd71ffa5b8f09706d0eab84281 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29c4a15bf61a76cd71ffa5b8f09706d0eab84281 Author: Keith Whitwell Date: Tue Nov 2 17:47:06 2010 + r600g: propogate resource usage flags to winsys, use to

Mesa (master): r600g: propagate usage flags in texture transfers

2010-11-03 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 14c0bbf469642722f86df315b9f85d23f9753956 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14c0bbf469642722f86df315b9f85d23f9753956 Author: Keith Whitwell Date: Fri Oct 15 14:44:30 2010 +0100 r600g: propagate usage flags in texture transfers

Mesa (master): st/mesa: unbind constant buffer when not in use

2010-11-02 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 8dfafbf0861fe3d2542332658dd5493851053c78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8dfafbf0861fe3d2542332658dd5493851053c78 Author: Keith Whitwell Date: Tue Nov 2 16:29:10 2010 + st/mesa: unbind constant buffer when not in use

Mesa (master): llvmpipe: avoid generating tri_16 for tris which extend past tile bounds

2010-11-02 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 98445b43071414a6bd82d0618002611c6ad70257 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98445b43071414a6bd82d0618002611c6ad70257 Author: Keith Whitwell Date: Tue Nov 2 14:20:20 2010 + llvmpipe: avoid generating tri_16 for tris which extend

Mesa (master): llvmpipe: guard against NULL task->query pointer

2010-11-02 Thread Keith Whitwell
Module: Mesa Branch: master Commit: debcb434891756573ed2dc102ad1b673a8dce7da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=debcb434891756573ed2dc102ad1b673a8dce7da Author: Keith Whitwell Date: Tue Nov 2 12:05:46 2010 + llvmpipe: guard against NULL task->query pointer T

Mesa (lp-offset-twoside): llvmpipe: Moved draw pipeline twoside function to llvm setup code

2010-11-01 Thread Keith Whitwell
Module: Mesa Branch: lp-offset-twoside Commit: 7f0dc5ea1bb330c6589125baf4017c51a14dce8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f0dc5ea1bb330c6589125baf4017c51a14dce8e Author: Hui Qi Tay Date: Fri Oct 29 00:47:13 2010 +0100 llvmpipe: Moved draw pipeline twoside function to l

Mesa (lp-offset-twoside): llvmpipe: turn off draw offset/ twoside when we can handle it

2010-10-22 Thread Keith Whitwell
Module: Mesa Branch: lp-offset-twoside Commit: a1ca5ac7c27c8bc3e294b50ab9ad340095f3030d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1ca5ac7c27c8bc3e294b50ab9ad340095f3030d Author: Keith Whitwell Date: Fri Oct 22 18:58:36 2010 +0100 llvmpipe: turn off draw offset/twoside when we

Mesa (master): draw: make sure viewport gets updated in draw llvm shader

2010-10-19 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 05921fd4e5305da68bb269748cb0ef059e1db417 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05921fd4e5305da68bb269748cb0ef059e1db417 Author: Keith Whitwell Date: Tue Oct 19 22:11:49 2010 -0700 draw: make sure viewport gets updated in draw llvm shader

Mesa (master): Merge branch 'llvm-cliptest-viewport'

2010-10-19 Thread Keith Whitwell
Module: Mesa Branch: master Commit: cd6a31cd4a9ea6deef4778c2eaef2d47240c3a6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd6a31cd4a9ea6deef4778c2eaef2d47240c3a6e Author: Keith Whitwell Date: Tue Oct 19 21:41:28 2010 -0700 Merge branch 'llvm-cliptest-vie

Mesa (master): draw: corrections to allow for different cliptest cases

2010-10-19 Thread Keith Whitwell
Module: Mesa Branch: master Commit: ab2e1edd1fc6fbfd4f7d1949aa0d40cdb7142bd6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab2e1edd1fc6fbfd4f7d1949aa0d40cdb7142bd6 Author: Hui Qi Tay Date: Mon Oct 18 18:48:18 2010 +0100 draw: corrections to allow for different cliptest cases ---

Mesa (master): llvmpipe: clean up fields in draw_llvm_variant_key

2010-10-19 Thread Keith Whitwell
Module: Mesa Branch: master Commit: b5236f3da482665567a9d53264e6203092120c31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5236f3da482665567a9d53264e6203092120c31 Author: Keith Whitwell Date: Sun Oct 17 17:53:29 2010 -0700 llvmpipe: clean up fields in draw_llvm_variant_key

Mesa (master): draw: sanitize llvm variant key

2010-10-19 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 26ff7523b69ddb377ade29296d20abfc46e69489 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=26ff7523b69ddb377ade29296d20abfc46e69489 Author: Hui Qi Tay Date: Thu Oct 14 14:04:39 2010 +0100 draw: sanitize llvm variant key Fixes recompilation, but seem

Mesa (master): draw: corrections for w coordinate

2010-10-19 Thread Keith Whitwell
Module: Mesa Branch: master Commit: c1d6b318661de2acdee38254d3750ed8dfc09e8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1d6b318661de2acdee38254d3750ed8dfc09e8b Author: Hui Qi Tay Date: Sat Oct 16 11:02:11 2010 +0100 draw: corrections for w coordinate --- src/gallium/auxiliar

Mesa (master): draw: added userclip planes and updated variant_key

2010-10-19 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 25bb05fef075a87ec6e5f2a989049faff2afedd2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25bb05fef075a87ec6e5f2a989049faff2afedd2 Author: delphi Date: Mon Oct 4 17:08:33 2010 +0100 draw: added userclip planes and updated variant_key --- src/gal

Mesa (master): draw: some changes to allow for runtime changes to userclip planes

2010-10-19 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 08f890d4c3b8376d1840f90474f7c56329432d95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08f890d4c3b8376d1840f90474f7c56329432d95 Author: delphi Date: Sun Oct 10 00:31:16 2010 +0100 draw: some changes to allow for runtime changes to userclip planes

Mesa (master): draw: added viewport and cliptest flags

2010-10-19 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 3744d1c7d30543520cede8a6c580f26985978953 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3744d1c7d30543520cede8a6c580f26985978953 Author: Hui Qi Tay Date: Tue Sep 28 17:52:14 2010 +0100 draw: added viewport and cliptest flags Corrections in store_

Mesa (master): draw: cliptest and viewport done in a single loop in vertex shader

2010-10-19 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 94f65d095a1365b69a041302b473e40c6ccae3c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94f65d095a1365b69a041302b473e40c6ccae3c3 Author: Hui Qi Tay Date: Tue Sep 28 17:49:25 2010 +0100 draw: cliptest and viewport done in a single loop in vertex sh

Mesa (master): llvmpipe: remove unused arg from jit_setup_tri function

2010-10-17 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 9da17fed2e7645a401a378ae690eb23513948e18 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9da17fed2e7645a401a378ae690eb23513948e18 Author: Keith Whitwell Date: Sun Oct 17 19:23:40 2010 -0700 llvmpipe: remove unused arg from jit_setup_tri function

Mesa (master): llvmpipe: remove unused file

2010-10-17 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 75799b8d02ff3bc6acc5157bf62ee2188e9f3ee3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75799b8d02ff3bc6acc5157bf62ee2188e9f3ee3 Author: Keith Whitwell Date: Sun Oct 17 19:11:47 2010 -0700 llvmpipe: remove unused file --- src/gallium/drivers

Mesa (master): llvmpipe: remove setup fallback path

2010-10-17 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 543fb77ddece7e1806e8eaa0d65bb2a945ef9a75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=543fb77ddece7e1806e8eaa0d65bb2a945ef9a75 Author: Keith Whitwell Date: Sun Oct 17 18:29:28 2010 -0700 llvmpipe: remove setup fallback path --- src/gallium

Mesa (master): Merge remote branch 'origin/master' into lp-setup-llvm

2010-10-17 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 0072acd447dc6be652e63752e50215c3105322c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0072acd447dc6be652e63752e50215c3105322c8 Author: Keith Whitwell Date: Sun Oct 17 19:03:42 2010 -0700 Merge remote branch 'origin/master' into lp-

Mesa (master): llvmpipe: minor changes in llvm coefficient calcs

2010-10-17 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 75d22e71a812bbe78414d3f9519f4c7a7157c748 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75d22e71a812bbe78414d3f9519f4c7a7157c748 Author: Hui Qi Tay Date: Sun Sep 26 16:01:59 2010 +0800 llvmpipe: minor changes in llvm coefficient calcs --- src/g

Mesa (master): graw: add frag-face shader

2010-10-17 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 7ef3d171a0e535ba720d9c7a6cdc6bb165416a3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ef3d171a0e535ba720d9c7a6cdc6bb165416a3c Author: Keith Whitwell Date: Sat Sep 18 09:15:14 2010 +0100 graw: add frag-face shader --- .../tests/regress

Mesa (master): llvmpipe: use llvm for attribute interpolant calculation

2010-10-17 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 5b4c43d98556c5a4806757513bcb196a724518c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b4c43d98556c5a4806757513bcb196a724518c5 Author: Keith Whitwell Date: Sun Sep 5 13:17:43 2010 +0100 llvmpipe: use llvm for attribute interpolant calculation

Mesa (master): llvmpipe: fail cleanly on malloc failure in lp_setup_alloc_triangle

2010-10-17 Thread Keith Whitwell
Module: Mesa Branch: master Commit: ca2b2ac131933b4171b519813df1aaa3a81621cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca2b2ac131933b4171b519813df1aaa3a81621cd Author: Keith Whitwell Date: Sun Oct 17 18:48:11 2010 -0700 llvmpipe: fail cleanly on malloc failure in

Mesa (llvm-cliptest-viewport): llvmpipe: clean up fields in draw_llvm_variant_key

2010-10-17 Thread Keith Whitwell
Module: Mesa Branch: llvm-cliptest-viewport Commit: b5236f3da482665567a9d53264e6203092120c31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5236f3da482665567a9d53264e6203092120c31 Author: Keith Whitwell Date: Sun Oct 17 17:53:29 2010 -0700 llvmpipe: clean up fields in

Mesa (llvm-cliptest-viewport): draw: corrections for w coordinate

2010-10-17 Thread Keith Whitwell
Module: Mesa Branch: llvm-cliptest-viewport Commit: c1d6b318661de2acdee38254d3750ed8dfc09e8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1d6b318661de2acdee38254d3750ed8dfc09e8b Author: Hui Qi Tay Date: Sat Oct 16 11:02:11 2010 +0100 draw: corrections for w coordinate --- src/

Mesa (master): llvmpipe: check shader outputs are non-null before using

2010-10-15 Thread Keith Whitwell
Module: Mesa Branch: master Commit: ffab84c9a27a229e6fa14c3de63868bb843c0f3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffab84c9a27a229e6fa14c3de63868bb843c0f3e Author: Keith Whitwell Date: Fri Oct 15 13:23:05 2010 +0100 llvmpipe: check shader outputs are non-null before using

Mesa (master): llvmpipe: validate color outputs against key->nr_cbufs

2010-10-15 Thread Keith Whitwell
Module: Mesa Branch: master Commit: ac98519c4eed0daf770a9ba380056978e4420352 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac98519c4eed0daf770a9ba380056978e4420352 Author: Keith Whitwell Date: Fri Oct 15 13:23:30 2010 +0100 llvmpipe: validate color outputs against key->nr_cb

Mesa (master): llvmpipe: fix non-sse build after recent changes

2010-10-15 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 39185efd3a891b0d66b1ded10d165dd9aee94464 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39185efd3a891b0d66b1ded10d165dd9aee94464 Author: Keith Whitwell Date: Fri Oct 15 14:11:22 2010 +0100 llvmpipe: fix non-sse build after recent changes

Mesa (master): llvmpipe: use aligned loads/stores for plane values

2010-10-15 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 392b0954c265fdd66b2de99ab677d2e662935682 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=392b0954c265fdd66b2de99ab677d2e662935682 Author: Keith Whitwell Date: Fri Oct 15 13:52:00 2010 +0100 llvmpipe: use aligned loads/stores for plane values

Mesa (master): llvmpipe: do plane calculations with intrinsics

2010-10-15 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 9f9a17eba8d6080bf30f17c8a7eaed97b10a559f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f9a17eba8d6080bf30f17c8a7eaed97b10a559f Author: Keith Whitwell Date: Tue Oct 12 18:59:15 2010 +0100 llvmpipe: do plane calculations with intrinsics This is

Mesa (master): gallium: move some intrinsics helpers to u_sse.h

2010-10-15 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 15f4e3a8b98b5f4ca2833c02192ed9e6c237c5c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15f4e3a8b98b5f4ca2833c02192ed9e6c237c5c7 Author: Keith Whitwell Date: Tue Oct 12 18:58:05 2010 +0100 gallium: move some intrinsics helpers to u_sse.h

Mesa (master): llvmpipe: don't store plane.ei value in binned data

2010-10-15 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 8965f042b327ad8697963e757f4607f4bb13a045 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8965f042b327ad8697963e757f4607f4bb13a045 Author: Keith Whitwell Date: Fri Oct 15 13:04:19 2010 +0100 llvmpipe: don't store plane.ei value in binned

Mesa (master): llvmpipe: slightly shrink the size of a binned triangle

2010-10-15 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 9bf8a55c4b29d55320fc2e7875ecf0e9ca164ee8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bf8a55c4b29d55320fc2e7875ecf0e9ca164ee8 Author: Keith Whitwell Date: Fri Oct 15 12:23:22 2010 +0100 llvmpipe: slightly shrink the size of a binned triangle

Mesa (master): llvmpipe: don't pass frontfacing as a float

2010-10-15 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 0a1c9001037a13b69b157994e7983aa3dee158d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a1c9001037a13b69b157994e7983aa3dee158d3 Author: Keith Whitwell Date: Fri Oct 15 00:12:19 2010 +0100 llvmpipe: don't pass frontfacing as a float ---

Mesa (master): llvmpipe: reintroduce SET_STATE binner command

2010-10-15 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 4195febeecd2d2f5571afdb90cbb185a4759f50a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4195febeecd2d2f5571afdb90cbb185a4759f50a Author: Keith Whitwell Date: Thu Oct 14 23:28:10 2010 +0100 llvmpipe: reintroduce SET_STATE binner command But bin

Mesa (llvm-cliptest-viewport): draw: sanitize llvm variant key

2010-10-14 Thread Keith Whitwell
Module: Mesa Branch: llvm-cliptest-viewport Commit: 26ff7523b69ddb377ade29296d20abfc46e69489 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=26ff7523b69ddb377ade29296d20abfc46e69489 Author: Hui Qi Tay Date: Thu Oct 14 14:04:39 2010 +0100 draw: sanitize llvm variant key Fixes recompi

Mesa (master): llvmpipe: don't try to emit non-existent color outputs

2010-10-14 Thread Keith Whitwell
Module: Mesa Branch: master Commit: f0bd76f28d17da6eabf977a7e619e4ff943a70c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0bd76f28d17da6eabf977a7e619e4ff943a70c7 Author: Keith Whitwell Date: Thu Oct 14 13:15:28 2010 +0100 llvmpipe: don't try to emit non-existent color ou

Mesa (master): llvmpipe: make sure intrinsics code is guarded with PIPE_ARCH_SSE

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 7533c374570b333b5e0d626d36d18c41d4611cb5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7533c374570b333b5e0d626d36d18c41d4611cb5 Author: Keith Whitwell Date: Tue Oct 12 18:26:41 2010 +0100 llvmpipe: make sure intrinsics code is guarded with

Mesa (master): llmvpipe: improve mm_mullo_epi32

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: e3ec0fdd546259005c9ed2bf7b05cead2ab95b43 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3ec0fdd546259005c9ed2bf7b05cead2ab95b43 Author: José Fonseca Date: Tue Oct 12 14:15:59 2010 +0100 llmvpipe: improve mm_mullo_epi32 Apply Jose's suggestions f

RE: Mesa (master): llvmpipe: try to do more of rast_tri_3_16 with intrinsics

2010-10-12 Thread Keith Whitwell
Cool. Isosurf is a good benchmark for these rasterization functions. I found one reason why main is slower than master. Master has this commit: Author: Keith Whitwell 2010-09-12 14:29:00 Committer: Keith Whitwell 2010-10-11 23:43:53 Parent: 5d9de332bfef20c2e8b8942980f3e085915df251

Mesa (master): Revert "llvmpipe: try to keep plane c values small"

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 0ca0382d1bfd1e9128fa4b588ce1411f7b8a85df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ca0382d1bfd1e9128fa4b588ce1411f7b8a85df Author: Keith Whitwell Date: Tue Oct 12 13:20:39 2010 +0100 Revert "llvmpipe: try to keep plane c values small&q

Mesa (master): gallivm: don't branch on KILLs near end of shader

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 22ec25e2bf5c9309610b68e8e40472a8ea695ba9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22ec25e2bf5c9309610b68e8e40472a8ea695ba9 Author: Keith Whitwell Date: Sun Oct 10 08:39:48 2010 +0100 gallivm: don't branch on KILLs near end of s

Mesa (master): r600g: add missing file to sconscript

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: d0eb854f58ffb7d01fb37c0939078d8d117e7386 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0eb854f58ffb7d01fb37c0939078d8d117e7386 Author: Keith Whitwell Date: Tue Oct 5 23:15:44 2010 +0100 r600g: add missing file to sconscript --- src/gallium

Mesa (master): gallium: move sse intrinsics debug helpers to u_sse.h

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 1a574afabc8840da82e68ac643ec3a7b05afb631 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a574afabc8840da82e68ac643ec3a7b05afb631 Author: Keith Whitwell Date: Tue Oct 12 13:02:28 2010 +0100 gallium: move sse intrinsics debug helpers to u_sse.h

Mesa (master): llvmpipe: fix typo in last commit

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: b4277bc5843aca7f9e0ecc7e956733f1becd6ad6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4277bc5843aca7f9e0ecc7e956733f1becd6ad6 Author: Keith Whitwell Date: Tue Oct 12 11:51:28 2010 +0100 llvmpipe: fix typo in last commit --- src/gallium

Mesa (master): llvmpipe: try to keep plane c values small

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 9773722c2b09d5f0615a47cecf4347859474dc56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9773722c2b09d5f0615a47cecf4347859474dc56 Author: Keith Whitwell Date: Tue Oct 12 11:02:19 2010 +0100 llvmpipe: try to keep plane c values small Avoid

Mesa (master): llvmpipe: add debug helpers for epi32 etc

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 9d59e148f86c1de2c69639d389398d7435cc193e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d59e148f86c1de2c69639d389398d7435cc193e Author: Keith Whitwell Date: Mon Oct 11 18:20:02 2010 +0100 llvmpipe: add debug helpers for epi32 etc --- src

Mesa (master): llvmpipe: try to do more of rast_tri_3_16 with intrinsics

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 2cf98d5a6dccba3fd69b8469e67f66dfb5fc9651 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cf98d5a6dccba3fd69b8469e67f66dfb5fc9651 Author: Keith Whitwell Date: Mon Oct 11 16:30:14 2010 +0100 llvmpipe: try to do more of rast_tri_3_16 with intrinsics

Mesa (llvm-cliptest-viewport): draw: some changes to allow for runtime changes to userclip planes

2010-10-10 Thread Keith Whitwell
Module: Mesa Branch: llvm-cliptest-viewport Commit: 08f890d4c3b8376d1840f90474f7c56329432d95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08f890d4c3b8376d1840f90474f7c56329432d95 Author: delphi Date: Sun Oct 10 00:31:16 2010 +0100 draw: some changes to allow for runtime changes to

Mesa (master): llvmpipe: clean up shader pre/postamble, try to catch more early-z

2010-10-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 5b7eb868fde98388d80601d8dea39e679828f42f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b7eb868fde98388d80601d8dea39e679828f42f Author: Keith Whitwell Date: Sat Oct 9 11:28:00 2010 +0100 llvmpipe: clean up shader pre/postamble, try to catch

Mesa (master): llvmpipe: try to be sensible about whether to branch after mask updates

2010-10-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: aa4cb5e2d8d48c7dcc9653c61a9e25494e3e7b2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa4cb5e2d8d48c7dcc9653c61a9e25494e3e7b2a Author: Keith Whitwell Date: Thu Oct 7 15:01:07 2010 +0100 llvmpipe: try to be sensible about whether to branch

Mesa (master): gallivm: simpler uint8->float conversions

2010-10-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 2ef6f75ab410bb188e028024e18891d7877febad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ef6f75ab410bb188e028024e18891d7877febad Author: Keith Whitwell Date: Wed Oct 6 19:09:03 2010 +0100 gallivm: simpler uint8->float conversions LLVM seems

Mesa (master): gallivm: prefer blendvb for integer arguments

2010-10-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: c79f162367b99d9438bd1589ecfdeba69baa9d3d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c79f162367b99d9438bd1589ecfdeba69baa9d3d Author: Keith Whitwell Date: Wed Oct 6 19:10:30 2010 +0100 gallivm: prefer blendvb for integer arguments --- src

Mesa (master): gallivm: specialized x8z24 depthtest path

2010-10-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: d2cf757f44f4ee5554243f3279483a25886d9927 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2cf757f44f4ee5554243f3279483a25886d9927 Author: Keith Whitwell Date: Wed Oct 6 18:21:56 2010 +0100 gallivm: specialized x8z24 depthtest path Avoid

Mesa (master): llvmpipe: store zero into all alloca'd values

2010-10-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 6da29f36111edc821a4aa10128e9681fc75a43d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6da29f36111edc821a4aa10128e9681fc75a43d7 Author: Keith Whitwell Date: Thu Oct 7 19:49:20 2010 +0100 llvmpipe: store zero into all alloca'd values

Mesa (master): llvmpipe: dump fragment shader ir and asm when LP_DEBUG=fs

2010-10-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 954965366fee3fa2eec8a11b6663d4cf218e1d5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=954965366fee3fa2eec8a11b6663d4cf218e1d5d Author: Keith Whitwell Date: Thu Oct 7 19:01:12 2010 +0100 llvmpipe: dump fragment shader ir and asm when LP_DEBUG

Mesa (master): llvmpipe: use alloca for fs color outputs

2010-10-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 40d7be52619fbff2479dcdf56929e3e0c5b12e72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40d7be52619fbff2479dcdf56929e3e0c5b12e72 Author: Keith Whitwell Date: Thu Oct 7 18:59:54 2010 +0100 llvmpipe: use alloca for fs color outputs Don't t

Mesa (master): llvmpipe: defer attribute interpolation until after mask and ztest

2010-10-09 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 8009886b0092df2783472deaac1bcaad4a802c19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8009886b0092df2783472deaac1bcaad4a802c19 Author: Keith Whitwell Date: Wed Oct 6 22:25:48 2010 +0100 llvmpipe: defer attribute interpolation until after mask

Mesa (master): llvmpipe: fix off-by-one in tri_16

2010-10-08 Thread Keith Whitwell
Module: Mesa Branch: master Commit: ef3407672ed4c2c6d070384ea763e73b3da2240a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef3407672ed4c2c6d070384ea763e73b3da2240a Author: Keith Whitwell Date: Tue Oct 5 16:50:22 2010 +0100 llvmpipe: fix off-by-one in tri_16 --- src/gallium

Mesa (master): llvmpipe: add rast_tri_4_16 for small lines and points

2010-10-08 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 0ff132e5a633170afaed0aea54d01438c895b8ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ff132e5a633170afaed0aea54d01438c895b8ab Author: Keith Whitwell Date: Fri Oct 8 17:21:03 2010 +0100 llvmpipe: add rast_tri_4_16 for small lines and points

Mesa (master): llvmpipe: clean up setup_tri a little

2010-10-08 Thread Keith Whitwell
Module: Mesa Branch: master Commit: eeb13e2352d7a44881b011cb3232bb80aee0c826 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eeb13e2352d7a44881b011cb3232bb80aee0c826 Author: Keith Whitwell Date: Thu Sep 23 19:56:48 2010 +0100 llvmpipe: clean up setup_tri a little --- src/gallium

Mesa (master): gallivm: round rather than truncate in new 4x4f-> 1x16ub conversion path

2010-10-08 Thread Keith Whitwell
Module: Mesa Branch: master Commit: e191bf4a8591c8bbccda606a72ed5b90a9db8f72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e191bf4a8591c8bbccda606a72ed5b90a9db8f72 Author: Keith Whitwell Date: Wed Oct 6 11:48:10 2010 +0100 gallivm: round rather than truncate in new 4x4f->1x1

Mesa (master): gallivm: Use the wrappers for SSE pack intrinsics.

2010-10-08 Thread Keith Whitwell
Module: Mesa Branch: master Commit: f91b4266c6ca950b267bc8968091c85de8cae032 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f91b4266c6ca950b267bc8968091c85de8cae032 Author: José Fonseca Date: Mon Oct 4 17:42:18 2010 +0100 gallivm: Use the wrappers for SSE pack intrinsics. Fixes as

Mesa (master): gallivm: special case conversion 4x4f to 1x16ub

2010-10-08 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 607e3c542cedd645da91c96abfe6698623acf503 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=607e3c542cedd645da91c96abfe6698623acf503 Author: Keith Whitwell Date: Mon Oct 4 15:00:34 2010 +0100 gallivm: special case conversion 4x4f to 1x16ub Nice

Mesa (master): llvmpipe: avoid overflow in triangle culling

2010-10-08 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 29d6a1483d6c4ecb9c34989423e025b3784ec019 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29d6a1483d6c4ecb9c34989423e025b3784ec019 Author: Keith Whitwell Date: Fri Oct 8 17:06:05 2010 +0100 llvmpipe: avoid overflow in triangle culling Avoid

Mesa (master): llvmpipe: fail gracefully on oom in scene creation

2010-10-08 Thread Keith Whitwell
Module: Mesa Branch: master Commit: ad6730fadbbeacea96322e31064ede9ea7ebad6f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad6730fadbbeacea96322e31064ede9ea7ebad6f Author: Keith Whitwell Date: Fri Oct 8 17:01:16 2010 +0100 llvmpipe: fail gracefully on oom in scene creation

  1   2   3   4   5   6   7   8   9   10   >