- Sep 28, 2004
-
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Daniel Borca Borca authored
-
- Sep 27, 2004
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Daniel Borca Borca authored
-
- Sep 25, 2004
-
-
Emma Anholt authored
-
Emma Anholt authored
GL_COPY to turn off logicop. Fixes glean's logicop test.
-
Emma Anholt authored
Doesn't seem to help with glean's paths test, but I'm pretty sure it's correct.
-
Emma Anholt authored
-
Emma Anholt authored
the hardware. Re-enable AGP by default.
-
Emma Anholt authored
new interface.
-
Emma Anholt authored
linux-dri. Turn on -O by default (-O2 provides a slight improvement in performance, at a large cost to debuggability). Turn off -fPIC on x86 by default. Turn on -Wall, to catch more stupid mistakes. This could be both done cleaner, and done for more config files, but it works for me for now.
-
Emma Anholt authored
a new cmdbuf, to ensure that state wasn't lost across UNLOCK/LOCK pairs (in the case of context switching). This was rather inefficient. Instead, after flushing a cmdbuf, mark the state as needing to be saved on unlock. Then, at the beginning of flushing a cmdbuf, if we actually have lost the context, go back and emit a new cmdbuf with the full set of state, before continuing with the cmdbuf flush. Provides a 10-15% improvement in ipers performance in my tests, along with other apps. Tested with: ipers, glxgears, quake3
-
Emma Anholt authored
setup that now removed atoms from the atomlist on texture deletion.
-
Emma Anholt authored
-
- Sep 24, 2004
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Daniel Borca Borca authored
-
Emma Anholt authored
-
Emma Anholt authored
-
Emma Anholt authored
-
- Sep 23, 2004
-
-
Brian Paul authored
don't test for NULL pixels pointer here, do that in the 'store' routines after validating PBO address
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Dave Airlie authored
after we check the buffer
-
- Sep 22, 2004
-
-
Emma Anholt authored
a new cmdbuf, to ensure that state wasn't lost across UNLOCK/LOCK pairs (in the case of context switching). This was rather inefficient. Instead, after flushing a cmdbuf, mark the state as needing to be saved on UNLOCK. Then, at the beginning of flushing a cmdbuf, if we actually have lost the context, go back and emit a new cmdbuf with the full set of state, before continuing with the cmdbuf flush. Also, remove the dirty/clean atom lists, since atoms are emitted in a fixed order these days, and go with a simpler single list. Provides a 14% improvement in ipers performance in my tests, along with other apps.
-
- Sep 21, 2004
-
-
Dave Airlie authored
-
- Sep 20, 2004
-
-
Daniel Borca Borca authored
-
- Sep 19, 2004
-
-
Ian Romanick authored
lifted from the i915 side. i830 will now report version 1.3! Hurrah! With the exception of GL_EXT_texture_compression_s3tc, the i830 driver now supports all the extensions that its Windows counterpart supports.
-
Ian Romanick authored
-
Ian Romanick authored
-
- Sep 17, 2004
-
-
Karl Schultz Schultz authored
probably due to a compiler bug.
-
Emma Anholt authored
X.Org Bugzilla: 1079 Submitted by: Alexander Gottwald <ago@freedesktop.org>
-