---
src/mesa/drivers/dri/i915/intel_tris.c | 22 +++---
1 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/src/mesa/drivers/dri/i915/intel_tris.c
b/src/mesa/drivers/dri/i915/intel_tris.c
index cf9291c..7bcb72f 100644
--- a/src/mesa/drivers/dri/i915/intel_tris.c
+++
---
configs/autoconf.in |1 +
src/glx/Makefile|1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configs/autoconf.in b/configs/autoconf.in
index a3c69e1..4e931a3 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -149,6 +149,7 @@ DRI_LIB_DEPS = $(EXTRA_LIB_
Instead of using the current gl_fragment_program. These aren't necessarily
the same, for example when translate_program() is called by
i915ValidateFragmentProgram().
---
src/mesa/drivers/dri/i915/i915_fragprog.c | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src
I spent some time today looking into a KWin crash I've been experiencing
when I unlock an OpenGL screensaver. I was able to track it down to
this bug:
https://bugs.freedesktop.org/show_bug.cgi?id=33036
Sure enough, applying the patch in that bug got rid of the crash.
Unfortunately, I'm now s
On Tue, Feb 22, 2011 at 10:08 PM, Eric Anholt wrote:
> On Tue, 22 Feb 2011 11:57:38 -0800, Ian Romanick wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 02/21/2011 02:41 PM, Eric Anholt wrote:
>> > This extension allows a client to bind one context in multiple threads
>> > simu
On Sat, 26 Feb 2011 00:50:42 -0800, Kenneth Graunke
wrote:
> ---
> The CompileShader driver hook has a comment saying that it could be removed
> since it literally does nothing. This patch removes it as a cleanup.
>
> I'm not sure if this is a good idea or not. Do we foresee using it in the
>
---
The CompileShader driver hook has a comment saying that it could be removed
since it literally does nothing. This patch removes it as a cleanup.
I'm not sure if this is a good idea or not. Do we foresee using it in the
future? Presumably it breaks the ABI...perhaps needlessly.
src/mesa/dr