Mesa (mesa_7_5_branch): 1591 new commits

Alan Hourihane alanh at kemper.freedesktop.org
Thu Aug 6 14:55:30 UTC 2009


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f44916414ecd2b888c8a680d56b7467ccdff6886
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Aug 5 20:12:15 2009 -0700

    i965: Fix source depth reg setting for FSes reading and writing to depth.
    
    For some IZ setups, we'd forget to account for the source depth register
    being present, so we'd both read the wrong reg, and write output depth to
    the wrong reg.
    
    Bug #22603.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6c65516865aa331b066a6516d553c9fca314670
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Aug 6 00:01:18 2009 +0100

    st/xorg: If we have DRI2 we should also have some sort of hw support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6c9401f138720adaebde90ec7b1805eae441fc7
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Aug 6 00:28:15 2009 +0100

    i915g: Always run in sync with the HW

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=901b87547e50fae25722fdf5dee216d809a0d453
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Aug 6 00:00:24 2009 +0100

    i915g: The i915 seems more happier with sampler domain so lets use that

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a20f50c602b31af0adc50c23bf310cbdb5bcc94
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Aug 5 23:59:37 2009 +0100

    i915g: Dirty fix for VBO module double flush assert

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=66b00380a251b14b7622edadb5e7c9344d0f1d5b
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Aug 5 23:56:08 2009 +0100

    i915g: Switch to mapping the batch buffer instead of using subdata

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=246f58d922272a778454a466abd50106317e16ac
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Wed Aug 5 16:08:48 2009 -0600

    progs/egl: Add xeglbindtex.
    
    This is a simple demo for eglBindTexImage.  It uses a OpenGL context,
    instead of the required OpenGL ES one.  But it still suffices the demo
    and test purpose.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f97a41964b38aa065649d4b65660042ceb32871
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Wed Aug 5 16:08:07 2009 -0600

    egl_softpipe: Add support for pbuffer binding.
    
    This adds support for eglBindTexImage and eglReleaseTexImage.  They rely
    on the state tracker to do the real work.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0153614cb0ce52e5b2321de73ad6cd73e106bb34
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Wed Aug 5 16:07:39 2009 -0600

    egl_softpipe: Flush when switching current context.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54a7115fc27c640e2b3f1a362e8e07aac220556d
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Wed Aug 5 16:07:19 2009 -0600

    mesa/st: Add support for binding pipe surface to texture.
    
    This commit adds functions to bind a pipe surface to a texture.  This
    allows texturing directly from the surface.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=42b6b067ac68ac1309d0570613bea4a88f745559
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Wed Aug 5 16:06:50 2009 -0600

    mesa/main: Add functions to clear and dirty texture objects.
    
    This commit adds a function to clear a texture object such that there is
    no image data associated with it, and a function to dirty it so that it
    will be re-tested for completeness.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f713059934c2365a42aadfdca49213b36a7de90
Merge: 3905119b4743eb5d284236cc237ee2c19ae3c5c8 5b3428d7453eec8e8a5344e22113774dea1dc456
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Aug 5 14:13:48 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	src/mesa/main/state.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3905119b4743eb5d284236cc237ee2c19ae3c5c8
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Aug 5 19:26:21 2009 +0100

    st/xorg: Make it work again

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ccec83e63932d78bb67638e013b9645e609da42
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Aug 5 19:15:21 2009 +0100

    st/egl: Create primary texture not display target

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0500404cdff44c6a278c2738d32b9e45cb9a5572
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Aug 5 19:22:34 2009 +0100

    i915g: Treat primary textures as scanout buffers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec269c198a8e9d6ba7f88110d3aeb9541fa9ce6f
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Aug 5 19:12:53 2009 +0100

    i915g: Link with trace on EGL and Xorg

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f9ee623d185aea24195ffaefd77b953eefea107
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Aug 5 18:55:57 2009 +0100

    trace: Use correct texture in drm_api wrapper

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6160c8be5748455574ddde8ac373e14d86c4f3a9
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Aug 5 19:13:55 2009 +0100

    softpipe: Also defere primary textures to backend

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac3de85eb6af680f2884194b40ada7b3e1edda8a
Author: Dave Airlie <airlied at linux.ie>
Date:   Wed Aug 5 11:26:29 2009 +1000

    r200: emit colorpitch

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=63d7a2f53fb38e170f4e55f2b599e918edf2c512
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 18:07:01 2009 -0700

    i965: Fix dangerous warning I let slip in.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=78c022acd0b37bf8b32f04313d76255255e769c1
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 18:02:31 2009 -0700

    i965: Respect CondSwizzle in OPCODE_IF.
    
    Fixes piglit glsl-vs-if-bool and progs/glsl/twoside, and will likely be
    useful for the looping code.
    
    Bug #18992

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7007f8b352763af89805f287153cb7972bff0523
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 14:13:27 2009 -0700

    i965: Emit conditional code updates as required for GLSL VS if statements.
    
    Previously, we'd be branching based on whatever condition code happened to be
    laying around.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=011244853b538a1a5adf602c8ed2de5c0f047548
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 16:09:30 2009 -0700

    i965: Don't set pop_count in the reserved MBZ area of IF statements.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8288ab4518241746be9989e008b48345c7394d10
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 16:26:37 2009 -0700

    i965: Print out ELSE and ENDIF src1 arguments like IF does.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b9a5cfce0065d6e32d3a882b6ee9f94bf2634ff
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Wed Aug 5 02:32:09 2009 +0200

    r200: fix off-by-one errors causing 6th texture unit to not work
    
    both for normal and cube textures, this fixes demos/multiarb
    (with 6 enabled texture units) and fixes #23142.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c0fb3a1bea99ff3da6c2679b109f17b26823926
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Wed Aug 5 02:25:40 2009 +0200

    r200: fix compiler warning (unused var)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=15f5f839b1a52a49bb60e73625b8c6b2f73a75e8
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Wed Aug 5 01:12:16 2009 +0200

    radeon: fix miptree comparison breakage
    
    another case of image never matching miptree in case of compressed textures

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=80cab49481b0c832f161bd61e9889d7bcd9f542a
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Wed Aug 5 01:10:45 2009 +0200

    intel: implement intelCompressedTexSubImage2D
    
    similar to the radeon code.
    passes tests/texcompsub

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0abc9e7565bfa0f1f32e6999f93ca14b718c7974
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Wed Aug 5 00:57:08 2009 +0200

    tests: also test xoffset in texcompsub test
    
    use glCompressedTexSubImage2DARB also with xoffset by splitting into 3 calls
    in total. Dunno if the top/bottom reversal is intentional but leave as is.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de80eeea0eebf00ee678b1a0fbd5fe67b00a8636
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 11:28:26 2009 -0700

    intel: Add support for EXT_provoking_vertex.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b010814e9c7ed30cbdd60a49d81a6ea774c8c3a3
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 13:42:30 2009 -0700

    i965: Spell "conditional" correctly.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d4bace9fca64c61ccd9f4205262417fa0ae3883
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 15:27:40 2009 -0700

    i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.
    
    I was getting tired of doing the dance of INTEL_DEBUG=batch, copying it out,
    and running intel-gen4disasm on it.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce63e9929cf3515e4ad4ea54fa5227d71ae48b93
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 15:00:36 2009 -0700

    i965: Initial import of disasm code from intel-gen4asm.
    
    There's a bunch of stuff from gen4asm and gpu-tools that we probably want
    to make into a library instead of cargo-culting it around.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=def85826a013ac61e3125db2c33d0ddf0ca5b45c
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 15:29:00 2009 -0700

    i965: warning fix

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd7a8225e80ee76a3210c78778e67a89a5dba430
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 4 16:17:09 2009 -0600

    tests/getteximage: test more texture sizes, including npot

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a746ef28df9e6e594be7eb292d2dcad3546f739a
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 4 15:36:13 2009 -0600

    mesa: log the shader checksum

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7783badb55bd2ff9bc544b2f8cc0c4ad7b86ea7
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 4 15:35:48 2009 -0600

    mesa: compute, print shader checksum

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b501263bf5965aa89c408cb8f0db3688847a8384
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 4 15:34:59 2009 -0600

    mesa: added gl_shader::SourceChecksum field (for debug purposes)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f8110adcc5a6f47b5db0915bb9265925d520856
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 4 15:33:53 2009 -0600

    mesa: added _mesa_str_checksum()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84c8315ae66f34466d0f7b9db8a825c15e0594a8
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 4 15:29:00 2009 -0600

    mesa: clean-up error debug/count code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=def77160d69dbb0a333ea3f9263e661f8557a7ec
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 4 15:28:29 2009 -0600

    mesa: reset ErrorDebugCount to zero in glGetString()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b98f0f2d51494d3f766bc53941fff754fce8bd0f
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 4 15:04:37 2009 -0600

    mesa: better texture dump/debug code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b82bc93e2a0bfdd48147dfa5525dee732a50ea4
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 4 14:53:24 2009 -0600

    mesa: more error message info for vertex pointer functions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2465c4fa9cabe8c40e526b9e081de3b70c851455
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 4 10:55:29 2009 -0600

    mesa: more glGetTexImage() error checking consolidation, new assertion

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=191e028de20b2f954621b652aa77b06d0e93652a
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 4 12:39:22 2009 -0700

    i965: Fix RECT shadow sampling by not losing the other texcoords.
    
    Bug #20821

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=23671e5358ffc0abfec83aeea9a515b09a6b35f3
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Mon Aug 3 08:35:43 2009 -0700

    mklib: Ensure target directory exists for library
    
    Instead of relying on the Makefile to always generate $(TOP)/$(LIB_DIR),
    just have mklib handle creating the directory. This should fix any races
    when using parallel make.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=048f988aeb06fa360c6c41eaa50cb96b4b86e34e
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Tue Aug 4 10:57:47 2009 +0200

    r300g: Slightly saner initialization of some texture / transfer fields.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7430d942f6c7950a92367aeb13b80cf76ccad78
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Aug 3 17:55:14 2009 -0700

    i965: Assert that the offset in the VBO is below the VBO size.
    
    This avoids sending a bad buffer address to the GPU due to programmer error,
    and is permitted by the ARB_vbo spec.  Note that we still have the opportunity
    to dereference past the end of the GPU, because we aren't clipping to a
    correct _MaxElement, but that appears to be harder than it should be.  This
    gets us the 90% solution.
    
    Bug #19911.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e340d4f9866db4bae391288e83a630a310b0dd2b
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Aug 3 17:12:43 2009 -0700

    i965: Even if no VS inputs are set, still load some amount of URB as required.
    
    See comment on Vertex URB Entry Read Length for VS_STATE.
    
    This, combined with the previous three commits, fixes #22945.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e93848e595176ae0bad3bfe64e0ca63fd089bb72
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Aug 3 15:24:02 2009 -0700

    i965: Make sure the VS URB size is big enough to fit a VF VUE.
    
    This fix is just from code and docs inspection, but it may fix hangs on
    some applications.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1fbfd0f962347e4153db3852292d44de5aea863
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jul 30 13:40:29 2009 -0700

    i965: Don't emit bad packets when no VBs are referenced.
    
    It appears that sometimes Mesa (and I suppose a VS could as well) emits
    a program which references no vertex data, and thus we end up with
    nr_enabled == 0 even though some VBs are enabled.  We'd end up emitting
    VB/VE packet headers of 0xffffffff in that case, leading to GPU hangs.
    
    Bug #22945 (wine with an uncompiled VS)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b9cb30d128fc5f1ba77287696ecd508e640efde
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Aug 3 14:46:18 2009 -0700

    i965: Calculate enabled[] and nr_enabled once and re-use the values.
    
    The code duplication bothered me.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f1ead9947aaa66346d3f33f024700d2fce90b53
Author: Robert Ellison <papillo at tungstengraphics.com>
Date:   Mon Aug 3 17:09:14 2009 -0600

    typo fix
    
    somehow, this change was missed on the last checkin

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d18e9259ed2d2e706c6f248a0a35d372d789544
Author: Robert Ellison <papillo at tungstengraphics.com>
Date:   Mon Aug 3 17:04:50 2009 -0600

    mesa: fix up some GLAPI XML
    
    - Added specifications for the extensions GL_APPLE_flush_buffer_range and
      GL_APPLE_texture_range
    
    - EXT_framebuffer_object.xml strangely held specifications for both
      the GL_EXT_framebuffer_object extension and the GL_EXT_texture_array
      extension.  Split out the GL_EXT_texture_array data into its own
      file.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=50c736589ee0edbedf9ac434e883483b82b3030a
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue Aug 4 00:21:07 2009 +0200

    radeon: more fixes for compressed textures
    
    - fix not respecting required hardware stride with compressedTexImage -
      this fixes #22615.
    - make sure correct stride is used in various places
    - fix stored miptree never matching with a TexImage call with compressed
      texture
    - don't always store data with compressedtexsubimage at offset 0,
      and actually use the supplied pixel data... (untested)
    - make sure rows for compressed texture handling are rounded up not down
    
    Note that trying to access stored compressed textures in hardware miptrees
    from core mesa (get_compressed_teximage, swrast fallbacks) can't work correctly,
    since RowStride isn't really set to anything useful, plus some places (at least
    get_compressed_teximage) assume this data has native stride and no padding.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4221e81b2489c4c91092ef49bba181a1bed216c8
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Aug 3 14:38:16 2009 -0700

    radeon: Fix inverted test for disabling flushing of front buffer output.
    
    (corresponding fix to the intel driver one)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd65418f600874b05f902b622078b40bc1abb24a
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Aug 3 14:27:41 2009 -0700

    intel: Fix inverted test for disabling flushing of front buffer output.
    
    The comment disagreed with the code, and nicely drew my eyes to what was
    going wrong.
    
    Bug #21774 (blender)
    Bug #21788 (readpix)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0828579a658af01a64b5e699175dc9bbbedcd685
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jul 21 11:23:18 2009 -0700

    intel: Wait on the last swapbuffers to complete before queuing a new one.
    
    This fixes jerkiness in doom3 and other apps since the kernel change to
    throttle less absurdly, which led to a thundering herd of frames.
    
    Because this is a rather minimal fix, there is at least one downside: If
    the whole scene completes in one batchbuffer, we'll end up stalling the GPU.
    
    Thanks to Michel Dänzer for suggesting using glFlush to signal frame end
    instead of going to all the effort of adding a new DRI2 extension.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0d61fd696b3561d575a9ee5055a1484a5ac6926
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Aug 3 16:10:32 2009 -0400

    r600: add some new r7xx pci ids

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9ba1bfeb3a2852c6eda718e73c46c972a286648
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Aug 3 12:38:56 2009 -0700

    texenv: Use VP->Current, since _Current isn't updated at this point.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=40990d9dfb20b69585859b2a45596aa46c20140a
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Aug 3 12:36:52 2009 -0700

    texenv: Match state.c in deciding whether we'll be using a vertex shader.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=03187571b63d97e3d1406d329c5e760e16ef3181
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Aug 3 12:21:03 2009 -0700

    texenv: Add missing dependency on VP changes.
    
    Funny thing is I annotated this dependency in
    e5f63c403b767f9974e8eb5d412c012b8a69287f, but didn't actually use it.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7420e33848bfe6d53ee28cc06e53856d542ae2c7
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Mon Aug 3 11:36:08 2009 -0600

    egl_softpipe: Add support for pbuffer surface.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a130a65aa7b0695c7d220f4ad6317ba1f64c6a6
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Mon Aug 3 11:35:44 2009 -0600

    egl: Correct the default values of surface attributes.
    
    EGL_TEXTURE_FORMAT and EGL_TEXTURE_TARGET should default to
    EGL_NO_TEXTURE.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cdc6c66f9d8ede00d02108070d269d3aca8b130
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Mon Aug 3 11:35:14 2009 -0600

    egl: Make eglMakeCurrent more robust.
    
    Now that a current surface points back to its binding context, and a
    current context points back to its binding thread, make sure there is no
    dangling pointers.  This commit reworks eglMakeCurrent, adds more checks
    to avoid stealing context or surfaces from another thread, and correctly
    destroys unlinked context and surfaces.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=07ee01365a8bddf6f50821ecd585784498a25ff0
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Mon Aug 3 11:34:37 2009 -0600

    egl: Replace IsBound by a pointer to the binding.
    
    IsBound tells if a context or surface is current.  What it does not tell
    is, to which thread a context is current, or to which context a surface
    is current.  This commit replaces IsBound by a pointer to the binding
    thread or context.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27148ccaba9ceee44a3d9fb4649f4a953b3062a7
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Aug 3 11:22:39 2009 -0600

    gl: upgrade wglext.h to version 15

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=39bf48f281a81fc24a6de00cec243672df2be653
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Aug 3 11:21:57 2009 -0600

    gl: upgrade glxext.h to version 23

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d725dac40de71d3d65d34a77ab39f90ee726373
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Aug 3 11:20:40 2009 -0600

    gl: upgrade glext.h to version 54

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f61bc135ab5ba6ce590418058ed04f63f150b0b
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jul 31 10:23:52 2009 -0600

    tgsi: report opcode name in addition to the number when translation fails

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3c90c2dd95ba4f714c6d5fdf5793e1db1a191ca
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jul 31 10:23:09 2009 -0600

    tgsi: added tgsi_get_opcode_name()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e9bf100143c45ed169cc2d9875dc1b528a94ba5
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jul 31 09:30:56 2009 -0600

    gallium: comments, reformatting

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f538d0275398276b8f9634a0b1857a01641ae927
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Aug 3 11:21:10 2009 -0400

    r600: add some missing pci ids

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=583ed4aae54c308009346c083a1a0d49d4361631
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Aug 3 03:12:56 2009 -0400

    r600: fix the build when RADEON_DEBUG_BO is set

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=282c0c411cc1d9c10adc75cb066e8af819073975
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Aug 3 02:28:22 2009 -0400

    r600: fix r600SetTexOffset
    
    We need to properly set up a fake bo for the texture override,
    so add a new function to radeon_bo_legacy.c.  This could probably
    be used on radeon/r200/r300 to unify the bo handling for
    texture override.
    
    compiz now works :)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=30bca7a4e6ad4e5a9fc74aba2eb854bb1341cca7
Merge: d07bf2b35c1419bdef824092e509c70ffb11fd67 d0c398a8e2985b855f923aec3470cef8734a622a
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun Aug 2 16:56:52 2009 -0700

    Merge commit 'nha/r300-compiler-gallium'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d07bf2b35c1419bdef824092e509c70ffb11fd67
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Sun Aug 2 18:26:12 2009 -0400

    r600: handle state emit better
    
    - move shader-related state with the rest of the shader setup/emit
    - start to track dirty state better

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=562ca4961186954d3abf216bcfb1e835b562b234
Author: vehemens <vehemens at verizon.net>
Date:   Sun Aug 2 18:03:58 2009 -0400

    r600: Logic Operations Fix
    
    fixes bug 23087

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e5190360641ad9b328b14097d912aff3496f618
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Sun Aug 2 13:28:18 2009 -0400

    r600: fix regression in texenv
    
    Emit shader consts with the shader program itself

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1700b03af44bc1e069fa7078b47c13ab19702b3
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sun Aug 2 14:38:44 2009 +0200

    r300: Fix a regression on non-KMS
    
    The regression was introduced by 9a1c336253579d8b58b31910325227b22b4af395
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=86ac0ae0b09566d0cd66dcfc17192780f7e2df03
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Sat Aug 1 20:55:43 2009 -0400

    r600: fix rectangle textures
    
    It might be better to add an instruction to normalize the
    coordinates for rectanglular textures as there are some limitations
    to wrap modes on unnormalized tex coords.
    
    fixes texrect

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a1c336253579d8b58b31910325227b22b4af395
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Aug 1 18:58:47 2009 +0200

    r300: Fix corner-case of KIL on R300
    
    R300 hardware (but _not_ R500) hardware requires an enabled texture unit
    if KIL is used in fragment programs. We now work around the CS checker
    correctly when enabling such a fake texture unit.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d21e3d3a2785022c9a7af5b6a9db33cf6a3164e
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Aug 1 16:50:21 2009 +0200

    r300: Fix Z buffer re-emit after window resize
    
    We used to not always correctly re-emit the Z buffer size in all cases,
    in particular the clear path, and invalidated state was not always picked
    up correctly.
    
    This fixes a bug where the kernel CS checker correctly complains about
    a Z buffer that is too small.
    
    Note that this bug was probably only visible with ridiculously high
    framerates, i.e. glxgears.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc3d564daeacdbd76b97de2ffc10e15931a18c7a
Author: Patrice Mandin <patmandin at gmail.com>
Date:   Sat Aug 1 11:15:18 2009 +0200

    mesa st: Use POT texture for draw pixels operations if NPOT texture is not supported

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1785c19ca0716a7e85777242949a0c33e28988f
Author: Patrice Mandin <patmandin at gmail.com>
Date:   Sat Aug 1 11:03:30 2009 +0200

    mesa st: Move logbase2 function to util/u_math.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=801c3fcbca69a17f0696522b91cbfc378094974b
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Jul 31 23:24:44 2009 +0200

    radeon: fix r100/r200 compressed texture stride
    
    This almost fixes compressed mipmapped textures on r200, though some small
    mip levels are still broken.
    Leave r300 compressed texture stride as is though afaik it's different
    to pre-radeon-rewrite too. Also do the fixup for rs600 uncompressed row stride
    at same place.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2730ee75c73e79f4196d6df5540da7063a96c25e
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Jul 31 23:20:22 2009 +0200

    radeon: s/r300/radeon in shared code error message

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=55bc8b139067f2596da654075a4fc6e5940e22dd
Author: Pauli Nieminen <suokkos at gmail.com>
Date:   Wed Jul 29 01:28:33 2009 +0300

    radeon: Cliprects has to be updated before doing anything with clip rectangles
    
    Reported to fix corruption while dragging an active window by John Bridgman.
    
    Signed-off-by: Pauli Nieminen <suokkos at gmail.com>
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fcb321e2fa1903b815b099e59bd85aac823850a
Author: Pauli Nieminen <suokkos at gmail.com>
Date:   Fri Jul 31 14:03:36 2009 +0300

    radeon: Remove unused variable from context.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=95b64c0ed20725db2722314d527d63aace6b7f7a
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 31 15:11:41 2009 -0400

    r600: make sure bos are valid before usign that

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=80d80d23b6078b8a5c79675ebbdeda665251f13b
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 31 14:48:46 2009 -0400

    r600: fix reloc setup
    
    re-use the same reloc index for bos that are referenced
    multiple times.
    
    Fixes rain demo.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=177c33c481d84058f57e761b25cba735b9c7e6ea
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 31 12:06:26 2009 -0400

    r600: remove unused offset_mod stuff
    
    this is a step in migrating to the common cs code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=19ce428c8a08565b06795f4b8020dc6399694789
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 31 11:33:16 2009 -0400

    r600: ensure we have enough room for full state emit
    
    full state is roughly 4000 dwords, but will vary depending
    on the rendering.
    Also fix some warnings.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54a16419235d298e4b7c1761d6abe8066e6cf393
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 31 11:12:10 2009 -0400

    r600: unify state emit into one function

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=be1687a89271a58d7e4e6f613affa609589f5048
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 31 10:53:06 2009 -0400

    r600: re-arrange state setup and emit so they are not mixed

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb90c43676c258419e4b617c908570891d3674cb
Author: Michal Krol <michal at vmware.com>
Date:   Fri Jul 31 18:12:53 2009 +0200

    Rename TGSI LOOP instruction to better match theri usage.
    
    The LOOP/ENDLOOP pair is renamed to BGNFOR/ENDFOR as its behaviour
    is similar to a C language for-loop.
    
    The BGNLOOP2/ENDLOOP2 pair is renamed to BGNLOOP/ENDLOOP as now
    there is no name collision.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc516d6e2afe7f157dbe5aad1288e5624b27e093
Author: Chia-Wu <olvaffe at gmail.com>
Date:   Fri Jul 31 07:28:56 2009 -0600

    egl: Silence warnings on x86-64.
    
    Casting an unsigned int to or from a pointer directly gives warnings on
    x86-64.  Add wrappers to silence the warnings.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=826f1f9c6fd976ff36594e272c0a391187ca0bd8
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 31 02:13:43 2009 -0400

    r600: get updated pending age from cs ioctl
    
    REQUIRES AN UPDATED DRM

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=643d52a39443a81bbc7e9b234450754375052b20
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul 30 21:27:05 2009 -0400

    r600: warning fixes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0e51ab1eab52735f23d12c3f1a2217abc51a04e
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul 30 14:59:48 2009 -0400

    r600: split primitive draw into a separate function

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0c398a8e2985b855f923aec3470cef8734a622a
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 30 23:45:34 2009 +0200

    r300g: Use radeon compiler for fragment programs
    
    This is entirely untested on R500, and needs more testing on R300.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbc88a7334c9567b623572b60267c747a9baa0fb
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Wed Jul 29 19:22:56 2009 +0200

    r300g: Remove extraneous printf
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=188f8c679254f193cdcfcd4ef338f3c8c5e1146d
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Mon Jul 27 20:23:49 2009 +0200

    r300g: Use r300compiler for vertex shaders

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cab62aa28f5ccdf7ca185ac965b852e2318816f3
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 30 22:26:02 2009 +0200

    r300/compiler: Remove inst_offset from r500_fragment_program_code
    
    The field is not used, and in any case it would be more interesting to
    manipulate from *outside* the compiler if we ever wanted to load several
    fragment programs at the same time or something.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f26f801dc34b1705fe724aab8a6c3189596149b
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Thu Jul 30 14:08:53 2009 -0700

    progs/vp: Correct the PARAM array sizes in arl-*.txt

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27fb3ff858f1c5db82fe94fa1ec9f296808c7b27
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Jul 30 10:42:41 2009 -0600

    softpipe: Mark texture dirty when unmapped.
    
    When a texutre transfer is mapped for writing, mark the texture dirty
    when unmapped.  This was done in surface creation, and this commit moves
    it to happen in texture unmapping.
    
    This fixes subtex test in progs/tests/.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c936403de1aa868de1218deb2b93344b0d8d95d
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 30 10:04:38 2009 -0600

    mesa: re-enable _mesa_source_buffer_exists() call
    
    Somehow this code wound up inside a comment a while back.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4406f79402e8f986913c20c3138d12d0af670bd4
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 30 09:59:52 2009 -0600

    mesa: get_current_tex_unit() helper function

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=25be043940b25a5fe6eb8058070b3e8f12e92039
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 30 09:50:36 2009 -0600

    mesa: refactor glGetTexImage error checking code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=783a93a2c310f3fd8a4c0595bb6c60702cd2823e
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 30 09:46:57 2009 -0600

    tests: glGetTexImage() test

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c156eeb682d673e571c1798ff21e183ad4114fea
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 30 09:24:01 2009 -0600

    mesa: simplify _mesa_select_tex_image()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c9a9abd7b953ec9b6cfc52c2f6981c5d38b1691
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 30 09:10:26 2009 -0600

    mesa: simplify _mesa_set_tex_image()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e355a0cb36f206e681d1098b425ac541bc80840
Merge: 288299ae12603cf7ab0388db426d764c3f31304e 35e3449ad7a01c63219249b37886d59e93cbf7ac
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 30 09:03:43 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=288299ae12603cf7ab0388db426d764c3f31304e
Merge: e87320b5e033a911d4ced2d516e479cdf1bc9228 7d93f817c9c5222e2bdbaa9fa9f03fc502bfe878
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 30 08:24:10 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e87320b5e033a911d4ced2d516e479cdf1bc9228
Merge: aefaeba54a3ad7104a83ffdaf81ad9d654b990ee 684282953937a37541f26c6e51ceec4134c62dfb
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 30 08:22:57 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aefaeba54a3ad7104a83ffdaf81ad9d654b990ee
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 30 08:22:26 2009 -0600

    docs: document new i915/945 extensions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=98ba6cfb4cc7440f0fb4f101ff714143720e175e
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Thu Jul 30 12:39:26 2009 +0200

    mesa st: Change the preferred internal format for some RGB formats.
    
    For GL_RGB5, GL_RGB4 and GL_R3_G3_B2, prefer
    PIPE_FORMAT_R5G6B5_UNORM over PIPE_FORMAT_A1R5G5B5_UNORM, since hardware
    is more likely to support the previous format for rendering.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f583745519b2b99ca637cdfa6201fd653c848fd6
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Thu Jul 30 12:34:02 2009 +0200

    mesa st: Report unsupported render-to-texture formats.
    
    If a texture image is bound to a framebuffer for render-to-texture, but
    the hardware doesn't support rendering to its internal format,
    report the framebuffer as incomplete with FRAMEBUFFER_UNSUPPORTED.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c70285e330bd19db78b7d45e43a01b0255ca15f
Author: Michal Krol <michal at vmware.com>
Date:   Thu Jul 30 11:39:06 2009 +0200

    tgsi: Add proper constraints to sanity.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf8907018e449580b397f09c267219a612ba5db4
Author: Michal Krol <michal at vmware.com>
Date:   Thu Jul 30 10:34:06 2009 +0200

    tgsi: Declare a LOOP register.
    
    The only valid usage for LOOP/ENDLOOP instructions
    is LOOP[0] as a destination register.
    The only valid usage for the remaining instructions
    is LOOP[0].x as an indirect register.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=65fb2c52f9e86627652cac0d4139b40bef102596
Author: Michal Krol <michal at vmware.com>
Date:   Thu Jul 30 10:33:18 2009 +0200

    tgsi: Fix number operands for LOOP/ENDLOOP.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e9d3ad4e1d987e1130e4bcd2ffc35f0e18064c3
Author: Michal Krol <michal at vmware.com>
Date:   Thu Jul 30 10:31:57 2009 +0200

    vbo: Fix build on windows.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b724dd28e24ec1c38af1082f5e16cd9a12d1653d
Author: Michal Krol <michal at vmware.com>
Date:   Thu Jul 30 10:12:09 2009 +0200

    tgsi: Document LOOP/ENDLOOP instruction operation.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e2b6a204966b962c9881e90fe3f0b74cf84d8c4
Author: Xiang, Haihao <haihao.xiang at intel.com>
Date:   Thu Jul 30 14:45:11 2009 +0800

    i965: Postpone ff_sync message in CLIP kernel on IGDNG
    
    In addition, it guarantees ff_sync message is issued

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fdac3529c8a7f7ce41420b79e817407d19a12a2
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul 30 03:30:46 2009 -0400

    r600: fix mipmaps
    
    redbook mipmap works

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=246729162ccc7e2672aa6cc957053ce3a8975a2c
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jul 29 14:06:05 2009 -0700

    i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.
    
    Passes tests/stencil_twoside and glean/stencil2.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=92b9aa1646daa7d9e6470e9d1dbb3460eeae8941
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jul 29 13:37:41 2009 -0700

    i915: Add ARB_point_sprite since we already expose NV_point_sprite.
    
    It's all fallbacks anyway due to the DD_POINT_ATTEN fallback.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9889517f5e7eceb14bd103bbdff9ff47ce6ed25
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jul 29 16:27:03 2009 -0600

    gallium: fix SSE shadow texture instructions
    
    When sampling a 2D shadow map we need 3 texcoord components, not 2.
    The third component (distance from light source) is compared against
    the texture sample to return the result (visible vs. occluded).
    
    Also, enable proper handling of TGSI_TEXTURE_SHADOW targets in Mesa->TGSI
    translation.  There's a possibility for breakage in gallium drivers if
    they fail to handle the TGSI_TEXTURE_SHADOW1D / TGSI_TEXTURE_SHADOW2D /
    TGSI_TEXTURE_SHADOWRECT texture targets for TGSI_OPCODE_TEX/TXP instructions,
    but that should be easy to fix.
    
    With these changes, progs/demos/shadowtex.c renders properly again with
    softpipe.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c4c9f2837e08c5f69bc0d12bce7a656b2291837
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 29 18:12:33 2009 -0400

    r600: remove extraneous semicolon

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b116f57bacb79205a1f80c7055964c60b402a19d
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 29 18:06:20 2009 -0400

    r600: fix texture pitch alignment
    
    fixes texwrap

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e207ba9c127d12feff3e1c2e8e29da26182e0bb
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 29 15:15:36 2009 -0400

    r600: minor fixes
    
    - set MAX_LOD properly
    - min texel pitch is 8 texels
    - emit old command buffer when re-initing base state

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0723cd1b0a8a76808844a2216d709f56fbad88e2
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Wed Jul 29 20:59:56 2009 +0200

    r300: Cleanup r300_fragment_program_code
    
    Configuration register values are now stored directly in that structure.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3a1fc62f47f1a7f4422585c8c60bf8dcb0dfe4b
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Wed Jul 29 19:41:07 2009 +0200

    r300/compiler: Adapt AllocateHwInputs interface to common usage pattern
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=88ebf514a41ae460dad08a4585a61541864a4432
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jul 28 13:51:29 2009 -0700

    swrast: enable ARB_vertex_array_object.
    
    It was getting enabled anyway but without the entrypoints installed.  Whoops.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=03607708b0499816291f0fb0d1c331fbf034f0ba
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Wed Jul 29 15:31:41 2009 +0800

    r600: emit fog color in PS input map, fix fog related applications

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f6d3aece7b193dcacbd94f87ac734ee3a44b366
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Wed Jul 29 15:23:56 2009 +0800

    R6xx/r7xx: VS export fog color as parameter

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=693f900b163f89952ed9b4c30d093f8ead461657
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Wed Jul 29 11:19:52 2009 +1000

    nv50: support non-blocking query_result()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=625bc0cfa2ffb67b797672f7fb3c083a863199d3
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Wed Jul 29 10:58:05 2009 +1000

    nouveau: map_range returning -EBUSY isn't necessarily an error

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84166a021fe7b4a05f03d0119d2954998f7f12c6
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Wed Jul 29 01:07:52 2009 +0200

    nv50: correct zeta formats
    
    What was Z24S8 before is actually S8Z24, and what we had for Z16
    is actually X8Z24. Now, we also have the REAL Z24S8 and I added
    Z32_FLOAT as well; most of the formats need different tile_flags.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=987c59c486500780a9315d2a850e6121319f4e93
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Tue Jul 28 17:38:28 2009 +0200

    nv50: use new 2D surface format names

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f17b8ff5903b72117caaa49ac786f2f6dfbe401
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Tue Jul 28 17:34:07 2009 +0200

    nv50: support more vtxelt formats
    
    NOTE: we must not try to emit buffer relocations when
    vtxbuf_nr is 0 but vtxelt_nr is not

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=72813ba5b6ac60519957a96afbefb62e3be91c19
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Tue Jul 28 17:21:31 2009 +0200

    nv50: should use uint32_t ptr in draw_elements_inline_u32

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=df189c9efc0fbcdce816af483f0147ab635280d1
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Wed Jul 29 00:55:03 2009 +0200

    nv50: TIC/TSC fixes and additions
    
    Red and blue were interchanged in TIC.
    Add border color and some formats.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f498ccd654bf04d401eafc3690635fcbf707e1f0
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Wed Jul 29 00:51:35 2009 +0200

    nv50: fix sx/dx typo in transfer_rect_m2mf

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1b9183e64e819d389688074c3db338bd0d2d80e
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Wed Jul 29 01:21:41 2009 +0200

    nv50: fix viewport transform
    
    The translation also needs to be inverted, and in bypass mode
    the state tracker incorrectly assumes that Y = 0 = TOP, so we
    need inversion there to; NDC clipping has to be deactivated
    explicitly.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0341f994feb3ea724bdbbfde5d79ec2c88c34a1
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Wed Jul 29 00:35:12 2009 +0200

    nv50: use correct scissor reg

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c56029b1eb71de56b676b91ddfce06c8d3881f0
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 28 18:09:38 2009 -0400

    r600: fix tex clamp modes
    
    This makes texwrap look better.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e629c50e2be03144e8aeef3c51624ae8db9957b8
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 28 17:59:54 2009 -0400

    r600: implement texture border color

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=719abd7fc088c5ebc567e9ea20bdd6fc9fe1af3b
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 28 16:58:41 2009 -0400

    r600: fix flat shading
    
    Set the flat shading bit on the appropriate PS input
    depending on the type of attribute it is.  The VS output
    and PS input routing should probably be made more dynamic
    at some point.  We may want to use semantic ids to make
    it easier.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbdb3952c16e13117891a3c52db4e05c472e96b8
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 28 15:58:01 2009 -0400

    r600: don't call r700UpdateShaders twice for each render

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1f7c844a38418cbf3fbcef6c2fb0606a1dd6b7e
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 28 15:53:45 2009 -0400

    r600: move r700TranslateFragmentShader into r700UpdateShaders

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d648523aa01af3c9111f5d6394866396ebfb7a2
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 28 11:10:38 2009 -0400

    r600: disable flat shade fix in 506bacb8e40b0a170a4b620113506925d2333735
    
    This breaks textures.  We need to only set this bit for
    attributes that that need flat shading.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2f6d6ce49699d35d6b6a234fe17a27d99f4b267
Merge: 94726bc69e5f9dbefb34a38695f2f51d81ff433f bc60b884110b9e41ee3082075717587cc38380b5
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jul 28 08:58:25 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	Makefile
    	configs/default
    	docs/relnotes.html
    	src/mesa/main/version.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=94726bc69e5f9dbefb34a38695f2f51d81ff433f
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jul 27 17:18:05 2009 -0600

    gallium: minor code/comments clean-up

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a744a496d5280ebcd3225debdb2f82589486f89a
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Mon Jul 27 16:57:36 2009 -0600

    egl: Comment out unused tables in_eglFillInConfigs
    
    This silences a compiler warning.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=506bacb8e40b0a170a4b620113506925d2333735
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Tue Jul 28 13:57:07 2009 +0800

    R6xx/r7xx: enable flat shading, this can fix quadric/accanti/accpersp

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fcf317ac16e72cff754640cb6c7490531d5de667
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Jul 27 18:12:30 2009 -0400

    r600: fix _REV texture format component swizzles

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c03563af70e924854da2c0a06099616de08a610
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jul 27 15:42:29 2009 -0600

    mesa: regenerated file

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8363dff251fc38b044447bcb173d960b03073974
Author: RALOVICH, Kristóf <tade60 at freemail.hu>
Date:   Thu Jul 23 17:58:08 2009 +0200

    glx: remove XTHREADS support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27e55588e0f6c8fb570d3ae601319ed001b7e02a
Author: RALOVICH, Kristóf <tade60 at freemail.hu>
Date:   Thu Jul 23 17:57:48 2009 +0200

    docs: do not mentions xthreads any more

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdb8ee51867b88806ec0e17a637b3ef99258e8c6
Author: RALOVICH, Kristóf <tade60 at freemail.hu>
Date:   Thu Jul 23 17:57:22 2009 +0200

    glapi: regenerated GL API assembly files

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f397bffa840d9a14ee2e089728119b65d88bb38
Author: RALOVICH, Kristóf <tade60 at freemail.hu>
Date:   Thu Jul 23 17:56:52 2009 +0200

    glapi: remove XTHREADS support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ccf89d58479d48b8643b1c67c4b9c34b6b97e4a
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Mon Jul 27 20:16:17 2009 +0200

    r300/compiler: Make calculate_inputs_outputs available to external users
    
    In the long run, it's probably better to just get rid of InputsRead and
    OutputsWritten.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=59fff53492fb385f8567c163aed014fdd9c0f8fa
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Mon Jul 27 19:29:21 2009 +0200

    r300/compiler: Add vertex program code dumper from Gallium driver

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6bc0e1054a212ec80408f685237b0e0c1e4929f0
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Mon Jul 27 19:34:08 2009 +0200

    r300/compiler: Prepare for hookup to Gallium

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e82a50a6a1abd39aa7153846be07b7c5e9172485
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sun Jul 26 13:50:56 2009 +0200

    r300/fragprog: Move wpos_attr and fog_attr where they belong
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=790334883a80ee1d19cb1bba018ed7dc32299dac
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sun Jul 26 12:05:57 2009 +0200

    r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constants
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e034683eda7ab694de400f9803f765b22393cb7d
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sun Jul 26 11:52:17 2009 +0200

    r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constants
    
    Also, this makes radeon_program_pair depend on the r300 fragment program
    compiler. Since we now know that r600+ no longer use the same pairing
    style in their ALU, we can stop pretending that program_pair is useful
    for anything but r300-r500 fragment programs.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=836050ba5eb9690e4a64499249eb71af14961deb
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Jul 25 01:19:04 2009 +0200

    r300/fragprog: Move some of the attribute handling out of the compiler
    
    Attribute indices will probably be different in Gallium, so make the compiler
    independent of magic values.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1348a7ebc0524276f2bd53086f13d2c263134db7
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Jul 25 01:08:37 2009 +0200

    r300/fragprog: Finally get rid of the duplicate program copy
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f7838168781b69aea04514a57058d0aa0cc2cbb
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Jul 25 00:59:31 2009 +0200

    r300/vertprog: Move Mesa-dependent input/output handling out of compiler
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6a304800b2385740f3b90efab45564e1e6203b2
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Jul 25 00:50:53 2009 +0200

    r300: Remove ugly PSIZ hack
    
    Instead of setting Sourced, we simply force writemasks to begin with.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=05a51f4b3dfa32c73b85b26254bf9ee270eb6be2
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Jul 25 00:49:25 2009 +0200

    r300/vertprog: Refactor wpos rewrite using rc_program
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce0c32e3d23641214dae9b3fed863dc163b26ea4
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Jul 25 00:41:05 2009 +0200

    r300/vertprog: Refactor fog_as_texcoord to use rc_program
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1e8992ffa4e7bddb4aaeb567f9e2023ae08540e
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Jul 25 00:07:46 2009 +0200

    r300/vertprog: Refactor addArtificialOutputs to use rc_program
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=273af6857084f3a047a781a6c1a163464bdb3da0
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Fri Jul 24 23:28:08 2009 +0200

    r300/fragprog: Refactor wpos rewrite to use rc_program
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dc1be415828962f62d942bf9c362410347d1e75
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Fri Jul 24 23:06:54 2009 +0200

    r300/compiler: Refactor fragment program fog rewrite to use rc_program
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aab949cb9d62343303ab0836a84fe034244d1584
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Fri Jul 24 22:50:35 2009 +0200

    r300/compiler: Refactor rewrite_depth_out to use rc_program
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f4608f53c7ba28b5640974fc1daf6ad860df2f6
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Fri Jul 24 22:34:44 2009 +0200

    r300/compiler: Refactor local transforms to use rc_program
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=800f48258623f8caf25d013f44784edb7caa3f93
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Fri Jul 24 22:41:14 2009 +0200

    r300: Allow compiler to add constants in a cleaner way
    
    Adding constants is used in a number of non-native instruction
    rewrites, and it required us to keep copies of modified gl_programs
    around. This is a first step towards ending this.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=92f7a599c7e94b0687d02efef1890e1a8ed2f9f3
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 23 22:49:31 2009 +0200

    r300/compiler: Refactor nqssadce to use rc_program
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a898e7d66c834be6b6e964e85cbbdf73e93300e0
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 23 22:09:48 2009 +0200

    r300/compiler: Refactor for rc_program usage
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2237d136cd8f964048a4ccdc87e0ffb48af0f73d
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 23 22:09:11 2009 +0200

    r300/compiler: Add rc_print_program
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bcb6ef786dc41049b56e6efeca0f5788cfefe5a
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 23 21:38:28 2009 +0200

    r300/compiler: Lay groundwork for better error handling
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5cb9a337881229f1db462632fa1d64e2677f316
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 23 21:10:37 2009 +0200

    r300: Remove dependency on GLcontext from compiler
    
    Unfortunately, this does cause some code duplication (which we can hopefully
    eliminate eventually).
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d65404225d8ba2c16eaffac833cb7dcfd2722a38
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 23 20:24:22 2009 +0200

    r300/vertprog: Cleanup source conflict handling
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=86e3334333d1de7fd723221155de9c8c1d0ce1c6
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 23 19:52:00 2009 +0200

    r300/vertprog: Massively reduce code duplication
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=127ca61fa34497e69149360201ae97f87cb9f38e
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 23 19:25:06 2009 +0200

    r300/vertprog: Use generic transforms and throw away unneeded code
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84445273ed554ea6fa65c894bbe098eb3f3d1230
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 23 18:40:41 2009 +0200

    r300: Move vertex program compilation to compiler
    
    This is just the first step of refactoring. The separation is not yet
    clean enough with this commit.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11cd795940723e79f99e7887a2e2dd8410352572
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Fri Jul 24 00:32:41 2009 +0200

    r300: Cleanup vertex_program structure
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=927f5f16826a95cf665219c4b0039eeafb936057
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Wed Jul 22 22:47:31 2009 +0200

    r300: Remove faux lazy translation of vertex programs
    
    De facto, vertex programs were translated immediately in all situations,
    so let's just stop pretending that we do lazy translation.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a808b10ce82692ff91ab69a1afda24dda56cba6b
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Wed Jul 22 22:13:06 2009 +0200

    r300: Reduce include dependencies
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9198ab8bfca465a327ea1f2429b6ddfeb0a2b258
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Wed Jul 22 22:10:13 2009 +0200

    r300: Introduce rc_program and use it in radeon_pair
    
    The goal is to convert both Mesa and TGSI programs into an intermediate format
    that happens to be convenient for us.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cd5e3e13a1ed2415aa116e35bc9f550b07281c9
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Wed Jul 22 21:29:35 2009 +0200

    r300: Add radeon_compiler as a base for compilation-related tasks
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=647766494f657965c4ac7129d498918e89c9e912
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Tue Jul 21 20:25:33 2009 +0200

    r300: Remove some unnecessary includes
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=77a6ae64b6287c0f6ed3b03e908ab3ce397ff02f
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 16 23:56:15 2009 +0200

    r300/compiler: Compile the compiler seperately into an archive
    
    This is all part of untangling the compiler from the classic driver, so that
    it may be used in Gallium without depending on Mesa stuff if possible
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6275ccf79667094de496d06aba35222be9935fc
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Tue Jul 21 18:28:30 2009 +0200

    r300: Further reduce dependency between compiler and classic driver
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f70d3ee3710a3453289aabf637f6818e198c67a5
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 16 22:58:13 2009 +0200

    r300: Remove some dependencies on additional fragment program copies
    
    The copy is still needed because some program transforms add state variables
    or constants.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b54e0832012e6793b9c381d64aafbb8185b7144d
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 16 22:40:53 2009 +0200

    r300: Remove GLcontext from r300_fragment_program_compiler
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e93d70e3e93df956e89c46678020de1a352f9ecf
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 16 22:39:16 2009 +0200

    r300: Remove GLcontext requirement from radeonLocalTransform
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ceee4d3e45ab65d9d0b9d0eb1d062883f241669
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 16 22:36:54 2009 +0200

    r300: Remove unused enums
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4b286b9804203568f71a010ce1c1f163f0f8d6f
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 16 22:32:46 2009 +0200

    r300: Remove GLcontext requirement from radeon_nqssadce
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d29cdde569cc685beb791a6693f8ae28e2ef5115
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 16 22:23:48 2009 +0200

    r300: Remove GLcontext requirement from radeon_program_pair
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb8c694adb8e0a9e1d357cac9cf7a7ce263df3ae
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 16 19:57:43 2009 +0200

    r300/program_pair: Introduce driver-specific texture instruction structure
    
    This is to prepare more experimentation and possible internal changes in the
    compiler.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=78f88d8b8799f013e4ab3abc87666b25071ed917
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Wed Jul 15 22:25:28 2009 +0200

    r300/program_pair: Dynamically allocate instructions temporarily
    
    In preparation of using TGSI, where we cannot easily predict the number
    of instructions.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5bed439be4fd7c3a349aedc4bff7eec4e4d363e
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Wed Jul 15 17:36:42 2009 +0200

    r300: Detangle fragment program compiler from driver-specific structure
    
    This is in preparation of sharing the fragment program compiler with Gallium:
    Compiler code is moved into its own directory and modified so that it no
    longer depends on driver structures.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b142866abb3097a84cf4b6dae69423154ab40a6
Author: Pauli Nieminen <suokkos at gmail.com>
Date:   Mon Jul 27 17:13:48 2009 +0300

    radeon: Add r6xx/r7xx chip family to get_chip_family_name
    
    This fixes problem that glxinfo was reporting r600+ cards as unknown.
    
    Signed-off-by: Pauli Nieminen <suokkos at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ee3bcfff08599961c69549a1ad699c02df49bec
Author: Patrice Mandin <patmandin at gmail.com>
Date:   Mon Jul 27 10:57:53 2009 +0200

    nouveau: swizzle a single row or column, doing it one pixel at a time

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d3190a85b17e747981d0aafe13d1ab1946f1649
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Jul 27 03:52:37 2009 -0400

    r600: fix textures
    
    We weren't allocating enough gprs for the fragment shader
    in some cases.  There are likely other issues that still need
    to be sorted out for textures, but at least they now work.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e6819f8430e77012d6cd9278cabaf1d4238117a
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Jul 27 02:25:24 2009 -0400

    r600: don't draw when num indices is 0
    
    fixes engine demo

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=48b2fea142af93317e095461fc1f7ef6531268c2
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Jul 27 02:07:59 2009 -0400

    r600: set VGT NUM_INSTANCES as part of the draw command
    
    set VGT NUM_INSTANCES as part of the draw command rather
    than as state as recommended by the pm4 guide.  Also,
    use the NUM_INSTANCES packet.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=600a53a32edea7d03efa21103ad7122670c4ed4a
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Jul 27 01:57:25 2009 -0400

    r600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SCRATCH_REG_OFFSET
    
    noticed by vehemens on IRC.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b3d51ee3118a7f12a44650d1c14e1bfcf50ed58
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 24 12:39:51 2009 -0400

    r600: switch vtx resource setup to use SETfield macros
    
    For consistency

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c5e55d91992c5954e1d220a7ae497c7138595f5
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 24 10:58:47 2009 -0400

    r600: switch tex code to use SETfield macros
    
    for consistency with the rest of the code.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a10472f095ef0f9f6109ca17d8be16836e56509
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun Jul 26 22:48:20 2009 -0700

    r300g: Fix two trivial texture size issues.
    
    Next thing to fix: progs/tests/mipgen.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=725c1f004c9ec2f7b99146eecf0a35f1b3e54dca
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun Jul 26 22:35:26 2009 -0700

    radeon-gallium: If BO allocation fails, return NULL.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cbd5ecfb666a757c4abef85dbe40fb53d647ec9
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jul 24 14:37:07 2009 -0700

    r300g: Add some debugging, correct little bits of math in texture setup.
    
    Simple stuff still works, but not sure about some of the more complex things.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8df35b7b57ff12721556fa7d00b4e337134da374
Author: Patrice Mandin <patmandin at gmail.com>
Date:   Sun Jul 26 22:30:35 2009 +0200

    nouveau: only swizzle square textures for copy

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b8a8f75f33931622a46287a2bf633879f23285e
Author: Patrice Mandin <patmandin at gmail.com>
Date:   Sun Jul 26 16:18:06 2009 +0200

    nouveau: Take into account destination position for copy_swizzle, need to split copy a bit more

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=77a8a650e61047582794512ef61c8e6525aea059
Author: Patrice Mandin <patmandin at gmail.com>
Date:   Sun Jul 26 12:30:12 2009 +0200

    nouveau: Recursively swizzle an NPOT sized copy

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c30292a6e48448318d84582df876f35c490f968
Author: Patrice Mandin <patmandin at gmail.com>
Date:   Fri Jul 24 23:37:46 2009 +0200

    nouveau: use nv04_surface_copy_swizzle only for POT sizes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=12b183d2506e49774aad23543f5bb477904cb1c7
Author: Joakim Sindholt <opensource at zhasha.com>
Date:   Fri Jul 24 14:54:00 2009 +0200

    radeon-gallium: remove old getparam ioctl

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b4235d4eb5818d0e57b768c66a28249ac5d853c
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul 23 18:23:18 2009 -0400

    r600: fix segfault in morph3d
    
    These attributes still need work, but it shouldn't hurt to
    enable them.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa99a765c15392d06e3a33d4eda377c58bc6afec
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Jul 23 18:48:04 2009 +0100

    draw: correct address for machine struct in llvm path
    
    This changed after a recent commit.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=adc6f8cdfc8ca25d7480a50cfe0f85fdeddbfcfc
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Jul 23 17:56:41 2009 +0100

    gallivm: updates for TGSI changes
    
    make linux-llvm succeeds, but doesn't seem to be working, at least with
    llvm 2.5

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca83d5a8db510756eb95423a52b19ff52a2d6dc1
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu Jul 23 07:14:07 2009 -0700

    r300g, radeon-gallium: Fix API, cleanup.
    
    Something called "validate" should return FALSE on failure, not TRUE.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27b3c435ba0b9da6ab25cbffac9f975e0adaa66e
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Thu Jul 23 07:05:21 2009 -0700

    radeon-gallium: Build fixes wrt changed libdrm_radeon space check API
    
    Had to be hacked up a bit to apply to master. Sorry 'bout that. :3

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=256eacbde44829b6f3874743e8df6102ce7a6ef0
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu Jul 23 01:04:26 2009 -0700

    r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0d98f3ecfed7d7e0c4426185c13ec4f7c1761f9
Author: Keith Whitwell <keithw at vmware.com>
Date:   Wed Jul 22 11:31:41 2009 +0100

    gallium: clean up opcode definitions
    
    Remove commented-out opcodes.  Remove information about API mappings
    to opcodes, but add a reference to tgsi-instruction-set.txt where
    that information is better presented.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=78379abcbf853b2cff8d832b45ecf0eeb54b2c58
Author: Keith Whitwell <keithw at vmware.com>
Date:   Wed Jul 22 11:25:26 2009 +0100

    gallium: remove deprecated TGSI opcodes
    
    Various opcodes which can be implemented trivially with other TGSI opcodes,
    such as matrix multiplication and negation.  These were not used by any
    state tracker or implemented by any of the drivers.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b78294d21ffb2cba41328341457bf193087d969
Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Jul 23 14:11:10 2009 +0100

    r600: Remove CRLF line endings.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=af1163cc415265e125b5aa5041ce5c75b978bb1a
Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jul 23 14:07:31 2009 +0100

    util: Add support for Mac OS.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=07961bb05e5ba05205b9f53834863664f1023870
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed Jul 22 23:58:35 2009 -0700

    r300g: Actually mark shaders as translated/untranslated.
    
    Also trust that Gallium will not give us TGSI that miscounts shader consts.
    
    This creates a 20x speedup on glxgears, from 8 FPS to 160 FPS.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=895c435defa83f49b2145f316a7d8d203b2fe374
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jul 22 21:04:07 2009 -0600

    cell: update TGSI_OPCODE_ cases

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d602966f89d78725f96d63f69b9f8691c1da04f4
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Thu Jul 23 00:47:32 2009 +0200

    gallium: Fix PPC build.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7042399fd0a1cf66f99340486c03374d15af36c
Author: Patrice Mandin <patmandin at gmail.com>
Date:   Wed Jul 22 22:25:36 2009 +0200

    nouveau: nv30: wrong variable for format

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b129c55f428b37325094a3f0da55c337ee94e515
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed Jul 22 22:10:22 2009 +0200

    r300: fix address register handling in NQSSADCE
    
    For address register we always use X component

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db40bb028726b10e86cd9d683dc9db18181b638d
Author: Patrice Mandin <patmandin at gmail.com>
Date:   Wed Jul 22 21:10:20 2009 +0200

    nouveau: Take into account sx,sy parameters to read from source surface

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ede9f3b52ecb27ada81fee06a943bb595c60eaee
Author: Keith Whitwell <keithw at vmware.com>
Date:   Fri Jun 12 11:59:01 2009 +0100

    gallium: remove multiple aliases for TGSI opcodes
    
    This is a source of ongoing confusion.  TGSI has multiple names for
    opcodes where the same semantics originate in multiple shader APIs.
    
    For instance, TGSI includes both Mesa/GLSL and DX/SM30 names for
    opcodes with the same semantics, but aliases those names to the same
    underlying opcode number.
    
    This makes it very difficult to visually inspect two sets of opcodes
    (eg in state tracker & driver) and check if they implement the same
    functionality.
    
    This patch arbitarily rips out the versions of the opcodes not currently
    favoured by the mesa state tracker and leaves us with a single name
    for each distinct operation.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd31f92cea0ce8613a22d8f4b3c75b340bcc5689
Author: Keith Whitwell <keithw at vmware.com>
Date:   Wed Jul 22 00:39:00 2009 +0100

    gallium: simplify tgsi_full_immediate struct
    
    Remove the need to have a pointer in this struct by just including
    the immediate data inline.  Having a pointer in the struct introduces
    complications like needing to alloc/free the data pointed to, uncertainty
    about who owns the data, etc.  There doesn't seem to be a need for it,
    and it is unlikely to make much difference plus or minus to performance.
    
    Added some asserts as we now will trip up on immediates with more
    than four elements.  There were actually already quite a few such asserts,
    but the >4 case could be used in the future to specify indexable immediate
    ranges, such as lookup tables.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e3c62b550407111cf5f7a700abb18f947bd6903
Author: Richard Li <richardradeon at gmail.com>
Date:   Tue Jul 21 17:56:06 2009 -0400

    r600: fix dst reg indexing for real
    
    This fixes segfaults in apps like teapot and tunnel

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7edb2a9eef698c386042e6cead68ac516ec15616
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 21 17:44:36 2009 -0400

    Revert "r600: fix dst reg indexing"
    
    This reverts commit cc893d9a98255d3c26df7123ba5cc02e478c9328.
    
    Richard has the proper fix.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=72a3d8845f55b4a82f7e3734c8b3aa51b65e220d
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 21 17:07:17 2009 -0400

    r600: add stencil support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db0160bb9d80843c28965890814f0e957e8bf975
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 21 14:06:47 2009 -0400

    r600: use state functions to set default state

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd62cd735f8ccf1c983d57440e41a6959260cf9f
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 21 13:46:15 2009 -0400

    r600: fill in point functions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a615e7e653c1aeab280c6ddfdba3ecb763302ec
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 21 13:28:12 2009 -0400

    r600: set provoking vertex to last vertex for OGL

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=60787df1e549436557393bbeae5951d8f27c1976
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 21 13:19:46 2009 -0400

    r600: fill in r700UpdateViewportOffset

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=549b8e6f1a372b6cce4a9013854b3c97ba95af2b
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 21 13:10:26 2009 -0400

    r600: first pass at polyoffset support
    
    not working yet

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7247446ba81b6bafede9ead750e5b5e81f3f1a10
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Tue Jul 21 21:12:40 2009 +0200

    radeon: fix colorbuffer pitch emission regarding tiling in KMS/CS case
    
    We need to emit a relocation for pitch register so that kernel can
    check and properly setup tiling on the color buffer.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecead301112ad24f5ddb1616c99cde67930751a3
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 21 11:09:05 2009 -0400

    R600: fix up some build problems

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e6d38f8a2cc89e3d45ef2bb169b72c3c41fc27b
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 21 01:58:05 2009 -0400

    r600: add alpha test support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf24119d38360bfb25fa2683fe86a139826084f0
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Tue Jul 21 10:46:29 2009 +0200

    Track Radeon driver symlinks in Git.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5358e54d1ae64ccfa81199b343a2931b415fcc0a
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Jul 20 16:11:26 2009 +1000

    Add missing X11_INCLUDES to egl/drivers/demo and egl/main.
    
    Compiling mesa on a system with no X headers installed in the default
    include paths fails due to missing X11 includes. The header includes are
    picked up by configure but not applied.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Dave Airlie <airlied at redhat.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=81d555068408d4343d7627c8bedda5675f09bd21
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jul 20 17:58:12 2009 -0700

    i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled.
    
    Fixes everything-black with meta_clear_tris on quake4-mpdemo and doom3-demo.
    
    Bug #18844, 22077.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6617fa6fab2df5d3d8085affac019f90101bb7a8
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Jul 20 19:33:05 2009 -0400

    r600: fix typo in blend code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc893d9a98255d3c26df7123ba5cc02e478c9328
Author: Kevin DeKorte <kdekorte at gmail.com>
Date:   Mon Jul 20 18:56:47 2009 -0400

    r600: fix dst reg indexing
    
    This fixes segfaults in apps like teapot and tunnel

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=265d5eba658f38f5a9d12d57b701e4ffe49100eb
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Jul 20 18:50:59 2009 -0400

    r600: add blending support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a369963b18fc7ef75f6f5354e0d685cef9ecb70d
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Jul 20 17:22:59 2009 -0400

    r600: add user clip plane support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce9c5a1a27b4e59dbf49b066baaae6ef371b04bc
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Jul 20 15:27:28 2009 -0400

    r600: add logicop support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cad82cd0636b4b74597ae2c6bab83a3e94006bf8
Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Jul 20 19:45:24 2009 +0100

    tgsi: get texturing working in vertex shader sse2 path
    
    Missing file from previous commit.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd63e35603568c168e8aebbc47ca6ea308f2ccfa
Merge: 442101dad72373bcbd576bce3cbf77c49280e04b 5ed440400573631f540701f3efd479d8c1592007
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Mon Jul 20 20:41:11 2009 +0200

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=442101dad72373bcbd576bce3cbf77c49280e04b
Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Jul 20 19:29:22 2009 +0100

    tgsi: get texturing working in vertex shader sse2 path

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27a19be8d1c59c64240198261af348b868b101e4
Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Jul 20 19:28:34 2009 +0100

    tgsi: fix regression in indexed const lookups
    
    This function was calling get_input_base() and get_output_base() to
    get the names of a couple of register to use as temps.  Those
    functions no longer return registers, so adjust it to get the
    registers elsewhere.
    
    This change doesn't address the issue that it's a fairly poor way to
    grab a register name by calling a function with an apparently
    unrelated meaning.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=91512fa019f920f08bd428c00aba24681f9d65ab
Author: Kevin DeKorte <kdekorte at gmail.com>
Date:   Mon Jul 20 09:27:17 2009 -0400

    r600: Fix compilation

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=19249a1ae762c90ab9141fe81da465f13d3376ef
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Mon Jul 20 17:42:47 2009 +0800

    R6xx/r7xx: Fix line stipple and width issue

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf721c8137a0335016d0ec36449819ba80578b7d
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Mon Jul 20 02:11:17 2009 +0200

    Add common_ppc.c to MESA_GALLIUM_SOURCES.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d0009ce457c78390ba1ffa0e8a991d65a99c448
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Mon Jul 20 02:06:37 2009 +0200

    r300g: Fix SCons build.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b7a907f396e6de8b28316aeb7e7c9495a2fede9
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Mon Jul 20 02:05:38 2009 +0200

    gallium/trace: Fix SCons build.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3326be6c0a008c42e19a039cbfbf2fac3f6e2212
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Mon Jul 20 01:53:15 2009 +0200

    r300g: Guard R500 register writes by is_r500 check.
    
    Flagged by the DRM command stream checker. This allows the driver to work on
    non-R500 cards.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8921d0b52f04bbd62c66278e7421e6b99bfd7c3
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Jul 18 17:44:44 2009 +1000

    gallium: make g3dvl build again

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b96ae1b2c463d6d99ee0418083ef68f4027b7cd7
Merge: f81f57e25db18b1c69f2f8076380603340fa2cda cd10996d4f517c69e306eaf6dfb0654432651b3a
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jul 17 22:00:47 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	Makefile
    	progs/glsl/multitex.c
    	src/mesa/main/enums.c
    	src/mesa/main/state.c
    	src/mesa/main/texenvprogram.c
    	src/mesa/main/version.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f81f57e25db18b1c69f2f8076380603340fa2cda
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 17 19:04:19 2009 -0400

    R6xx/R7xx: add fine grained syncing support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b192b9dac628665d6dc37fc98b5f635fc7a45159
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 17 17:08:40 2009 -0400

    R6xx/r7xx: send depth state in it's own function

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a6f58460a645d7bc558b4e3e58e638797aaca7f
Author: Andrew Randrianasulu <randrik_a at yahoo.com>
Date:   Sat Jul 18 00:55:12 2009 +0200

    st/egl: Fix broken build after EGL thread changes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5008269cfeb91bd5e763e48c26f02b78568c4cff
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 17 18:10:48 2009 -0400

    R200: fix build when RADEON_DEBUG_BO is set

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a046beaffee6233e178ba7184df10f3eacd0bce4
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Jul 18 08:00:23 2009 +1000

    radeon: disable BO debug

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=40fd1019195681e3b94f5878b57190f3ae7d8e0e
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jul 17 13:36:06 2009 -0600

    egl: commit missing eglcurrent.[ch] files
    
    Not sure how these got left out from earlier commit.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e910f6831b4e7033a0d5cbd83bdab191d622bad0
Merge: 79a170108f1d9cad949cd2a34e4de597beae72db 30bccf8ea9cd84d1a52a31b6f86b783dfb919374
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 17 14:46:40 2009 -0400

    Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa into r6xx-rewrite

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=79a170108f1d9cad949cd2a34e4de597beae72db
Author: Kevin DeKorte <kdekorte at gmail.com>
Date:   Fri Jul 17 14:43:42 2009 -0400

    R6xx/r7xx: warning fixes
    
    patch from Kevin DeKorte with some minor fixes from me.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=30bccf8ea9cd84d1a52a31b6f86b783dfb919374
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Jul 16 21:21:59 2009 -0700

    xeglthreads: Check current context for EGL per-thread support.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=15fdbc8361d0b865aea5e2f374b471081ed4214a
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Fri Jul 17 11:56:00 2009 -0600

    egl: Remove redundant DeletePending flag.
    
    A context or surface that is neither linked to a display nor current to
    a thread should be destroyed.  Therefore, an unlinked context or surface
    implies a pending delete automatically.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f7e0d5302ed0fadd794a41af6e476d2c408adc7
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Jul 16 21:21:57 2009 -0700

    egl: Destroy display's resources upon termination.
    
    eglTerminate should destroy the contexts and surfaces of the display.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=be9d1ab171b1b29108c781af84dd500707a12925
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Jul 16 21:21:56 2009 -0700

    egl: Return the same EGL Display for the same native display.
    
    The latest revision of the spec explicitly requires the same handle to
    be returned for the same native display.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cca31340b5a9c0b941946753a31236c7201ca87c
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Fri Jul 17 11:53:03 2009 -0600

    egl: Use the link functions to manage resources.
    
    This commit uses the newly introduced link functions to manage EGL
    contexts and surfaces.  As a result of this, the API for drivers are
    changed.  All drivers are updated for the change.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=18457cb263e3e062e12314e7b3d5c81a7f2ba048
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Fri Jul 17 11:48:27 2009 -0600

    egl: Add funtions to link contexts and surfaces to displays.
    
    EGL contexts and surfaces are resources of displays.  They should be
    managed by displays.  This commit adds a bunch of functions to
    egldisplay.c to help establish the links between contexts/surfaces and
    displays.  How links are established is considered opaque outside
    display.  Functions like _eglGetSurfaceHandle or _eglLookupSurface are
    therefore moved to egldisplay.c, with some small modifications.
    
    The idea is also extended to display.  That is, displays need to link to
    themselves to be looked up.
    
    This commit only adds the functions.  A commit to use them should
    follow.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=21b635ffa8b59049a95d50d4c7b7a8ff6413b730
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Fri Jul 17 11:42:04 2009 -0600

    egl: Extend per-thread info for multiple current contexts.
    
    EGL allows multiple current contexts, as long as they are bound to
    different client APIs.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=75da80b29556e6dbbba21e5297ca440e475f65cb
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Fri Jul 17 11:41:02 2009 -0600

    egl: Support per-thread info.
    
    This commit introduces a "current" system to manage per-thread info.  It
    uses TLS, if GLX_USE_TLS is defined, or pthread, if PTHREADS is defined.
    If none of them are defined, it uses a dummy implementation that is just
    like before.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e92ec9fdd58bdfcdef65a995988974d3266b9ad
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Jul 16 21:21:51 2009 -0700

    egl: Add eglcompiler.h for compiler features.
    
    Only INLINE (from mesa/main/compiler.h) is defined now.  It may be used
    to deal with symbol visibility and int/pointer conversion in the future.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>
    Signed-off-by: Brian Paul <brianp at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4ab08a0cdddd05f53810490f4ded5838acd1217
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 17 12:21:33 2009 -0400

    R6xx/r7xx: disable depth/stencil compression for now

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=60d681f3675de37673e05ae7fd5780860dda0920
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 17 12:07:15 2009 -0400

    R6xx/r7xx: add some missing state regs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cea84b6b5f96bf3bb42546e49b76024d7126e30
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jul 16 18:41:03 2009 -0700

    texenv: Calculate whether we need to do secondary color on our own.
    
    The _TriangleCaps bit is deprecated, not updated when we require, and
    is set based on state that hasn't been updated at that point in
    _mesa_update_state_locked().
    
    Fixes incorrect clear color in glsl/twoside.c with meta_clear_tris.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=99174e7630676307f618c252755a20ba61ad9158
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jul 16 15:57:22 2009 -0700

    i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f63698d2678790bef4d4b84d52c9a15cdb2de1c
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul 16 17:35:44 2009 -0400

    R6xx: fix rendering on r6xx/rs780 chips
    
    You always need to emit a fetch shader (fs) even if you
    aren't using it.  For now, just emit the fs with the
    vs address to make the kernel happy.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=04dd8b71b48f69fdcef9ad559b57e1e665695b64
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Jul 16 18:45:10 2009 +0100

    draw: fix ppc build regression
    
    Found by x.org tinderbox, reported by Chris Ball.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c42a6163144aa5441262235818b59b3108833a61
Author: Kevin DeKorte <kdekorte at gmail.com>
Date:   Thu Jul 16 11:57:14 2009 -0400

    Warning fixes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0850776f1afa69d9db62c3991a36fbc343f75d66
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul 16 11:50:43 2009 -0400

    R6xx/r7xx: remove unused function
    
    Spotted by kdekorte on IRC

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e8832d24b116b14cf24b81c16e27162a38ffa9e
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 16 08:44:51 2009 -0600

    st/mesa: add some array index bounds assertions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=721f80b82ac1f1535f55367d921a2a292eb4898f
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Jul 16 08:29:19 2009 -0600

    egl: Add xeglthreads
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=00a216fd1e4ea284df9df71128b0e496816cab4d
Author: Richard Li <richardradeon at gmail.com>
Date:   Thu Jul 16 10:28:58 2009 -0400

    Restore vp input mapping, fix vtx stream missing problem.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=caf5d52d48aaed63f916ecd050c959eca401a75a
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Jul 16 12:49:27 2009 +0100

    tgsi: simplify and fix sse KIL implementation
    
    Use sse_movmskps to extract the correct bits of the comparison result
    for use in updating the killmask.  Simplify some logic around
    identifying the set of necessary comparisons to make.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1ad38ad8e0243878ad1cf25f579a0a57e80a3ad
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Jul 16 12:47:11 2009 +0100

    rtasm: export sse_movmskps

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3858f47994dd39b725533cf3cf1a495fbc0ee6e3
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Jul 16 11:01:19 2009 +0100

    tgsi: initial texturing support on sse path
    
    Most obvious problem is drawpixels comes out blocky, but this may be
    an existing issue of KIL on the sse path.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a01383ff6ac87295a2c2bda45ddfac35530b0055
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Jul 16 10:11:46 2009 +0100

    tgsi: make sse function callout mechanism more generic
    
    Take a list of arguments rather than hardcoding TEMP_R0.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebc4a9bf2eff7d2c0d89785e865a1df23733e64b
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Jul 16 07:50:34 2009 +0100

    tgsi: reduce x86 reg usage in tgsi_sse generated programs
    
    Pass the tgsi_exec_machine struct in directly and just hold a single
    pointer to this struct, rather than keeping one for each of its
    internal members.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e3002b50fcedf3a6db1ac7394077bc3337ccda1
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Jul 16 00:23:33 2009 +0100

    tgsi: no need to separately malloc input and output arrays
    
    Can now guarantee alignment in the initial allocation of the tgsi exec machine.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c202fe187cf7a08d60e23ce617a5820a8bc510fd
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Jul 16 00:21:17 2009 +0100

    gallium: reduce recursive include of tgsi_exec.h
    
    A lot of draw code no longer needs to see this header.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fb702705a77df46074b9e09e9c5e5903036c732
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Jul 15 23:59:55 2009 +0100

    tgsi: make function call code in tgsi_sse.c less opaque
    
    Explictly pass src and dst arguments (previously dst argument was also
    being used as a src).  Separate argument handling from the rest of
    the function call emit.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6175653d0bceedba1f599d27111bab14f312f134
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Jul 15 23:44:53 2009 +0100

    gallium: proper constructor and destructor for tgsi_exec_machine
    
    Centralize the creation, initialization and destruction of this struct.
    Use align_malloc instead of home-brew alternatives.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11606e873d38a320195ab4e23181579f766ae45c
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul 16 02:59:36 2009 -0400

    Fix more merge fallout

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=92a2f0164aece1584e7c4ea8c5c44af43a1de8c3
Author: Kevin DeKorte <kdekorte at gmail.com>
Date:   Wed Jul 15 17:13:09 2009 -0400

    R6xx/r7xx: warning fixes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=01b793ec7d1ecba53fb0620f07a928872b0ce033
Author: Richard Li <richardradeon at gmail.com>
Date:   Wed Jul 15 17:00:42 2009 -0400

    R6xx/r7xx: fix missing vertex stream
    
    Somehow context->radeon.tcl.aos[j].bo is not null sometimes,
    but it is safe for now because it is only a pointer to
    dma.current so overwriting it would not hurt anything.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e8a6068ee8b914bc601613c5e1655184c1cc05b
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 15 15:59:04 2009 -0400

    radeon bo: Fix merge fall out

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=582838a6669c54712ee837b53a99882d86164d75
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 15 15:40:35 2009 -0400

    R6xx/r7xx: more Makefile fixes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ab328e5e44aae75365613a95208798f15fbb16e
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 15 15:23:11 2009 -0400

    Fix r600 makefile for lastest CS changes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5c19919ce627b98d8aab4284da1694573bcccd4
Merge: a0d4a12614fce072fa1eb5516e626909171c95e1 3a3b83e5112b725e22f05b32a273a2351b820944
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 15 14:17:07 2009 -0400

    Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa into r6xx-rewrite
    
    This builds, but I get an assertion in radeonGetLock() due to
    the drawable being null.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0d4a12614fce072fa1eb5516e626909171c95e1
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 15 11:31:24 2009 -0400

    make sure ctx->Driver.Flush is valid before calling it

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=efe7ad233ca8fa1b7e1aabf706c433955c5c51e8
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 15 11:16:41 2009 -0400

    Use memcpy directly in the common code
    
    This alleviates the need for an additional symbol.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a3b83e5112b725e22f05b32a273a2351b820944
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jul 15 13:25:32 2009 +1000

    radeon: update span reading micro tile code
    
    tested on r500 with zreaddraw with Z buffer in all 3 modes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd4ed25222987f80b720325204e300fd79f573cf
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jul 15 13:24:30 2009 +1000

    r300: emit z depth pitch reloc in preparation for tiling

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=94d2a809f9cabf3821be9b0d2b11b26151ed3084
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jul 15 12:03:34 2009 +1000

    radeon: r300 fix span reading for macro tiled buffers.
    
    this uses the correct formula for macro tiled buffers for readback

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b17f041d12cfe9a34df43da93fc16e275a5c751
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jul 8 11:16:56 2009 +1000

    radeon: for tiling you really need to use GET/PUT VALUE not PTR.
    
    since the surfaces aren't linear you can't just use GET_PTR

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=868aa160745ed0b3f1a83353ef2f3a8fcb5d235e
Author: Xiang, Haihao <haihao.xiang at intel.com>
Date:   Wed Jul 15 10:40:16 2009 +0800

    i965: the offset of any branch/jump instruction is in unit of 64bits on IGDNG

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=10b3e64bcada2e68144cc6ed40f7d760aff873e2
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 14 21:19:32 2009 -0400

    R6xx/r7xx: implement memcpy buffer swaps
    
    This allows double buffered apps to run, but perfomance
    will be awful until we implement something faster.
    
    You must update to the latest kernel modules.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6f0e117a45a64464e49290ebc9f75b9a976070a
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jul 15 09:35:09 2009 +1000

    intel/radeon: add common metaops code.
    
    Move all the metaops to a dri_metaops file and port radeon/intel
    to use the new common meta ops code.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9385e4e1ff343c135532ddde04c0febf297003d7
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 14 20:08:27 2009 -0400

    r6xx/r7xx: fix buffer aging bug
    
    We were using sparse indexing for aos, while the common
    code expected packed indexing.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ae78dc0bc948d56198c344d077a1513e531c4d4
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 14 20:06:29 2009 -0400

    R6xx/R7xx: no irqs yet.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=681ede8836746735fbb904edf89b076343507a8b
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jul 15 07:10:45 2009 +1000

    radeon: fix unsigned vs signed comparison in stencil code.
    
    This function takes a GLint not a GLuint, passing in -1
    breaks internally.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=99d07d0f91ddd37926d08f4e7f10d55cac28d9a7
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jul 14 14:49:03 2009 -0700

    intel: Fix ClearDepth to not be affected by DepthRange.
    
    Fixes new piglit depthrange-clear.c test.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b677c40abbed358984491b8ad3fcecf4742b2823
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jul 14 14:30:12 2009 -0700

    intel: Set DepthRange in the metaops using RasterPos[2].
    
    RasterPos[2] is already sent through the window transform, which includes
    DepthRange handling.  So make DepthRange for the metaops a noop.
    
    Fixes a failure in oglconform depthrange.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5f63c403b767f9974e8eb5d412c012b8a69287f
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 2 07:47:20 2009 -0700

    Fix state flag dependencies for fixed function fragment program updates.
    
    I started looking into why _NEW_ARRAY punishes us, and while annotating
    dependencies noticed that a bunch of dependencies were missing.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=374110bc9876365e8517175ecdb319be35e23016
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jul 14 11:51:17 2009 -0700

    intel: Flag _NEW_ARRAY state when doing array object binding in clears.
    
    This is just following bind_vertex_array()'s behavior.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1ecbb235687589bafaeb84312c312228d9f447d
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 14 18:01:29 2009 -0400

    Disable shader dumps

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e786ecbfb5ff6953d61d62099c8af445a6d99fb9
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jul 14 07:47:19 2009 -0600

    mesa: regenerated enums.c file

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b727150b1473d8cac7a8e6ad0b5112c486d93341
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Tue Jul 14 01:16:25 2009 -0700

    dri-st: Unbreak GL_EXT_blend_equation_separate.
    
    Since it has a dispatch table entry (for BlendEquationSeparateEXT,)
    can't omit it from this list. It'll still get disabled if the cap
    (PIPE_CAP_BLEND_EQUATION_SEPARATE) isn't set.
    
    Somebody that doesn't suck at GL (read: not me) should probably add
    this into progs/samples/blendeq or similar so we can test it.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54cf63278ff28eb03503f649c46bf24437a1cbf8
Author: Patrice Mandin <patmandin at gmail.com>
Date:   Tue Jul 14 09:44:49 2009 +0200

    gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from default extension list

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=33f56b4612e506999a2be8391ba82c0174afa1b3
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Tue Jul 14 08:25:27 2009 +0200

    radeon: Differentiate 16 bpp destination formats.
    
    Fixes those formats in fbo_firecube.
    
    Only tested with r300, radeon and r200 compile tested only.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=60e60bb3026a269fefe1cfd3312fdf3a7e4c595f
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Tue Jul 14 08:00:49 2009 +0200

    radeon: Invert front face winding when rendering to FBO.
    
    Fixes fgl_glxgears and progs/demos/fbotexture after pressing 'c'.
    
    Tested with r300, radeon and r200 compile tested only.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4646f3247b721d08a2e01da4b2c8a808663d765
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Tue Jul 14 10:39:07 2009 +0800

    R6xx/r7xx: Fix specular lighting issue

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=59155f70e701bc0b4fb816da991d6921f53b3bc7
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Mon Jul 13 15:01:51 2009 -0700

    r300g: Small compile warning fixes.
    
    Signed-off-by: Corbin Simpson <MostAwesomeDude at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3f1d370a2eeb5ae69a9d59300820d3a2e86724c
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Mon Jul 13 14:58:45 2009 -0700

    r300g, radeon: Whitespace fixes.
    
    Signed-off-by: Corbin Simpson <MostAwesomeDude at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca28e591f2cf62b2c20558bf4f310093067b6209
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Jul 13 14:47:36 2009 -0700

    r300g: Use align() instead of inline maths.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9226e3d6a68e5e079456c5e7ba2a79e00a33bb89
Merge: 0dc700850acb81c7088ab740959441521f8d38d9 582bd3466514b9fe24f18d99af2945f02709aacd
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Jul 13 20:29:11 2009 +0200

    Merge branch 'shaders_cleanup'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dc700850acb81c7088ab740959441521f8d38d9
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jul 9 18:02:42 2009 -0700

    intel: Partially fix fallback detection for glCopyTexSubImage.
    
    Really, we should be checking that the MesaTexFormat for the read buffer
    and the texture match, but the previous code wasn't even doing that, so
    matching the cpp should be an improvement (and potentially fix some hangs!).
    The previous code also rejected GL_RGB even though blitting the alpha
    channel to the ignored channel of an x8r8g8b8 texture should be fine, which
    tripped up compiz's blur plugin.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=582bd3466514b9fe24f18d99af2945f02709aacd
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Jul 12 15:09:15 2009 +0200

    r300: always assume all components are read by fragment program
    
    Components of input attributes that are used by fragment program aren't part of vertex program key, and that may lead to situations when vertex program writes only TEX1.xy and fragment program reads TEX1.xyz, resulting in rendering errors.
    
    Reported-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f06910f6c34f199dc187bd69ff1f6889ba498217
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sun Jul 12 02:03:25 2009 +0000

    r300: Fix fogcoord rewriting
    
    We only care about the actual fogcoord itself now, reducing the rewriting
    done for the vertex program.
    
    The rewriting of source operand swizzles in the fragment program takes
    care that fogcoord.yzw = 001.
    
    This should fix fogcoord rewriting entirely, which had been horribly
    broken in the face of dot-product instructions, and just broken (though
    not horribly so) in the face of almost every other instruction (the W
    component would be incorrect for most arithmetic instructions).
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f5382819e31071c2af6cb39c1ca09bf3243f83f
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 11 19:10:58 2009 +0200

    r300: fix swizzle masking in getUsedComponents

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=acd33600411102872af579edc4206b61eb51bb65
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 11 16:41:52 2009 +0200

    r300: minor fix
    
    Split initializations becase the vars are of different type.
    
    Reported-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a5520fcd3842cc3198bff143d2af5c169eebc26
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 11 16:37:11 2009 +0200

    r300: move variables declarations

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3716eeb61b75dc661a1485f9bea9275a88a1d81
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 11 16:34:04 2009 +0200

    r300: document r300_vertex_program_cont structure
    
    Reported-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0204ce456435f6ee38d8c14d25ae251940bf55f
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 11 16:26:23 2009 +0200

    r300: document r300_fragment_program_cont struct

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec854729d12a533ed00b9a9e6a5942aede2f5d1e
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 11 16:16:11 2009 +0200

    r300: fix indentation
    
    Reported-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=48cc352a71c728e0ce092dd7d7ec0945db304907
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 11 15:53:01 2009 +0200

    r300: fix StrideB == 0 case when converting data format
    
    Reported-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4eff323731b0d65e1f2817e96435807418d833cc
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 11 15:09:20 2009 +0200

    r300: hw can handle per component negations in vertex shaders
    
    Reported-by: Nicolai Haehnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4efb9f053c84fbdced373cc62fe06b3158b59015
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Jul 5 03:17:32 2009 +0200

    r300: fix WPOS for SWTCL

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdc8a95fc906dcc617995479fbffbf8fdd1f4e34
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 4 23:38:59 2009 +0200

    r300: removed unnecessary params
    
    We don't have check which attributes are used by fragment program - it's already done by NQSSADCE.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=65d9f23c7c3e99dfe038b1306f96930e1228de11
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Jul 5 02:34:48 2009 +0200

    r300: use NQSSADCE for vertex programs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=70448b9f95b4ca56526458d207a28727f71e8d3c
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 4 16:52:48 2009 +0200

    r300: operate on copy of a program when pairing instructions
    
    We need to keep unpaired program for vertex program NQSSADCE.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=12a6d73c7590c37ec8ae3f2c8c737791e4461d77
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Jul 13 19:23:18 2009 +0200

    r300: handle relative addressing in NQSSADCE

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=96b2eb18c5059d441873bfa562bd2ff9dec46a51
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 4 15:22:22 2009 +0200

    r300: handle ARB_vertex_program specific instructions in NQSSADCE

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e43cc28c1b6face903f3c977d6eb887335bec886
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 4 16:50:25 2009 +0200

    r300: move depth output rewrite out of NQSSADCE

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f79ef95df4f19124c24e59583bf9fb1e347d8f2b
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Jul 5 02:32:51 2009 +0200

    r300: rewrite FOGC and HPOS attribs handling
    
    Rewrite vertex and fragment programs so that we don't have to do any hacks on lower level.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=df5fe747fa08f63b949ba0fd6628060831b562ec
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Jul 5 02:03:32 2009 +0200

    r300: bind vertex program to fragment program

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1e4caa6e2b6a1e20feb97ae51703d5b4b18f70b
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 4 14:57:42 2009 +0200

    r300: recalculate used inputs and outputs after dead code removal

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7360f83364b407e949529eeca9f8c421d2da3ded
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 4 13:17:35 2009 +0200

    r300: move fragment program selection before vertex program selection
    
    Prepare for wpos and fogc handling rewrite.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=37c319f62f59d7750dd172034e43dfd489f572cc
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Jul 3 20:14:24 2009 +0200

    r300: implement proper IsProgramNative check for vertex programs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bce224c1f108e6c8131dfc953ef607689b83ae7e
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Jul 3 20:06:23 2009 +0200

    r300: don't modify original vertex program
    
    Keep the original vertex program untouched because it may be needed after some state change for generating new r300 specific vertex program.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7829b7a1b85dd8e6c31189e7f3dec91d71d134c3
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 4 13:26:49 2009 +0200

    r300: cache translated fragment programs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=28066ed012b51f2171866669a2972bc7ee293565
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 4 12:56:31 2009 +0200

    r300: update state parameters only once per rendering operation

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=21db37d43245f97032fa21030279c3b47c901639
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed Jul 1 18:43:14 2009 +0200

    r300: translate non native insts earlier for easier debugging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b411a72f3cc3be7ecf9f4676d9860b2b56f084e
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Jun 29 21:52:39 2009 +0200

    r300: print vertex program after adding artificial output insts

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a6899e080bbdb556926031345ef6a9fbe6d9ff2
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Jun 29 21:48:35 2009 +0200

    r300: use mesa provided function for adding MVP code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b781ca2ce9cdf6c21eb5dda4709366b2581d17a
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Jun 29 21:39:59 2009 +0200

    r300: simplify insert_wpos a little

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9615daa9324341f6a56932dc46b807f402d18283
Merge: bb4c70358778f28f644ae493b5d8163e76e9fddb 680f7d09b00fdec0dbe5e357639d6b445bb9266e
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jul 13 08:47:37 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb4c70358778f28f644ae493b5d8163e76e9fddb
Author: Dave Airlie <airlied at linux.ie>
Date:   Tue Jul 14 01:22:17 2009 +1000

    radeon: port more front fixes from intel.
    
    Port fixes to read buffer from front.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=504d01b275169f019d375b4a8b5e935b9fd108d3
Author: Dave Airlie <airlied at linux.ie>
Date:   Mon Jul 13 23:41:32 2009 +1000

    radeon/r200: fix color masking under dri2
    
    Need to retrieve the bits from the rrb not from screen struct

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a79aefb1775ce6eaf0fd0cf9a1f72150f631c90f
Author: Dave Airlie <airlied at linux.ie>
Date:   Mon Jul 13 23:09:17 2009 +1000

    radeon: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.
    
    The _Enabled field isn't updated at the point that DrawBuffers is called,
    and the Driver.Enable() function does the testing for stencil buffer
    presence anyway.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9913d7c095487ebec6ce074d1ac4edbd96d260d
Author: Dave Airlie <airlied at linux.ie>
Date:   Mon Jul 13 23:02:54 2009 +1000

    radeon/fbo: stencil bits fix from Michel in intel fbo code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2995bf0d68f1b28ba68b81e9dc79e3ab52bc2795
Author: Xiang, Haihao <haihao.xiang at intel.com>
Date:   Mon Jul 13 10:48:43 2009 +0800

    i965: add support for new chipsets
    
    1. new PCI ids
    2. fix some 3D commands on new chipset
    3. fix send instruction on new chipset
    4. new VUE vertex header
    5. ff_sync message (added by Zou Nan Hai <nanhai.zou at intel.com>)
    6. the offset in JMPI is in unit of 64bits on new chipset
    7. new cube map layout

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f030e2ba17a3b859d30017cfd990552d3af4bad3
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Jul 12 21:35:59 2009 +1000

    r300: move fallback warnings inside fallback debugging
    
    random output is bad

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfecf217fa0d7677bdd3445e32a7bb0d022a599b
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Jul 12 21:35:24 2009 +1000

    r300: fix clear mask to not use sw if not necessary

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b484c71036e0d0b30ac7685ba50a9008d09f5047
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sun Jul 12 11:18:43 2009 +0200

    radeon: Fix crash when rendering to incomplete texture and other formats
    
    It is possible to bind texture images of an incomplete mipmapped texture.
    Software fallbacks in this case incorrectly tried to mmap the entire texture.
    
    Additionally, add span functions for 1555 and 4444 formats.
    
    This fixes crashes in piglit's fbo-readpixels test; unfortunately, the test
    itself still fails - this needs to be investigated.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a10244453c24d62cd87f8c4d85cbe103b62db311
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Jul 12 17:28:14 2009 +1000

    radeon: update clear code from Intel codebase.
    
    This updates some of the clear code from Intel gives a 5x clearspd perf
    for me here. played openarena also, not sure if the viewport changes
    broke anything,

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b06cb372bf59f06f51af40572917d4cd94346f90
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Jul 12 12:13:40 2009 +1000

    radeon: fbo fix firecube crashes
    
    it might still be misrendering not sure

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=65059606e9a0039fc962869857c5f00a11d6b7cc
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Sat Jul 11 20:25:09 2009 +0200

    radeon: Fix scissor rectangle calculation when rendering to FBO.
    
    fgl_glxgears -fbo runs, though the gears don't look right yet.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db618427abab44939189c688e58ea7eca52f1795
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Jul 11 03:15:58 2009 +1000

    radeon: enable GL_NV_texture_rectangle under dri2.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=85957cb512e74c8ddeb5ba2e06df091943ab8400
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Jul 11 03:01:52 2009 +1000

    radeon: set texture in state properly.
    
    make sure to turn off when no texture is used in hw

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6a11e1dc019ad54e0c4c9d1de46ca6ca48528c3
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Jul 11 03:01:04 2009 +1000

    radeon: make swtcl emit size bigger

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=37c0cde80aa99435c7b58b36e5e186782cff4e77
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jul 10 12:04:56 2009 -0400

    R6xx/r7xx: use packet 3 for scratch emit
    
    no need to allow packet 0 scratch regs in the drm

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0de26dba2edf1c9d9b77b42ea1ad35604c009e32
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul 9 17:15:23 2009 -0400

    R6xx/r7xx: disable CS dump
    
    Don't fprintf to a xterm with the lock held.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8987410ab6575048a7f7cbf27bb047d76ae46514
Merge: 7ccb00b1acacb57cefca1ae789246983ef4831d9 78af70be3727945d2d81a07b99d5a794f1114c05
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 9 08:05:56 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=93ab69a0eff8e0b264ec8888cfd0ac11ea0e274f
Author: Richard Li <richardradeon at gmail.com>
Date:   Wed Jul 8 14:49:48 2009 -0400

    Fix buffer age implementaion bug.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9db04878bc08931766bd827417012c30887bb7c
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 7 15:44:44 2009 -0400

    R6xx/r7xx: remove some left over debugging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0396795689dd82be31d22be83307511d223ebcf2
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 7 15:40:28 2009 -0400

    R6xx/R7xx: fix texture reloc emit
    
    Textures don't look right yet, but tex demos run.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f74d1c26acaacf688545ecc1ddb996a02e991ccb
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 7 02:12:38 2009 -0400

    r6xx/r7xx: add sw blit for tex upload
    
    Can be used for buffer swap as well.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6799bc0b6ba1c1052a247cbae0ef660ad5aba84c
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 7 01:02:08 2009 -0400

    tex wip

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1bad691a177240e8281592fa66c9e6ab0869f618
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Jul 6 00:00:10 2009 -0400

    R6xx/r7xx: first pass at texture support
    
    texture bo setup isn't quite working yet

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6b0b46d6d087de59a36f1340cea54a11df78e37
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Mon Jul 6 16:30:43 2009 +0800

    R6xx/r7xx: DEPTH_CONTROL will be reset by this function

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ccb00b1acacb57cefca1ae789246983ef4831d9
Merge: f742f2c0b308430da38f8eeddfed889f883615e9 4adc9b4a5be72e34d464ce341b011c42517d969a
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sun Jul 5 04:14:41 2009 +0200

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f742f2c0b308430da38f8eeddfed889f883615e9
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jul 8 13:59:03 2009 -0600

    demos: indentation fix

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=820436f97821b5e1774fda8daf86ea0dcc379186
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jul 8 13:58:30 2009 -0600

    demos: use glEnable/DisableClientState() for vertex arrays

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf71ece171305f80972f6e401442372618265fcb
Author: RALOVICH, Kristóf <tade60 at freemail.hu>
Date:   Sun Jul 5 16:29:44 2009 +0200

    glx: death to RCS tag

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=67a43b2cfcc5ca4ce56fce0a2239048535add0f2
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed Jul 8 11:59:56 2009 -0700

    r300g: Remove VAP_CNTL_STATUS from invariant state.
    
    Seriously.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c737e57357ff002b5e3f8a981fed06b22853f568
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed Jul 8 11:55:27 2009 -0700

    r300g: Disable MSPOS registers for glisse's CS security checker.
    
    These will come back in someday, when we can properly use them.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=746140e215b86ec6eb9f10be45babe700f8e2e62
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 18 17:06:42 2009 -0700

    r300-gallium: Unify sampler and texture emit.
    
    They have to cross into each other's registers.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1aa38b2c2d80b67fe2eefe468f90aeb44bc20259
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed Jul 8 11:30:59 2009 -0700

    r300-gallium: Mipmap setup.
    (cherry picked from commit 88c01a15da5639dd68a6a0133724994cb66f1316)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e46d12d39498199e18be70826a2d36028c7b93f3
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed Jul 8 11:27:26 2009 -0700

    r300g: Add endian fix to vertex fetcher setup.
    
    As reported and initially tested by MrCooper.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce0f7954f883c94c793bf1b93699351defae34c5
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed Jul 8 11:26:52 2009 -0700

    gallium: Add endian detection to p_config.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=186d187ff7eebad58a18721878c5b23799e3f3d6
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Jul 4 11:33:47 2009 +0200

    r300: fix regression introduced by ca13937ef97c7779f639dcfc95b3798a11de01bd
    
    Stride == 0 means that we value for first vertex should be copied to every other vertices (e.g. constant color).
    
    This fixes glean/vertProg1 and sauerbraten with enabled shaders.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=95df7bfc03fc63152b241e65bce1f7c73bbf007b
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Jul 5 16:17:12 2009 +0200

    radeon: fix copy and paste typo

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=afd687b0dcf9ac842b4c4832247c6ffe5cc844b1
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Jul 5 15:00:42 2009 +0200

    mesa/vbo: always recalculate min_index and max_index when splitting vertices

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb33c0ab8b3594f0b1d58534a13a26e3fb050cff
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sat Jul 4 16:01:45 2009 +0200

    progs/tests: Use compressed texture in mipmap_comp_tests

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=be64e66e5aeed83ebcd11ccfd5ff461e8145a850
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jul 7 15:10:21 2009 -0700

    intel: Fix flipped Y for glDrawPixels(GL_STENCIL_INDEX) to window system.
    
    Even after fixing bugs in this code, it doesn't make me feel any cleaner.
    Fixes piglit stencil-drawpixels.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdd7506f10d13018a9c71270eed5d3d295978081
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jul 7 13:39:29 2009 -0700

    intel: Fall back on glCopyPixels(GL_DEPTH) or GL_STENCIL.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=510c3bd7a1a8f6e350ca7b05ced1f0323098b2eb
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jul 6 16:47:57 2009 -0700

    i965: Remove BRW_NEW_INPUT_VARYING
    
    This state flag has been unused since the ffvertex_prog move to core.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=058e96916b1ee661dfc16052b79b3aa9fcb47690
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Feb 25 11:57:44 2009 -0800

    Cap array elements at 0 when passed an invalid pointer for an array object.
    
    Otherwise, a pointer greater than the size would underflow and give a large
    maximum element.
    
    Reviewed-by: Brian Paul <brianp at vmware.com> (previous version)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=28471cfa970702128d822c2ecbb1703eedbca245
Merge: 9982821cdaf2205443c6297368eaab4115bf92f6 71633abafc935c25da9731bab48c228ceb9b4097
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sat Jul 4 07:43:01 2009 +0200

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9982821cdaf2205443c6297368eaab4115bf92f6
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sat Jul 4 07:40:34 2009 +0200

    progs/tests: Tests more views in mipmap_comp_tests

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=edb02671704aeb60e3eeaa7f58c73f4845c5b7e2
Merge: 124a6b1958c630ea049025e2b72547096fdc8f2c 54324d9e0c6956bdc7bc9b0620fe53c8e6b66a04
Author: Zack Rusin <zackr at vmware.com>
Date:   Mon Jul 6 21:43:26 2009 -0400

    Merge commit 'origin/openvg-1.0'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=124a6b1958c630ea049025e2b72547096fdc8f2c
Author: Zack Rusin <zack at kde.org>
Date:   Tue Jun 23 19:12:46 2009 -0400

    gallium: rearrange some members to avoid memory holes/padding
    
    plus it saves us a cacheline in the cso

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5920b6b67988fc3977f43b39d8546cc20247bf31
Author: Zack Rusin <zack at kde.org>
Date:   Sat Jun 20 21:36:40 2009 -0400

    pipebuffer: handle possible null pointer dereference
    
    reported by clang static analyzer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f311893bf4cd4e20e5b43fa404c4a2f656791943
Author: Zack Rusin <zack at kde.org>
Date:   Sat Jun 20 21:25:47 2009 -0400

    cso: possible null pointer dereference
    
    reported by clang static analyzer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4873031e29e0e8f654f78307e6ec885e68a54d86
Author: Zack Rusin <zack at kde.org>
Date:   Sat Jun 20 21:19:57 2009 -0400

    util: fix possible null pointer usage
    
    found by the clang static analyzer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=21cce6afb03bf9b9adfc6d8a1a446bb3ef22c7a8
Author: Zack Rusin <zack at kde.org>
Date:   Mon Jun 8 00:07:04 2009 -0400

    exa: some infrastucture work for accelerating composite

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d66de6c341a859a30ef010c527f9a0c5865b5d65
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Jul 6 20:35:15 2009 +1000

    radeon: ensure cmdbuf space for state + AOS is available
    
    The problem is if we find out later we don't have any cmdbuf space but
    we've already written the arrays to the DMA buffer object, we end up
    emitting the current cmdbuf which has references to the current DMA object
    we then send that to the hw and we can't reference the arrays we just emitted
    to the old DMA buffer. things go bad, crash boom.
    
    This can probably be tuned further + swtcl probably needs some fixes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7266e33abd9723fcec47933ed9ff4132abbd6eba
Author: Dave Airlie <airlied at linux.ie>
Date:   Mon Jul 6 17:46:36 2009 +1000

    r200: fix makefile

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f110c5fd6e762a0166c44d7446c4c3fdc434f42a
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Jul 6 15:50:24 2009 +1000

    radeon: fixup FBO depth 24 allocations to avoid assert

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c27f21f92d2cf9d23a9edb15d144eceb9ff383bc
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Jul 6 14:15:00 2009 +1000

    radeon/r200/r300: port to new space checking code in libdrm
    
    This moves a big chunk of the space checking code into libdrm so
    it can be shared by the DDX.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=645bfa32c9b330f7f4dba1126604b7ddb28f9dce
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun Jul 5 11:56:40 2009 -0700

    radeon-gallium: Compile warning fix.
    
    Fixes flush during validation, in case a buffer is double-validated.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8e0d55ac6e7fcb778a8e884e27b84dba10fa5db
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun Jul 5 11:55:47 2009 -0700

    radeon-gallium: Use FLINK to do proper global buffers.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=df04e72d25cfcc5aaa574949b8634bc564df0644
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun Jul 5 11:29:13 2009 -0700

    radeon-gallium: Wait for BOs before mapping them.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fff62ee3fdbfe7d8ba15d3ad001f9afd120c307
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Jun 29 19:50:39 2009 +0200

    r300: fix vertex limits
    
    - don't limit vertex count if we are using indices
    - max indices count is 65535 not 65536
    - remove some comments that don't apply anymore
    - remove unreachable code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=862488075c5537b0613753b0d14c267527fc6199
Merge: 060c7f2321f72503c14f9f3f7bb27d59d8a90224 94e1117c9ba259665cd8e790369dcd4c789a2f93
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Jul 3 18:53:58 2009 +0200

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    	src/mesa/main/dlist.c
    	src/mesa/vbo/vbo_save_api.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=060c7f2321f72503c14f9f3f7bb27d59d8a90224
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Fri Jul 3 12:44:19 2009 +0200

    radeon: Wait for BO idle if necessary before mapping it.
    
    Fixes fighting between GPU and software rendering with TTM.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b2461fec905b7dc25ad051d602b440503f544ea
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Fri Jul 3 12:44:02 2009 +0200

    r300: Guard debugging output.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ae02a3919bf31bd33f86208472e100eedb58497
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jul 2 19:21:22 2009 -0700

    intel: Fall back on glBitmap with fog enabled.
    
    We would have to build the program with the appropriate fog mode, and
    also supply the fog coordinate if appropriate.
    
    Bug #19413.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae1bfb6427cc10a851c80e020cbdc210fe238d85
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jul 2 18:02:44 2009 -0700

    intel: Flush when mapping buffer objects so writes don't get reordered.
    
    While GEM covers this for execution it knows about, it doesn't know about
    the batchbuffer we're preparing.  Fixes piglit vbo-map-remap.c testcase.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a0b570ab64169cee66f848d97d65f22c43d13ec
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu Jul 2 16:31:24 2009 -0700

    vbo: If MapBufferRange fails, try MapBuffer instead.
    
    Fixes segfaults with radeon winsys.
    (Probably libdrm_radeon doing something that it shouldn't.)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa5b9c050f13a7ca57a7a059eb2b7ed78cc6b636
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu Jul 2 09:21:56 2009 -0700

    Nuke old trace-drm integration.
    
    AFAICT nobody will miss it.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d66f23c50ebe8f973757b6fd1b81c9b7920c447
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jul 2 13:30:20 2009 -0700

    intel: Fix leak of DRI option info due to using the wrong free routine.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ddef7dc87b2001fbe117ee5f24a0c645ee95a03c
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jul 2 13:19:11 2009 -0700

    intel: Clean up leak of driver context structure on context destroy.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb4ef34214d61fb48bdff689a85ea107060e061b
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jul 1 17:08:16 2009 -0700

    intel: Init num_fences to clean up valgrind warning.
    
    Valgrind doesn't know that a successful getparam sets the target of the
    pointer, so just set the value beforehand.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb429803e08231f5ee5fab25383be62b1952bd45
Author: Richard Li <RichardZ.Li at amd.com>
Date:   Thu Jul 2 12:08:57 2009 -0400

    r6xx/r7xx: Better fix for fragment temps
    
    This doesn't waste as many in generic cases.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1c8a0a30860ab6cd4a50582972fb185766595bd
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Jul 2 15:05:51 2009 +0200

    r300g: Readd trace driver support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=59abfa8e42599a8c6c11db841ec527826cdcb717
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Jul 2 15:05:17 2009 +0200

    i915g: Readd trace driver support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0d7502a2cf994e635f1383f523653b92f4bd709
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Jul 2 14:57:55 2009 +0200

    trace: Add drm api integration
    
    	This is okay since drm_api.h doesn't have any external
    	dependancies, one could make it only compile on platforms
    	that support drm.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54ee188a00e31d239cbd256e7ba5ffd2c1259650
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jul 2 20:57:45 2009 +1000

    radeon/r200/r300: drop radeon renderbuffer private width/height
    
    half stealing the code without taking the intel regions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ed3eddf9a828f2ff6c74b0913ca37fb60672950
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jul 2 20:44:30 2009 +1000

    radeon/r300: use base width/height.
    
    I suspect this might break TFP in some way but it makes firecube run here

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c571395e5d768b46bef511d89af641d55cd2ad98
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Thu Jul 2 16:52:11 2009 +0800

    R6xx/r7xx: Fix line width issue, ROUND_MODE and QUANT_MODE aren't bits of LINE_CNTL

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=da88333671b35851bd713d0de464887e00d70593
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Thu Jul 2 16:49:19 2009 +0800

    R6xx/r7xx: Correct the indeices of DRAW_INDEX_IMMD

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=73137997e23ff6c1145d036315d1a9ad96651281
Author: Xiang, Haihao <haihao.xiang at intel.com>
Date:   Thu Jul 2 16:32:19 2009 +0800

    i965: fixes for JMPI
    
    1. the data type of <src1> (JMPI offset) must be D
    2. execution size must be 1
    3. NoMask
    4. instruction compression isn't allowed.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=96ef7aae1d58db2cbc2e46347aa87c34126983ef
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed Jul 1 23:25:47 2009 -0700

    r300g: Fix recursive Draw flush.
    
    Also just noticed that demos/copypix walks around the overlapping blit rules.
    
    Bad, bad Mesa. :3

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8799a9d24d3d409bb2b587f2c10f2ddae200c114
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed Jul 1 23:09:18 2009 -0700

    r300g: Use floats for surface_copy texcoords, use correct src and dest.
    
    This makes demos/copypix better-looking. Horizontal dimensions are right now.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=338db0af61910be9c9990ef1cda2166c3de17b78
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed Jul 1 22:33:17 2009 -0700

    radeon-gallium: Adapt to drm_api changes.
    
    Note that trace debugging is temporarily gone. I'll rework it later.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bda0f1f4feec3bc4625c505feed48c49afaf0b6
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 1 14:41:57 2009 -0400

    r6xx/r7xx: rework aos setup
    
    In theory this should fix the stride = 0 case,
    but I can't seem to reproduce that anymore
    with mesa master.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=65cdf9c561c518a7e2c6b6584382fb2fb902ea40
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 1 11:10:10 2009 -0400

    R6xx/R7xx: Fix number of temps used in fragment program
    
    Spotted by Cooper.  This gets hello, aargb, smooth, etc.
    working.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e6b593d35156a0068dc0eb3e55dec086f1cadd3
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 30 22:57:56 2009 -0700

    intel: Avoid pointer arithmetic on void *.
    
    Bug #22000.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3499f6c66bf93d7752ea70a13bbbab3d2b2c288
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 30 14:26:06 2009 -0700

    i965: Increase G4X default VS URB allocation to actually allow 32 threads.
    
    This improves the performance of my GLSL demo by 30%.  It also fixes the
    VS deadlock that ut2004 had, for reasons I can't explain. Bug #21330.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f359165a8295a2f3bff7c80a8e45d91ca98392a9
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Jun 30 17:29:14 2009 -0700

    demos: Set the depth mask correctly to get the desired blending

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=18a1c36c2d32f8c571f98d7e6857a44bb2dc8942
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Wed Jul 1 09:15:51 2009 +1000

    nouveau: return some supported zeta formats

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=55e5ac17c15d9243c34633f3f4d4850394a8163d
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Wed Jul 1 08:56:46 2009 +1000

    nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTED

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=55fc63cd7d2b1358dad151f228ca4eed9e1624e8
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Wed Jul 1 08:50:24 2009 +1000

    nouveau: fix build...

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=64849d1236e33b3325e00167c97119af52990ad8
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Jul 1 01:16:56 2009 +0200

    drm/st: Remove drm_api struct from drivers
    
    	Remove the drm_api from the functions in the softpipe and
    	i915simple drivers. Create wrapper functions in the
    	backends instead.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=119eb4094256742013224afb7c5704b6254b6296
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 30 17:12:34 2009 -0600

    i965: first attempt at handling URB overflow when there's too many vs outputs
    
    If we can't fit all the VS outputs into the MRF, we need to overflow into
    temporary GRF registers, then use some MOVs and a second brw_urb_WRITE()
    instruction to place the overflow vertex results into the URB.
    
    This is hit when a vertex/fragment shader pair has a large number of varying
    variables (12 or more).
    
    There's still something broken here, but it seems close...

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b6ae2e004b7a7a76508e0da3c45eb0d851ed10c
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 30 17:08:40 2009 -0600

    i965: use BRW_MAX_MRF

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76a5a5dace715aa629ee98a37acb3075a7de153c
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 30 16:36:11 2009 -0600

    i965: use BRW_MAX_GRF, BRW_MAX_MRF

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fe19bc91d89dd83b9a7bab28a6009a30e1bc856
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 30 16:35:23 2009 -0600

    i965: move BRW_MAX_GRF, define BRW_MAX_MRF

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b7b8c8ddfb17f40a69ca716d05ff90f9178f10a
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 30 16:33:09 2009 -0600

    i965: defined BRW_MAX_MRF

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6eb2ca500db940263bfcb9b3ca83f2b5c5431513
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 30 15:36:42 2009 -0600

    i965: comments and a new assertion

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d10006e67fb070f846213ef38e07df21699df5a1
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jun 30 18:40:48 2009 -0400

    R6xx/r7xx: fix locking for clear
    
    this allows redbook hello to render correctly mostly.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=57a06d3a48c9af1067ec05e3ad96c58f4b9b99be
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 29 18:48:27 2009 -0700

    i915: Fix assertion failure on remapping a non-BO-backed VBO.
    
    Failure to set the obj->Pointer back to null tripped up the assertion.
    Bug #22428.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b40dc7e7fcafc30ebaa3778ee847c8983987de83
Merge: b750b9fc3d12e4c23ef74181a6252e0e054a3985 4c31632817a0bde28ad6c9ee8032d838ce4b7bfb
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 30 08:56:53 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	src/mesa/vbo/vbo_exec_draw.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b750b9fc3d12e4c23ef74181a6252e0e054a3985
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 30 08:51:32 2009 -0600

    gallium: remove the pipe_sampler_state::shadow_ambient field
    
    This was only present for the sake of GL_ARB_shadow_ambient which we
    never implemented in Gallium.  If we someday want GL_ARB_shadow_ambient
    we can implement it in the state tracker by adding a MAD after the
    relevant TEX instructions.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7cbaae13d67c55abe81ac230de37f564365099f
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun 30 11:57:29 2009 +0200

    identity: Create a drm_api wrapper

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=303cbb45b558a2b94e6922252cf57d115ba60b82
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun 30 11:49:43 2009 +0200

    drm/st: Return drm_api struct from a function

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=efe9faf0612778db2423a4f8835b318b95d9efd7
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 29 16:45:02 2009 -0600

    softpipe: use shadow_compare4() to compare texcoord to four texture samples

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=005ee9f4e05b487d455e87c6843d1d1a3c1536ff
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 29 15:47:11 2009 -0600

    softpipe: pass sampler state to shadow_compare()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0eb1b3fac1e9ef738d121364968ab09540c360f7
Author: Younes Manton <younes.m at gmail.com>
Date:   Sat Jun 27 11:43:01 2009 -0400

    nouveau: Expect right params to tex_transfer_destroy().
    
    Never crashed on x86, ptx is in the same stack slot in either case.
    Thanks to Bob Gleitsmann for catching this.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=78aaf2a4f16bafd8f3880e63982dea7219125ff0
Author: Younes Manton <younes.m at gmail.com>
Date:   Wed Jun 24 19:38:52 2009 -0400

    nouveau: Turn off debug cannon.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f070125e365dadf97797785fdeef1ccb1431f21
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 29 15:13:25 2009 -0700

    intel: Enable EXT_gpu_program_parameters.
    
    There doesn't appear to be any driver impact for enabling this, and
    tests/prog_parameter passes.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8c479d4b0519bde0e395ea669b017b6a6188146
Merge: 423f45d18a665423e319dcea08c11ff9f5646a80 4e43126a5915b1233c89c61400c8270d23d48ea3
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 29 15:27:49 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=423f45d18a665423e319dcea08c11ff9f5646a80
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 29 15:24:42 2009 -0600

    gallium/draw: sketch out some missing pointcoord code
    
    The gl_PointCoord attribute is currently expected to be in the fog coord
    register's z/w components.  This was never totally fleshed out though.
    This is just some placeholder code.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c06c52116890342c3988325760a73fd84e2be30
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 29 15:13:02 2009 -0600

    st/mesa: enable GL_ARB_framebuffer_object
    
    All gallium drivers should be able to support mixed-size color/depth/stencil
    buffers.  If not, we'll need a new PIPE_CAP_ query.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f44638fa613b48e8d6551ebcb127336b932ba6c8
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 29 15:12:36 2009 -0600

    mesa: check for ARB_framebuffer_object for GL_TEXTURE_STENCIL_SIZE_EXT query

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb0ea416bda30a7f7bced78e1edde806fbcb7577
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 29 14:58:25 2009 -0600

    mesa: alphabetize lines

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a96f86831e666dd3942828abd156805c242e44f6
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 29 11:37:21 2009 -0700

    Revert "intel: Remove unneded pthread mutex in LOCK_HARDWARE."
    
    This reverts commit de447afff26706e3bf8bdcd5cfb8b1daf49b4b21 but
    puts the lock under DRI1-only.
    
    From keithw:
    > It's there because the DRI1 code doesn't actually achieve the mutexing
    > which it looks as if it should.  For multi-threaded applications it was
    > always possible to get two threads inside locked regions -- I have no
    > idea how, but it certainly was and presumably still is possible.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=94008088c1e6758a44a2f48c5a94db1f072d255a
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 29 09:55:17 2009 -0700

    intel: Move note_unlock() implementation to the one place it's needed.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de447afff26706e3bf8bdcd5cfb8b1daf49b4b21
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 29 09:48:28 2009 -0700

    intel: Remove unneded pthread mutex in LOCK_HARDWARE.
    
    This would cause LOCK_HARDWARE to mutex all contexts in this process on
    both DRI1 and DRI2.  On DRI1, LOCK_HARDWARE already does it for all
    processes on the system.  On DRI2, LOCK_HARDWARE doesn't, but there shouldn't
    be any state outside the context that needs any additional protection.
    Notably, the bufmgr is protected by its own mutex and not
    LOCK_HARDWARE.
    
    This code was originally introduced with the i915tex code dump, so it's not
    clear what it was there for.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3927874d9c7fafb61651d0fc69547c8e010181f5
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 29 09:45:06 2009 -0700

    intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b5373c4345687b3af89f97a4c3998b8ca5debd5
Merge: 2fe65e8f149e961afb8ccd9b1e57c5c7e96ecfd6 b1f2f92d9b2d190d39fb1b5c919c59c9539a025a
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 29 11:20:07 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1bc9a29b9fe9400681221b38639e12536dd6dbf
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Fri Jun 26 17:04:53 2009 +0800

    Fix viewport issue

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eaadba6eee05cd725295821e0c1f5e1a01e99e89
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Thu Jun 25 19:48:43 2009 +0800

    Fix color data can't be fetched issue

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e1534f532330a19fd61cb3d28d48f51a7eafc4e
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Tue Jun 23 11:11:19 2009 +0800

    correct scissor and cliprect setting

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a3c7fd52e7ab846686fbbb2b572894134b2f9b6
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Mon Jun 22 15:10:57 2009 +0800

    functions declaration with 'extern'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f6451042d6c6e69fe1ea4f87814ebf2f982b034
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Mon Jun 22 14:33:18 2009 +0800

    Pass viewport id to r700SendViewportState function, otherwise the radom value may beyond R700_MAX_VIEWPORTS

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=46ca8e5782ebb71d6e5f8a29c1c66b4891bf4916
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Mon Jun 22 10:16:01 2009 +0800

    add LINK_STATES for SPI_PS and SEMANTIC

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2fe65e8f149e961afb8ccd9b1e57c5c7e96ecfd6
Merge: 6791576f6cc90018bd65c263fa6c16ad2b19cdae b799af91d5ffbee1481161fec29eb4c92b161272
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sun Jun 14 16:56:34 2009 +0200

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6791576f6cc90018bd65c263fa6c16ad2b19cdae
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Jun 29 20:15:47 2009 +1000

    Revert "r200: make use of DMA buffers for Elts a lot better."
    
    This reverts commit 0952645fe04a27968565ea4d913500c23b1b11e3.
    
    Need to revisit where this is going wrong

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=928a5684177fdb6cd013949348aee6078dd305c0
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat Jun 27 11:58:00 2009 -0700

    r300g: YCbCr and sRGB textures.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f150e05afcbce73ff8422ffef2ce02536f691f2c
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat Jun 27 10:57:03 2009 -0700

    r300g: Fix EXT_packed_depth_stencil functionality.
    
    Allow Z24S8 to be a true texture.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ac72aedb24c56c7158f770f4297516b3bf1899d
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sat Jun 27 19:55:37 2009 +0200

    st/dri: Fix last depth bits logic

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbb56687c83845cc20aee7243e437a32e5c79a70
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Mon Jun 1 22:17:07 2009 +0200

    radeon: Always initialize front and back renderbuffers if present
    
    This fixes an assertion in glReadPixels from the front buffer.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fa0d25c547a940fa275f786a63de85f6bc39870
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sat Jun 27 18:08:44 2009 +0200

    radeon: Update .gitignore
    
    Add all source files that are symlink'ed from common radeon code to the
    ignore list.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f15acb7e8575faeacc50dcede6d68b1e583727d
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 26 21:48:09 2009 -0700

    r300g: EXT_provoking_vertex.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ebcdc754914bac7db005594a1495cceb6c3d85d
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 26 21:13:57 2009 -0700

    r300g: S3TC.
    
    tests/texcompress2 doesn't work, but tests/texcmp does (more or less.)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aac6648cd8b27cb6653ac4a9722a49868b221447
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 26 20:37:06 2009 -0700

    r300g: Use real texture formats.
    
    What bugs me is that the YUV444 format somehow worked properly. :3

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a3224c334a9a159f16e37672e4d8d833bc9bb52
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 26 19:39:24 2009 -0700

    r300g: Definitively forbid unusable Z buffer/stencil formats.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e7d195fdc739847a3cc1b9a375a6ea2ce460ef8
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 26 17:42:52 2009 -0700

    r300g: Comment out assert for now.
    
    Will fix with better constant refactoring later.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=00ffc90dd25270d84002232f9929cc30abc1e7e2
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 26 17:39:34 2009 -0700

    r300g: Be more specific on surface_copy fallbacks.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a926f9997964df10cf77953b92d585b287c58a4
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 26 16:32:53 2009 -0700

    r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f80b7f46835f42065d2489f2e1f501187ee026b6
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Jun 8 23:52:43 2009 -0700

    r300-gallium: Ensure that no dirty state goes unemitted.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f57280cc7360d0eee40df6d34befbfad2288d297
Merge: a18e209edb5348eb167e9d7184597031bbbbe622 b2a1ca4fcf1cd16f85404fc582cec14e28b79e07
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 26 17:49:14 2009 -0600

    Merge branch 'arb_vertex_array_object'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a18e209edb5348eb167e9d7184597031bbbbe622
Merge: 4fdc6ad41b843109febbe9596dde87f676a8b0e9 418987ff05f892d3c33ed4ddbe856c496b05ea14
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 26 17:07:07 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	Makefile
    	src/gallium/drivers/softpipe/sp_screen.c
    	src/mesa/main/version.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fdc6ad41b843109febbe9596dde87f676a8b0e9
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Jun 26 20:38:07 2009 +0200

    i965: fix fetching constants from constant buffer in glsl path
    
    the driver used to overwrite grf0 then use implicit move by send instruction
    to move contents of grf0 to mrf1. However, we must not overwrite grf0 since
    it's still used later for fb write.
    Instead, do the move directly do mrf1 (we could use implicit move from another
    grf reg to mrf1 but since we need a mov to encode the data anyway it doesn't
    seem to make sense).
    I think the dp_READ/WRITE_16 functions may suffer from the same issue.
    While here also remove unnecessary msg_reg_nr parameter from the dataport
    functions since always message register 1 is used.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3b46fc77f2ca8c5a11cb1f34a25a63f16349d92
Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jun 26 12:36:32 2009 -0600

    configs/darwin: Set CXX to g++.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2a1ca4fcf1cd16f85404fc582cec14e28b79e07
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 22 17:54:16 2009 -0600

    docs: document GL_ARB_vertex_array_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8affcd364bd99b7da44e565db91c6c0afbf9ce77
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 22 17:54:00 2009 -0600

    intel: enable GL_ARB_vertex_array_object extension

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cfb815805839ecb5eb8636b1a7f643de44e04ca9
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 22 17:52:08 2009 -0600

    mesa: plug in glBindVertexArray, glGenVertexArrays functions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=31618f1a88877e54643718d27d70ec8a287e2f7b
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 22 17:51:30 2009 -0600

    tests: update bufferobj.c to test GL_ARB_vertex_array_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a795ad5227f7b311c2b32afb77ba11068733283
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 22 17:01:44 2009 -0600

    st/mesa: alphabetize lines

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=32220c48ad8da199ed6a3d419183fd12bb4fc83e
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 22 17:01:00 2009 -0600

    st/mesa: enable GL_ARB_vertex_array_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2b72495550980198dcc0580af8de1fe9dfd8c67
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 22 16:56:35 2009 -0600

    mesa: enforce the rule that arrays live in VBOs for GL_ARB_vertex_array_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ebadecd8758f2a4d965bc57068eccd05f9b1470
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 22 16:47:45 2009 -0600

    mesa: added extension flag for ARB_vertex_array_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9342e6f5a94d3b884dcb98b4741295f1aa23e282
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 18:17:25 2009 -0600

    mesa: implement _mesa_GenVertexArrays() for GL_ARB_vertex_array_object
    
    This also involves adding a gl_array_object::VBOonly field.  For the
    ARB extension, all arrays in the object must reside in a VBO.  This flag
    keeps track of that requirement.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8000c874ecb33b1554407c5e568afbb471dda3a
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 18:07:49 2009 -0600

    mesa: implement _mesa_BindVertexArray()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=12cf98f5fc5eaa4743134387ce3f8e584aa20bc4
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 17:58:47 2009 -0600

    mesa: move vertex array objects from shared state to per-context
    
    The ARB version requires VAOs to be per-context while the Apple extension
    was ambiguous.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bda551898a09e4a07491dcf394bb2981dced0012
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 18:11:29 2009 -0600

    mesa: regenerated files related to GL_ARB_vertex_array_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54b03948e0a4b84405227fe61a3114b0155caaa1
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 18:11:18 2009 -0600

    glapi: add new information for GL_ARB_vertex_array_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd26899ca39111e0866afed9df94bfb1618dd363
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Fri Jun 19 23:55:55 2009 +0200

    intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.
    
    Initialize all driver function hooks before calling _mesa_initialize_context(),
    and handle all buffer objects in intel_buffer_object().
    
    Fixes assertion failure when running glxinfo.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d2b392a0ac597f8b7f88006746660e8f0fe09ea
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Jun 19 22:55:34 2009 +0200

    radeon: fix cube maps for non-mm path
    
    drm cmd checker would refuse cube emits
    also fix an issue in the cs path which would calculate the register
    offset off by one dword.
    Only same testing done as original code (none except compile tested).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa5b81ea8bb3ff163543fe3a8907e7be69e99419
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 14:42:37 2009 -0600

    st/mesa: restore some parameter checking buffer object functions
    
    These functions may be called from the VBO code (not just user GL calls)
    so do some parameter sanity checking.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffae82da4cf5a969d699c7f5bdcd4dae6c27a1ca
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Jun 19 22:32:06 2009 +0200

    r200: fix cube maps for non-mm path
    
    drm cmd checker rightfully fell over any cube emit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e90d6a3cbfdf26b67ccb000265eb529b82c03eb4
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 18 09:26:18 2009 -0600

    i965: initial code for loops in vertex programs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd7d764514c540987549c3ea88a2d669b0f0ea58
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 18 09:23:58 2009 -0600

    i965: asst clean-ups, etc in brw_vs_emit()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=752204d3624cdaa7be9dea058676190d3893a55e
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 18 09:20:55 2009 -0600

    i965: asst clean-ups, var renaming in brw_wm_emit_glsl()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d029e0e200eb97993c1b9fb8ab9046172e703e8
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 12:19:15 2009 -0600

    st/mesa: remove redundant st_buffer_object::size field and error checks
    
    Just use the gl_buffer_object::Size field.  Remove unnecessary size/offset
    error checks.  Core Mesa will have already done these checks before these
    functions are called.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ffd074436949f3958127cc5ae7c7c9e9e9e0bf8
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 12:12:54 2009 -0600

    st/mesa: no longer special-case buffer object 0 in st_buffer_object() cast wrapper
    
    Since commit 6629a35559ff7e3b993966f697f7c7f68e5a38d9 "mesa: create/destroy
    buffer objects via driver functions" this is no longer needed, and actually
    was causing a crash during context tear-down.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ce814b25f8c216c7897904cbce7f570112e60ef
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Jun 19 20:00:55 2009 +0200

    radeons: use dp4 for position invariant vertex programs
    
    Fixes #22181. R200 requires this since DP4 is used in hw tnl mode.
    R300 prefers it (should be faster due to no instruction dependencies), but
    both methods should be correct (when sw tcl is used though, MUL/MAD might
    be faster). Probably doesn't make much difference for R100 since vertex progs
    are executed in software anyway, but let's just keep it the same there too.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8da1feb231115205f3a19b0bb0a9317157ba167
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 10:05:08 2009 -0600

    mesa: make query-related driver fallback functions static
    
    Plug them in via _mesa_init_query_object_functions().

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=331eb58f68db26b54f706a908a3e1424a461b709
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 10:00:03 2009 -0600

    mesa: make buffer object-related driver fallback functions static
    
    Plug them in via _mesa_init_buffer_object_functions().

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6629a35559ff7e3b993966f697f7c7f68e5a38d9
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 09:58:51 2009 -0600

    mesa: create/destroy buffer objects via driver functions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e164210f6511f4f1e5b2227e38b24b994e1a5ffc
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 09:48:43 2009 -0600

    i965simple: use u_reduced_prim() function

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2e4643767ce2a1f30e6ef1c86c2aa225c025c32
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 09:45:23 2009 -0600

    draw: use u_reduced_prim() function

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=09da78c235cdfa736cd5ea8ee62757f58b7d9f96
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 09:42:37 2009 -0600

    softpipe: use u_reduced_prim()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=157d52143a2b541ca9552de2e3323261fc0238cb
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 09:39:56 2009 -0600

    gallium/util: s/boolean/unsigned/

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0b8832e6f7db287f7251d626d6ae8fb134f0906
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 09:38:12 2009 -0600

    softpipe: whitespace, reformatting

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9038b6c8bbda49c544d777c7cf7b107887421c77
Merge: 0342229289c3bd5ed7bc595db4fc88003430209e 0ddc4dbe43422211e6f3fb3278e7b2f55a25976b
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 19 09:15:34 2009 -0600

    Merge branch 'ext-provoking-vertex'
    
    Conflicts:
    
    	docs/relnotes-7.6.html
    	progs/tests/Makefile
    	src/gallium/drivers/softpipe/sp_prim_vbuf.c
    	src/glx/x11/indirect.c
    	src/mesa/glapi/Makefile
    	src/mesa/glapi/dispatch.h
    	src/mesa/glapi/glapioffsets.h
    	src/mesa/glapi/glapitable.h
    	src/mesa/glapi/glapitemp.h
    	src/mesa/glapi/glprocs.h
    	src/mesa/main/dlist.c
    	src/mesa/main/enums.c
    	src/mesa/sparc/glapi_sparc.S
    	src/mesa/x86-64/glapi_x86-64.S
    	src/mesa/x86/glapi_x86.S

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ddc4dbe43422211e6f3fb3278e7b2f55a25976b
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 18 23:00:37 2009 -0600

    draw: use flatfirst variable

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9205a871e75f66de3501519018e76b6f49d2cce8
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 18 22:51:41 2009 -0600

    draw: remove debug code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=af5fff9c232d30a54b7a15c4a4c128f30afde751
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 18 22:48:51 2009 -0600

    draw: fix first provoking vertex mode for quads, quad strips and polygons

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=950171be3c8032d590fde3247bf12992aa9139c8
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 18 22:47:46 2009 -0600

    draw: fix first provoking vertex mode for unfilled quads

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=601065f15389b52c084cdc46c339e15fd3b5eb25
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 18 22:45:57 2009 -0600

    mesa: fix first provoking vertex mode for unfilled tri strips

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c70a529d7c8dfbb7fbb194261c60aeeb75f5ee35
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 18 18:33:29 2009 -0600

    draw: clean up indentation

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0342229289c3bd5ed7bc595db4fc88003430209e
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Wed Jun 17 01:08:25 2009 +0200

    gallium dri st: Probe the driver for supported surface formats.
    
    This is done when constructing the fbconfigs, and the result is saved
    for window system framebuffer creation.
    
    Note: For dri2 the server needs to have an identical format selection
    logic. Otherwise the dri state-tracker and the xorg driver (state-tracker)
    will disagree on which format to use for the attachments. Some more work
    is needed in this area.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9f19571da2673a934f6f97aeea92c5414c28925
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Tue Jun 16 17:52:05 2009 +0200

    mesa driconf: Add macro to specify an option with a quoted default value.
    
    The default values true and false will expand to "1" and "0" when
    gcc -std=c99, causing bool option defaults to generate runtime failures.
    
    One solution is to specify bool option defaults quoted as "true" and "false".
    Add a macro to assist this.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=edbec6b112468cf8fa5546aaecb2832c91352127
Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Wed Jun 17 14:45:52 2009 +0100

    progs/rbug: Add small program to add block rules

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3addc4e3078b99db07598ac0b2473f7612b83a09
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jun 17 20:46:12 2009 -0700

    i965: Add decode for the G4X x,y offset in surface state.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c3f6968911e0bb3256e91b070166d3da78a4775
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jun 17 20:53:27 2009 -0700

    i965: Fix up texture layout for small things with wide pitches (tiled)
    
    We were packing according to the pitch, while the hardware appears to base
    it on the base level width.
    
    With this and the previous commit, fbo-cubemap now matches untiled behavior.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f328c90dbc893e15005f2ab441d309c1c176245
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 5 23:16:44 2009 +0000

    i965: Fall back or appropriately adjust offsets of drawing to tiled regions.
    
    3D rendering to tiled textures was being done with non-tile-aligned offsets.
    The G4X hardware has fields to let us support it easily and correctly, while
    the pre-G4X hardware requires a path full of suffering, so we just fall back.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=46000cecc32104702fcb0de5a842d11b18c41c6b
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jun 18 13:20:32 2009 +1000

    r300: use vbo_split_prims to split up large vertex buffers.
    
    This lets ut2004 avoid hitting the elt warning.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd10f0e84f1491363d76d92dcbd410ab5cc43dbe
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 12 08:44:40 2009 -0700

    i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.
    
    This may hurt if miptree relayout occurs, since we can't blit Y tiled
    objects.  But it corrects depth tests on FBOs using textures.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b165fa7d45e230f9e61fcf3a09babf0c61c67319
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jun 18 13:12:21 2009 +1000

    radeon: don't re-add BOs to validate list
    
    if its on the list its on the list don't go readding it.
    
    multitexturing from the same texture could cause this.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3817a54912a6c51fa0a7ec64787a69007bda44fa
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 17 07:44:04 2009 -0600

    glsl: call _mesa_postprocess_program(), disabled

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=516d20fd2688fce833b764ca21f1f1772bed0a03
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 17 07:43:44 2009 -0600

    mesa: silence warning

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec6ad7ba3ce4fa71620642ddde06cf843d1c8d54
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 17 07:42:49 2009 -0600

    mesa: added _mesa_postprocess_program() to aid shader debugging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f806a0336153ec211441a23da0eb8e763e001b02
Author: Jerome Glisse <jglisse at redhat.com>
Date:   Wed Jun 17 16:33:14 2009 +0200

    radeon: Flush command buffer on viewport change
    
    We flush the command buffer so we don't emit mixed
    state (with new and previous buffer size) command
    buffer, this is especialy affecting zbuffer states.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2506c4e8b142b933668db2b478333ebdfcfd0d96
Author: Jerome Glisse <jglisse at redhat.com>
Date:   Wed Jun 17 13:51:33 2009 +0200

    r300: don't emit vap index offset on r5xx hw when using cs
    
    vap index offset is programmed to 0 by the kernel, it
    would add work to kernel checker to allow userspace
    programming of this so it's now disallowed with CS
    on KMS.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=77506dac8e81e9548a7e9680ce367175fe5747af
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jun 11 10:50:32 2009 +1000

    GLX: attempt to fix glean makeCurrent test cases.
    
    Two parts to this:
    
    One we don't keep pointers to possibly freed memory anymore once we unbind the
    drawables from the context. Brian I need to figure out what the comment
    you made there, can we get a glean/piglit test so we can fix it properly?
    
    If the new gc is the same as the oldGC, we call the unbind even though
    we just bound it in that function. doh.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=856221d6995a7754cde60748d7c229b5278f043e
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jun 17 11:12:57 2009 +1000

    radeon: fix warnings in wrapper with libdrm

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d482227915552c414e13743652e6794c4313ae2
Merge: 4ef1f8e3b52a06fcf58f78c9c36738531b91dbac 6b917d0b1787280f976c2f0d1ead0e5d7587a3e9
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 16 18:25:52 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	src/mesa/main/api_validate.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ef1f8e3b52a06fcf58f78c9c36738531b91dbac
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue Jun 16 21:38:58 2009 +0200

    i965: handle OPCODE_SWZ in the glsl path
    
    glsl compiler will not generate OPCODE_SWZ, and as a first step it would
    be translated away to a MOV anyway (why?), but later internally this opcode is
    generated (for EXT_texture_swizzling).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1510c3cae1d840a065a22c891ad6db794dfe7a00
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 15 16:44:26 2009 -0600

    docs: minor relnotes clean-up

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=70d247c69bcef4f40b640ae61e9fb9ebc5887bb6
Merge: 01f7bda44c92268fa288bbd8f53af3a3620bd315 8d0f72e8f901e12841408b95963d43684fb6ce48
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 15 16:42:42 2009 -0600

    Merge branch 'arb_map_buffer_range'
    
    Conflicts:
    
    	docs/relnotes-7.6.html
    	src/mesa/main/mtypes.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=01f7bda44c92268fa288bbd8f53af3a3620bd315
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 15 10:58:04 2009 -0600

    mesa: revert some recent VBO buffer object refcounting changes
    
    Reverts part of commit d7ea9ddf5824556e47decac7ba200f37cf1e552f.
    We were calling _mesa_reference_buffer_object() on some heap-allocated
    memory that was uninitialized and could trigger an assertion.
    We can actually go back to "looser" ref counting of the Null/default
    buffer object in these cases.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0d874bfbec8a323d7a69d98fad875162222a1cb
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 15 10:47:07 2009 -0600

    mesa: regenerated gl_mange.h file

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=63c407db3ef28862588660478a94102860480731
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Jun 12 20:09:07 2009 +0200

    enable ARB_half_float_pixel for intel drivers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ed2c0dddc5813cbbe08b73f96043b1c4b07d0bf
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Sun May 24 01:18:31 2009 +0200

    intel: fix (cosmetic) typo flag used twice

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5888d9ca56ba68c01a4c9f111174650fac943aa
Merge: e0eafde746fee546b16205e4a605e28f78e120f9 cbe5af766eb52516e50d38c379bbde3391f6c0c2
Author: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
Date:   Mon Jun 15 11:43:48 2009 +0200

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	progs/util/extfuncs.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0eafde746fee546b16205e4a605e28f78e120f9
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Jun 15 01:06:40 2009 +0200

    r300: fix 3D textures

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6530fabb93d8e1664f16059fd31f540352a866a5
Merge: 210ad58ee3c136fd302edac6888e96f34c491387 3e94521912ca75bb14093053bf1cd1001e79cd1b
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sun Jun 14 06:32:47 2009 +0200

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=210ad58ee3c136fd302edac6888e96f34c491387
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sun Jun 14 06:01:24 2009 +0200

    trace: Don't write state objects to file if dumping is not set

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cce6d7e337ac3de515c48d6077c823c32e22613
Author: Keith Whitwell <keithw at vmware.com>
Date:   Fri Jun 26 13:43:10 2009 +0100

    tgsi: correct handling of return value from util_vsnprintf
    
    We were failing to deal with:
      - vsnprintf returns negative value on error.
      - vsnprintf returns the number of chars that *would* have been
        written on truncation.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0952645fe04a27968565ea4d913500c23b1b11e3
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Jun 26 15:05:02 2009 +1000

    r200: make use of DMA buffers for Elts a lot better.
    
    This allows us to return the unused portion of the dma buffer
    to the allocator instead of wasting nearly 16k a pop.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db545796289abe4b771b3ee23a4559674bebe37a
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Jun 26 15:04:30 2009 +1000

    r200: only emit unitneeded textures

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=622858884fc5923c9e7a0c1bb0e80b53f0acb5a7
Author: Joakim Sindholt <opensource at zhasha.com>
Date:   Fri Jun 26 01:08:13 2009 +0200

    r300-gallium: organize fragment/vertex shaders
    
    Appart from separating r3xx/r5xx fragment shaders, a more consistent
    naming scheme has been applied. From now on:
    r300 = all chips
    r3xx = R300/R400 only
    r5xx = R500 only
    This way r300_fragment_shader is the master struct, and the structs
    r3xx_fragment_shader and r5xx_fragment_shader inherits it.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=450b20d1ef8e816fd1ee86a6373e81838bbce0a1
Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jun 25 09:52:50 2009 -0600

    gallium: Add PIPE_OS_APPLE token.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e99d13bbc65641321ab755cd7144f773d1862070
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sun Jun 14 01:04:00 2009 +0200

    progs/tests: Add yet another mipmap test

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=43b3b745e4d893b64d6331cb6183f8615e613f66
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Thu Jun 25 15:57:33 2009 +0200

    radeon: fix hw texture limits
    
    still always enable max, but the right values this time.
    More work should probably be done for saner limits without mm, and/or
    dri conf option allow_large_textures (which is ignored) removed.
    3D limit on r100 is pretty arbitrary as still handled by swrast anyway.
    Also fix r300 limits (except 3d I've no idea what the max is anyway so
    keep using mesa default).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdbcb051d93836861bc4d4e1027156111ac249d2
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jun 25 13:26:52 2009 +1000

    radeon/r200: add some hw texture limits

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=69fd0cbaa2ac259101f647ad0934b626f382674f
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jun 25 12:13:17 2009 +1000

    radeon: fix stupidity in cs space check code.
    
    This was already correct in the GEM code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc5c40d7d99a51f5b6080bf85080e4984e528dfd
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 24 08:57:48 2009 -0600

    intel: fix additional merge conflicts missed in previous commit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a04af335a42ce3b28e59ff9b85b2bd433a9d7b12
Merge: d60b2c68552a2729dfdb33c2bac4822453cf8ae2 c25534f30d326c15dff845775d9bd55ba6064049
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 24 08:54:37 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	src/mesa/drivers/dri/i915/i915_tex_layout.c
    	src/mesa/drivers/dri/i965/brw_wm_glsl.c
    	src/mesa/drivers/dri/intel/intel_buffer_objects.c
    	src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
    	src/mesa/drivers/dri/intel/intel_pixel_draw.c
    	src/mesa/main/enums.c
    	src/mesa/main/texstate.c
    	src/mesa/vbo/vbo_exec_array.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d60b2c68552a2729dfdb33c2bac4822453cf8ae2
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Jun 24 02:42:41 2009 +0200

    identity: Add new identity driver
    
    	This driver does no transformation of the gallium calls
    	going to the real driver, like the identity matrix. It is
    	intended to be the basis for transforming and/or debug
    	drivers like trace and rbug.
    
    	Authors of this patch are:
    		Michal Krol, orignal heavy lifting.
    		José Fonesca, object wrapping code stolen from trace.
    		Jakob Bornecrantz, put it all toghether and renamed a stuff.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8e638d4895d2d342306bb6443a455f73903ce20
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 23 19:31:43 2009 -0700

    i965: Disable texture tiling by default.
    
    I haven't fixed all the regressions yet, and it'll be easy to re-enable when
    the known problems are fixed.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b72dea5441e8e9226dabf1826fa3bc129c7bc281
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 23 19:30:25 2009 -0700

    i965: Set the max index buffer address correctly according to the docs.
    
    It's the last addressable byte, not the byte after the end of the buffer.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d43599afef046a36ae75a29eaea941eb04929abf
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 23 19:29:35 2009 -0700

    i965: Don't set a reserved bit in MI_FLUSH.
    
    I noticed this when this MI_FLUSH showed up in IPEHR for the ut2004 hang.
    Not setting the reserved bit didn't help, though.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ca800e1006555ea1c5dcbbc56c35838c9f04994
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 22 16:33:29 2009 -0700

    dri2: Refresh the fake front contents after glXSwapBuffers().
    
    Bug #19177.
    
    Reviewed by: Ian Romanick <ian.d.romanick at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c0ba017c8ff7caafc3ff94da3c035e687231596
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 22 16:23:56 2009 -0700

    i965: Fix depth-texture Y-tiling detection for sized internal formats.
    
    Fixes assertion failure on norsetto shadow mapping demo.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0a4e25f938953201fef2bf702e2e709451200f4
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 22 15:39:37 2009 -0700

    i965: Fix packed depth/stencil textures to be Y-tiled as well.
    
    Fixes shadowtex.c.  And an assert is added to catch this sooner next time.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1593a1bb3435728806f66fff72a90e72a9616083
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 22 15:23:38 2009 -0700

    intel: Bail on blits with non-tile-aligned offsets.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f81a6468fdbc7320800ea497791e3e1b8f782ca
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 22 11:00:11 2009 -0700

    intel: Avoid trying to do blits to Y tiled regions.
    
    This is somewhat nasty, but we need to do Y-tiled depth for FBO support.
    May help with corruption and hangs since enabling texture tiling, and
    since switching depth textures to Y tiled.
    
    Fixes piglit depthtex.c on 965.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=246d59c29e3e5a57dcf2f60ad429eb1606193ef0
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 22 11:20:18 2009 -0700

    intel: Fix some potential writes to zero-copy PBOs when used as regions.
    
    I was in the midst of fixing some blitting-with-Y-tiled issues when I
    noticed this.  Hopefully PBO usage will be a little more robust, as a
    result.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a49473ab5797b1e6ce021e396902f9cb77674ef
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 22 10:54:50 2009 -0700

    intel: Remove long-unused intel_region_fill and intelEmitFillBlit.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9b03aaebf7ada116d0c63a0f00b50e7b5b2f1eb
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 22 11:54:02 2009 -0700

    intel: Refuse to do texture tiling if we don't have the kernel support.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f1e141c116a1c230db7adfd1b70f09d484aa19b
Author: Pauli Nieminen <suokkos at gmail.com>
Date:   Tue Jun 23 16:43:00 2009 +0200

    Fix crash when debug output is enabled and sarea is notset in r200Clear

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=70e72070fce6aa1e0918dcc62c1949465cee69f7
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Jun 22 18:22:51 2009 -0700

    mesa: From float type modifier from values to large for singles
    
    The values 2147483648.0 and 4294967294.0 are too larget to be stored in single
    precision floats.  Forcing these to be singles causes bits to be lost, which
    results in errors in some pixel transfer tests.
    
    This fixes bug #22344.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a31118c25a0e2b95008683ca4be2ca635f0dbfa4
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 22 17:49:22 2009 -0600

    st/mesa: fix setup_edgeflags() regression
    
    stobj is now non-null for the default/null buffer object.  Update the
    test to check the buffer ID to see if it's a real buffer object.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a879500ac465104e330d431c7d8a0b640153100
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon Jun 22 23:15:21 2009 +0200

    gallium-intel: Improve Xorg Makefile a bit
    
    	The real solution is to create a Makefile.template for xorg
    	drivers and use that here.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=23170ab236f2ab95f1b35dc3619096352104a998
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon Jun 22 23:09:56 2009 +0200

    st/xorg: Convert to template makefile

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d0a1d4241ccfe40fcf593edf1f5bac970db35c0
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon Jun 22 23:05:33 2009 +0200

    st/dri: Fix typo when checking for depth formats

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c80ce5ac90b1e0ac7a72cd41c314aa2000bfecf5
Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 22 08:52:52 2009 -0700

    i965: Fix warnings in intel_pixel_read.c.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c36ed90672720966c26a8c27e222ec14b23aae6
Author: Michel Dänzer <michel at daenzer.net>
Date:   Mon Jun 22 14:40:51 2009 +0200

    intel: Fix glReadPixels regression since changing context init order.
    
    Fixes regression in dd26899ca39111e0866afed9df94bfb1618dd363 that also
    affected some PBO operations.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=df70d3049a396af3601d2a1747770635a74120bb
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 19 22:12:52 2009 -0700

    intel: Also get the DRI2 front buffer when doing front buffer reading.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=afc981ee46791838f3cb83e11eb33938aa3efc83
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 19 22:03:37 2009 -0700

    intel: Update Mesa state before span setup in glReadPixels.
    
    We could have mapped the wrong set of draw buffers.  Noticed while looking
    into a DRI2 glean ReadPixels issue.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcfe0d66bfff9a55741aee298b7ffb051a48f0d3
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 19 21:43:22 2009 -0700

    intel: Move intel_pixel_read.c to shared for use with i965.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b08a43f32d04a0522596d3d37b1c1874e04d5c3
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 19 17:14:27 2009 -0700

    intel: Don't map regions with drm_intel_gem_bo_map_gtt() unless they're tiled.
    
    This fixes a regression in region read performance that came in with the
    texture tiling changes.  Ideally we'd have an access flag coming in so we
    could also use bo_map_gtt for writing, like we do for buffer objects.
    
    Bug #22190

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=405300bb190f516e16b704050abe3389b366ed27
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 19 15:57:03 2009 -0700

    intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.
    
    Fixes oglconform zbfunc.c and pxtrans-cidraw.c, at least.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=64edde1004f7a69e77877bba24d315a92bcd47c8
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 19 15:49:24 2009 -0700

    intel: Fix glClear behavior versus display lists.
    
    The CALL_DrawArrays was leaking the clear's primitives into the display
    list with GL_COMPILE_AND_EXECUTE.  Use _mesa_DrawArrays instead, which
    doesn't appear to leak.  Fixes piglit dlist-clear test.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=396b4043f085ec09a074447bbbb835c53aa82b7b
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 19 15:36:50 2009 -0700

    mesa: Make VBO dlist printing use the same path as other dlist printing.
    
    I was rather confused when mesa_print_display_list didn't show any of
    my glBegin()..glEnd().  Nothing but print_list appears to call
    this function, so matching its behavior seems like a good idea.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cca30245bd6a5a713f0dc3278c37d9bd1f726e72
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Jun 18 13:42:24 2009 +0800

    intel: Do not access pbo's buffer directly when attaching.
    
    pbo might be system buffer based or attached to another region.  Call
    intel_bufferobj_buffer to make sure pbo has a buffer of its own.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>
    Signed-off-by: Eric Anholt <eric at anholt.net>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed91389618d05a3f660b34e0bac4be08134af6b7
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Jun 18 13:42:23 2009 +0800

    intel: Data are copied in the wrong direction when breaking COW tie.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>
    Signed-off-by: Eric Anholt <eric at anholt.net>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a7ec317efb2570db3fc5123a2e9b74b54df8147
Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Jun 18 13:42:22 2009 +0800

    intel: Fix migration from sys_buffer in intel_bufferobj_buffer.
    
    intel_bufferobj_subdata is called to migrate data from sys_buffer, and
    it expects only one of buffer or sys_buffer is non-NULL.
    
    Signed-off-by: Chia-I Wu <olvaffe at gmail.com>
    Signed-off-by: Eric Anholt <eric at anholt.net>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=402df41c1c7655439d22efead08153dc29fe2afd
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Sat Jun 20 00:27:36 2009 +0200

    radeon: make cubemap mipmap generation work
    
    need to pass target parameter to radeon_teximage/radeon_subteximage functions
    otherwise mipmap generation for cube maps can't work (assert/segfault in
    _mesa_generate_mipmap)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a5c5b9af3699f55b5c5be170a791f1ac2e05457
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Sat Jun 20 00:24:03 2009 +0200

    demos: make cubemap work without EXT_fbo support
    
    use SGIS_generate_mipmap if EXT_fbo support (for manual mipmap generation)
    is not available.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=18af7c384cf663533f210d95d074c244d4214f29
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 12 16:21:20 2009 -0600

    i965: interpolate colors with perspective correction by default
    
    ...rather than with linear interpolation.  Modern hardware should use
    perspective-corrected interpolation for colors (as for texcoords).
    glHint(GL_PERSPECTIVE_CORRECTION_HINT, mode) can be used to get
    linear interpolation if mode = GL_FASTEST.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=05f0d90962147ad61050bbcde42775a3422e68a5
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 10 13:46:04 2009 -0600

    mesa: use larger initial refcount for NullBufferObj
    
    Refcounting of the null/default buffer object isn't perfect yet so be
    extra safe.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0854b7e972eaea1986aa956d4dffa2d6ad541b62
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 10 13:45:01 2009 -0600

    mesa: use _mesa_reference_buffer_object() in a few places

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7ea9ddf5824556e47decac7ba200f37cf1e552f
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 10 13:44:35 2009 -0600

    mesa: use _mesa_reference_buffer_object() in a few places

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=193177b732175970c2ebec1faf88dc2efee57693
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 12 15:58:34 2009 -0600

    tests: added persp_hint.c test
    
    Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4a5754a8c88c3777313e4aeb678966fb67b375b
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Jun 13 07:43:04 2009 +1000

    add some info to relnotes on radeon

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=41091087396f935d4acf70b018ba54889fcf55a1
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Jun 12 19:08:44 2009 +0200

    r300: add support for EXT_texture_sRGB
    
    Tested with glean/texture_srgb and wine/d3d9 tests on RV535

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0b0df380ac6a9b421dc63531a180b3fd3017621
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jun 12 10:18:15 2009 -0600

    set/mesa: enable GL_NV_texture_env_combine4
    
    This is handled entirely in core Mesa where the combiner state is converted
    into a fragment program.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1036ef2bf468611d37b5df06fc4424f2002e3837
Merge: 917f8bc1a85e61311cef6478127b387df70fba14 1cd0afffc9edbcac690f8ab436aecfced26b0aba
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Jun 12 12:09:34 2009 -0400

    Merge master and fix conflicts

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5379f35a15d5c13bb0dbdab3957ad527d666d97b
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 11 12:10:00 2009 -0600

    tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=509d9eb686411254b24139012b7594e10a760b6c
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 11 09:48:38 2009 -0600

    st/mesa: additional debug code (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1cd0afffc9edbcac690f8ab436aecfced26b0aba
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Jun 12 14:55:04 2009 +0100

    progs/rbug: Add binary to bmp converter program

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fff84a999e7d564c16846340bb2b7dac75fb8b3
Merge: 279143c6e808b37c333321b696d80df77f709a04 c6de08fff483911953692693c501bc200c235dce
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Jun 12 12:31:04 2009 +0100

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=279143c6e808b37c333321b696d80df77f709a04
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Sat Jun 6 14:46:22 2009 -0400

    Disable SGI_swap_control extension for DRI2
    
    We currently don't have support for SGI_swap_control for direct
    contexts with DRI2, so disable reporting the extension. Reporting
    the extension, and then having glXSwapIntervalSGI() "succeed"
    but do nothing can confuse applications.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=22123

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0fab94842b18dbd4027f5565804ca6884646240
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Jun 12 11:37:13 2009 +1000

    radeon: fix size of mipmap texture array

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5d92d7ed208d20c788889640503fa61b2d38851
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Jun 12 11:35:10 2009 +1000

    radeon/r200/r300: fix max texture levels assert
    
    use the actual value set in the context

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f223ff89172069dbad987f592aea2a8ba16355f
Merge: 877061141ae263128eac8ec1f1077f34e52651fa 67bbfb9c68d0bf459f706a4cb50caf8245a37a34
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Jun 12 11:17:32 2009 +1000

    Merge remote branch 'main/radeon-rewrite'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=917f8bc1a85e61311cef6478127b387df70fba14
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jun 11 18:24:41 2009 -0400

    Add RV740 support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=67bbfb9c68d0bf459f706a4cb50caf8245a37a34
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed Jun 10 17:05:38 2009 +0200

    r300: fix VAP setup
    
    If GL context had e.g. tex0, tex2 and fog the VAPOutputCntl1 returned 0x104 instead of 0x124 - that meaned we're sending only 8 texcoords (instead of 12) which ended up in GPU hang.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=234797564dea00c1463faa7a7791df466f52a91b
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed Jun 10 16:58:15 2009 +0200

    r300: fix for SW TCL path
    
    We shouldn't use i variable for SWTCL_OVM_TEX because textures doesn't have to be enabled in "packed" order.
    We could have tex1,tex3 and fog which would receive 7,9,8 OVM locations instead of 6,7,8.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d728b8fe73d935308275ad0a21c67e2e22029c4
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed Jun 10 16:56:51 2009 +0200

    r300: don't send unused attributes for SW TCL path

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5d49cb195eef4c0bf8288c3d675513244b46dbb
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed Jun 10 16:04:35 2009 +0200

    r300: send only RS_IP_* regs that we are going to use

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b5f8d2b5514cf6239e822b8fd24a752e35cf7eb
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu Jun 11 00:43:55 2009 +0200

    r300: fix RS setup when no colors and textures are sent to FP
    
    RS_COL_FMT field is part of RS_IP_* reg not RS_INST_*

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=34cb4b6be36ccb03b4c0c76ecc3587984dd284dc
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed Jun 10 04:09:33 2009 +0200

    r300: r500 fragment program fixes
    
    - when rewriting per component negate swizzle, first instruction should get not negated source
    - KIL instruction ignores swizzles
    
    TODO:
    - tex instructions does not support saturation
    - tex instructions cannot read from consant memory

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e21e82f42549aa78214f3339a13b79791406dde0
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Jun 7 21:27:52 2009 +0200

    radeon: increase max bo count

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9abc72d1fc0aada59a76bd602ebc36db9a729b5b
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Jun 7 21:34:44 2009 +0200

    r300: fix a GPU lock up
    
    Sending from VAP more texture coordinates than RS expects results in GPU hang.
    
    Fixes BumpSelfShadow from DirectX8 SDK.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de19eb0b0dba08b2ad3829b7ced94931139af843
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Jun 5 18:32:05 2009 +0200

    r300: fix vertex program bug
    
    If the vertex program didn't write position attribute, the position invariant function would add necessary instructions, but the vertex position would be overwritten by artificial outputs insts added to satisfy fragment program requirements.
    
    Fixes "whole screen is gray" problem for HW TCL path in sauerbraten when shaders are enabled, and whole slew of wine d3d9 tests.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2611e92da59ed3aedb0627889e185b63d4e5a532
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Jun 5 18:27:00 2009 +0200

    r300: move some code for easier debugging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=52645c46475bf959f43adb2a8244568b2f607f98
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Jun 5 18:23:55 2009 +0200

    r300: print vertex program when debugging is enabled

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=28724b575d2c003d7f10f55dcb03ac969df94389
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Jun 5 18:14:15 2009 +0200

    r300: fix output register allocation for vertex shaders
    
    If the vertex program wrote secondary color without primary color, the secondary color output register index would be 0 which resulted in overwriting vertex position in some cases.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4ebd1c191e6760b334c35fa1df025ad129cc449
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Jun 5 18:00:58 2009 +0200

    r300: hw doesn't support saturation for tex instructions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=877061141ae263128eac8ec1f1077f34e52651fa
Merge: bf89ecb6c92aaaeccd7b6f093cb8bae9fd56aaf6 de413b1ba9f30771bceacdbc160192d964a1ca63
Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Jun 11 19:03:54 2009 +0100

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf89ecb6c92aaaeccd7b6f093cb8bae9fd56aaf6
Merge: 0d2ac7a10b2904eda70794534a9a73b3f4b654cf cc09724a50a4cabb68b7c5f5b8d3812d38f65391
Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Jun 11 16:34:56 2009 +0100

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    	src/mesa/state_tracker/st_cb_fbo.c
    	src/mesa/state_tracker/st_framebuffer.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b445e5486804581ba4a7d1fce80c3ad2ed773325
Author: Jerome Glisse <jglisse at redhat.com>
Date:   Thu Jun 11 11:06:14 2009 +0200

    r300: fix indexed primitive rendering when using memory manager

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d8d4cad6a30b994f5bea6873525966a965c5997
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jun 11 01:54:40 2009 -0400

    Properly set aos_count
    
    This is used by radeonReleaseArrays to free AOS.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d2ac7a10b2904eda70794534a9a73b3f4b654cf
Author: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
Date:   Thu Jun 11 00:54:06 2009 +0200

    dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth- and stencil renderbuffers.
    
    Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=550a2fe1b70ae8bd3126c19cc41629296936d211
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Thu Jun 11 12:11:37 2009 +0200

    scons: Indent abbreviated command line strings, so command messages stand out.
    
    Also add ASPPCOMSTR.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3885b708fdbb7bbd5dd3a247c41fb9a75ee7c057
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Thu Jun 11 12:09:10 2009 +0200

    intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.
    
    Fixes glean depthStencil test.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ac2f655f845a7a100939a9b1b2251535055ab84
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jun 10 18:02:20 2009 -0400

    move radeon_set_screen_flags() up so CHIP_FAMILY is set before using it
    
    fixes last commit.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=51507b0e94ffb375a040ef751a435c2e196ee748
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jun 10 17:56:05 2009 -0400

    Use correct scratch reg offset for r6xx/r7xx

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fdd64ab29576e607434fb8c82ddfa61e8ea6aa8
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 10 12:16:15 2009 -0600

    glsl: fix warnings, update comments, s/TRUE/GL_TRUE/

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc22620e4b11425997f3bc1fc70f4c88cec22d2e
Author: Michal Krol <michal at vmware.com>
Date:   Wed Jun 10 19:45:00 2009 +0200

    glsl: Handle continuation characters in preprocessor.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aebc08b5ccc6ac2a7c6673e93c63b097c7734e6d
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 11:10:09 2009 -0600

    gallium: updated PIPE_CAP_x comments

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=316598b96f07a38752c0c0f534feb025ee2a3235
Author: Jerome Glisse <jglisse at redhat.com>
Date:   Wed Jun 10 14:59:33 2009 +0200

    r300: make sure indexed rendering doesn't try to use more than the num of vertices
    
    When with memory manager we need to make sure the GPU won't try to access
    beyond vertex buffer size, do so by enforcing that the maximun index is the
    last vertex of the buffer.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ded8eb25ef149cf7d2cde4169d36f528cf74d22d
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 22:01:55 2009 -0600

    st/mesa: enable EXT_provoking_vertex

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0195cc1c0d45cd85e6abf3fcb6ff304b80e8ba05
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 22:00:22 2009 -0600

    tests: prim.c demo, modified for GL_EXT_provoking_vertex

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=39fd18014c166ba9788ed0abf82d69fb9d83eb7d
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 21:59:36 2009 -0600

    tests: need tkmap.c for prim.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b45c9ce6e17f9b74f49d308eda3da1c768bc726
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 21:53:34 2009 -0600

    draw: implement flatshade_first for drawing pipeline

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5aec03aaf45ce83cb203849bb3f13c336b232822
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 21:52:37 2009 -0600

    softpipe: implement flatshade_first for triangles

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f26f8c750d087211e266e9a228d4c4db473c31f
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 21:51:29 2009 -0600

    softpipe: implement flatshade_first for line setup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=530e3e389dfb3957b872d08906dcea830407b0c2
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jun 9 18:20:57 2009 -0400

    Pull in additional state setup from the DDX

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee98ae5a29ca870149c4a0d2a8f25f55e0fd333a
Merge: d9617deb008b75f4a605a30408aeb1948139c33e 76a1017e978f8e51114d765c8c98ff25da13042b
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun 9 07:53:25 2009 +0200

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	Makefile
    	src/mesa/main/version.h
    	src/mesa/shader/slang/slang_preprocess.c
    	src/mesa/state_tracker/st_cb_bufferobjects.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9617deb008b75f4a605a30408aeb1948139c33e
Author: Michal Krol <michal at vmware.com>
Date:   Wed Jun 10 12:15:13 2009 +0200

    glsl: Fix symbol replacement handling in preprocessor.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=03760a3903028759032efe9806ea39804db7fba0
Author: Michal Krol <michal at vmware.com>
Date:   Wed Jun 10 12:01:13 2009 +0200

    winsys/gdi: Link to ws2_32 library.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b334587e998ea84fd0fa9276e3373e3ecef1e5b
Author: Michal Krol <michal at vmware.com>
Date:   Wed Jun 10 11:56:38 2009 +0200

    trace: __func__ --> __FUNCTION__.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b30dc2c66aeaad6661eef515a08a3da89aa07cb2
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 9 16:12:43 2009 -0700

    i915: Add an option for testing the effect of early Z in classic mode.
    
    The early Z stuff is supposed to be unsafe without some more work in the
    enable/disable path (in particular, how do we want to get it disabled on
    the way out to the X Server?), but at the moment is 6% in OA.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=38eddf04ed04966db09b67de4cdabef681dc2696
Author: Eric Anholt <eric at anholt.net>
Date:   Sat Jun 6 07:22:00 2009 +0000

    intel: Remove an unneeded hunk that slipped in with texture tiling.
    
    intel_miptree_pitch_align does this later on.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=13624848401679f7ee904aa731d520792a5e523e
Author: Eric Anholt <eric at anholt.net>
Date:   Sat Jun 6 00:52:21 2009 +0000

    intel: Base tri clearing depth on Y tiling, not IS_I965().
    
    Y tiling is why the 965 check was there, but I wanted to experiment with Y
    on pre-965 as well.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d57e9640819c7889304d1de9dd5500a1a0f66de
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 5 15:14:15 2009 +0000

    intel: Fix intel_region_unmap to do unmap, not map.
    
    Thanks to Shuang He for catching this.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a03b349153660e449daf4f56d750f1caef23b1a5
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 15:07:39 2009 -0600

    i965: added intelFlush() call in intel_get_tex_image()
    
    Fixes the render-to-texture test in progs/tests/getteximage.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=29c79a03a42365b4bf828c81ab8676e3e42cfbaf
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 15:06:41 2009 -0600

    tests: check for GL_EXT/ARB_framebuffer_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=073c20befa28177cf1276bfb8c75f6638d588580
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 15:05:36 2009 -0600

    tests: also test glGetTexImage with render to texture
    
    Also, adjust texture dims for the original test.
    And use GLEW.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=139f2ddde4fcfdaa7d8bbb86e946274be3733e71
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 14:03:25 2009 -0600

    tests: quick and dirty glGetTexImage() test program

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b38dbc51793b9007de147eff452d535410ef7c55
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 13:28:20 2009 -0600

    intel: use GLboolean, not int, for compressed parameter

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=89205a8760b8a4651962b1ff0206699cbcd78d75
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 13:21:22 2009 -0600

    intel: make a bunch of glTexImage-related functions static

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4eb9e58bbb3b2b9db4c795134b2daa2ecf29fd20
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 13:09:05 2009 -0600

    intel: whitespace clean-ups

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c55f1a6c9917a87cc6b29808b4132b83cf516e05
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 12:17:19 2009 -0600

    vbo: more glDrawElements debug code (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a7fd6323afde7cbe22097ba71a149876a75bc58
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 9 11:53:19 2009 -0600

    mesa: added a simple bounds checker to glMap/UnmapBuffer() (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=41482a6461fadc0113f39f0e81f9fb91248faa8a
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun 9 19:24:06 2009 +0100

    trace/rbug: Add support for draw block rule

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3cf3d2fc2c0cb09cb1c18c08a135009904166b7
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun 9 19:22:40 2009 +0100

    rbug: Change block protocol around a bit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b71a254f057269f8eca162a729830dde5981e138
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun 9 15:59:29 2009 +0100

    trace/rbug: Return textures currently bound to context

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0c21c02945f8379decfa3b2f294651d6b5af8ef
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun 9 15:58:14 2009 +0100

    rbug: Extend context info and block ops

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=42e9bde0fa2276b8f5bb434328eea7665794b127
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 14:41:54 2009 -0600

    intel: remove extra \n from warning string

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a81097c545f089610326d528296d8f1f25ac06a7
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 15:27:10 2009 -0600

    mesa: reorder fields, update comments for gl_buffer_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef8caec29ae73bb2bbeb48f0578d839ef29348cd
Author: Michal Krol <michal at vmware.com>
Date:   Tue Jun 9 12:14:40 2009 +0200

    glsl: Expand nested preprocessor macros.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=18b3cbcede292ce7b90b818b6abb064869072ff3
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Jun 9 13:52:58 2009 +1000

    radeon: fix mipmap_limits crasher.
    
    This gets the correct srclvl image map when uploading images to the new mipmap.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c534604800e2ea14991acb83fe4c68ffcdb7b661
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Jun 8 20:23:34 2009 -0700

    r300-gallium: HW TCL glxgears. (Read the rest of the log.)
    
    Um. So, yeah. Two massive WTF moments here. The first one is that, somehow,
    I never actually hooked up vertex shader emission, so the only time that the
    VAP gets set up is during surface_copy/surface_fill. That's why acidgears
    was happening.
    
    The second one is that, somehow, once I actually hooked it up, glxgears just
    magically worked. Without any actual, real testing, I somehow accidentally
    made the shader compiler work. Go figure.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb3b91f2d633ded4fb3e0c595a2c34ee139e9b10
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Jun 8 20:01:57 2009 -0700

    r300-gallium: Make UCP and clip work again for SW TCL.
    
    SW TCL: tri-clip works, tri-userclip works
    HW TCL: tri-clip fails, tri-userclip works
    
    That is a 200% improvement over the previous situation. Woot.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffa1972efb2100fd9a58e3add856852321c3c8ca
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Jun 8 19:55:33 2009 -0700

    r300-gallium: Don't emit UCP planes for SW TCL.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d0f72e8f901e12841408b95963d43684fb6ce48
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 17:07:21 2009 -0600

    st/mesa: enable GL_ARB_map_buffer_range

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e297569d653a69b2636581fbc5ab568849efc090
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 17:06:13 2009 -0600

    docs: new feature: GL_ARB_map_buffer_range

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e75b283b45add351dbe5a09289fe85546df8a79a
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 17:02:36 2009 -0600

    mesa: implement GL_ARB_map_buffer_range
    
    Only enabled for software drivers at this point.
    
    Note that the gl_buffer_object::Access enum field has been replaced by
    a gl_buffer_object::AccessFlags bitfield.  The new field is a mask of
    the GL_MAP_x_BIT flags which is a superset of the old GL_READ_ONLY,
    GL_WRITE_ONLY and GL_READ_WRITE modes.  When we query GL_BUFFER_ACCESS_ARB
    we translate the bitfield into the conventional enum values.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=75cb3c3b7a9db75ec4df63158bf268bb49b62bf4
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 17:00:12 2009 -0600

    mesa: regenerated files for GL_ARB_map_buffer_range

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c4ab6f4cc040ac99f69ed6896f0e22e411a731d
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 16:59:53 2009 -0600

    glapi: hook in ARB_map_buffer_range.xml

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6bc5f37a5575ae4a21c3141e910907e0d5f2e27
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 16:58:45 2009 -0600

    glapi: spec/xml file for GL_ARB_map_buffer_range

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=462a9525c78d5757afd2a8d4dc60afc68a69579b
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 15:27:10 2009 -0600

    mesa: reorder fields, update comments for gl_buffer_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=19a54d9f1055c366fd77026dd67007a8d5921f58
Author: Michal Krol <michal at vmware.com>
Date:   Mon Jun 8 20:52:47 2009 +0200

    glsl: Fix preprocessor define argument parsing for dead sections.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=854151ba62e4b1cb6a755f6c131ee2e0f680f39b
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 10:58:04 2009 -0600

    glsl: preprocessor debug code (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc26e2774615d5e18a0e19270a40b7dd1e4e99df
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 10:56:51 2009 -0600

    docs: document MESA_EXTENSION_OVERRIDE env var

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9c0ce0e073cd60f632de3a0588a111b92a602dd
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 10:55:34 2009 -0600

    softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0
    
    Note that this doesn't have any real significance since
    PIPE_CAP_ANISOTROPIC_FILTER still returns 0.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6f266361693c6b9a5639ba7176925feb26f64c9
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 8 10:52:16 2009 -0600

    mesa: new MESA_EXTENSION_OVERRIDE env var
    
    Can be used to enable/disable extensions as reported by
    glGetString(GL_EXTENSIONS).
    
    If a name is preceeded by '-' it's disabled.  Otherwise, the named
    extension is enabled.
    
    Intended for debug/test purposes.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4adb190a162c5ed0684a8616331344caadba4010
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Jun 8 07:23:56 2009 -0600

    mesa: EXT_vertex_array_bgra fixes
    
    1) Pass the correct format when calling update_array in
       _mesa_VertexAttribPointerARB.
    2) glVertexAttribPointerNV accepts GL_BGRA format too.
    3) raise INVALID_VALUE error when format is BGRA and normalized is
       false in glVertexAttribPointerARB

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d2324d355e243b350a03b6d1a9b47f8986e496b
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon Jun 8 14:33:55 2009 +0200

    trace/rbug: Sleep on windows when blocked

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8064a517b24169fa2b03f27bf70e3d62f54c830d
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Jun 8 18:17:21 2009 +1000

    llvm: fix compile on gcc 4.4

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db63f638974f90557a52c66b0f2e9d5a92e697d0
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Jun 7 22:51:46 2009 +0200

    r300: fix regression caused by 056bc77547c304021a0faf204897ed238a5cf424
    
    Fixes GPU hangs in software TCL path

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a7739ae26fba54608c0eeaade8888aabbf34d9c
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Sun Jun 7 19:29:29 2009 +1000

    nouveau: forgotten makefile...

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=545e574cd9a2a659cd9a93879dff8884bd247558
Merge: e2aedfa62079ff1a333e1f4e56faea303cc36edb f1edfa09ea50e8833ddbf241da4d36fd38685e9d
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Jun 7 16:51:32 2009 +1000

    Merge remote branch 'origin/master' into radeon-rewrite

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2aedfa62079ff1a333e1f4e56faea303cc36edb
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Thu Jun 4 08:42:29 2009 +0200

    r300: Endianness fixes for recent vertex path changes.
    
    Signed-off-by: Maciej Cencora <m.cencora at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=58982f8af1496c4860fb7bf3e815977ed4a753ff
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Jun 5 17:58:04 2009 +0200

    r300: vertex array stride = 0 means that data are tightly packed in the array

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca13937ef97c7779f639dcfc95b3798a11de01bd
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun May 31 23:00:57 2009 +0200

    r300: GL_(U)SHORT and GL_(U)BYTE with < 4 components can also be HW accelerated
    
    Also when index format is GL_UBYTE, convert it to GL_USHORT not GL_UINT.
    Fix license header too.
    
    Reported by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8c7c96be717fb65d23aea7a21f9f3969c4de53f
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat May 30 16:12:53 2009 +0200

    r300: remove unused code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=72c78b99926aab6af38248b5aa6b0fb1f9d42005
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat May 30 13:50:50 2009 +0200

    r300: rewrite vertex setup for software T&L path using functions from software TCL path

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cd0628f9f35cc4529b94310e5356d15080a9d04
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat May 30 15:09:19 2009 +0200

    r300: prepare for some code duplication removal

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=365799caea2fce684ac9c10ff14211b5d13cc46f
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat May 30 13:19:07 2009 +0200

    r300: enable EXT_vertex_array_bgra extensions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd80128e15c6393fa85088577ab2ca320c6cb8ae
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat May 30 20:38:29 2009 +0200

    r300: add hw accelerated support for different vertex data formats

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e98082997c8cfe3bf9c1c1cdc40c23ee897d1007
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat May 30 13:28:47 2009 +0200

    r300: prepare for different vertex data type support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a27b689d08d88f99ebccf58bbba64d3cfc668866
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed May 27 22:17:31 2009 +0200

    r300: fixup vertex attributes ordering
    
    Always allocate the vertex program input registers in the same order as the vertex attributes are passed in vertex arrays.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab60a44331462b659f491dfb11e125daeb556973
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed May 27 22:12:56 2009 +0200

    r300: always pass 4 color components to RS unit
    
    Even if we don't pass all 4 color components to vertex shader unit, the vertex program can generate the missing components.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1edfa09ea50e8833ddbf241da4d36fd38685e9d
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Sat Jun 6 14:00:45 2009 +1000

    nv50: fix multi-texturing

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c1627a51c237428a79613fcda1412c4660780de
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Sat Jun 6 10:57:19 2009 +1000

    nv50: support non-normalized texture coords

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7aa5b1d10cbe2fd0b796538426f1f2910a4832c
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 5 13:46:59 2009 -0700

    r300-gallium: Use VAP_CLIP_CNTL.
    
    Makes tri-userclip work with HW TCL.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a359d983512b39783ce9f4eb842d3ea4ec012a6
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 5 11:21:09 2009 -0700

    r300-gallium: Emit UCP.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e4590dff72b8739e787da7f0d86c7066f179186
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 5 10:18:20 2009 -0700

    r300-gallium: Improve vs emit.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c034441a8f12e4bf60b8c5f58202d5ae00ff31d
Author: Michal Krol <michal at vmware.com>
Date:   Fri Jun 5 15:00:15 2009 +0200

    mesa: Fix wglext.h prototypes.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d06e380e022d938a61800cbbec0004ec9f1fecfd
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri Jun 5 22:04:07 2009 +1000

    nv50: use larger tile sizes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a471497345bcd3aaaa52d3dc73f68367cb4af6a0
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri Jun 5 20:45:58 2009 +1000

    nv50: use nouveau_bo for query buffers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a92c71a66dd9d785906cdb78c107e63dcf48672
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri Jun 5 20:32:32 2009 +1000

    nv50: create textures with nouveau_bo, for flexibility with tiling later

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b04470b0bce6a24a74a0ec8cf16d9d3f03aff5f2
Author: Michal Krol <michal at vmware.com>
Date:   Fri Jun 5 14:32:31 2009 +0200

    util: Fix winsock include.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=90bfff0a295ce28143ecde98ed91eb6d8cfba23c
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 5 00:12:26 2009 -0700

    r300-gallium: Mute some debug info.
    
    Most of it is no longer interesting.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c66c5bf921357c94611e583d1a64f653e957765
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu Jun 4 23:56:32 2009 -0700

    r300-gallium: vs: Fix negation calculation.
    
    Still doesn't draw right, but at least it's the right numbers now.
    Thanks to taiu in #dri-devel.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=571b36831bed3c8dd5691cad5b544667d07c60b0
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu Jun 4 23:56:08 2009 -0700

    r300-gallium: Fix pasta.
    
    Trivial but annoying.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8652ad68992a63a275bdc3816540c39776b143b2
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu Jun 4 23:25:46 2009 -0700

    r300-gallium: Improve vs debug more.
    
    Still not showing me why my stuff's failing, but getting there.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=31609acbe9d80daea49e98f026196023a20258a0
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu Jun 4 22:41:33 2009 -0700

    r300-gallium: vs: Add negation, SUB.
    
    Doesn't work. WTF.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb7d1fb0f0ce4137b6cb84198997241d190d13a8
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu Jun 4 21:38:33 2009 -0700

    r300: Moar vs debug.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=36705ee044681da9899d0950c22ae7baa10c3d33
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri Jun 5 14:48:45 2009 +1000

    nouveau: plug in our map_buffer_range and friends

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=40ed44991851a526f0e2cafd5dab6149cb7a3342
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri Jun 5 12:27:42 2009 +1000

    nouveau: fix build with libdrm_nouveau 0.6

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b3ca672eb85d30d6c28e91000e2cc2231a41bef
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri Jun 5 11:21:08 2009 +1000

    nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=80e9e1ee8172d1e5a81d702681897dddd9d815f1
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri Jun 5 10:28:13 2009 +1000

    nouveau: move channel creation into pipe drivers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b207d9bb81ae3385e5658a81c71fbf2fe15c18f
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri Jun 5 08:47:42 2009 +1000

    nouveau: call notifier/grobj etc funcs directly
    
    libdrm_nouveau is linked with the winsys, there's no good reason to do all
    this through yet another layer.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4d584b16e21b24a473d3a31d361432b8fa0b945
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu Jun 4 21:57:53 2009 +1000

    nv04: remove u_simple_screen usage

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=251c47117b6268e03f7dd033b3f98033272916f3
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu Jun 4 21:53:57 2009 +1000

    nv10: remove u_simple_screen usage

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=74c45add474862e9c4e5063d2c5173546366bfe6
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu Jun 4 21:44:20 2009 +1000

    nv20: remove u_simple_screen usage

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=901d7c3057d7ca3d12d5e417e376cb25ded0070c
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu Jun 4 21:37:59 2009 +1000

    nv30: remove u_simple_screen usage

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=74adb150d595a7bc3f769bd2520c98a07bbc8531
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu Jun 4 21:30:41 2009 +1000

    nv40: remove u_simple_screen usage

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc466be695913cd504cefddd857ac1cefda87a04
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu Jun 4 10:19:04 2009 +1000

    nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 over

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=072fdc1fd325256d87b182d4f55c8a5838119cf0
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu Jun 4 16:13:56 2009 +1000

    nouveau: pass nouveau_bo instead of pipe_buffer to so_ calls

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=04cef8a03799aa88ebfa1c391e29f8d2ea020d95
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu Jun 4 15:26:07 2009 +1000

    nouveau: call nouveau_pushbuf directly rather than going through nvws

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4795dd5950d4dcd7c8d421c8fb4851c193297ba1
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Thu Jun 4 19:42:08 2009 -0700

    osmesa: Link with -ldl for dlopen code
    
    Now that the dlopen wrappers are built into libmesa.a, we need to link
    standalone libOSMesa with libdl to resolve dlopen and friends on
    platforms that need it.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7441dcd90b01df8351026af8bbb50e11bb86071a
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Thu Jun 4 06:21:10 2009 -0700

    osmesa: Allow building standalone in all three channel widths
    
    autoconf had been designating the 8 bit libOSMesa as the default
    standalone osmesa, but the Makefile expected it to be linked to libGL.
    Fix up the osmesa Makefile so that it allows any of the combinations of
    standalone and channel width to be built.
    
    Fixes bug #21980.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=61ffba44fd70abefd22366aa296b7afb04c6767a
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Jun 5 03:01:34 2009 +0100

    trace/rbug: Use condvar on system that has it for blocking

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4c578ae415623bdbc12885f93405b43141cc09a
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Jun 5 02:57:19 2009 +0100

    gallium: Make pipe thread say if it has condvars or not

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c27d99eb84709013f420a7500ddfdef71ac7391
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jun 4 20:22:14 2009 -0400

    re-arrange state structure
    
    - split out renderbuffers
    - split out shaders
    - split our viewports
    
    Only send the state needed.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76b3072e9b7b8f98e926d531c0d63a0cb294e56d
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Jun 4 23:40:10 2009 +0100

    trace/rbug: Add new contexts functions to trace rbug

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=384bbe278d7e634cf1af5f786bfbde651c14df62
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Jun 4 14:36:10 2009 +0100

    rbug: Update rbug protocol with new context calls

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5914362300d7671ed5b5a86b51acacac6fb1abf
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jun 4 16:57:20 2009 -0400

    Don't program VGT_OUT_DEALLOC_CNTL/VGT_VERTEX_REUSE_BLOCK_CNTL
    
    These are chip specific and are programmed by the drm.
    This should fix hangs on some chips.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=185fbcce3644ff861c60cd73923ef7187c623564
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 4 14:26:51 2009 -0600

    mesa: call _mesa_ funcs, not gl funcs for debugging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4782bebe4495fb880c42bc1414aeed08c0ebf75d
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jun 4 15:30:37 2009 -0400

    use the float interface for viewport updates

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d58724c51c387c360d2423e29b80ddc0bfa66b7
Merge: 81a0ef3f2068448a8b544826eaa7d3382b9c769b 9424d81d18770f0c436f0876dffe07cf7c094db4
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 4 13:16:13 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	src/mesa/main/context.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=81a0ef3f2068448a8b544826eaa7d3382b9c769b
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 4 10:30:25 2009 -0600

    mesa: update wglext.h to latest version

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d33c315d9e32584dea12cea683795b498a9f5eca
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 4 10:29:44 2009 -0600

    mesa: remove PFNGL typedefs that are in glext.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=73a48a8af3c7fa820ba6850e6bfc51dac4ef9488
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 4 10:27:47 2009 -0600

    mesa: upgrade glext.h to version 52
    
    A number of the PFNGL* function typedefs are now in glext.h and must be
    omitted from the gl.h file.  gl.h will be pruned in the next commit.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ba96651e12b3c74fb9c8f5a61b183ef36a27b1e
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jun 3 16:40:20 2009 +0000

    intel: Add support for tiled textures.
    
    This is about a 30% performance win in OA with high settings on my GM45,
    and experiments with 915GM indicate that it'll be around a 20% win there.
    Currently, 915-class hardware is seriously hurt by the fact that we use
    fence regs to control the tiling even for 3D instructions that could live
    without them, so we spend a bunch of time waiting on previous rendering in
    order to pull fences off.  Thus, the texture_tiling driconf option defaults
    off there for now.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=165ae5e2fb57bdb64b4cf01271b4effeb811f675
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jun 4 10:21:29 2009 +0000

    i915: Don't rely on fence regs when we don't have to.
    
    We're on the way to telling the kernel about when we need fence regs on our
    objects or not, and this will cut the number of places needing them.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b6f7fb7d5a9756c97e2ac2f5390b0d2333acf55
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jun 4 09:40:44 2009 +0000

    i915: Remove some long-dead i830 code.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=091fcf3a27b2588640e543342e681cad85fec615
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 19:53:53 2009 -0600

    Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"
    
    This reverts commit 5d75124db480b37977c353511b4e228905b7cc95.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab6508e3993afa35de1472fe8a847427c1749efe
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 19:52:32 2009 -0600

    mesa: fix parity error for tri strips with 1st provoking vertex

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b875b732fef0f2e60c53ee7aa60b5988ca37cc5
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 19:03:27 2009 -0600

    tnl: fix first provoking vertex case for unfilled triangles

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=086ecea179ed572c89aa77c5f465671a5cef87a7
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 18:33:07 2009 -0600

    softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
    
    Because of flat shading, we can't use same code as PIPE_PRIM_TRIANGLE_FAN.
    This is a follow-on to commit a59575d8fbe8b0ca053cc8366ce7a42bc660158a.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a64bbdaa3e0b036a880d6db65ceb4a66205062f1
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 18:31:55 2009 -0600

    softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
    
    This fixes incorrect front/back-face orientation.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f1aa0c20cb7dd0ae14b01f89aaa99cc6eebf919
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 17:28:31 2009 -0600

    tnl: fix first provoking vertex bug for line loops

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f25e1007c2da21dc529811e9e1f4b4da6bda8be4
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 17:09:03 2009 -0600

    swrast: always do span clipping in _swrast_write_rgba_span()
    
    It's possible for mis-behaving vertex programs to produce vertex data
    with very large/NaN values.  This doesn't get handled reliably by the
    clipper code so we may try to rasterize triangles that extend beyond
    the viewport/window.  Always clip spans to avoid invalid memory accesses
    later.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b6a0b367fdb575048b69d80ad4202d164a61f1e
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 17:05:37 2009 -0600

    vbo: minor reformatting

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa18e54ac9a70883a98f803c097d45f8ee84e717
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 17:03:11 2009 -0600

    vbo: move/refactor debug code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=13f6d07521119afc4b6d9e6daa94d5091f4b9c65
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 16:59:44 2009 -0600

    vbo: added debug code to check array data validity (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e446ef50eb8bbc2e3505c4d52e971d24c37785d6
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 15:46:56 2009 -0600

    vbo: new debug/dump code (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=92009543705918760df92abb0cbb8cad68875e72
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 15:43:53 2009 -0600

    mesa: added NaN checking code (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=035de6a82b6c911a81ca9c678aac59772eaff8d3
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 15:42:52 2009 -0600

    mesa: check/prevent NaN for EX2/LG2

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=87b2db988e25506ecf476386a8b9792d459a2fde
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 15:40:05 2009 -0600

    tnl: updated clip debug code (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7927626c13b8cd3743ba52a407b8f3736eae8a1
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 15:38:57 2009 -0600

    mesa: added buffer object debug code (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f4280b4356210e503aa5756db0a13dfb8253661
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 3 15:36:24 2009 -0600

    tnl: add some floating point sanity checks (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab4fd185843033cde0c58e8e0da932dbac7b8df2
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 09:16:33 2009 -0600

    vbo: tweak out-of-bounds VBO access error message
    
    Subtract 1 from _MaxElement to be clearer.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e355f1d64216fc999e2b18bd8c6ffdea29e8a36a
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jun 3 15:52:09 2009 -0400

    fill in r700ColorMask, cleanup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac274b68d724bac8c31bc62163a4b0ba59a6fe4d
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jun 3 15:14:44 2009 -0400

    start to fill in ShadeModel()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ada26c40593d1bce972c445aa22f26811f6e6223
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jun 3 14:29:06 2009 -0400

    dump command buffer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5d479d7f50abf5d88a388ee80af3222c8bb7e6f
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jun 3 14:19:26 2009 -0400

    Clean up scissor and viewport code
    
    Switch to common functions where applicable

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ad15768365617e6795155723843fc440593d7c4
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Jun 3 17:55:42 2009 +0100

    Thank you git for doing the right thing.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c428f467b65f1b79f77103db249936273d645fec
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Jun 2 18:33:55 2009 +0100

    Fix compiling indirect.c when GLX_DIRECT_RENDERING is not defined
    
    DO NOT HAND-EDIT GLX PROTOCOL FILES.  Seriously.  How can you miss the giant
    comment at the top of the file?

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f8000db8bd45bb95bda4a4f8535c49b8ef74254
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Jun 3 17:49:05 2009 +0100

    Fast path when rebinding the same texture in single context environment
    
    If there is no shared context, there is no purpose in rebinding the same
    texture.  In some artificial tests this improves performance 10% - 30%.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54576130a88fe93a64367f882cd680e37f0ec0ac
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 21:46:17 2009 -0600

    st/mesa: minor clean-ups, reformatting, etc

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cd47e0361ed0fc8ddd6c4cee12a274173c9b25b
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 21:41:03 2009 -0600

    docs: remove version info carried over from 7.5

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8086352fef94c52c4174257e91e5d45b68410fae
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 21:30:22 2009 -0600

    docs: clarify GL_ARB_copy_buffer driver support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd174ea2155ded567494448ffc5de7e022eabc5a
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 21:24:28 2009 -0600

    st/mesa: implement/enable GL_ARB_copy_buffer extension

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2813c08b35aa1b4fafa47f4421c9822ff8f6f85c
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 21:23:28 2009 -0600

    mesa: fix error test mistake in _mesa_CopyBufferSubData()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e708fa9094a2eb54f7399060183118652ef1825
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 20:33:09 2009 -0600

    docs: added GL_ARB_copy_buffer extension

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a7399e2c4a5fc46f871ad030d6198a16e52d356
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 20:32:34 2009 -0600

    mesa: enable GL_ARB_copy_buffer for software drivers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=08e43ebfb216284818925e899419af03e28d2360
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 20:32:15 2009 -0600

    mesa: plug in new _mesa_CopyBufferSubData() functions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc0b71f00d2fc8ba9b2f1966510bcca942d35e15
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 20:29:57 2009 -0600

    mesa: _mesa_CopyBufferSubData() function, and driver fall-back

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=96a30b06dbc60ff63392cf8ae9dcb3d245b41c27
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 20:31:41 2009 -0600

    mesa: new state for GL_ARB_copy_buffer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76b438878e4ab504d68efb8800111e4c41ddeadc
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 20:31:02 2009 -0600

    mesa: new CopyBufferSubData() driver hook

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=751977075f30076bd5e53f9ed9b19d9b36b5da69
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 20:29:11 2009 -0600

    glapi: regenerated files for GL_ARB_copy_buffer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=68892872ef0e94b96ed1ff2bc41f17cfbbcf4a40
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 20:28:04 2009 -0600

    glapi: include ARB_copy_buffer.xml

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a1e4f9881c30977bbce3f0844712539b7ef6b18
Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun 2 20:27:08 2009 -0600

    glapi: GL_ARB_copy_buffer xml info

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=116f40a1c4544242040afc7c6cf8621667a058c7
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jun 2 19:23:16 2009 -0400

    Disable clear code for now

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b55d0dd3baa16bebcbbb5629951098943f55fe74
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jun 2 19:20:24 2009 -0400

    fix an overflow in SPI_VS_OUT_CONFIG
    
    VS must always export at least 1 param.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=45b77830eb6fa1b712b0416a27990ad8b6eaf78b
Author: Joakim Sindholt <opensource at zhasha.com>
Date:   Tue Jun 2 22:23:17 2009 +0200

    r300-gallium: strip swtcl to the bare minimum
    
    This was originally taken from i915 and it shows.
    Basically most the stuff in r300_render.c was never needed and
    shouldn't have worked in the first place

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=129f311673c99eb912d659023e50bc5f0ef53249
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon May 18 13:26:16 2009 -0700

    intel: Clip to window after calling Driver.TexImage2D
    
    This prevents the width / height from being clipped to the window size before
    the texture is allocated.  This matches intelCopyTexImage1D.
    
    This should fix bug #21227
    
    Signed-off-by: Ian Romanick <ian.romanick at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a945e203d4fe254593bc0c5c5d6caca45e65f9f7
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 2 06:53:40 2009 -0700

    i915: Don't put VBOs in graphics memory unless required for an operation.
    
    This saves doing swtnl from uncached memory, which is painful.  Improves
    clutter test-text performance by 10% since it started using VBOs.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ab8e2622e932593f39e5a634808567322bd669b
Author: Eric Anholt <eric at anholt.net>
Date:   Thu May 28 10:34:08 2009 -0700

    i965: Support OPCODE_TRUNC in the brw_wm_fp.c code.
    
    This gets two more glean glsl1 tests using the non-GLSL path.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ecc2ece9c2740958f303e0426fdc9037c40eb3a
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 1 20:45:08 2009 -0600

    docs: implemented GL_EXT_provoking_vertex

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a444d245e5098a85c7b1c0f1923300a8ef9a31d6
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 1 20:43:57 2009 -0600

    mesa: enable GL_EXT_provoking_vertex for sw drivers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=82bc6e5ae351c8486386cfb1080d0ad30a77e924
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 1 20:43:09 2009 -0600

    tnl: implement GL_EXT_provoking_vertex

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f6ec50f8c79283583eeebdebd16bf7dcd134816
Merge: 1fa023ae48c31176434f5ad4691eae347e7a395f 0e8a5a84742adf6e99236f246c77325fad174204
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 1 15:01:33 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fa023ae48c31176434f5ad4691eae347e7a395f
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Jun 1 12:04:29 2009 -0700

    r300-gallium: Slightly hacky fix for glxgears-style TCL.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1ccc7d5394c23a371540e1b2c3d35b0da3b30d6
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sun May 31 16:32:58 2009 +0200

    radeon: Provide a more detailled GL_RENDERER string.
    
    Display the chip family and PCI ID. This can be parsed easily,
    and essentially all information that the driver has about the chip can be
    deduced from it.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc302b2a33ceffe454bcf443daa0ac1edc118e9b
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Fri May 22 09:39:02 2009 -0700

    Use separate $(MINSTALL) for installing libraries
    
    The special feature of bin/minstall to copy symlinks is only ever needed
    when installing libraries which may have .so symlinks. All the headers
    and directories can use a normal install program.
    
    These two modes are separated as $(INSTALL) and $(MINSTALL) to allow the
    user (or autoconf) to override installing normal files as they please.
    An autoconf check for the install program has been added and will be
    used in preference to minstall when available.
    
    Fixes bug 16053.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=85e0572756b85b7025740fbbefb673cf75a46cea
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon Jun 1 11:20:05 2009 +0100

    progs/rbug: Add small remote debugging cli applications

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=01fa34cb98d9ea6008c7108b6112348e278864f4
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon Jun 1 11:19:55 2009 +0100

    trace/rbug: Add rbug integration for remote debugging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfa4ebcbcc9c7e9e7562f73a4ddc367756623e5e
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri May 15 01:07:05 2009 +0200

    rbug: Add Gallium Remote Debugger Protocol code
    
    	This is the (de)marshalling and connection managment code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aee1a6f70413235c0c4c2c2adfca97d5128a155e
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sun Mar 22 04:22:33 2009 +0100

    util: Add simple network functions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e28d64e9c7cdc4d07ffe4a79c9ef9fff4a27df6
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Sun May 31 16:51:07 2009 +0800

    R6xx/r7xx: Fix blinn's lighting shader

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=377d8b3673571eae4b23798a13e03929e1e47957
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Sun May 31 16:41:19 2009 +0800

    R6xx/r7xx: Fix texture perspective gradients issue

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bedf7fa49f549541fde2e19d2fbb6b8fe57ec124
Merge: 6c3cefdda6c98d5f0df874c7f1d8c5421cc8468b a59575d8fbe8b0ca053cc8366ce7a42bc660158a
Author: Brian Paul <brianp at vmware.com>
Date:   Sat May 30 20:10:04 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c3cefdda6c98d5f0df874c7f1d8c5421cc8468b
Author: Brian Paul <brianp at vmware.com>
Date:   Sat May 30 20:09:19 2009 -0600

    Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"
    
    This reverts commit 5d75124db480b37977c353511b4e228905b7cc95.
    
    This fixed unclipped polygons, but broke clipped polygons.
    A better fix from the mesa 7.5 branch will be merged next...

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8694cd3f69dfc40509544293aa35f297571e878
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 15:37:04 2009 -0400

    get rid of chip_object struct

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb393772530fca46ba699cf33cb213fb28713213
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 15:04:44 2009 -0400

    more cleanup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a8b67f3638485fc1536ab7d2cfeccc854b5e8fc
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 14:55:12 2009 -0400

    more cleanup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6eb0ce6ef61e16c5d986b370a13c7b62364ad4e
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 14:45:07 2009 -0400

    more cleanup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=949c489f592d5227843a06a5ae3851102cd46333
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 14:23:04 2009 -0400

    more cleanup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=97ed5cffcb051da21c7bfdbbf11b97da657c015c
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 13:56:58 2009 -0400

    remove more old r300 bits

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=616692cac5e094c01b6d85741592b4ed59bafeef
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 13:53:57 2009 -0400

    more cleanup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=70a0301c5bd683646b08d32ad2fca4160295cd18
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 13:41:00 2009 -0400

    Remove unused functions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=37c3731819f72e4ba688f3abc612c1ac6b3be663
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 13:21:28 2009 -0400

    Fix spelling in function name

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bcc421e68e041f44a554f710788c5042169cd1a
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 13:16:23 2009 -0400

    R6xx/r7xx: remove old sw tcl bits

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=41a44ff8919f8e16ffb61fd3a76a82864b86f50a
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 13:07:05 2009 -0400

    R6xx/R7xx: switch to common clear with draw code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=846b24ea82cfb8a4867b6da1345584379f4aaa04
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 12:49:45 2009 -0400

    r6xx/r7xx: switch to common dma functions for vecs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa0ca31586f2523ac65dbf9c1fdca99dfbca7456
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 29 08:22:21 2009 -0600

    softpipe: update comments for max texture size

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b10d19d4a3820958c4bd7d5c8fb7eaf1ef3fce0
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri May 29 10:04:03 2009 -0400

    Remove subpixel offset from viewport
    
    remove subpixel offset inherited from r100 code.
    based on 038f0bf5916df5bae1145d234589e5fd528bb7fa

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=425c39058b54ebbde4130e4eebb1c302005ba6ac
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 29 00:55:54 2009 -0600

    softpipe: increase max 2D/cube texture size to 4K x 4K

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f022fb5cd282826dac37b7ac0c02f551b6f5f98
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu May 28 17:18:17 2009 -0400

    Argh.  fix last commit.  clears are still broken

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f1474594697fd77211851d699710299721b4618
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu May 28 17:09:19 2009 -0400

    R6xx/r7xx: re-enable clears
    
    flush cache and wait for idle after drawing.  Probably
    just need the cache flush.  This gets redbook hello working
    properly.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ff3368c1f33bfb39d21c774ad71e4be7cbb9b21
Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Thu May 28 16:51:49 2009 -0400

    R6xx, add edge rules for triangles

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b631d5fbf45f4df44d1c445a9defb8c8f05599e2
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 28 12:33:30 2009 -0600

    st: set pipe_rasterizer_state::flatshade_first according to provoking vertex state

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2f89b01d2179775e240145ce62923854c1c8936
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 28 12:31:56 2009 -0600

    mesa: glGet queries for GL_EXT_provoking_vertex

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe86e508967bd7b63902928033247e145103f60c
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 28 12:31:18 2009 -0600

    mesa: exec/dlist functions for glProvokingVertexEXT()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=89966cdb1b5974059c32308d74b5bb09943a6fa1
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 28 12:30:25 2009 -0600

    mesa: data structure updates for GL_EXT_provoking_vertex

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd6c44458f132830d40f7c4d44ae249d8725b132
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 28 12:29:23 2009 -0600

    mesa: regenerated enums for GL_EXT_provoking_vertex

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9c245238cf4373452293c7d5735faeee9a4bf1a
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 28 12:28:18 2009 -0600

    mesa: regenerated API files for GL_EXT_provoking_vertex

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c12c9bf76a14b522c9ac45b6e4745f5778b8cdb
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 28 12:26:19 2009 -0600

    mesa: GL API changes for GL_EXT_provoking_vertex
    
    This creates the new glProvokingVertexEXT() entrypoint.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b70fcd620d69850c6e19213d84ae4584e77ab689
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu May 28 07:46:34 2009 -0700

    r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.
    
    On a side note, why is RADEON_MAX_BOS 24? Should ask airlied about that.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dcbcbfca4f3c00de1fdab28d1cc8d691f67edce
Author: Jerome Glisse <jglisse at redhat.com>
Date:   Thu May 28 13:48:38 2009 +0200

    r300: when using cs path emit scissor in the cmdbuffer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f9189d538ac56bd241ccc8f8f82bc4fdd779aa6
Author: Jerome Glisse <jglisse at redhat.com>
Date:   Thu May 28 11:40:58 2009 +0200

    r300: rework texture offset emission.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=534f1e8f022ea7408c2ad49013e8f2446aa16364
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu May 28 15:47:54 2009 +1000

    nv50: some mipmapping fixes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c11c107f7d8f289f0cb83968c265fb78a274024a
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Thu May 28 00:17:14 2009 +0200

    nv50: negate sources directly where supported

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=87eea6e2b2df57bddb7155df794f02143e1ece40
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 16:14:37 2009 +0200

    nv50: introduce emit_cvt and use it
    
    This makes some code cleaner, and we can now easily
    do CEIL and TRUNC.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3accd7ebe971624bed5624f73ed3522c9de4c193
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 16:14:06 2009 +0200

    nv50: fix TXP
    
    For TXP we need to divide texture coords by their w component, or
    use the coords' 1/w in the perspective interpolation instruction.
    
    This also tries to support 1D, 3D and CUBE textures, and lets the
    instruction only load the components that are used.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=94ba165dffa4d364a1335d3cd7c15558bf35fe3e
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 16:13:24 2009 +0200

    nv50: use multiple constant buffers
    
    Use different buffers for immds, FP params, and VP params.
    One has to map constant buffer indices in shader code to buffers
    defined via CB_DEF. In principle, we could use more buffers so
    we'd have to change the shader code less frequently.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9268ccd7f2ef2476db48f0aaca739bfb4ee9eab
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 15:17:03 2009 +0200

    nv50: don't look for unfreed temps in free_nv50_pc
    
    Since we stopped using alloc_temp to get hw indices for FP attrs
    there shouldn't be any non-deallocated temps left.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ab96f4f733437de693b9578c3649b56069e6f24
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 15:15:20 2009 +0200

    nv50: release hw TEMPs early
    
    Since we know when we don't use a TEMP or FP ATTR register anymore,
    we can release their hw resources early.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=708c711f8361ea82c1217e2614914ae047bc5bdf
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 15:12:04 2009 +0200

    nv50: allow immediates for MOV, ADD and MUL
    
    Immediates are inlined now where possible, so we need to set
    pc->allow32 to FALSE in LIT where we have the conditional MOV,
    since immediates swallow the predicate bits.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d015cba88f1ef217f6ef9d116ba6abb32e043baa
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 15:10:56 2009 +0200

    nv50: enable half insns for MOV and MUL

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=44b3bfaa7599add72d76b3802ddea05b5b5c6316
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 15:10:01 2009 +0200

    nv50: make sure half-long insns are paired
    
    I chose to just convert unpaired 32 bit length instructions
    after parsing all instructions, although it might be possible
    to determine beforehand whether there would be any lone ones,
    and then even do some swapping to bring them together ...

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de651a228f9bbe5ab0e3b749b3dfda9aa5497097
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 15:05:55 2009 +0200

    nv50: enable KIL in register 19a8

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dac709d0cf3258ad8e131964e513c2eabe1d554e
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 15:04:53 2009 +0200

    nv50: don't overwrite sources before they're used
    
    This would have happened in p.e. ADD TEMP[0], TEMP[0].xyxy, TEMP[1]
    or RCP/RSQ TEMP[i], TEMP[i].

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f579a99cc608eaba6f617c11ab0aec7f3e9ef953
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 15:01:36 2009 +0200

    nv50: put FP outputs where they belong
    
    Depth output in fragment programs should end up in the first
    register after the color outputs.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd9ded42b9ff75aa0bbabef30d385a9f77851dce
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 14:56:48 2009 +0200

    nv50: modified FP attribute loading
    
    VP outputs that should be loadable in the FP are mapped to
    interpolant indices by HPOS, COL0 etc.; of course HPOS is
    always written, so the highest byte of 1988 is a bitmask that
    selects which components of HPOS are used for interpolants,
    i.e. the FP inputs in COL0 start at index POPCNT(1988[24:28]).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e88ec312df000ac335d9bba6b75d836dfa1a1043
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 13:38:03 2009 +0200

    nv50: inspect decl semantic and interpolation mode
    
    Record interpolation mode for attributes while parsing declarations,
    and also remember the indices of FP color inputs and FP depth output,
    which has to end up in the highest output register.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcecb8ff66d2c002ac1273c0a9e9b2b9f9d3d43e
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 13:32:51 2009 +0200

    nv50: record last access to temp and attr regs
    
    We now inspect the TGSI instructions in tx_prep to determine where
    temps and FP attrs are last accessed.
    This will enable us to reclaim some temporaries early and we also
    use it to omit pre-loading FP attributes that aren't used.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e7d3a87ec60f8e412d724c6586461501d420ec0
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 12:25:32 2009 +0200

    nv50: save some space in immediate buffer
    
    We could do even better (like just allocating 1 value in alloc_immd),
    but that's fine for now I guess.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aad31d69ce9e2278d93e514b97e1a92a25f89826
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 12:24:33 2009 +0200

    nv50: fix SIGN_SET case in tgsi_src

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a7cf8f66ff5d7e15ae7f8f5542f27bc72c68709
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 12:22:30 2009 +0200

    nv50: set dst.z,w to 0,1 in SCS and XPD
    
    According to tgsi-instruction-set.txt, if they are written, z and w
    should be set to 0 and 1 respectively in SCS, and w to 1.0 in XPD.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=229992d2812581ffae24d69a5a983d2c8441f720
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 12:21:54 2009 +0200

    nv50: make LRP instruction nicer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9417582f39788476e1039df3f1bdf681686fb7b4
Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Sat May 23 12:21:27 2009 +0200

    nv50: fix some memory leaks in shader assembler

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=65e3fb7b46cc9fc02ad12fe41e0c023c65ffe1e8
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu May 28 10:25:44 2009 +1000

    nouveau: explicitly request mappable buffers for the moment

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=713b636a0e0356266b714548886b66864b830fff
Author: Mike Kaplinksiy <mike.kaplinskiy at gmail.com>
Date:   Thu May 28 01:20:37 2009 -0400

    draw: Fix assertion failure at fetch_emit_prepare

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5be48307d55120311b13433eaa9af09d07e233e0
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 27 19:37:32 2009 -0600

    demos: remove some old debug/test code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b86067c61072ef0e6804e7cf0f19a7ea43fc6aec
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 27 19:36:59 2009 -0600

    softpipe: comments

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=31deacb8d38e2090dc4ba3ee4f6587792860e8c9
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 27 19:30:07 2009 -0600

    softpipe: include sp_winsys.h to silence warning (unprototyped function)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d75124db480b37977c353511b4e228905b7cc95
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 27 19:27:31 2009 -0600

    softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON
    
    Use the first vertex, not the last.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c13bd7488593263f2c45c136b63114ce8b4602fb
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 27 19:24:09 2009 -0600

    st/mesa: init Format field of vertex arrays for feedback mode
    
    Fixes segfault in glRasterPos()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a6dd3ebb33a35779b0d5be2c8cab581a56f245a
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Wed May 27 21:50:03 2009 +0200

    radeon: emit scissor before emiting vertices

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6141c9ba71df68c44fb4f8c9409f23b557009ca0
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Wed May 27 09:36:07 2009 +0200

    radeon: emit scissor when using cs submission style.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ec6e036792decf5149a209e51cb5e93ccc5c754
Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 26 20:45:29 2009 -0700

    i915: Fall back on NPOT textured metaops on 830-class.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e83e8f51af07a3066519f169f07d9afbf23252e
Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 26 19:48:08 2009 -0700

    i915: Restore the Viewport and DepthRange functions on 8xx.
    
    Fixes failed viewport updates on glxgears (and other apps) resize since
    e41780fedc2c1f22b43118da30a0103fa68b769f.
    
    Bug #20473.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9178b31546e9817a0c9712f702b21f8c54efbd84
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri May 22 21:53:26 2009 +0100

    intel: Override MaxRenderbufferSize with hardware constraints
    
    Limit the maximum renderbuffer size to 8192 on i965 and to 2048 on
    earlier hardware.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=98bc31171770456e245c157d19433f7d5ea28438
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue May 26 14:30:26 2009 -0400

    enable surface sync function
    
    - needs to be more fine-grained

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3eaba017c77f4dcf6cdecba7c19c9ea4fd3ce63
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue May 26 12:21:54 2009 -0400

    r6xx: fix more r6xx specific cases

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=930b42693eb2e875d2447897dd1379d7bd273a95
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue May 26 11:36:55 2009 -0400

    R6xx: select proper shader format

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=17417fc8eeaf5f88452fa3d37a763cee3c92a28c
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue May 26 11:13:44 2009 -0400

    fix segfault when running glxinfo

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a28974cf59e12f1296526802a4ed3e7160671e4
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue May 26 10:44:44 2009 -0400

    add missing RS780 pci id

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ced2f1b94c2bac8344f44e9474b1e363f65f4d3f
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue May 26 10:33:23 2009 -0400

    fix build when HAVE_LIBDRM_RADEON is defined

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dee2f20a204f375eb4321092cf5dea6476c1c24
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Mon May 25 16:05:45 2009 +0200

    radeon: on update drawable don't firevertices as it might be call from GetLock
    
    To avoid locking bug we shouldn't not call firevertices from this path
    as it's call from radeon get lock.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=714f5e689fb1a69142995260e3c8908c12407b47
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Mon May 25 15:47:39 2009 +0200

    r200: emit scissor when dri2 is enabled
    
    In DRI1 kernel emit scissor but in dri2 cs path we have to
    explicitly program them.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=39ef33708c1a048863a1956cd99782013791ca92
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Mon May 25 13:17:22 2009 +0200

    r200: fix multitexturing in dri2 path

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=80f1ac87f2cb42ae8370174a75d1271950e59657
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Mon May 25 11:29:32 2009 +0200

    r200: emit cliprect with indexed primitive

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b1efcb87c794ded9306f01336d48a80aaad3261
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Sat May 23 21:57:25 2009 +0200

    radeon: realloc dma if needed after revalidate
    
    Revalidate can trigger flushing and dma buffer deallocation,
    so retry allocation on such case.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7dd184dc4da37233471875df6f40cce0560cb7bc
Author: Nicolai Hähnle <nhaehnle at gmail.com>
Date:   Sun May 24 14:55:51 2009 +0200

    radeon: Remove drawable & readable from radeon_dri_mirror
    
    The duplication of state data caused a crash due to double-free on destruction
    of context, because a variable wasn't correctly null'ed out.
    
    Signed-off-by: Nicolai Hähnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d30dafaddc2e50697bd1b55235fd45fd08d09fd
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 15:49:38 2009 -0600

    mesa: fix warning message in vbo_exec_DrawRangeElements()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=434f9200422a9e937277ca592ef14a63781dec16
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Fri May 22 23:44:44 2009 +0200

    radeon: reading back to scratch reg through status map doesn't work
    
    For some unknown reasons the scratch reg value doesn't endup in the status
    map at the scratch reg offset, this is a temporary work around until we
    figure out why it doesn't work.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=68d412f31cbf028b1faa1c7fd95b849a95bb762c
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 15:35:49 2009 -0600

    mesa: add missing update_min() call in update_arrays()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ead49f98bcc18ab0ebc7942de78e280ec56d77a
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:57:51 2009 -0600

    mesa: reduce gl_array_object::VertexAttrib[] array from 32 to 16 elements
    
    This array was mistakenly dimensioned with VERT_ATTRIB_MAX (32) but it
    should really be MAX_VERTEX_GENERIC_ATTRIBS (16).
    
    The generic vertex attributes are in addition to the conventional arrays
    (except in NV vertex program mode- they alias/overlay in that case) so
    the total of all conventional attributes plus generic attributes should
    total 32 (not 48).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e3f6c0f96eb22198ec436990acc85d44aca7d8e
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:42:26 2009 -0600

    mesa: use Elements() for loop limit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=842b4cd3cdb313751647e229a9aa3f0001e03d15
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:32:45 2009 -0600

    mesa: use Elements() for loop limit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce7a049191c14be1d3dd456cdc72463b01ccf34c
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:32:37 2009 -0600

    mesa: use Elements() for loop limit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8091aa86337b5541e70f0a83bc9b13c55faec559
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:28:24 2009 -0600

    mesa: use Elements() for loop limit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a3d118a8e4c048e5d850a29301c02f886ba09d4
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:27:42 2009 -0600

    mesa: use Elements() for loop limit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=180df4d328166a21fa9bb847b52ec1ba8f95dfcc
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:27:26 2009 -0600

    mesa: simplify adjust_buffer_object_ref_counts()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf4dfd6563e1ce5cabea415d1e3600ab4abefe81
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:24:21 2009 -0600

    mesa: minor code clean-up

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d30163ad4201dcd5a594694ab87be9e59db47edd
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:23:02 2009 -0600

    mesa: use Elements() for loop limit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b625fbaef2564236357f94eca803a15187e2636d
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:22:40 2009 -0600

    vbo: s/32/VERT_ATTRIB_MAX/

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebb991ca0d7de103dc068397ed91744bf40ee58f
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:16:00 2009 -0600

    mesa: use Elements() for loop bound

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a65f385b8deec6ac1f2ed7a52f7d76ec89e167b9
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:14:53 2009 -0600

    mesa: minor code simplification

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fac334e6d33b0c9ffa2c5147079d728b647d0d2a
Merge: 4b55e3695279daef221669ff063631cf3675da0c 1045481dd96dec6e37f4b623b1dbae8af381de75
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 14:09:35 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b55e3695279daef221669ff063631cf3675da0c
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 13:44:59 2009 -0600

    vbo: asst. reformatting, clean-ups

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9be72f54acf920815d1bd7851d234e6043635bca
Merge: 891a2bdd7d11086712500cf916efbc1b733f094b c3538969e1ae3e626a618934aa8f35a7a22ddb39
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 13:21:23 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=891a2bdd7d11086712500cf916efbc1b733f094b
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 13:12:28 2009 -0600

    demos: extend glsl/multitex.c to use a vertex buffer object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=96370113f1a3580ed2a8ef2fb427f37afd7432f8
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 13:12:01 2009 -0600

    demos/util: add funcs for GL_ARB_buffer_object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b3f5df1e0e9ff956315262196e4947913c7f172
Merge: a545f1ab6d50e044c6e0b2d952af28e6d9059f80 995456f9305593005f8466520314ee087f3d422a
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 09:40:50 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a545f1ab6d50e044c6e0b2d952af28e6d9059f80
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 07:51:35 2009 -0600

    mesa: added some assertions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=42ae2a8648923b6fa11e29ad0f6ff7555534e390
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 07:51:13 2009 -0600

    mesa: use Elements() macro to limit loops instead of constants

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=882cd6c839e56a3eceb8edf62f83893f6b531d35
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 07:30:05 2009 -0600

    mesa: remove MAX_VERTEX_PROGRAM_ATTRIBS
    
    Use MAX_VERTEX_GENERIC_ATTRIBS instead.  No need for two #defines for
    the same quantity.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a95185c9f30c2de7a03bb1a0653f51b53b1111d
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 07:26:08 2009 -0600

    mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS
    
    Be clearer that this is the number of generic vertex program/shader
    attributes, not counting the legacy attributes (pos, normal, color, etc).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4dc426c01627a240bd5b148c1804c45b0d5ecd6c
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 07:19:27 2009 -0600

    mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS/ in NV funcs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b91778f46bf7f48efacf5f14d3cc9023a1986ae
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 17:07:33 2009 -0600

    vbo: fix build breakage...oops

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bfe312d0136c95b2a8518d65fa32c89ed474987
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 17:03:52 2009 -0600

    vbo: comments, whitespace clean-ups

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2a74d76c96957cf0294dcf40d29526621ada95e
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 17:03:21 2009 -0600

    mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e2fb129816df48a103da3e4e6937530bd86cac8
Merge: 54a5ffbfa1f935c46642a9835f08983cc1fdfeed 8da09e6924ca22ba7951d5a7673dfab2a711a997
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 16:57:28 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54a5ffbfa1f935c46642a9835f08983cc1fdfeed
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 16:05:11 2009 -0600

    mesa: freshen comments for update_array()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=667a4037fac4fd154ebfa7513b3bbba935077241
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 16:03:18 2009 -0600

    mesa: minor code simplification in _mesa_GetVertexAttrib*NV()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=024de60348c5f463b9611f2d28270ce514da55c9
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 16:02:50 2009 -0600

    mesa: comment for _mesa_GetVertexAttribfvARB()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=254845fad064eabd92c7a72322e647137ec719e9
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 15:57:29 2009 -0600

    mesa: minor code simplification in _mesa_GetVertexAttribfvARB()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a2211f00077f49af42e6f087e3120abfb1be5ae
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 15:55:50 2009 -0600

    mesa: remove const qualifier

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a554d7c4d87902833382cb67bd8a282d5c500c6d
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 15:55:33 2009 -0600

    mesa: VertexAttribPointer comments

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fe3134622eed34159ff6f72a33558a659e8d299
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 15:36:25 2009 -0600

    mesa: call _mesa_update_array_object_max_element() before printing array info

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fa0cb2b422abaeee1b69f82ca7e9f02dc8393b9
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 10:15:18 2009 -0600

    mesa: added gl_array_object::Weight array field
    
    We don't really implement vertex weights but in the VBO code this
    fixes and odd case for the legacy_array[] setup.  Before, the
    vbo->draw_prims() call was always indicating that the vertex weight
    array was present/enabled when it really wasn't.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1889890c88c3c10287ca4f84369190cc7029884f
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 10:11:13 2009 -0600

    mesa: check FEATURE_point_size_array for PointSize array

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aac19609bfd7c950b2577489b06886c8a8097bb2
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 10:05:04 2009 -0600

    mesa: fix some potential state-restore issues in pop_texture_group()
    
    Call the _mesa_set_enable() functions instead of driver functions, etc.
    
    Also, add missing code for 1D/2D texture arrays.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de1cfc5e8a8e9d0b0b397671575ae448a554a002
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 09:56:41 2009 -0600

    mesa: new _mesa_update_array_object_max_element() function
    
    This will replace the code in state.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dda82137d28aba846dda73da230871c115e30aaf
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 09:52:33 2009 -0600

    vbo: return VP_NONE from get_program_mode() if running fixed-func vertex program
    
    If we're running a vertex program to emulated fixed-function, we still need
    to treat vertex arrays/attributes as if we're in fixed-function mode.
    
    This should probably be back-ported to Mesa 7.5 after a bit more testing.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1f6f82e829d14a9b730f1761ebfc11b4409cb51
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 09:50:55 2009 -0600

    vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuint

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b52cdb81e2a0f7109e754daa4a02aced22aa995f
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu May 21 17:40:27 2009 -0400

    r6xx/r7xx: fix segfault in vertex shader setup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b84d228d5a3c15530567ce193455af4932839bf
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu May 21 17:38:14 2009 -0400

    r6xx: fix count on START_3D packet

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd0861e2742c22e4bce83bce40dfdbfd713835df
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 20 21:15:46 2009 -0700

    i965: fix whitespace in brw_tex_layout.c
    
    The broken indentation was driving me crazy, so fix other stuff while
    I'm here.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a521d84ecc646fcc65fa3fe7c5f1fdbdebe8bc2
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 20 15:59:07 2009 -0700

    i956: Make state dependency of SF on drawbuffer bounds match Mesa's.
    
    Noticed while debugging a weird 1D FBO testcase that left its existing
    viewport and projection matrix in place when switching drawbuffers.  Didn't
    fix the testcase, though.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e78a6aa2b94683faa8d43a39aa68d806b14f8833
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 20 14:16:34 2009 -0700

    intel: Fall back on any rendering to texture with no miptree.
    
    Fixes segfault on an fbo.c negative test for FBO with texture width/height
    of 0.  Previously we just tested for border != 0 to work around this
    segfault.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bba183b9eeb162661a287bf2e118c6dd419dd24
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 20 14:05:03 2009 -0700

    intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.
    
    This happens to rendering with textures with a border, which had resulted
    in a segfault on dereferencing the irb.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=467f18f7a5375af9a31031063536c927df3ea70c
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 20 14:00:32 2009 -0700

    intel: Don't segfault on glGenerateMipmaps of a cube map with one face defined.
    
    This presumably applies to SGIS_generate_mipmaps as well.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4da58bbab034fb2ef955495445fe377dbce1f411
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 20 13:09:04 2009 -0700

    intel: Use _mesa_CheckFramebufferStatusEXT insteaad of glCheck...
    
    Fixes a segfault in our oglconform fbo test.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=02f73c43b4060b58fa0d9b3da4753cbbccde3c84
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 09:12:35 2009 -0600

    mesa: added debug functions for dumping color/depth/stencil buffers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=840c09fc71542fdfc71edd2a2802925d467567bb
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 15 09:14:24 2009 -0600

    i965: rename var: s/tmp/vs_inputs/

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7ca97f85e73c0b0a0e056ae86e4aa5a68ec39f1
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 14 16:51:10 2009 -0600

    mesa: remove pointless null ptr check, improved some error messages

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=39d7524f7b176d4375e230ac60963d197be539f2
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 14 16:25:32 2009 -0600

    mesa: added _mesa_print_arrays() for debugging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=15f21bf357980284d4aea6270f68bb9b83d26fbd
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 14 16:23:34 2009 -0600

    mesa: updated comment for _MaxElement field
    
    It's the largest array index, plus one.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a185bcbdec856cc98c26098e4e447a683eed14d1
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 14 13:24:24 2009 -0600

    mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElement
    
    This value is per array object.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=899c524a49fe5dc7413656380ebd65bbd061c042
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 14 08:22:29 2009 -0600

    vbo: s/8/MAX_TEXTURE_COORD_UNITS/

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c007517b541ab470ad251365bd95c83002dfb16
Author: Jonathan Adamczewski <jadamcze at utas.edu.au>
Date:   Thu May 21 08:19:00 2009 -0600

    cell: perform triangle cull a little earlier
    
    In spu_tri.c:setup_sort_vertices() triangles are culled after the
    vertices are sorted.  This patch moves the check a little earlier
    and performs the actual check a little faster through intrinsics and
    a little trickery.
    
    Reduced code size and less work is done before a triangle is deemed
    OK to skip.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4824520ecf453cd8de90e57e839cb11a698d9c0
Author: Jonathan Adamczewski <jadamcze at utas.edu.au>
Date:   Thu May 21 08:18:03 2009 -0600

    cell: unroll inner loop of spu_render.c:cmd_render()
    
    It was taking approximately 50 cycles to extract the vertex indices,
    calculate the vertex_header pointers and call tri_draw() for each
    three vertices - .
    
    Unrolled, it takes less than 100 cycles to extract, unpack,
    calculate pointers and call tri_draw() eight times.  It does have a
    nasty jump-tabled switch.  I'm sure that there's a better way...
    
    Code size of spu_render.o gets larger due to the extra constants and
    work in the inner loop, there are extra stack saves and loads
    because there are more registers in use, and an assert.  spu_tri.o
    gets a little smaller.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b27b4ad37bd992d2d3a6fd9d407277113544f30
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 08:15:22 2009 -0600

    st: add support for GL_EXT_vertex_array_bgra

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7cc0eb47930d6c8ebfd18fefbe48fe8eec696a0
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Thu May 21 13:49:15 2009 +0200

    radeon: maxbuffer size is in bytes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3af0952bc9bade8d5a5c60349c045b28762f8815
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 23:22:16 2009 -0700

    r300-gallium: r500-fs: POW.
    
    I feel so unclean.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cfd241e8a68bc04f0f82960eae9ff1ec01384b67
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 21:52:11 2009 -0700

    r300-gallium: r500-fs: LRP.
    
    Goddammit. This cannot be the "easy way." :C

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1f0893eba6a3785d309f60ce4027980237fb8a6
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 16:53:45 2009 -0700

    r300-gallium: r500-fs: Combine function.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d67fb5ea1d93db3f64720994017c312a04867eea
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 15:02:45 2009 -0700

    r300-gallium: Prevent assert when fogcoords are present.
    
    Seems like this file is the source of all bad logic. (Pun intended.)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d04c85d01bf37d480df8b9a21d9a79194d2e67f3
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 14:55:03 2009 -0700

    r300-gallium: Another constantbuf shader recompile test.
    
    Less briefly... Shaders need to be recompiled if their constantbuf
    offsets have changed. However, since we only change them from shaders if
    immediates need to be emitted, we shouldn't bother if the shader doesn't
    use immediates.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4151c0ea91212ac5ec73fa6d1936df9254978672
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 14:38:22 2009 -0700

    r300-gallium: Raise constantbuf limits.
    
    Still not correct, but really I don't care.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=364a4a829341b3691b4d1e559d5cc3c178147b97
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 14:17:27 2009 -0700

    r300-gallium: fs: Remove cruft from way back when.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ba7f762339cbc8be31fe98421b0c9b44c7402fa
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 13:21:17 2009 -0700

    radeon-gallium: Add surface_buffer_create callback.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a13e96359baaa0331561f86ef6487feba6540464
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Wed May 20 22:18:31 2009 +0200

    r200: fix vbo array rendering

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e8de1b91136d056ee29e1a448196b5648ac2b3f
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 12:22:24 2009 -0700

    r300-gallium: Make surface_copy actually load the texture in shader.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b22b6f074381f3a0cfb9b6c3f45eaa533c1a0426
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 12:08:00 2009 -0700

    r300-gallium: Add missing R481 PCI ID.
    
    Per 74cb2aba on xf86-video-ati.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=65946ef0813e00944763ae959698e281871ee642
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 11:46:26 2009 -0700

    r300-gallium: Make surface_copy work, and refactor buffer validation.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=01daeadf8cd8c56820585c3da88cc626dcdc33d0
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Wed May 20 16:39:33 2009 +0200

    radeon: Increase reference count of current renderbuffers.
    
    Fixes
    
    glxinfo: main/renderbuffer.c:2159: _mesa_reference_renderbuffer: Assertion
    `oldRb->Magic == 0xaabbccdd' failed.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9bd1abf2664a75642ee5e1999697bbe480b9172
Merge: c696dd0f62c195d71cf7ecbdd04d9b156dd0da0b 0c75cb5afe81b0de9d006f9f9b75fdc9a15038d0
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Wed May 20 17:00:48 2009 +0200

    Merge branch 'master' into radeon-rewrite
    
    Conflicts:
    	src/mesa/drivers/dri/r300/r300_context.c
    	src/mesa/drivers/dri/r300/r300_texstate.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c696dd0f62c195d71cf7ecbdd04d9b156dd0da0b
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Wed May 20 16:34:06 2009 +0200

    radeon: set max texture size
    
    This still need some work to actually report somethings reasonable
    if no memory manager is available.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4550423211063010a2fa482037d8233bb80e3773
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 20 07:18:08 2009 -0700

    radeon-gallium: Don't permit reading and writing a BO in one CS.
    
    This fixes some silent problems in current libdrm_radeon.
    
    surface_copy still locks up hard.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c28e0e7d97aba40968b0b9ca96cb7d3b4b7b1fef
Author: root <root at richard-desktop.(none)>
Date:   Wed May 20 09:16:21 2009 -0400

    Add missing file from local.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8308bf9ee155b405ad42e6621daf33a108330418
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Wed May 20 13:21:24 2009 +0200

    r200: fix indexed draw color order and cs missmatch

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c75cb5afe81b0de9d006f9f9b75fdc9a15038d0
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 12 19:51:44 2009 -0600

    st: reformatting, comments, var renaming

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3149b87ac43a5f10983c6682dff7a00cf1d99c7c
Author: root <root at richard-desktop.(none)>
Date:   Tue May 19 16:47:39 2009 -0400

    Makeup checkin for radeon code change paired with r6/7 code.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0eccc41878ba9f51a885a69c4ba79fb127aeb18
Merge: 43d8ace88da80848035827c7bb4bbf5530b59a7c 042d9a513213b1fa356c0d80abc62b9327e0bcc2
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 19 10:07:45 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=43d8ace88da80848035827c7bb4bbf5530b59a7c
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 19 09:21:27 2009 -0600

    mesa: print more info when valid_texture_object() fails

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=465588cd0e6451c758a12108787331d03ed52780
Author: Richard Li <richardradeon at gmail.com>
Date:   Tue May 19 10:28:40 2009 -0400

    Fix nop insertion bug. redbook hello can run.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd59dd69ba0f11f96e627c663c67cc15d1083776
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sat May 16 03:13:15 2009 +0100

    trace: Improve shader wrapping

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d11a392d780ef7f0374f8da87e3ba416d880cf2
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon May 18 02:50:15 2009 +0100

    st/dri: Only create new textures if drawable has changed

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0639d067e9b95875b1d395eaa66388884996296
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 18 09:50:30 2009 -0700

    r300-gallium: Fix (another) wrong value in MSPOS.
    
    Again, thanks to agd5f.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=026f4c97dc4cf29c93461857afa76b07086ede42
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 18 09:47:37 2009 -0700

    radeon-gallium: Remove BO validation debug.
    
    It appears that that area of code "just works" much like classic Mesa's
    version, so might as well not waste scrollback on it.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5236ea39006fd0b475ff1658a1418abc71ec998c
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 18 09:41:21 2009 -0700

    r300-gallium: Cleanup viewport state setup.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=301d238c1adf3d451b412333a77c81af14feed6f
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 18 09:40:13 2009 -0700

    r300-gallium: Always do VTE, never software viewport.
    
    This makes glxgears draw properly with SW TCL.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=edfbf7dccb1d90ebedfa08fe06e1db7fff9f94d4
Merge: 27206add2738f9813d1e9f42fe3b1bdfbd9b8aa4 7ce105d2e6885eeac73c59dc14c4cd59a89c1425
Author: Brian Paul <brianp at vmware.com>
Date:   Mon May 18 10:36:50 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	Makefile
    	src/mesa/main/version.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d039cf4574893e480d33f286e3526c6805d919fd
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Mon May 18 10:13:05 2009 +0200

    radeon: fix DRI1 cmd stream

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27206add2738f9813d1e9f42fe3b1bdfbd9b8aa4
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 21:41:25 2009 -0700

    r300-gallium: Enable GLSL for r500.
    
    Before you get all excited, this is *not* to be construed as actual support
    for GLSL shaders. The GL version is still 1.3, and stuff still sucks. Just
    flicking it on so that it can be tested and developed a bit easier.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9569221563fd0e9fba564126d61bf3786cf74715
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 21:40:16 2009 -0700

    r300-gallium: r500-fs: DDX and DDY support.
    
    Oh, look, GLSL instructions. I wonder what I'll do next.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0036f2ccba6720e06a578333f04086d100d188b1
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 21:39:11 2009 -0700

    dri-gallium: Add GLSL support.
    
    Oh, look, it's more features. :3

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06a7b798f2261a7faaede71946e4489979840713
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 21:10:07 2009 -0700

    r300-gallium: Add half-right COS and SIN.
    
    HW trig does a premultiply by 2pi, where Mesa does another premultiply by pi.
    This is a problem.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=572d7d1358b60c93ec4f1f28151bb0e708a9df17
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 20:49:39 2009 -0700

    r300-gallium: Size mismatch.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a40d1e9d96f8e8c57bc3bbd6f567cacd4471f59
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 17:03:15 2009 -0700

    r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.
    
    See the previous commit for an explanation. This is just all the support code
    for GB_TILE_CONFIG.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6e085bd76ad8e6cfb67c317dc1b32b04434a8b5
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 16:42:54 2009 -0700

    r300-gallium: Don't set GB_TILE_CONFIG (in userspace.)
    
    This accompanies kernel patches that make GB_TILE_CONFIG's various members
    completely controlled in DRM.
    
    GB_TILE_CONFIG has the following controls:
     - The number of GB (pixel) pipes enabled
     - The size and style of tiling
     - Subpixel precision (either 1/12 or 1/16)
    
    Per airlied and glisse, userspace and kernel will now agree (always) on
    a subpixel precision of 1/12, and tiling will always be kernel-controlled.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=60665ae6277f15a1b5e48b65ba7d94cea2535c2c
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 13:23:39 2009 -0700

    r300-gallium: Clean up more invariant state.
    
    GA_ENHANCE is now the kernel's problem.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5f5390f4bcb0fb04dff11cd1333b426cba6d0d1
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 12:51:18 2009 -0700

    r300-gallium: Update XXX.
    
    Lops work fine as long as HW TCL is off. (I think I know why.)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbcfcd9f5ce7523bde69103fcf1ebae30531a10c
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 11:58:53 2009 -0700

    r300-gallium: Correct default MSPOS.
    
    Per agd5f.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=45435abcb967931c79aba1714ae797a1c5dc075e
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 10:33:56 2009 -0700

    r300-gallium: vs: Fix vert shader init.
    
    Makes the last three commits suck much less. :3

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8dae8f28e52ed20b087ecf0d09efe2d94bdd09cf
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 10:30:59 2009 -0700

    r300-gallium: r500-fs: Enable depth writes, kinda.
    
    Should work, but doesn't. Hm.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e97219ff8adce22d30abeda53144f7193589c30
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 09:44:14 2009 -0700

    r300-gallium: Comment out useless debugging code.
    
    Those parts are nearly solid compared to the shaders.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=764bf9501adea0f3dbe8d7c718b22dfb067fbbfa
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 09:39:06 2009 -0700

    r300-gallium: vs: Dupe tokens, better debug, count spurious insts.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=08ec7e0d329a72433b427e8167b2c3442d1f53b4
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat May 16 11:17:05 2009 -0700

    r300-gallium: Die on bad texture formats.
    
    Odds are good that we'll die later anyway, so we might as well do it before
    we start dancing on random memory.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=17b395638b92139feef9beaea4039f76710bb23a
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat May 16 10:56:17 2009 -0700

    r300-gallium: Update floating-point params too.
    
    Even though we *can* render 10,000-pixel-wide lines, let's not advertise it.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=13f8e7bc9c5b4a7de0fe4f53af2eb6237b3e71fd
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat May 16 10:46:55 2009 -0700

    r300-gallium: Update screen caps.
    
    Anisotropic filtering should work, and OQ is broken.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e8c6e56e467864249dfa311be1eef4dfc381f2a
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat May 16 10:03:46 2009 -0700

    intel-gallium: Fix trace_drm integration.
    
    Compile-tested only, sorry.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e39a8c4503596a019dc7c3ed4e24ee4117b1fca
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat May 16 09:58:54 2009 -0700

    Create common trace_drm code, add to radeon_winsys.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=13131adbf1beb3e4222ce16c32ac7910a4a5331b
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat May 16 08:47:36 2009 -0700

    r300-gallium: Various cleanups leftover from before.
    
    BEGIN/END_CS pair, a few asserts, and a slightly more correct VTE setup.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=57fd20237541c34ed06587bca9f5a58c8a63fbf4
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat May 16 17:25:26 2009 +0100

    gallium: remove occlusion_count flag from depth-stencil state
    
    Drivers can just keep track of whether they are within a query
    by monitoring the begin/end query callbacks.  The flag adds no
    information beyond that.
    
    Only softpipe was examining this flag -- it has been fixed up
    and retested with demos/arbocclude.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=73d2a4a04750b18463b51750651d3925d63ae074
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu May 14 02:21:09 2009 +0200

    r300: cleanup vertex program related functions
    
    - move vertex program related functions to r300_vertprog.c
    - use _mesa_bitcount instead of self-made bit_count function
    - remove duplicated field in r300_vertex_shader_fragment.body union
    - rename r300_vertex_shader_fragment to r300_vertex_shader_hw_code
    - rename r300_vertex_program field native to error
    - remove unnecessary r300_vertex_shader_state structure
    - remove unused r300_vertex_program and r300_vertex_program_cont fields
    - remove disabled code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b49f1ca7f9ffda8b4a75ef2ad0be4c2c0eb820a
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu May 14 00:22:21 2009 +0200

    r300: minor code movement

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8c30793d161618fa1cdc788ad7984566b236d5e
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu May 14 00:10:52 2009 +0200

    r300: more cleanup
    
    - remove unnecessary r300TranslateFragmentShader call from r300UpdateShaderStates (it is already called in r300UpdateShaders)
    - remove unnecessary null ptr checks

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1961caeda849faeb9265d6df5724f2454f4c1055
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed May 13 23:58:21 2009 +0200

    r300: move some code to common path

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=12ed56f1ddfbd40df16d4ab47b546ee25218118f
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed May 13 23:49:04 2009 +0200

    r300: rename functions
    
    Be consistent with function naming: use Setup/Emit names for functions that modify hardware state

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f1a86ca1eb4a44a738d0ad99861d948c9749de6
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed May 13 23:09:39 2009 +0200

    r300: move forward declarations to where they belong

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2240c0d33365189f975b84b06792e2a5ecb8b13a
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu May 14 02:07:49 2009 +0200

    r300: software fallbacking handling rewrite
    
    Until now falling back to software rasterizer worked only for TCL enabled cards.
    For non TCL cards we used to plug our rendering functions in r300InitSwtcl, and we had never restored original functions for software rasterizer.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=621f65ab86f94f7a228e5f96061a8e3451f15db0
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed May 13 22:33:27 2009 +0200

    r300: r300EmitArrays should never fail

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6da805c4e6f060a4a531aba89d4a7db885767f4
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed May 13 22:28:39 2009 +0200

    r300: remove unnecessary switch cases

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=42f16aa4e0d9f1c5f016919ed04c55430507234e
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed May 13 22:24:57 2009 +0200

    r300: further cleanup
    
    - move extensions init into seperate function
    - move options handling into seperate function
    - create new structure to hold options values
    - use context->options.hw_tcl_enabled field instead of global hw_tcl_on and future_hw_tcl_on variables

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3259f52a9296c1b82cd18f405735e65d2b727144
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sat May 16 01:21:02 2009 +0100

    gallium-intel: Enable trace driver

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f04c38fa1fab0fe640b89d0de82fa44e2ee984a9
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sat May 16 01:49:11 2009 +0100

    trace: Export enabled status

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee05658798c047876ccd9e5cd33e12eee1dd8758
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sat May 16 01:19:44 2009 +0100

    trace: Unwrap buffer in texture_blanket

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab95f389a59acd8f70fc6ce00d945511f0a45d8b
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri May 15 05:59:24 2009 +0200

    trace: If either shader is disabled don't draw

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b4da4e9dac00f181380a9896ef3329964432c43
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri May 15 05:30:43 2009 +0200

    trace: Put shaders on a list in the context

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c30f66118974f41f57e86d49f372b7c78f891223
Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri May 15 04:17:00 2009 +0200

    trace: Move state dump functions to tr_dump_state.[c|h]

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=22690482e692cb5ed2f84d3e69545c09292e3484
Author: Eric Anholt <eric at anholt.net>
Date:   Fri May 15 17:32:21 2009 -0700

    intel: Don't complain on falling back from PBO fastpaths.
    
    Instead, stash the debug info under the handy debug flag.
    
    Bug #20053

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a7a2c6b77116fd475e1d05fb0adbd1702d11f77
Author: Richard Li <richardradeon at gmail.com>
Date:   Fri May 15 19:37:09 2009 -0400

    Fix r6 code bugs.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0307e609aa3e707eeb40051bd664d36f2340ba9b
Author: Eric Anholt <eric at anholt.net>
Date:   Fri May 15 16:24:59 2009 -0700

    mesa: Mark FBOs with compressed color attachments as FBO-incomplete.
    
    Both EXT_fbo and ARB_fbo agree on this.  Fixes a segfault in the metaops
    mipmap generation in Intel for SGIS_generate_mipmap of S3TC textures in
    Regnum Online.
    
    Bug #21654.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=97ccdee68aef925d14ee4ee17eef307f55a3c92f
Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Fri May 15 22:54:07 2009 +0100

    gallium-intel: Build with scons

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4538e326a99fde3996f21866497f92ec14086df
Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Fri May 15 22:47:31 2009 +0100

    st/egl: Use proper Makefile

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b197a8ade3e1e6c67743111f12f27e0a4a985cd9
Author: Steinar H. Gunderson <sgunderson at bigfoot.com>
Date:   Tue May 12 11:32:03 2009 -0700

    i915: Fix 945 cube map layout for the small mipmaps along the bottom.
    
    Bug #21691.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c6f82989983eecc0b3b724716cb3bcb675664c5
Author: Eric Anholt <eric at anholt.net>
Date:   Fri May 15 12:32:51 2009 -0700

    i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.
    
    The _Enabled field isn't updated at the point that DrawBuffers is called,
    and the Driver.Enable() function does the testing for stencil buffer
    presence anyway.
    
    bug #21608 for Radeon

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c5a46884899ea25cdf25545d6ab3d9a74eafa3a
Author: Eric Anholt <eric at anholt.net>
Date:   Fri May 15 11:41:42 2009 -0700

    i915: Only use the new 945 cube layout for compressed textures.
    
    The docs actually explain this, but not in a terribly clear manner.
    This nearly fixes the piglit cubemap testcase, except that something's
    going wrong with the nearest filtering at 2x2 sizes in the testcase.
    Looks good by visual inspection, though.
    
    Bug #21692

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc657f3929fbe03275b3fae4ef84f02e74b51114
Author: Eric Anholt <eric at anholt.net>
Date:   Thu May 14 10:56:32 2009 -0700

    i965: Fix varying payload reg assignment for the non-GLSL-instructions path.
    
    I don't have a testcase for this, but it seems clearly wrong.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f5113deed91611ecdda6596542530b1849bb161
Author: Eric Anholt <eric at anholt.net>
Date:   Thu May 14 09:49:45 2009 -0700

    i965: Fix register allocation of GLSL fp inputs.
    
    Before, if the VP output something that is in the attributes coming into
    the WM but which isn't used by the WM, then WM would end up reading subsequent
    varyings from the wrong places.  This was visible with a GLSL demo
    using gl_PointSize in the VS and a varying in the WM, as point size is in
    the VUE but not used by the WM.  There is now a regression test in piglit,
    glsl-unused-varying.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=64980125c76b05501a6fe7fe20fe52438f459129
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 13 19:08:17 2009 -0700

    intel: Use FRONT_AND_BACK for StencilOp as well.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d866abeffc7e4a29736fa35fb8ac09c3a28a44d6
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 13 18:18:29 2009 -0700

    intel: Use GL_FRONT_AND_BACK for stencil clearing.
    
    This comes from a radeon-rewrite fallback fix, but may also fix stencil
    clear failure when the polygon winding mode is flipped.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=96922d1b71dc1ba7375b4fea6439127e62c36073
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu May 14 08:17:08 2009 -0700

    r300-gallium: Correct VTE setup for surface_fill, make surface_copy emit right.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab6c4fa582972e25f8800c77b5dd5b3a83afc996
Author: Robert Ellison <papillo at vmware.com>
Date:   Wed May 13 20:40:23 2009 -0600

    i965: fix 1D texture borders with GL_CLAMP_TO_BORDER
    
    With 1D textures, GL_TEXTURE_WRAP_T should be ignored (only
    GL_TEXTURE_WRAP_S should be respected).  But the i965 hardware
    seems to follow the value of GL_TEXTURE_WRAP_T even when sampling
    1D textures.
    
    This fix forces GL_TEXTURE_WRAP_T to be GL_REPEAT whenever 1D
    textures are used; this allows the texture to be sampled
    correctly, avoiding "imaginary" border elements in the T direction.
    
    This bug was demonstrated in the Piglit tex1d-2dborder test.
    With this fix, that test passes.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc3270e99f5c39544aaf831742db14796ab83a6a
Author: Robert Ellison <papillo at vmware.com>
Date:   Wed May 13 20:38:33 2009 -0600

    i965: send all warnings through _mesa_warning()
    
    One warning message:
       drm_i915_getparam: -22
    
    was still being sent to fprintf().  This causes all Piglit tests to fail,
    even with MESA_DEBUG=0.
    
    Using _mesa_warning() to emit the message allows the general Mesa controls
    for messages like this to be applied.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76a64958a4ca38ec27b63a909979c493c507b952
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Thu May 14 17:24:19 2009 +0200

    r300: don't send now forbidden register to kernel when with memory manager

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3912e301fd707738b0952cd11e19f34b87765b8
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 13 17:24:47 2009 -0700

    r300-gallium: Clean up outdated comments.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=15601e970250e12f5d566ba782aae06d9714fbdc
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 13 17:01:03 2009 -0700

    r300-gallium: Space accounting for textures.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7cd57e35b6427068b87c2fdb6c2aadef57f53520
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed May 13 19:43:04 2009 -0400

    R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXT
    
    In r*00SetTexBuffer2(), if the passed in text glx_texture_format
    is GLX_TEXTURE_FORMAT_RGB_EXT, then we should use an RGB-only
    texture format, even if the DRI buffer has four channels.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=21609

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca792be42b238bd1c8f8a99ad72ea8558cbbfc32
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Sat May 9 15:23:34 2009 -0400

    radeon: Don't crash generating mipmaps when pixels=NULL
    
    When a NULL value of pixels is passed to TexImage2D and
    SGIS_generate_mipmap is enabled, don't try to generate the
    mipmap tree: we don't have data yet for the texture and will
    crash.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=21648

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea6a74abbe4053b958d640425e061f0ceec92291
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Wed May 6 22:42:50 2009 -0400

    Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXT
    
    In r300SetTexBuffer2(), if the passed in text glx_texture_format
    is GLX_TEXTURE_FORMAT_RGB_EXT, then we should use an RGB-only
    texture format, even if the DRI buffer has four channels.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=21609

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=34eab5dd9c837769f1259e1f900b4528586d23b2
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Wed May 6 22:45:33 2009 -0400

    Call _mesa_update_stencil() before accessing ctx->Stencil._Enabled
    
    ctx->Stencil._Enabled is derived state and not immediately updated
    when the stencil parameters are changed; we need to make sure that
    it is up-to-date before accessing it.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=21608

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=038f0bf5916df5bae1145d234589e5fd528bb7fa
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Fri May 8 18:58:41 2009 -0400

    Remove subpixel offset from viewport
    
    Remove an eigth-pixel offset of the viewport inherited from
    R100 code. This seems not to be necessary and causes blurring
    when sampling textures 1:1.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=20340

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca327b1688a8f70a4d01bf80d11508c90aafe64f
Merge: ac5bf63f7408414bf8d7993ad77d92b76830cec6 99960393edb3d6c0d3702cf51b59c2e4189117c7
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 13 11:33:52 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac5bf63f7408414bf8d7993ad77d92b76830cec6
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 13 11:24:11 2009 -0600

    docs: GL_APPLE_vertex_array_object for Gallium drivers and Intel DRI drivers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a566b6d8ffa45728231f9040b15f86d403304c87
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 13 11:19:00 2009 -0600

    intel: enable GL_APPLE_vertex_array_object
    
    No special driver changes are needed for this extension.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a892acef982bd17df81ae16131381a558208c112
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 13 11:15:00 2009 -0600

    st/mesa: enable GL_APPLE_vertex_array_object for gallium drivers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3039acfc5db67f3935f9c30a9f17193ab52b20a9
Merge: 10c4a10b979bddd099287dec5b69243c2ade8ade 2e4e34689022ecfcc7dc107427db90cc52a94d63
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 13 10:33:21 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	src/mesa/main/arrayobj.c
    	src/mesa/main/arrayobj.h
    	src/mesa/main/context.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=10c4a10b979bddd099287dec5b69243c2ade8ade
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 12 14:08:52 2009 -0600

    i965: enable additional code in emit_fb_write()
    
    Not 100% sure this is right, but the invalid assertion is fixed...

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5590798f6d338e93ae6bee82ba5224568237ec18
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 12 14:07:51 2009 -0600

    i965: increase BRW_EU_MAX_INSN

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d244fb8999440a1876281574eb045f0a5895e9e
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 12 09:16:27 2009 -0600

    i965: comment

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=167a6b08048573079c7d5e5f36da3de69d487b6f
Author: Joakim Sindholt <opensource at zhasha.com>
Date:   Tue May 12 22:01:59 2009 +0200

    r300-gallium: add missing semicolon
    
    Yeah, that was stupid

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=62c0c7d81a3f271b7dc7177467f9c884e89f9eee
Author: Joakim Sindholt <opensource at zhasha.com>
Date:   Tue May 12 21:41:48 2009 +0200

    r300-gallium: duplicate tokens in create_fs_state
    
    This was all phoenix64's idea. Credit goes to him

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=723bc9452fee2602fa702699141e91b87872e621
Author: Joakim Sindholt <opensource at zhasha.com>
Date:   Tue May 12 19:38:17 2009 +0200

    progs/trivial: update .gitignore with new binaries

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4a42b0ce6455d03be70aa56aacd779be193aca4
Author: Eric Anholt <eric at anholt.net>
Date:   Sun May 10 10:08:32 2009 -0700

    intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa422b262509bc0763a50f63a51a1730139ea52f
Author: Eric Anholt <eric at anholt.net>
Date:   Sun May 10 09:45:43 2009 -0700

    intel: Map write-only buffer objects through the GTT when possible.
    
    This looks to be a win of a few percent in cairogears with new vbo code,
    thanks to not polluting caches.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fc5fa85bf858ba2ad88995f65cc48b2dab1298d
Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 12 10:03:08 2009 -0700

    i915: Fix driver after HW glGenerateMipmap commit.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d63dec41f5399dbe5561175c1652d2ac5ffd4bb
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 12 09:05:31 2009 -0600

    swrast: update/restore the opt_sample_rgb/rgba_2d() functions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c514c1f99493147bbba7a1dbe157c0492f4cf2eb
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Tue May 12 13:05:57 2009 +0200

    radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXEL
    
    This was broken with last merge see 62043b27575c378c027251316421e4699f461108
    for explanations

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=05c19ec7f0717549c010afc0b6cdc81962d32675
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Tue May 12 13:04:32 2009 +0200

    r300/r500: make sure we detect constant buffer changes
    
    This was broken with last merge see f48473e42511f8d37a239a07f791bc0a87209e5b
    for explanations.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bfa8dfaaf49703eb5c3237b5cae6201b8755e4d
Author: Tormod Volden <debian.tormod at gmail.com>
Date:   Tue May 12 09:32:11 2009 +0200

    radeon: avoid segfault in radeon_update_renderbuffers() if using DRI1
    
    Basically the same as 43d9020ff1e975e7f4f9480d9ef24f0b9fb2141f for intel. Bug 21688.
    
    Signed-off-by: Tormod Volden <debian.tormod at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7cb125b2d9e9c7b1ad89b988fa3bf53ead9eb0c
Merge: 783e43064b64feb87e0457f96c2275160389f84c f104e4d666dfccda6f5ad817693216733ddede44
Author: Brian Paul <brianp at vmware.com>
Date:   Mon May 11 16:27:50 2009 -0600

    Merge branch 'mesa_7_5_branch'
    
    Conflicts:
    
    	Makefile
    	src/mesa/main/version.h

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=783e43064b64feb87e0457f96c2275160389f84c
Author: Joakim Sindholt <opensource at zhasha.com>
Date:   Mon May 11 21:44:49 2009 +0200

    r300-gallium: unbreak build

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=64f60bc04666dbe2b53c951a2fbab06e2628ee1b
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 11 10:09:59 2009 -0700

    r300-gallium: Setup surface in r300_surface_copy.
    
    I haven't tested, but this may unbreak surface copies.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b315ec43eed981b867bc3af16d0e6dc4d050e9ae
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 11 10:07:40 2009 -0700

    r300-gallium: Cleanup some compile warnings.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9f8b7f1b9fee80fd705864d047cc017059143f8
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 11 09:57:57 2009 -0700

    r300-gallium: Cleanup PSC for HW TCL.
    
    Still dies in assert, but at least it's not my assert anymore. :3

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f38a02212fef426dd3f86e5d0f52126e4132a003
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 11 09:55:28 2009 -0700

    radeon-gallium: Forgot a typedef.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e22bd8460ebbb2dd85417d8e5e670fa651d0da9
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 11 09:04:15 2009 -0700

    radeon-gallium: Support new info ioctls in addition to classic getparams.
    
    This makes non-hybrid kernels like newttm from drm-next-radeon work
    while avoiding breakage with Fedora/Ubuntu/etc.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c3d7353d7b46f5ce2b411f08f9e4c158f1610e0
Author: Brian Paul <brianp at vmware.com>
Date:   Mon May 11 10:02:18 2009 -0600

    mesa: updated comments for _mesa_generate_mipmap()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6697311b21a65dbea9236413a3afc759a592afd7
Author: Brian Paul <brianp at vmware.com>
Date:   Mon May 11 09:39:52 2009 -0600

    i965: handle extended swizzle terms (0,1) in get_src_reg()
    
    Fixes failed assertion in progs/glsl/twoside.c (but still wrong rendering).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c2fe42dedcd9f437f2b3fae92963d4c4c56fe03
Author: Brian Paul <brianp at vmware.com>
Date:   Mon May 11 09:38:32 2009 -0600

    mesa: better handling/printing of driver-specific opcodes, register files
    
    Drivers such as i965 define extra instruction opcodes and register files.
    Improve the program printing code to handle those opcodes/files better.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=98bb5c610dc68d8e9a185216ce9d2dc6d278c114
Author: Joel Bosveld <joel.bosveld at gmail.com>
Date:   Sun May 10 18:26:40 2009 +0200

    radeon: add support for new dri2 interfaces & fix single buffer rendering

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=221b30d595ab2f97fd0518c761615dd28f3ef5ca
Merge: 13e0ff0df1bb75993bded7b248dd37f58fbfd22c 53c2cc8fefa07723fc456d94eda292e201c41dae
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Sun May 10 16:57:22 2009 +0200

    Merge commit 'origin/master' into radeon-rewrite
    
    Conflicts:
    	src/mesa/drivers/dri/r200/r200_state.c
    	src/mesa/drivers/dri/r300/r300_context.h
    	src/mesa/drivers/dri/r300/r300_fragprog.c
    	src/mesa/drivers/dri/r300/r300_state.c
    	src/mesa/drivers/dri/r300/r300_texmem.c
    	src/mesa/drivers/dri/r300/r300_texstate.c
    	src/mesa/drivers/dri/r300/r500_fragprog.c
    	src/mesa/drivers/dri/radeon/radeon_screen.c
    	src/mesa/drivers/dri/radeon/radeon_state.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=13e0ff0df1bb75993bded7b248dd37f58fbfd22c
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Sat May 9 12:56:27 2009 +0200

    radeon: don't include cs uncondionaly

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=53c2cc8fefa07723fc456d94eda292e201c41dae
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat May 9 00:43:05 2009 -0700

    radeon-gallium: Clean up some of the BO counting logic.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a738d2b4c2979d7d54064f2ad08da401b28a473b
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat May 9 00:38:07 2009 -0700

    r300-gallium: vs: Make imms work, cleanup some of the switches.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4c5bf31a743bc53a9dbdef7807928dacae7958a
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sat May 9 00:28:49 2009 -0700

    r300-gallium: Start VS dumper.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e347a0f49bd737f1a219fe8001c8ddb4f8c3d85
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May 8 22:54:52 2009 -0700

    r300-gallium: vs: Add SLT, clean up MAX.
    
    This should be all the opcodes for basic TCL.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b1077714889a5c331c0e208f36233767d39d875
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May 8 22:52:32 2009 -0700

    r300-gallium: vs: Add MAX.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e669ce01d4ee1e785671c811140e4e95e9a7548e
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May 8 22:46:12 2009 -0700

    r300-gallium: vs: Add scalar setup, RSQ.
    
    Icky icky icky icky. Icky icky, icky icky. Icky.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6d2b4a495affbaf0fbc53cf54159a7b2b4f6085
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May 8 22:45:56 2009 -0700

    r300-gallium: vs: Add writemasks.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce758a21b9984cce14db4234fbe353d06a3a2d32
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May 8 22:05:18 2009 -0700

    r300-gallium: Fix bad cast. Space accounting completely works now.
    
    Boy, is my face red. :C

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b26c2bbaefe3608b96d9351c0f2eac80274891c
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May 8 19:40:38 2009 -0700

    r300-gallium, radeon: BO handling fixes, some useful asserts.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bed917641cfde06b9ff609760ba20b498a65cefa
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May 8 17:09:32 2009 -0700

    radeon-gallium: Shut up Valgrind.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd59933d9f70c6acea63013f1b773b545026bf81
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May 8 16:50:42 2009 -0700

    r300-gallium, radeon: A couple cleanups.
    
    Trying to track down goddamn bugs. :C

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4816764777485b46f360eb6f86dea243d1809221
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May 8 15:28:09 2009 -0700

    r300-gallium: Finish space accounting.
    
    Still broken...

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2dcebd2e6b2af6269a5ece6d6ced73ec8bb4a47
Author: Richard Li <RichardZ.Li at amd.com>
Date:   Fri May 8 19:23:45 2009 -0400

    R6xx/R7xx: WIP r6xx-rewrite code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d112207716774b32c0cc846304c2c50bf40e812
Author: Robert Ellison <papillo at vmware.com>
Date:   Fri May 8 14:51:11 2009 -0600

    i965: improve debug logging
    
    Looking for memory leaks that were causing crashes in my environment
    in a situation where valgrind would not work, I ended up improving
    the i965 debug traces so I could better see where the memory was
    being allocated and where it was going, in the regions and miptrees
    code, and in the state caches.  These traces were specific enough
    that external scripts could determine what elements were not being
    released, and where the memory leaks were.
    
    I also ended up creating my own backtrace code in intel_regions.c,
    to determine exactly where regions were being allocated and for what,
    since valgrind wasn't working.  Because it was useful, I left it in,
    but disabled and compiled out.  It can be activated by changing a flag
    at the top of the file.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc6d89145df6fc7a1c2ce648b474c3f203ca87c7
Author: Robert Ellison <papillo at vmware.com>
Date:   Fri May 8 14:42:47 2009 -0600

    i965: fix memory leak in context/renderbuffer region management
    
    A temporary change to the intelMakeCurrent() function to make
    it work with frame buffer objects causes the static regions
    associated with the context (the front_region, back_region,
    and depth_region) to take on an additional reference, with
    no corresponding release.  This causes a memory leak if a
    program repeatedly creates and destroys contexts.
    
    The fix is the corresponding hack, to unreference these
    regions when the context is deleted, but only if the
    framebuffer objects are still present and the same
    regions are still referenced within.
    
    Both sets of code have comment blocks referring to each
    other.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=44a4abfd4f8695809eaec07df8eeb191d6e017d7
Author: Robert Ellison <papillo at vmware.com>
Date:   Fri May 8 14:40:38 2009 -0600

    i965: fix segfault on low memory conditions
    
    When out of memory (in at least one case, triggered by a longrunning
    memory leak), this code will segfault and crash.  By checking for the
    out-of-memory condition, the system can continue, and will report
    the out-of-memory error later, a much preferable outcome.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c230767d6956b63a2b101acb48f98823bb5dd31a
Author: Robert Ellison <papillo at vmware.com>
Date:   Fri May 8 11:13:57 2009 -0600

    mesa: Fixed a texture memory leak
    
    The current texture for any particular texture unit is given an additional
    reference in update_texture_state(); but if the context is closed before
    that texture can be released (which is quite frequent in normal use, unless
    a program unbinds and deletes the texture and renders without it to force
    a call to update_texture_state(), the memory is lost.
    
    This affects general Mesa; but the i965 is particularly affected because
    it allocates a considerable amount of additional memory for each allocated
    texture.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d663ae2925ffadf419ddbea9eca8d5706ea6510
Author: Eric Anholt <eric at anholt.net>
Date:   Thu May 7 22:50:19 2009 -0700

    intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.
    
    In addition to being HW accelerated, it avoids the incorrect
    (black) rendering of the mipmaps that SW was doing in fbo-generatemipmap.
    Improves the performance of the mipmap generation and drawing in
    fbo-generatemipmap by 30%.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6e94f71c2bfc63497e2c8265179f19babe87688
Author: Eric Anholt <eric at anholt.net>
Date:   Fri May 8 12:46:18 2009 -0700

    intel: Put the constant texcoords used in metaops into a vbo.
    
    Make this be its own function for setup/teardown of the binding of these
    texcoords.  No performance difference in the engine demo (I just felt dirty
    not using a VBO for this), and I think it should be more resilient to
    interference from current GL state.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f09e5a5b637822b89ba19b2e306b83f8fc3809d0
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 8 13:48:41 2009 -0600

    i965: const qualifiers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e762395ef7e8c332c16fd0c11025cfa52763a45
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 8 14:34:43 2009 -0600

    mesa: raise MAX_VARYING (number of shader varying vars) to 16
    
    16 is the limit for now because of various 32-bit bitfields.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=17a354a119370df9196a010a31fc71cd8712ec46
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 8 14:34:15 2009 -0600

    mesa: assertions to check for too many vertex outputs or fragment inputs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc58fbcf2c5c88f406818db60910f537e03610d6
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 8 14:32:19 2009 -0600

    glsl: check number of varying variables against the limit
    
    Link fails if too many varying vars.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=87fbc9a14ed2bdd24d84c38431abbf7b0c275998
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 8 12:44:38 2009 -0600

    mesa: issue warning for out of bounds array indexes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2cf522de09bc4afa18ef8d98db69973ee489d58
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 8 12:43:58 2009 -0600

    i965: don't use GRF regs 126,127 for WM programs
    
    They seem to be used for something else and using them for shader temps
    seems to lead to GPU lock-ups.
    Call _mesa_warning() when we run out of temps.
    Also, clean up some debug code.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=40cba5489d963d4903d9c2385775f880824310da
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 8 12:18:44 2009 -0600

    glsl: set vertex/fragment program Ids to aid with debugging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccaa6463a7a327bb5fe122af41ea77e158439cce
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 8 12:17:11 2009 -0600

    mesa: more shader debug code (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a67c29a268bdfecb910b929e05c0ea02c720caa6
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Fri May 8 16:40:21 2009 +0200

    radeon: IRQ always enabled in DRI2 path no need to query kernel for it

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5c2ad8514ce8064d83febf647c9e726788b7924
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu May 7 19:48:06 2009 +0100

    mesa/st: keep surface_copy arguments positive
    
    The src/dest x,y, and w,h arguments of the pipe->surface_copy
    function are unsigned and the drivers aren't expecting negative
    (or extremly-large unsigned) values as inputs.  Trim the requests
    at the state-tracker level before passing down.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6826bad6a75e78729dd472ea26c87787c90ada4c
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu May 7 19:27:30 2009 +0100

    mesa/st: remove redundant call to st_finish in CopyTexSubImage
    
    Rendering should already have been flushed, any synchronization will
    be done by the driver or memory manager.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=626b6f37eaf81eeb0eb069f18c98c6ffa463647e
Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu May 7 18:21:56 2009 +0100

    wgl: Export pixelformats with accumulation bits.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=01280cff537544299fe0c5f1a282abde8e69b1f3
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu May 7 11:46:08 2009 +0100

    mesa/st: cope with non-ibo index data in st_draw_feedback.c
    
    Previously only non-indexed or indicies-in-a-vbo cases were handled in
    this code.  This change adds the missing regular indices-in-memory
    case.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a333c64faf78dd39f07574bb94f62ba48995e7d
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu May 7 09:24:37 2009 +0100

    util/upload: catch failures to map_range and return error
    
    Caller may be able to do something about this - eg flush and retry.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f5181021e50e830bc4a88cfd3f5249ad962619b
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu May 7 08:00:42 2009 +0100

    scons: mingw is broken with -O1 and higher

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=48c7aa2648877efab4aac45b50ee2a4c79178536
Author: Keith Whitwell <keithw at vmware.com>
Date:   Wed May 6 20:41:17 2009 +0100

    stw: fix potential uninitialized use of curctx

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=26ffd445861f405e295644df1cbac29458a6054f
Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed May 6 19:58:08 2009 +0100

    wgl: Enforce a minimum 1x1 framebuffer size.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a43ea4946bc5965267f9b689378697fcab020c6
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri May 1 18:53:51 2009 +0100

    wgl: Add assertion for missing function.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=082a086e9dffb78b73269ac3524f899e9f780ef9
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri May 1 18:53:17 2009 +0100

    wgl: Remove unused variable.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b25168c34c60760a33ca9e8336ac76cf1219f143
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri May 1 18:52:54 2009 +0100

    mesa: Make _mesa_share_state thread safe.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=25a4156a8b0bc59f7d3f077526b7e3e350b072ea
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri May 1 18:49:22 2009 +0100

    wgl: Implement ShareLists.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7bb95bf142ac9727a4223639742a8524f9c724b
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Tue May 5 14:45:51 2009 +0200

    r300: add missing texture format
    
    Fixes piglit/texdepth

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc8c7177592fc804f00409d53049af8e6b55f331
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat May 2 19:34:57 2009 +0200

    r300: moar cleanup
    
    - remove unused r300UpdateClipPlanes function
    - move reg definition to r300_reg.h
    - remove incorrect forward definition of tnl_UpdateFixedFunctionProgram and add proper #include
    - remove unreachable code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=14365aa0ef278ac6e04a8c6e6d37e6625b0a309a
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat May 2 17:37:20 2009 +0200

    r300: fix compiler warnings

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=71b1c92405de2848de4b7effdbc236da1a4815bd
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri May 8 09:22:16 2009 +1000

    nouveau: respect GALLIUM_STATE_TRACKERS_DIRS

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e02fa45320c724c69839dae5aaa47034eae5125
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri May 8 09:11:17 2009 +1000

    nouveau: remove dri1 code now we're using the dri state tracker

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7f2b7e93609836260ca7eef635776073b8f7069
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri May 8 09:04:10 2009 +1000

    nouveau: use dri state tracker for dri1

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa95ecb467d656e293a12c089b3e85fcbbadb848
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 7 14:33:18 2009 -0600

    mesa: make the array object save/remove functions static

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=32b851c80792623195069d7a41a5808cff3b2f6f
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 7 14:26:17 2009 -0600

    mesa: clean-up vertex array object VBO unbinding and delete/refcounting
    
    Don't really delete vertex array objects until the refcount hits zero.
    At that time, unbind any pointers to VBOs.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=56cfa4de9150514af46d040c3cdb24def301b3a1
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 7 14:15:24 2009 -0600

    demos: delete vertex array objects upon exit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1030bf0ded2a88a5e27f7a4d393c11cfde3d3c5a
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 7 13:52:26 2009 -0600

    mesa: reference counting for gl_array_object
    
    Every kind of object that can be shared by multiple contexts should be
    refcounted.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bb6684799f00fabc313ee50be671454e498d8a9
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 7 13:36:20 2009 -0600

    mesa: array object comments

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f6b704f9796775d8d9937c3cf75a2901b99b896
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 7 13:30:39 2009 -0600

    mesa: move the NullBufferObj from GLcontext to gl_shared_state
    
    Since shared array objects may point to the null/default buffer object,
    the null/default buffer object should be part of the shared state.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=105c8529e78db961fee832b6248c3bcf59668bad
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 7 13:10:48 2009 -0600

    mesa: fix comments, s/texture/buffer/

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f37cccde3c2f4d63ba45be5b50b2358eb8ef98b4
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 7 11:01:02 2009 -0600

    vbo: in glDraw[Range]Element() code, check for out of bounds indexes
    
    No-op the bad drawing command rather than go out of bounds and render
    garbage.  Print a warning to alert the developer to the bad drawing call.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6359ecebec860963886801656ab4e01c4e9ff988
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 15:39:51 2009 -0600

    mesa: remove unused gl_buffer_object::OnCard field

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcca97a3e3c1d8f5d27e1177257964eddb9effd3
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 15:23:09 2009 -0600

    mesa: added gl_buffer_object::Written flag (for debug purposes)
    
    The flag is set when we data has been written into the buffer object.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9d0f947f2bcc47047b162e3d7c8f91b6153e02c
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 15:17:25 2009 -0600

    mesa: Compute gl_client_array->_MaxElement during array validation
    
    Used to be done in the glVertex/Normal/Color/etc/Pointer() calls but
    if the VBO was reallocated the size could change.
    New _NEW_BUFFER_OBJECT state flag.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=800b14cd378ed708a29230d92031ac7b6ad6a286
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 15:12:01 2009 -0600

    mesa: GLvector4f:: flags is a GLbitfield, update comments too.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f75c2daeae71985ec3b9fd8f1431aa33ae35d1e
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 15:09:18 2009 -0600

    mesa: add storage_count field to GLvector4f.  Useful for debugging.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=828aa76f360c96adea1725380c397d04690bfd04
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 13:02:38 2009 -0600

    mesa: use array->BufferObj instead of ctx->Array.ArrayBufferObj
    
    No difference, but a little more understandable.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0077c879b57f663c038becdde37b2f6671f59150
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 13:00:35 2009 -0600

    mesa: added _ElementSize field to gl_client_array
    
    Will be handy for bounds checking later...

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6c8e900af981e011e51268a2724e5ff4a3ff1eb
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 12:56:15 2009 -0600

    mesa: use local var to make code a bit more concise

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b102c1d8f9ea359879e6c1c4fd8c80c00d21cad5
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 12:48:21 2009 -0600

    mesa: fix/add comments

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e3bd457e8cf106391f4418d910b8267b4b0de2c
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 10:54:34 2009 -0600

    mesa: use _mesa_sizeof_type() in vbo split code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3acdab82cba03ea2a0dfaa3d7d5d940f1e94a374
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 10:36:33 2009 -0600

    mesa: vbo code reformatting, clean-up, comments

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=87ba2285fe11dfe068798e5f8ea8e089a5d8b28b
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 09:56:26 2009 -0600

    mesa: add GL_DOUBLE case in _mesa_sizeof_type()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2369f14245222a9c073846baa1bb03e23aa37c15
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 09:51:56 2009 -0600

    mesa: in vbo split code, map buffers read-only, not write-only
    
    And use GL_ELEMENT_ARRAY_BUFFER where appropriate.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=74bec42b45910e2ff6bf1a8cc0eeb2bc5c705767
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 09:01:47 2009 -0600

    mesa: limit number of error raised by invalid GL_TEXTURE_MAX_ANISOTROPY_EXT

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad32489987f3f65d37aee76083f466d674ada0c5
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 09:45:24 2009 -0600

     tnl: added some clip debug/print code (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=424507953ca9d41e0dbfcc0399f50315b5671776
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 5 11:11:25 2009 -0600

    mesa: reformatting, updated comments, const-correctness

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=134ac52decf020e6ffb2da8d641cdb3cda9ac0f2
Author: Brian Paul <brianp at vmware.com>
Date:   Mon May 4 18:22:19 2009 -0600

    tnl: replace 0x3f with CILP_FRUSTUM_BITS

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f56893ea173454ed5367eafb038fa4905f9ebce3
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 08:16:42 2009 -0600

    i965: relAddr local var (to make debug/test a little easier)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a4890dac783cba7572e8146b455f234144f3866
Merge: 3d048e57504c63999aeaaf5a65e8e493e6a67ff7 6a3004b9ae58dafd1ce995df78b0f3183827a59d
Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 7 09:46:53 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d048e57504c63999aeaaf5a65e8e493e6a67ff7
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 6 21:44:13 2009 -0700

    i965: Remove bad constant buffer constant-reg-already-loaded optimization.
    
    Thanks to branching, the state of c->current_const[i].index at the point
    of emitting constant loads for this instruction may not match the actual
    constant currently loaded in the reg at runtime.  Fixes a regression in my
    GLSL program for idr's class since b58b3a786aa38dcc9d72144c2cc691151e46e3d5.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=156a79f5bd7b3e79f219adf4619ec449a7c0ed1c
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 6 13:58:57 2009 -0700

    intel: Unmap buffers if needed at DeleteBuffer time.
    
    This fixes a crash in glean's pbo test, which tripped over the assert when a
    context was destroyed while a buffer was still mapped (Mesa doesn't call
    UnmapBuffer in that case).  Regression in
    c6bde8873fbda6d8467600b7491d8543c75b0509

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cfc3ac8d6e3024d1284cfc3f50f695b6b8008c5f
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Wed May 6 14:44:16 2009 -0400

    When clearing the stencil buffer, don't use a two-sided stencil
    
    In radeon_clear_tris(), when clearing the stencil buffer,
    pass GL_FRONT_AND_BACK to _mesa_StencilFuncSeparate(), to avoid
    triggering a software fallback on r300 and below.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=21601

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=58544a28ad561d7d9e16deb048443c2d2b5c12d8
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 12:38:11 2009 -0600

    mesa: remove unnecessary buffer size check

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb1fb2a5444c6b7d83ccb47949f60ed9fb4f0f93
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 12:37:10 2009 -0600

    mesa: code consolidation in glDraw[Range]Elements() validation

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=88af3f8783452dcf50a9e2e82076f52b2044f643
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 12:27:38 2009 -0600

    mesa: new comments, minor reformatting

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a13df193c23f9202ade6f16643e3ef529cff772b
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 12:23:28 2009 -0600

    mesa: use elementBuf local var instead of ctx->Array.ElementArrayBufferObj
    
    Makes no real difference, but more consistant.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f831d2d41b5551abcf61f19880bc96779c5efd51
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 6 10:51:58 2009 -0700

    i965: Remove the forced lack of caching for renderbuffer surface state.
    
    This snuck in with the multi-draw-buffers commit, and is a major penalty
    to performance.  It doesn't appear to be required, as the only dependency
    the surface BO has is on the state key (and if there's some other dependency,
    it should just be in the key).
    
    This brings openarena performance up to almost 2% faster than Mesa 7.4.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cb87840ff7c99654a89f45c6a5a2a026a587a2f
Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 6 07:58:40 2009 -0700

    i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.
    
    This was a leftover from the brw_wm_constant_buffer change.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b678af7967bb88044c5fe437e050472fa03eaca
Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 6 08:45:55 2009 -0600

    mesa: be smarter about allocating vert/frag program constants
    
    Try to re-use constants/literals more often to make best use of the
    constant buffer space.
    
    See bug 21354.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=71fb9d62ece0177183efd5bb955d1f3292cb4376
Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 5 17:16:15 2009 -0700

    i965: Split WM constant buffer update from other WM surfaces.
    
    This can avoid re-uploading constant data when it isn't necessary, and is
    a step towards not updating other surfaces just because constants change.
    It also brings the upload of the constant buffer next to the creation.
    
    This brings openarena performance up another 4%, to 91% of the Mesa 7.4 branch.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9490d86808300e5819941a40784e272c290e05ee
Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 5 14:05:54 2009 -0700

    i965: Disentangle VS constant surface state from WM surface state.
    
    Also, only create VS surface state if there's a VS constant buffer to be
    uploaded, and set the contents of the buffer at the same time as creation.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d277547dc69c9004097afdc2ca56a7aed85c6f54
Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 5 13:07:33 2009 -0700

    i965: Don't create constant buffers if they won't be used.
    
    Really, the creation and upload of constants should be in the same place,
    since they should only happen together, and a state flag should be
    triggered by them so that we don't thrash state around so much for just
    updating constants.  But this still recovers openarena performance by
    another 19%, leaving us 16% behind Mesa 7.4 branch.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f65fea95e56fe0dee91ba726358896c9899780a
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed May 6 14:43:07 2009 +1000

    radeon: hopefully fixup radeon cube state emission for kms

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7f62e54055c7b8afaf0683944a4ba907b96d6ec
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed May 6 14:06:13 2009 +1000

    r100/r200: try and allocate miptree correct for hw.
    
    This doesn't make things worse but according to sroland it
    is how the GPU hw expects things on the r100/r200

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=acf086ebfa95b77bb221c15acf6776439063c0b7
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed May 6 13:34:34 2009 +1000

    r200: fix cubic emission.
    
    Still doesn't fix cubemaps, I really missed the whole drmsupports
    thing when testing this all originally

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=51325f44d1e7e62b47795a79f8038d10dc5bc30b
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 5 16:29:04 2009 -0600

    mesa: only use fallback texture when using shaders, not fixed-function (take two)
    
    The semantics are a little different for shaders vs. fixed-function when
    trying to use an incomplete texture.  The fallback texture returning
    (0,0,0,1) should only be used with shaders.  For fixed function, the texture
    unit is truly disabled/ignored.
    
    Fixes glean fbo test regression.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=823815a48556940cc27867717658afda93733ce8
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 5 16:30:30 2009 -0600

    Revert "mesa: only use fallback texture when using shaders, not fixed-function"
    
    This reverts commit a0edbfb28fb2e670c657d52190a7e8b1ccf4f46e.
    
    This patch didn't completely fix the problem.  The next patch will.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0edbfb28fb2e670c657d52190a7e8b1ccf4f46e
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 5 16:29:04 2009 -0600

    mesa: only use fallback texture when using shaders, not fixed-function
    
    The semantics are a little different for shaders vs. fixed-function when
    trying to use an incomplete texture.  The fallback texture returning
    (0,0,0,1) should only be used with shaders.
    
    Fixes glean fbo test regression.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=01e16befd4809e3e93ee7855a4a5d7df9fe010d9
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 5 16:21:20 2009 -0600

    mesa: only use fallback texture when using shaders, not fixed-function
    
    The semantics are a little different for shaders vs. fixed-function when
    trying to use an incomplete texture.  The fallback texture returning
    (0,0,0,1) should only be used with shaders.
    
    Fixes glean fbo test regression.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0d3761c167c2d952e92c46cf3a0e26461985ada
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 5 16:17:55 2009 -0600

    mesa: minor simplification in enable_texture(), updated comments

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f8381724e81b594d6f11bb2d59964fbdbf22e90
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue May 5 21:01:36 2009 +0200

    r200: fix some cube map issues
    
    remove the r100-ism of swapping cube faces which doesn't apply to r200,
    and also use precalculated offsets.
    Note that cube textures will still not work on r100 and r200 since mipmap
    layout is level-first order (for r300) whereas r100/r200 require
    face-first (and possibly also 2k alignment for face at least with tiling).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3503af07c4b7624252890e229cb6efd0ede2b7d6
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue May 5 20:17:37 2009 +0200

    r200: fix another section size mismatch

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3fc832ac79d89486559c018267ae846a7eff832
Merge: 95b7771ea705b71bbd8185cd8e39b546e18e09a9 79ada8c6331a801a0475f38a540670b14e168f19
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 5 10:13:13 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=95b7771ea705b71bbd8185cd8e39b546e18e09a9
Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 5 09:39:39 2009 -0600

    gallium: remove redundant cube face #defines

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2577937b61c2f182d905010ace960ef95c1a026
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue May 5 17:45:50 2009 +0200

    r200: fix CS section size mismatch (bug 21565)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=077c904b76542dbe01b20386733d3e9e8a49da0b
Author: Keith Whitwell <keithw at vmware.com>
Date:   Tue May 5 13:00:44 2009 +0100

    progs/trivial: add test for vertex program invarient transform

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=113403ef51e2ec764db061aabf569d6f1a1a3ef0
Author: Keith Whitwell <keithw at vmware.com>
Date:   Tue May 5 12:12:28 2009 +0100

    mesa: more complete fix for transform_invarient glitches
    
    Add a new flag mvp_with_dp4 in the context, and use that to switch
    both ffvertex.c and programopt.c vertex transformation code to
    either DP4 or MUL/MAD implementations.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=22b417b75ce0e6658a5d1e0e80cb6c3fdf631774
Author: Keith Whitwell <keithw at vmware.com>
Date:   Fri May 1 18:20:42 2009 +0100

    mesa/main: set PREFER_DP4 to match position_invarient code
    
    This is a quick fix for z fighting in quake4 caused by the mismatch
    between vertex transformation here and in the position_invarient code.
    Full fix would be to make this driver-tunable and adjust both
    position_invarient and ffvertex_prog.c code to respect driver
    preferences.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6bfb4c55963937f715a5e6a806be23e940b30d3
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri May 1 16:30:08 2009 +0100

    wgl: Implemente SwapLayerBuffers.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9fb90ab8889136f788a3d9dc395b0f4d46cfdcc
Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri May 1 16:12:17 2009 +0100

    scons: Don't use deprecated Options.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3537c3420d0887ed22565b9e4469952b99f1b76f
Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Apr 30 13:10:58 2009 +0100

    util: Limit the stack walk to avoid referencing undefined memory.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b865501bda8f2f99bfa8ee365aa4a3da64291e6e
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Apr 30 13:09:34 2009 +0100

    gallium/tgsi: hack around linker/archiver breakage
    
    Add a dummy function which exists only so that tgsi_text_translate()
    doesn't get magic-ed out of the libtgsi.a archive by the build system.
    Don't remove unless you know this has been fixed - check on
    mingw/scons builds as well.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f2569a1b997cf7577dc2d44e3670d0c55de905c
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Apr 30 12:35:59 2009 +0100

    progs/trivial: add vbo-noninterleaved test

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b89c35c9f6557a160c8fc0c97a110d3afe4c82f
Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Apr 30 12:24:08 2009 +0100

    wgl: Include alpha bits in pixel format's cColorBits field.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6b3c2f34b5fdc30e679068d4e6130ba30efc1e4
Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Apr 30 10:59:19 2009 +0100

    gallium/draw: cope with unused vertex_elements

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d548bd069220677b12630cbab6f8c228e3d3a6b
Author: Keith Whitwell <keithw at vmware.com>
Date:   Wed Apr 29 14:21:41 2009 +0100

    trivial: add line-flat.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccec9f76d5ed032b627f5893f733ea0576311d51
Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Apr 28 19:46:56 2009 +0100

    wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a47f15ba1da4c7f8649d7064dfc23cf571df705c
Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Apr 28 18:53:52 2009 +0100

    pb: Save the stack backtrace when creating/mapping a debug buffer.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fd6f296f8d3416472ec83374d459ecb12db60f4
Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Apr 28 17:07:01 2009 +0100

    pb: Dump the fenced buffer sizes.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8edb50ff1e87f9bb00ceeaa2fe13df212a91eb11
Author: Stephane Marchesin <marchesin at icps.u-strasbg.fr>
Date:   Tue May 5 12:03:38 2009 +0200

    nv04: small fix again

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=39ebeead56bddfd339b6b6b31dd1b52d96859d65
Author: Stephane Marchesin <marchesin at icps.u-strasbg.fr>
Date:   Tue May 5 11:29:58 2009 +0200

    Fix an nv04 bug (thanks Mhopf).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f616995e5ed56745c4470b2ca5aeeb8d89a8c9db
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue May 5 10:51:44 2009 +1000

    radeon/r200: enable all the optional drm support bits

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f95c0c06c0970d9a7700c7c8cea6396982b4b0dc
Author: Brian Paul <brianp at vmware.com>
Date:   Mon May 4 11:14:35 2009 -0600

    mesa: also print program params/constants when dumping shaders to disk

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27dbdb1684af42ce3e7962111fa0726cf7ba28d1
Author: Brian Paul <brianp at vmware.com>
Date:   Mon May 4 11:13:35 2009 -0600

    mesa: remove some unfinished/devel code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b22615c2c860968a027c04519e25864ae69f6cd
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat May 2 17:27:03 2009 +0200

    r300: set proper texture row alignment for IGP chips
    
    Looks like r400 based IGP chips require 64 byte alignment

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=986d4a9ec60ee52067b2d6f81c05f8ec3b8dc8b1
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 17:52:23 2009 -0600

    draw: added some inf/nan debug code (disabled)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=08bc3d175069988dd41433fdb7362863bcf67573
Author: Brian Paul <brianp at vmware.com>
Date:   Thu Apr 23 10:24:19 2009 -0600

    gallium/glx: say we're direct rendering

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=62043b27575c378c027251316421e4699f461108
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 18:31:04 2009 -0600

    mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
    
    Since GL_READ_BUFFER is historically part of the gl_pixel_attrib group
    it made sense to signal changes with _NEW_PIXEL.  But now with FBOs it's
    also part of the framebuffer state.
    
    Now _NEW_PIXEL strictly indicates pixels transfer state changes.
    
    This change avoids framebuffer state validation when any random bit of
    pixel-transfer state is set.
    
    DRI drivers updated too:  don't check _NEW_COLOR when updating framebuffer
    state.  I think that was just copied from the Xlib driver because we care
    about dither enable/disable state there.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7ef5b76d6889c4a6614eddea0c021c83f6a8703
Merge: 602833b107cdf3d70117dbd0970c7d574fb55f3b 0a56a4968786bd93d9117af2a0a3bda13ea71c4d
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 18:21:02 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54324d9e0c6956bdc7bc9b0620fe53c8e6b66a04
Author: Zack Rusin <zackr at vmware.com>
Date:   Fri May 1 19:08:32 2009 -0400

    vg: remove a silly demo and add a bit better one

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=602833b107cdf3d70117dbd0970c7d574fb55f3b
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 16:44:04 2009 -0600

    st: if st_swapbuffers() is called for single-buffered visual don't crash
    
    Furthermore, return pointer(s) to the front color buffer(s).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b57b6c2d2c83aee96f945ce3385a1ab8337335cb
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 12:28:57 2009 -0600

    xlib winsys: use new st_swapbuffers() function
    
    The front/back buffer pointers are truly swapped (when there is an actual
    front buffer).
    
    This fixes some issues seen with apps/tests that draw to both the front
    and back color buffers.  The true swap allows us to avoid the (potentially)
    slow surface_copy() call in update_framebuffer_state() and is cleaner
    overall.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f52a853f795d7432b181de81da6f0c4cf1cc202
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 12:48:46 2009 -0600

    st: when creating an on-demand front color buffer, init to back buffer image
    
    When we create a new front color buffer (user called glDrawBuffer(GL_FRONT))
    initialize it to the contents of the back buffer.  Any previous call to
    SwapBuffers() would have done that in effect, so make it reality.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b85b315ebbe25efbd118887bdc87a562d4334fcc
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 12:25:42 2009 -0600

    st: added st_renderbuffer::defined flag
    
    Indicates whether there's defined image contents, or garbage/don't care.
    This is set when we draw into a renderbuffer and cleared when we resize/
    reallocate a renderbuffer or do a buffer swap (back buffer becomes undefined).
    
    We use this to determine whether the front color buffer has been drawn to,
    and whether to display its contents upon glFlush/Finish(), when the new
    st_swapbuffers() function is used.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=30b3d800917cc5b41ec508fd38a0ae1da8624a36
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 12:12:43 2009 -0600

    mesa: fix comment

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06cd826fcba7bde168a85444a95de589ff5b6f2e
Merge: 3534539557350f4a63c6e8b3a48fbc8cacffe199 36edcebb9012f530a9288956a7fd3b21f9bb8aed
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 11:57:00 2009 -0600

    Merge branch 'mesa_7_5_branch'

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6318ba8a856c5a61c402fce43c3fa56c414064a
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 11:37:09 2009 -0600

    docs: asst updates to openvg.html

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3534539557350f4a63c6e8b3a48fbc8cacffe199
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 10:50:04 2009 -0600

    set: new st_swapbuffers() which does a true front/back buffer swap
    
    The pointers to the front/back renderbuffers are exchanged.
    This new function isn't actually used yet...

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=544dd4b11f7be76bb00fe29a60eaf2772dcc69ca
Author: Zack Rusin <zackr at vmware.com>
Date:   Fri May 1 12:41:38 2009 -0400

    OpenVG 1.0 State Tracker
    
    Import of the OpenVG 1.0 state tracker for Gallium.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbceedd2dee967b426ee187205941c6506769ea5
Author: Zack Rusin <zackr at vmware.com>
Date:   Fri May 1 12:50:38 2009 -0400

    actually add debug to the debug config

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=293f576db7cf3f411c2eeb0a72232d25b631dcd1
Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Mar 24 19:18:06 2009 +0000

    egl_xlib: Pass RTLD_LAZY to dlopen.
    
    dlopen manpage mandates that either RTLD_LAZY or RTLD_NOW flags must be
    passed. Not doing so was causing a NULL return on debian unstable x86-64.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2085cf24628be7cd297ab0f9ef5ce02bd5a006e2
Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Apr 28 10:08:57 2009 -0700

    Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering
    
    For non-stereo visuals, which is all we support, we treat
    GL_FRONT_LEFT as GL_FRONT.  However, they are technically different,
    and they have different enum values.  Test for either one to determine
    if we're in front-buffer rendering mode.
    
    This fix was suggested by Pierre Willenbrock.
    
    Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd6734288ddc15a778def9578e128184b3f6bdea
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 10:15:21 2009 -0600

    st: when double buffered, only create front color buffer on demand
    
    Before we always created the front color buffer, even if was never used.
    This can save some memory.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9196c1fa39dd566c5d7ab340e353b77714edb5f
Merge: 3f25219c7bf0f090502489928f0f018e62c4f6cf dca190e9432d4ed122bdd534922d0c3d85791c6a
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 09:37:14 2009 -0600

    Merge branch 'const-buffer-changes'
    
    Conflicts:
    
    	src/mesa/drivers/dri/i965/brw_curbe.c
    	src/mesa/drivers/dri/i965/brw_vs_emit.c
    	src/mesa/drivers/dri/i965/brw_wm_glsl.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f25219c7bf0f090502489928f0f018e62c4f6cf
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 09:30:32 2009 -0600

    mesa: create/use a fallback texture when bound texture is incomplete
    
    When a GLSL sampler reads from an incomplete texture it should
    return (0,0,0,1).  Instead of jumping through hoops in all the drivers
    to make this happen, just create/install a fallback texture with those
    texel values.
    
    Fixes piglit/fp-incomplete-tex on i965 and more importantly, fixes some
    GPU lockups when trying to sample from missing surfaces.  If a binding
    table entry is NULL, it seems that sampling sometimes works, but not
    always (lockup).
    
    Todo: create a fallback texture for each type of texture target?

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ca04273387fb1af1b67d1359f2b0da4874a0e4c
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 09:24:19 2009 -0600

    docs: initial 7.6 release notes page

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=666e5bf4a6728484b4bc0c7e2583f141f1f2b2b7
Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 1 09:22:20 2009 -0600

    mesa: bump version to 7.6 (devel)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dca190e9432d4ed122bdd534922d0c3d85791c6a
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 29 11:52:06 2009 -0600

    mesa: added _mesa_check_soa_dependencies() function
    
    This function will check an instruction to see if there's data dependencies
    between the dst and src registers if executed in an SOA manner.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=55db6ce537f1fd9acf205400202abfcc3908d6c3
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Apr 28 12:50:38 2009 -0400

    R300: add quadpipe overrides
    
    RV410 SE chips only have 1 quadpipe.
    Also, handle other R300 chip with quadpipe override.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ca4f3c5dad94f8e07aa7d93c076d4bc0acee1f6
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Apr 28 15:44:10 2009 +1000

    radeno: cleanup the startup path further

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9d64873d771a0ac8a319f036d97d827fea934df
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Apr 28 15:35:52 2009 +1000

    radeon: further cleanup dri1 screen init

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7731d931650d721550bc558ad84b6e3060fa94b9
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Apr 28 15:27:31 2009 +1000

    r300: remove unused debugging in set tex buffer paths

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e7d603fae8cff2a80096936ad210cb26a3f5f0e
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Apr 28 15:26:24 2009 +1000

    radeon: remove kernel mm, dri2 path takes care of it

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce0d10dd6cd688d16e004c33ea4418cd7254a7f7
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Apr 27 16:25:34 2009 +0200

    r300: fix fragment program limits

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c6bffa7618494a465ecb6ab6103143c12abb0c4
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Apr 27 15:31:01 2009 +0200

    r300: fallback only if stencil test is enabled

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e33e28f52acca27a0cd594c6474fdea1b61fd615
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Mon Apr 27 14:53:20 2009 +0200

    r300: do front/back color selection in HW for software TCL path

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d83a709b94e72608a061449bc30edc8af7c9ecc
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 25 13:50:49 2009 +0200

    r300: fix valgrind warnings

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=78c0e6aefcef442f035494b6fc9f6b599fe75e7e
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 25 13:48:53 2009 +0200

    r300: fix point size clamping when point is not attenuated

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd4802176f7751e8c38c000687ff9cb9633649aa
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Apr 27 10:46:30 2009 -0600

    i965: #include prog_print.h to silence warning

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=777b9ff43e88e456d686208c83712f26aba2dd95
Author: Brian Paul <brianp at vmware.com>
Date:   Mon Apr 27 10:45:41 2009 -0600

    i965: only upload constant buffer data when we actually need the const buffer
    
    Make the use_const_buffer field per-program and only call the code which
    updates the constant buffer's data if the flag is set.
    
    This should undo the perf regression from 20f3497e4b6756e330f7b3f54e8acaa1d6c92052
    
    (cherry picked from master, commit dc9705d12d162ba6d087eb762e315de9f97bc456)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=033d1365e6fa6e57bc11b47831af0cb4b7ad2edf
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Apr 24 16:28:47 2009 +0200

    r300: fix performance regression
    
    This performance regression on non TCL hw was introduced by ed4c6cbe017b4e8bacb7e012d4baaf77a20a2c33.
    This patch depends on "r300: always route 4 texcoord components to RS" and "r300: add point attenuation stage for TCL fallbacks".

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f6b13be86884486baad1e7750511ce4a2eedde6
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Apr 24 16:52:33 2009 +0200

    r300: add point attenuation stage for TCL fallbacks

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d014d7d1bb33592f89fb08e8b656c27d67f9a3d3
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Apr 24 16:15:19 2009 +0200

    r300: always route 4 texcoord components to RS
    
    Routing <4 components may lead to lock up.
    
    Thanks to Alex Deucher for suggestion.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=22c0652c381e6773ff48e4c70ef5439a949919ae
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu Apr 23 16:12:09 2009 +0200

    r300: flush stdout to get consistent debugging info

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ff2dcbbdc74bf5e9650d4a94a253a0cab3e8863
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu Apr 23 16:08:48 2009 +0200

    r300: add atom print function for kernel mm path

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=25dd867c58e5008029dbb5277a82acbcc961a05a
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu Apr 23 15:41:08 2009 +0200

    r300: handle texcoords properly
    
    add 1D texture case and setup default Q value to 1.0

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=199710914ab15926d19c5a848453674715bce334
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu Apr 23 15:35:29 2009 +0200

    r300: remove unnecessary function calls
    
    ae_create_context is called by vbo_CreateContext
    ae_invalidate_state is called by vbo_InvalidateState

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=607c6cf1885c8f5fad7ff4a7baf919aa1d24050c
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Apr 19 21:25:01 2009 +0200

    r300: rename state
    
    According to r300_reg.h from radeon drm module 0x4f30 is ZB_ZMASK_OFFSET.
    Also cleanup as trailing whitespaces.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=931c89f6f6f1f8449ed9d7b41f84e6948774b368
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Apr 19 21:13:18 2009 +0200

    r300: remove unnecessary function calls
    
    r300SetEarlyZState is called during r300UpdateShaderStates which is called for every rendering operation.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b58b3a786aa38dcc9d72144c2cc691151e46e3d5
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Apr 24 16:33:46 2009 -0600

    i965: rework GLSL/WM register allocation
    
    Use a bitvector of used/free flags.
    
    If we run out of temps, examine the live intervals of the temp regs in
    the program and free those which are no longer alive.
    
    Also, enable the new WM const buffer code.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7da3f9403b235394a5c7e9456e34a0c9dad7dd15
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Apr 24 16:28:36 2009 -0600

    mesa: refactor code and make _mesa_find_temp_intervals() public

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=32d185eb60ea7d0d1a67429055f7544129d52276
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Fri Apr 24 19:54:01 2009 +0200

    r300: fix cliprect values

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=027ed1b505a1bf6e3f5ad4412734d7edf337c08b
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Apr 24 09:43:44 2009 -0600

    mesa: signal _NEW_PROGRAM_CONSTANTS instead of _NEW_PROGRAM
    
    Use _NEW_PROGRAM_CONSTANTS when changing constant/uniform buffer values.
    Binding a new program/shader sets both _NEW_PROGRAM and _NEW_PROGRAM_CONSTANTS.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dec94696e67ca5a1d008530cbfea90f03aeff16
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Fri Apr 24 15:03:23 2009 +0200

    r300: emit cliprect when in dri2 mode

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebfbd8c4fef78e3cd9604660e5bb96e3c6df07e5
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 13:46:58 2009 -0600

    i965: disable debug printf

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac22178eb049126003db40b0a77a111498a12ab7
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 11:52:16 2009 -0600

    i965: enable VS constant buffers
    
    In the VS constants can now be handled in two different ways:
    1. If there's room in the GRF, put constants there.  They're preloaded from
       the CURBE prior to VS execution.  This is the historical approach.  The
       problem is the GRF may not have room for all the shader's constants and
       temps and misc registers.  Hence...
    2. Use a separate constant buffer which is read from using a READ message.
       This allows a very large number of constants and frees up GRF regs for
       shader temporaries.  This is the new approach.  May be a little slower
       than 1.
    
    1 vs. 2 is chosen according to how many constants and temps the shader needs.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c8fb6acc10662c9e71078c9f273db6c7808e9ff
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 11:47:59 2009 -0600

    i965: define BRW_MAX_GRF

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=21a422d97e501f4ca68ab24ad3fe5f5eb1393349
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 11:29:49 2009 -0600

    i965: remove old code to init surface-related cache IDs
    
    These types are only found in the new surface state cache now.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0c58cf5cfc11b9256287871660cc16966e662ef
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 11:28:24 2009 -0600

    i965: comments, reformatting

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4843e54fc69daf379dea9899673b3df92b44049c
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 11:12:07 2009 -0600

    i965: actually use the new, second surface state cache

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9af97c7a5d81226a87d79baf8fb00231c96398d
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 11:08:46 2009 -0600

    i965: checkpoint commit: use two state caches instead of one
    
    The new, second cache will only be used for surface-related items.
    Since we can create many surfaces the original, single cache could get
    filled quickly.  When we cleared it, we had to regenerate shaders, etc.
    With two caches, we can avoid doing that.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a071a8d2e72e52e6a8906448b171756c8920ce96
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 10:44:36 2009 -0600

    i965: remove unused state atom entries

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f428255bde93a452a7cdd48fba21839c99beb6cb
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 09:23:15 2009 -0600

    i965: the brw_constant_buffer state atom is no longer dynamic
    
    No more dynamic atoms so we can simplify the state validation code a little.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5681fc176bc43bc6c7804bd1e8d8557cdcab345
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 09:16:21 2009 -0600

    i965: add _NEW_PROGRAM_CONSTANTS to mesa_bits[] list

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a36dd5d54e3de5662c694e764d1c49795ddb6814
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 09:14:53 2009 -0600

    i915: check the new _NEW_PROGRAM_CONSTANT flag

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1dbab84e21cad81e971265db3dbc8dc6c344b340
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 09:14:16 2009 -0600

    i965: use _NEW_PROGRAM_CONSTANTS and always create new const buffers
    
    When program constants change we create a new VS constant buffer
    instead of re-using the old one.  This allows us to have several
    const buffers in flight with vertex rendering.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b6a23c0f7e042d71764a2028f3d33b59076ac7c
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 09:07:46 2009 -0600

    i965: updates to some debug code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=817dcdd280cd749c3186bd3f00c06f41270aa884
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 09:07:02 2009 -0600

    i965: use new _NEW_PROGRAM_CONSTANTS flag instead of dynamic flags

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f48473e42511f8d37a239a07f791bc0a87209e5b
Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 22 08:59:47 2009 -0600

    r200/r300/r500: add _NEW_PROGRAM_CONSTANTS flag
    
    Make sure we detect constant buffer changes indicated by the new flag.
    Should be able to remove _NEW_PROGRAM (and _NEW_MODELVIEW, _NEW_LIGHT, etc)
    from several places (someday.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=466c78c93538f2853449124c06274d538830cd5a
Merge: 65fe0c86ffcff99f9f09606d462bf3731ea0c308 f057f6543da469f231d551cb5728d98df8add4fa
Author: Dave Airlie <airlied at linux.ie>
Date:   Wed Apr 22 21:41:57 2009 +1000

    Merge remote branch 'origin/master' into radeon-rewrite

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=604dd37f66d9c0e83cb3a9012ff1fc35f38b3e37
Author: Richard Li <RichardZ.Li at amd.com>
Date:   Tue Apr 21 15:04:54 2009 -0400

    R6xx/R7xx: remove unused files

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=581093d27cb847079da7930e143b8cbfdf8d8139
Author: Richard Li <RichardZ.Li at amd.com>
Date:   Tue Apr 21 14:30:52 2009 -0400

    R6xx/R7xx: add updated reg file

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27c07b6b28cb5d9f0b2ba446846670a234e48228
Author: Richard Li <RichardZ.Li at amd.com>
Date:   Tue Apr 21 12:54:20 2009 -0400

    Initial pull of code from r6xx-r7xx-support branch
    
    Not functional yet.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=65fe0c86ffcff99f9f09606d462bf3731ea0c308
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Apr 19 15:28:10 2009 +0200

    r300: fix missing function declaration

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcef4b63eba3b6072df3a699d0c4d5128e2515b9
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sun Apr 19 15:26:51 2009 +0200

    r300: revert part of cb4bef7ae0b5fe8de82c380bc98f19067394d355
    
    Some debugging code got there by accident

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=78878a13fe9cc5dea36c6427c99c7fe17391dbfb
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 18 13:37:30 2009 +0200

    r300: cleanup includes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2d49eeaebcb9d5869e6f6d57d0aa050a825d8b6
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 18 13:35:43 2009 +0200

    r300: move common fp functions to seperate file

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=300661d12a1f0ab6c81b087a2ca8c4655abf7066
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 18 12:39:13 2009 +0200

    r300: more r300/r500 unification
    
    reuse insert_WPOS_trailer function

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=155cc1647fb7ec488fb1d93ba68bc2523ffee381
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 18 04:00:51 2009 +0200

    r300: more prepare for merge

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=97104c255942ee781777818633ca6c17b4fea312
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 18 03:44:36 2009 +0200

    r300: further r300/r500 merge preparation

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=33af54af0da94e686ff6679d240a9ec246df3c7a
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 18 03:34:21 2009 +0200

    r300: merge r300/r500 fragment program compiler structure

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa04e7d475f6d6028c06c42bedc3c7d37ee78a0e
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 18 03:16:16 2009 +0200

    r300: merge r300/r500 fragment program structures

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27d4546f600cb444f07a4d510a328540ff37f761
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 18 02:42:35 2009 +0200

    r300: r300/r500 fp shader merge WIP

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb4bef7ae0b5fe8de82c380bc98f19067394d355
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Sat Apr 18 01:58:52 2009 +0200

    r300: general cleanup
    
    - remove unused fields
    - remove unused defines and macros
    - flatten one structure

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b552446b95baeece6bbb41afe64cdb2f5623e400
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Apr 17 23:54:20 2009 +0200

    r300: remove unnecessary forward function declaration

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fd0084154b377f4189bb8bc8eae21dbce735860
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Apr 17 23:42:37 2009 +0200

    r300: context creation cleanup
    
    - move constant values initialization to seperate function
    - remove obvious comments

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3230cb5f532c9df6a262b339d947bb71c71c510e
Author: Dave Airlie <airlied at linux.ie>
Date:   Sun Apr 19 22:04:42 2009 +1000

    radeon: update clear state with latest intel code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9028335371af465a73c13282a3608f76168e4d63
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu Apr 16 18:22:44 2009 +0200

    r300: we always want non NDC coords format for swtcl

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7d5c97a215e6845ffa9fc60cee52da6a2d3148a
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu Apr 16 17:50:13 2009 +0200

    r300: cleanup frag prog setup a little
    
    Use proper fields for marking if fp is translated, and if is translated succesfully.
    Now if fp gets translated (even unsuccesfully) fp->translated is true. If the translation failed (i.e. because we exceeded limit of
    maximum texture indirections) the fp->error is set. With a little updated fallback function it prevents non native fragment programs
    from beeing translated with every frame (the translation would fail anyway so there's no point to try again).
    
    Also implement IsProgramNative function for GL_FRAGMENT_PROGRAM_ARB (it should give some performance boost in apps that checks if
    program is native and falls back to simpler shader to meet hw limits if necessary) and cleanup indentation (remove whitespaces on empty
    lines).

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a92bc56e2428e4219e0eaaa6f142c6cc60fee710
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Thu Apr 16 12:38:39 2009 +0200

    r300: update r500 path for reordered WPOS and FOG fp attributes
    
    Report and regression testing by Fabio Pedretti.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3264352c577ce1d6681e70abd76624ede906df71
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Apr 16 13:06:24 2009 +1000

    dri: attempt to actually refcount the __DRIDrawable
    
    valgrind was showing a race between the drawable getting destroyed
    by the X resource freeing code, and the context getting destroyed
    later and freeing the drawable.
    
    However I've no idea if some other combination of things could cause
    this code to leak.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=143b416af6662995059cd5209a750dbace78081c
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Apr 16 13:06:08 2009 +1000

    radeon: take a bo reference when adding to validate list

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fd76ae930d20a241d534a86c489d92df9b051d3
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Sun Apr 12 15:51:31 2009 +0200

    r200: fix texture level for compiz case

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=02b130fd4b1c4c35ed256fc345eead010db09205
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Sun Apr 12 14:25:36 2009 +0200

    r200: validate vertex buffer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8181f8fbf9c3d0f60191ee874248b8113b215e30
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Sun Apr 12 13:11:06 2009 +0200

    radeon: emit scissor when using cs path

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b162cdda725f7e528bdf65290f508434a9dd51b
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Apr 10 17:36:31 2009 -0400

    Fix build errors from merge

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=04f335fd16c2a13b9425797acf5c3989cb6def7f
Merge: c0419f190c836130932164ac47cfb53de668d423 5e361c47abf2ee20140628d327eda9b39351d415
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Apr 10 17:16:08 2009 -0400

    Merge branch 'radeon-rewrite' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa into r6xx-rewrite

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0419f190c836130932164ac47cfb53de668d423
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Apr 10 16:36:18 2009 -0400

    Remove r500 stuff

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=69edb8a156cb83e6658dfbe50f56ce4394a79e14
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Apr 9 16:05:50 2009 -0400

    R600/r700: add new cmdbuf macros

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e24e4ae2e8f69447c0917655d25fa96b62b94298
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Apr 9 10:55:41 2009 -0400

    R6xx/R7xx: r300 -> r600 symbols

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e361c47abf2ee20140628d327eda9b39351d415
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Apr 9 10:51:10 2009 +1000

    r300: fix color tiling

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ec0efa7d3a7fb0f3f81b83677c415cf835a7efc
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Wed Apr 8 00:47:16 2009 +0200

    r300: reorder fog coordinate and WPOS fp attributes
    
    HW TCL path currently assumed fog, WPOS order. The order was inverted for SW TCL path.
    
    This hopefully fixes rest of fog and WPOS related bugs.
    Additionally fix some indentation, don't route unnecessary components of fog coordinates for performance reasons and simplify vertex
    attribute emitting for SW TCL path.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b1d5440015c2bfa76d91bd8bb3954bde48f4815
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Tue Apr 7 23:51:28 2009 +0200

    r300: fix regression from swtcl rewrite
    
    Fix wrong attribute emit and revert to previous behaviour of calculating VAP_OUT_VTX_FMT_1 register value.
    
    We can't use r300VAPOutputCntl1 function because it assumes that all texture coords have 4 components and that is the case for HW TCL
    path, but not for SW TCL.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1a9b1f513109c975a5a7ed5a2d0c329b280afe4
Merge: 90ffce497395d8c02fee2ea4ee4c025eede3d876 8648c2685870174cf620ef15de70ef030a8d5a20
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Apr 9 10:14:35 2009 +1000

    Merge remote branch 'origin/master' into radeon-rewrite
    
    Conflicts:
    	src/mesa/drivers/dri/r200/r200_tex.c
    	src/mesa/drivers/dri/r300/r300_cmdbuf.c
    	src/mesa/drivers/dri/r300/r300_context.h
    	src/mesa/drivers/dri/r300/r300_swtcl.c
    	src/mesa/drivers/dri/r300/r300_tex.c
    	src/mesa/drivers/dri/r300/r300_texmem.c
    	src/mesa/drivers/dri/r300/r300_texstate.c
    	src/mesa/drivers/dri/radeon/radeon_tex.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4138bdb3b1e845d8a6172015025e1231fda7dcd1
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Apr 8 15:16:35 2009 -0400

    R600: initial copy of r300 code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=90ffce497395d8c02fee2ea4ee4c025eede3d876
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Apr 7 12:37:10 2009 -0400

    radeon: fix compiler warning

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2ce1d80d10d700cf15b84d0ec1605875226629e
Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Tue Apr 7 21:08:40 2009 +1000

    r300: swtcl rewrite and cleanup
    
    - remove unused variables
    - silence compiler warnings
    - fix twosided lighting
    - fix point attenuation
    - unify indentation

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=86556f8bdab2c59a33619ecfda011bce8f047acb
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Apr 7 15:05:53 2009 +1000

    radeon/r200/r300: fix missing dma buffer validation
    
    this make gnome shell run

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=23478f1c037c3c97ebf3a5f53f2dfbfa31a9b197
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Apr 6 20:37:11 2009 +1000

    radeon: fix bocs wrapper

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=741aaaa2881e5ab60cfa55f081f7b9ca6f4de46b
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Fri Apr 3 15:15:22 2009 +0200

    radeon: add support for new ttm

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=05304d41f2d9ab7a66a8b976580c156b7b93a9d3
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Apr 2 18:58:49 2009 +1000

    radeon/r200/r300: fix up the whole buffer space checking.
    
    This fixes up the buffer validation scheme, so that we keep a list
    of buffers to validate so cmdbuf flushes during a pipeline get
    all the buffers revalidated on the next emit.
    
    This also fixes radeonFlush to not flush unless we have something
    useful to send to the GPU, like a DMA buffer or something not state

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=41702160090a4c1325afc07c56682f3e1c4fcaf0
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Apr 2 14:47:51 2009 +1000

    radeon/common: use glCtx not ctx

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e00ef43d796f0ae0247b1072bf0aa8cdd8e3034d
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Apr 2 14:25:07 2009 +1000

    radeon/r200/r300: collapse context destruction down to a common path.
    
    Context destruction was nearly the same over all the drivers,
    so collapse it down.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=104d5422052d0c03b121d196f7c0a8ef0af4ecab
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Apr 2 13:35:09 2009 +1000

    radeon: tiling support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=617c5262c68b5fd4d26eff758b6447880478f83b
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Apr 2 11:30:03 2009 +1100

    r300: fix qtdemo qt4 startup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9d272fa414ec04d9cc608840436f29e6adf84bc
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Apr 1 16:13:30 2009 +1000

    radeon: go back and repick texture formats.
    
    This might trip up some serious FBO users, will have to see, but
    it avoids the slow paths for all the demos I have.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e30fe4873f30ccf9edec9ab6113ea647dccb9b7
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Apr 1 15:41:58 2009 +1000

    radeon: fixup render buffer cleanups
    
    this fixes qtdemo-qt4 starting and a leak in glxgears exit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d81a48757a9bde35299fd7c3cfbe83885238409a
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 31 15:50:19 2009 +1000

    radeon/dri2: if the depth buffer is 16-bit force cpp == 2
    
    This is because the DDX always allocates using the drawable sizes.
    which gives me twice the depth buffer I asked for, dumb.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f3be8ab14d6f4a3cc44817f6f55bc640faadde0
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 31 14:43:14 2009 +1000

    radeon: fix pixel readback for RGB8 tests

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ad32cfd21bc9c798d05f5202cc75d37cc258354
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 31 13:38:39 2009 +1000

    r200: fix glean pixelFormats regression

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c7fc1cb8e59d1603df17db8c7c63a92441ac820
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 31 20:10:48 2009 +1000

    r300: fix stencil clears

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=226c876a52c1bd51d5f16ff58df5c4144355e2a3
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 31 10:46:27 2009 +1000

    r200: only set all dirty on kernel clears

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1d16574932be24da573a93e3302418dc6e855f1
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 31 10:36:06 2009 +1000

    radeon/r200: fix glean failures on readPixSanity since EXT_DEPTH_STENCIL support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1570bde279362d95a58d120e42e68cb307d00dde
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 31 10:35:16 2009 +1000

    r200: fix veclinear emission

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b09f6544aee880687cd82de33205ae2fa652e10
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Mar 30 12:02:08 2009 +1000

    radeon: fix readback problem for piglit tests

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ed405cd3716a9a578bf2bdd46eabd6c90400074
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 25 17:59:33 2009 +1000

    radeon/r200/r300: set correct row stride for rbs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e757bf964f4fd9ddbaa23ebaa47f743725aaf2c5
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 25 17:02:32 2009 +1000

    r300: check buffer sizes in non-tcl case + set correct VRAM limits

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=258686a973d7aef4bf956f540e99e65dc5bbee9c
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 25 17:01:37 2009 +1000

    radeon: fixup map/unmap texture to work with override BOs
    
    if you hit this you've already failed but we shouldn't crash

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d36a19c90fcc3f6e09dd01072b8b279cc8baef2
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar 26 11:15:07 2009 +1000

    r200: add fbo files to the compile

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f577c8e462fc924ea436d129ad64c8a1226b5f9c
Author: Dave Airlie <airlied at linux.ie>
Date:   Tue Mar 24 18:32:46 2009 +1000

    radeon/r200/r300: fix warnings

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5021b47dd307377be30140e3a0d1c2caf0d71665
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 24 15:21:49 2009 +1000

    r300: remove lock.h link

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=20981c0a0bd43aff4972c1300f990b06dfa789d1
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 24 15:06:19 2009 +1000

    radeon: fixup some issue with fbos and sw fallbacks

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a725db10c1491539d48370df7207206538bf945
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 24 11:19:09 2009 +1000

    radeon/r200/r300: set the texture depth correctly for DRI2

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccd18f462cccd238ff0d839004d43a3102f09ff3
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 24 09:45:26 2009 +1000

    radeon: actual format is rgba8

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2aa097f963d7be12b538469f61214b8ddaa535fb
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 24 09:45:18 2009 +1000

    radeon: fix typo

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=28e082197d158206b58da62940cf57796abe565a
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 24 09:28:52 2009 +1000

    radeon: setup pipes for r300

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f11b3311e9f65bc19a3fde10f1ee4d6fbb7ead2
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 24 09:26:31 2009 +1000

    radeon: stupid mesa extension fail

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9d3de06bdc609d2c7cb189d220977968894c7ed
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Mar 23 19:32:10 2009 +1000

    radeon: fixup wrapper bo name

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb68588c939c33b42f6ac704f0fe9b22b7350f71
Merge: 4a2cb696cc3b9e151ea902fc976ee025fb614309 8c7e30fb950c83f5e9e29e60735e999ac608145a
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Mar 23 18:56:34 2009 +1000

    Merge branch 'radeon-fbo-hacking' into radeon-rewrite

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c7e30fb950c83f5e9e29e60735e999ac608145a
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Mar 23 18:27:49 2009 +1000

    raedon/r200/r300: mega-FBO commits.
    
    Re work depth issues.
    Do a lot more FBO abstactions
    fixup depth/stencil buffer interactions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c607a664dd005c001afda1fff1a68d41925fa86e
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Mar 22 19:11:46 2009 +1000

    radeon fbo: add draw offset calcs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a2cb696cc3b9e151ea902fc976ee025fb614309
Author: Dave Airlie <airlied at linux.ie>
Date:   Sun Mar 22 12:03:24 2009 +1000

    radeon/r200/r300: add support for new tfp interface
    
    also fixup old interface, gets rid of white boxes in compiz

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d26d4ac66e8c3e48b73d3e172d0e0d2a2ad31a5
Merge: 407e8ae5b167b0193e1e5b1266a5d61ed836dfb5 699897e81c623e53be51fba0488f535b0a8d7761
Author: Dave Airlie <airlied at linux.ie>
Date:   Sun Mar 22 12:01:21 2009 +1000

    Merge remote branch 'origin/master' into HEAD

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06cb6f7aa799e25b4a53f8c547a8f4ca909fe245
Author: Dave Airlie <airlied at linux.ie>
Date:   Sun Mar 22 11:57:03 2009 +1000

    radeon: use mipmap fns in FBO code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0968512f8f4abc5bce84c200bd99f8a522d56122
Author: Dave Airlie <airlied at linux.ie>
Date:   Sun Mar 22 11:56:41 2009 +1000

    radeon: add miptree offset functions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c73f4fdb65a6bae4b02348d73f2efdb8f2c5583a
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 22:41:42 2009 +1000

    r200: fix for sure

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4bd5ee2d9741a74e28f29e48a4c144206f78fd41
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 22:35:01 2009 +1000

    radeon/r200: oops make correct fbo init calls

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f7a03d94586091ef6c38187e0c8a4564143fd7a
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 21:41:25 2009 +1000

    radeon: add xRGB span functions
    
    same as ARGB need to add a parameter to get ptr32

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=218083c542138dc2271b83450f556a6146144f75
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Mar 21 22:38:28 2009 +1100

    radeon: dri2 is hooked up elsewhere now

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=98f1b1e6f99c690645c3cb5093005fc41f436225
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Mar 21 22:38:11 2009 +1100

    radeon/r200: add fbo init

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c48c93a5358ab04d6779afb14203bd1680a37a0
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Mar 21 22:36:18 2009 +1100

    radeon/r200: add fbo state changes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=712478cfdd4a6ec0d0a85d1eaf5907e937c5dfe5
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Mar 21 22:27:01 2009 +1100

    r300: fix viewport inversion for FBOs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ab7c77dc2a29ad3edc1fab4e0c9fb01a15665fa
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 18:16:21 2009 +1000

    radeon: align FBO pitch

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=56c5df33de1e34b606bb771db27742af78be30f3
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 18:16:02 2009 +1000

    radeon: fixup last missing x_off/y_off

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a600836766716df684f2ab1eeafdcbec4b0f019
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 18:07:33 2009 +1000

    radeon: add cpp/pitch to rrb

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e795bd3c9090443a5e52ff79356c253022de8538
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 18:05:54 2009 +1000

    radeon/fbo: add x_off and y_off in correct places

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=86dcbb545729627e09115cc0d416af697f2c2832
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 16:51:46 2009 +1000

    radeon: dPriv handling is now in cliprects code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9368dcb426a97e8fb628b712ac74c7c808a79b9b
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 16:08:20 2009 +1000

    radeon: fixup span code for FBOs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbda2ad4457cf47494ae3eee28d417afb262c5c2
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 15:05:34 2009 +1000

    r300: hw clear buffer 0 hopefully

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffde891a0390a915716087ca7d99b3ddf7f1ef89
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Mar 21 14:31:14 2009 +1000

    radeon: fix up span function setting

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=22443d5cc036ddebfd97ade17711cd1306721754
Author: Dave Airlie <airlied at linux.ie>
Date:   Fri Mar 20 22:34:30 2009 +1000

    r300: init fbos

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba890ad35b3ff52603665bdb576f9efcbb3a108a
Author: Dave Airlie <airlied at linux.ie>
Date:   Fri Mar 20 22:29:15 2009 +1000

    more fbo fillin

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3faf5b51d76975fb54a2b4eada3e0042a182096
Author: Dave Airlie <airlied at linux.ie>
Date:   Fri Mar 20 22:15:22 2009 +1000

    r300: enable FBO for a test

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=230abc06f817b5d9868f7e6a094f56bb3294b476
Author: Dave Airlie <airlied at linux.ie>
Date:   Fri Mar 20 22:07:05 2009 +1000

    radeon: some more fbo work

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fabce837f9740df2553b6cc0dd991b2cb8b8fc5b
Author: Dave Airlie <airlied at linux.ie>
Date:   Fri Mar 20 18:23:38 2009 +1000

    radeon: initial couch code copy from radeon

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=407e8ae5b167b0193e1e5b1266a5d61ed836dfb5
Merge: bdaa0341caffc353fd26bbd91865c2d86eed11c1 114bb54324f22cb53bcd14607234d0acd74d37bd
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Mar 20 10:52:17 2009 +1000

    Merge remote branch 'main/master' into radeon-rewrite
    
    Conflicts:
    	src/mesa/drivers/dri/r300/r300_cmdbuf.c
    	src/mesa/drivers/dri/r300/r300_state.c
    	src/mesa/drivers/dri/r300/r300_swtcl.c
    	src/mesa/drivers/dri/r300/radeon_ioctl.c
    	src/mesa/drivers/dri/radeon/radeon_screen.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdaa0341caffc353fd26bbd91865c2d86eed11c1
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar 19 15:31:03 2009 +1000

    radeon/r200/r300: cleanup some of the renderbuffer code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0c06803fee4d5cd04da03f1984ae99e411e1588
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar 19 14:46:52 2009 +1000

    radeon: fix up locking like the intel driver for pageflip/swaps

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa85973f95b8ccce1964c9bbbfb1e411c4b31cbd
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Mon Mar 16 12:51:50 2009 +0100

    Fixup previous commit.
    
    radeonScheduleSwap() already takes the lock in the SwapBuffers case, only
    the CopySubBuffer case was missing it.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c591c52c7a9a75fc1f5822ed2f5e7e82ab396a5
Author: Michel Dänzer <daenzer at vmware.com>
Date:   Mon Mar 16 11:33:14 2009 +0100

    radeon: Take the hardware lock for swaps and flips.
    
    Otherwise they fail with AIGLX at least.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fc6c2644cf69fd1851c9387c83b0e43f820bdf2
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Mar 9 13:48:47 2009 +1000

    radeon: remove unused lines

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=14c3bddbac8f9fc8e432137772f0c4772fdfb7ab
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 10 19:03:07 2009 +1000

    r200: enable hw clears

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c122cc40979b79a8dc4a529da6b375252b03db3f
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar 5 16:45:21 2009 +1000

    r300: emit texture in GTT or VRAM

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=778cf80d9e462ca26e660dca1910328f66f6427d
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Mar 9 10:34:41 2009 +1100

    r300: move firevertices out into the main place its needed.
    
    This fixes a hang on context destruction on rs690

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1386e8a6ba9732c578e0122de245abfd578a7d1d
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Mar 8 02:41:30 2009 +1000

    radeon: fix cut-n-paste typo

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f881035fd84add859b3e3dc4721eddd027005f49
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Mar 7 17:23:40 2009 +1100

    rs690: fix r300 swtcl bug in DMA code.
    
    When we finish emitting swtcl objects, we request space in the cmdbuf,
    and flush if no space exists. However in this case we also flush
    the DMA buffer we just put the vertices we wanted to send in.
    
    This checks in advance if we have space in the buffer.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=760068cc8d5b443c4c6545870fa4f7eda7c6e775
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Mar 6 23:42:35 2009 +1100

    r300: fix uninit variable warning

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0313ef061c2988cc9df9b8a016ba06fd2ba7ce7
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Mar 6 23:42:17 2009 +1100

    r300: fix swtcl codepaths

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6ac53bc40508ab2f0b9e023eee7ec3793fdf917
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Mar 6 16:05:22 2009 +1000

    radeon: implement userspace clears
    
    This is pretty much Eric Anholts implementation of clear using the GL state machine
    from the Intel drivers.
    
    It works quite well for now for us, probably could do with trying to use Z engine for
    clears.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b074aacdb2a9e3520ccd6cfd892b60599ad0d1d8
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Mar 6 05:42:37 2009 +1000

    r200: cs emit state fixups

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a03a4dd524b97f43356b830c21df05f82795fe0b
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Mar 6 04:47:45 2009 +1000

    r200: remove depth check for dri2

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ba9eb1e85e1017700a02c4f5d2848e3d997bc5b
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Mar 6 04:47:29 2009 +1000

    r200: temporary sw clear code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d72a759170ebf51d8f93fd00d3d9c37bd5dfb27
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Mar 5 19:00:17 2009 +1000

    radeon: use t->bo to figure out of settexbuffer override is in action

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eba8008916503cea47c557398b009e2e2b546cb1
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Mar 5 18:58:48 2009 +1000

    r200: port over state emits for kms from radeon
    
    this needs testing on real hw

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c80eb7ec13e064b81302da6c672e96a7a7e4e95
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Mar 6 02:31:00 2009 +1000

    r200: add set tex buffer support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=31f129880719f75c491fa2ad269055fbc2fb9b95
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 4 22:26:44 2009 +1000

    radeon: r100 clean up CS packet size calc

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=924bf0d8d3db28941efa97911bdcdd01a3f33b7c
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 4 22:26:20 2009 +1000

    radeon: settexbuffer support
    
    This gets DRI2 compiz going

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=26d0172a5bc5b733e839e3ccb8d497cab2bcce98
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 4 20:24:08 2009 +1000

    radeon: fix texturing for r100

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=940d47de08eedaf5d8471628ba4860663d79a98e
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 4 18:36:46 2009 +1000

    radeon: use swrast clear - fail on depth
    
    need to write real hw user clear

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0de73e8a558db5dfe8e20ed7aa2e9eae28861c1
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 4 18:36:13 2009 +1000

    radeon: fixup some segfaults/exit at startup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54b42c0a4a07c5eab5c5dc4ebce2b947b7b6722e
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 3 03:37:23 2009 +1000

    radeon: remove debugging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b85fccae5ba33748846f74f90fe0f72c673a4b1
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 3 03:27:59 2009 +1000

    radeon: refactor framebuffer code like intel
    
    this is a step towards fbos and should fix pageflipping, but
    I think the first flip seems broken.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=863c76a7bb0ecf0cd492d9ddb0dcac8e12da75e0
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Feb 27 14:48:24 2009 -0500

    R300: add support for RS600 chips

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a34ace3e6f507b4a7bd0f99051b64167549672c
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Feb 27 14:31:14 2009 -0500

    R300: set the number of GB pipes on all r3xx-r5xx chips

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dba8883e3f6d51bf3a2918ac21770326da2664a
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 27 14:03:30 2009 +1000

    r300: make ste text buffer work with > 2048 on r500

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=26c1b0af024e4847ce1000ee471ab5b5bdb18a1b
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 27 14:02:23 2009 +1000

    radeon: add more fbconfigs
    
    this makes glxgears get its background back when running under DRI2

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f44b62a4a90242ef824f9751affe5c46e401691
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 26 14:04:38 2009 +1000

    r300: remove depth offset exits in favour of rrb depth changes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=294aab9b713f4646992cf72b19a492285a4bbcdb
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 27 03:37:30 2009 +1000

    r200: fixup emit sizes for kms

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e267a090ab7be5dbd9a40887726e6ae696bc7be3
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 27 03:05:42 2009 +1000

    r200: port over cs emit changes from radeon

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2972d065265d38c7902ffeaa1e71706895649bec
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 26 18:26:22 2009 +1000

    radeon: fixup old packets emission for CS case

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d7164705b933c754dddea6015b653a3bacc75bf
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 26 11:45:24 2009 +1000

    r100: fixup kms state emissions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6415e64cbc55b2e11b9ed3f3a861e28479f85d68
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 25 19:22:42 2009 +1000

    radeon: avoid page flip code in DRI2

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ec7137a75f8832bba52f98669b93d4135ae1a3f
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 25 19:22:25 2009 +1000

    radeon: enable DRI2 for r100

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=925ea2d9a5096dbad1d82dc1afffb13a650de799
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 25 19:21:22 2009 +1000

    radeon: move CB/ZB state init into emit code
    
    This removes the use of the sarea for this stuff so makes DRI2 easier
    and emits the CB/ZB info in the correct place

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=158ede35d50faae7cbc8aa2bb9288f93c9e60962
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 26 11:09:32 2009 +1000

    r300: fixup texture state emission for kms path

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c033f3893e808f109807f5e4744b61e79e78055
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 26 11:09:16 2009 +1000

    r300: don't call page flip on DRI2

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc5f94c1e1fddcf2b2a50972cb96e2593b288994
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 26 11:08:14 2009 +1000

    r300: don't flush VAP too often.
    
    Flush the VAP the first time for each state atom we upload new
    VAP data

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=199867bd4585036f19e219562c22a9b499a7b0d2
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 25 18:06:44 2009 +1000

    r300: drop r300Flush for the generic one

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ebf9b95213b3d1e67dad16442cdd0d8571ef0b3
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 24 12:04:49 2009 +1000

    r300: fix bo ref/unref, plugs DRI handle leaks

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c32a28d86eda3d1984f6a571be0db6c6f5c7f5dc
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 23 15:41:30 2009 +1000

    r300: fixup old setTexOffset DRI1 extension

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4502f0f8c065f28c257b7be67021d3920e51a99
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 23 13:49:29 2009 +1000

    radeon: add more debug info to the flush debug

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=018f5f92cc8f41f6071af4fe16745ccc19231e18
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 23 13:48:52 2009 +1000

    r300: revert back autostate change on cacheflush emit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=13ed7985b245770259681d9dc6bff16354a78be5
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 23 13:37:23 2009 +1000

    r300: use OUT_BATCH_REGVAL in a few more places

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ffd472b0e44f835c1c8880e3e27bdd33905e08e
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 23 13:35:10 2009 +1000

    r300: set u to 0 so debug logs are easier to read

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c239704792712c246d04450cab8aa167ed8680c
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 23 13:33:51 2009 +1000

    radeon: stabilise r300 driver like the F10 mesa bufmgr
    
    For some reason flushs caused by this CS needs flush hook,
    caused the chip to lockup on r300 under compiz, whereas
    the F10 driver was rock solid.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=77161c5ff51a7b8fcd7043b94c2cb86cb1d57d79
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 23 13:33:35 2009 +1000

    radeon: add some debugging for flush ioctls

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4bfe34cb9a06f887e243cde936982342d4894c6
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 23 13:33:05 2009 +1000

    radeon: make state atom print like old r300 code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4a90c62134e7cf3af4ce52baa923a875ff292c1
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 23 13:32:24 2009 +1000

    radeon: fixup legacy bo/cs out of VRAM waiting.
    
    This is similiar to the code from the F10 r300 bufmgr

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=da17b36412155e0ed52b2c23eebd64662f642ac2
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 18 10:46:11 2009 +1000

    r300: make DRI2 not crash on compiz start

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9d6beaab4c4b47576fb422ace0434e0fbbe567a
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 18 10:45:42 2009 +1000

    radeon: move device param id check ifndef

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=745c78733822573a5791fbae9b3e8fab785f7aca
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 16:01:16 2009 +1000

    radeon: initialise swapped objects pointer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c040745fe1d8c6cad3ac79030ead13fbcb5ae4d
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 14:48:49 2009 +1000

    radeon: legacy texMem interface fixups.
    
    The texmem.c interface is wildly messed up it really wants to own the objects
    so let it, pain in the ass but this code should work a lot better now

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ce6af25e56e28a819c38e60b4371caea3c8b5b0
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 14:46:12 2009 +1000

    Revert "dri/radeon: export a function to cleanup a texture object."
    
    This reverts commit 5325f8624093bb1ec30d581b4ff64218ceab99f9.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ba4fc3d603ebc9e3210ef96f9fbc2cd488e0a33
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 14:00:24 2009 +1000

    radeon/r200: drop legacy texture heap code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=48e7b940ebc2cb3594074ca35fad9c63f6568582
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 13:39:38 2009 +1000

    radeon/r200: fixup texturing aging calls

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c7ff659ce7684f44b064c09cdca6436d2c2bf64
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 11:17:22 2009 +1000

    radeon: fixup destroy texture object exit path and update LRU
    
    the destroy path was doing bad things with structure names, make it do less
    bad things, use container_of instead

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=43c71a2d40d417cf721656e8b088e375dc4bdedb
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 10:42:51 2009 +1000

    radeon: remove leftover debug

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=62d504d818f1ab1836a134658b1661ceabb65f1f
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 10:34:01 2009 +1000

    radeon/r200: drop dirty state from texture object + pp_txoffset
    
    this is just more code cleanup for old dead code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a365f9b78bb493a5202c9a4985de40979ed42038
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 10:28:43 2009 +1000

    r200: align with r100 code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=646325a5efb3cf4157623d115d6d8fa36f0b357d
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 10:27:45 2009 +1000

    radeon: fix not emitting texture state correctly
    
    this is whole texture dirty bit is probably not needed with the current
    codebase, need to revisit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a8cba9a65e6ec1159a08725d2101e7eabb4526b
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 10:26:58 2009 +1000

    radeon: steal miptree optimisation from intel codebase
    
    This replaces a miptree if it won't distrub anything else.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a1dbcabf3f2599c90665e7fdbdba8698528841a
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 10:26:33 2009 +1000

    radeon: move YUV on first texunit check after hw state is setup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5325f8624093bb1ec30d581b4ff64218ceab99f9
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 17 10:25:34 2009 +1000

    dri/radeon: export a function to cleanup a texture object.
    
    The radeon legacy code want to cleanup not free the texture obj,
    so export a function to do that and wrap it.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecf0a3eac1a4868da83ab0a3c21e2f265f7cf9e2
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 16 09:49:01 2009 +1000

    radeon: fix texcompress2 test.
    
    this makes compressed subimages work properly.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f069bc4a8e628197a11ff7eb447a88a59d819689
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 16 17:16:28 2009 +1000

    radeon: fix compressed tex subimage unpack parameter

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0e8ac8fd2eeb88b5f9299afb36102113a2435d4
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Feb 15 17:03:47 2009 +1000

    radeon: add cflags to decide whether to link libdrm_radeon or not.
    
    You don't need libdrm_radeon for the legacy driver to build,
    only for the experimental mm/cs paths.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d19d2768491f4de3b674106e93c24d29712404f
Author: Nicolai Haehnle <nhaehnle at gmail.com>
Date:   Sat Feb 14 21:43:30 2009 +0100

    radeon-common: Fix crash in glGetTexImage
    
    Since texture images are now stored in miptrees, we cannot usually
    access them directly via the Data pointer.
    
    So we wrap Mesa's implementation by map/unmap calls.
    
    This crash was triggered by Sauerbraten, Piglit now contains a
    regression test.
    
    Signed-off-by: Nicolai Haehnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d9471b28159b9af952c6a87868ff648a6055c55
Author: Nicolai Haehnle <nhaehnle at gmail.com>
Date:   Sat Feb 14 20:45:01 2009 +0100

    r300: Fix crash in cubemap tree creation
    
    The mip tree creation would crash if the first baselevel image to be uploaded
    was not the positive-x image.
    
    Found with Sauerbraten, also added a regression test to Piglit.
    
    Signed-off-by: Nicolai Haehnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a26164f3525c31607e3e676e0d41e496dada4c2
Author: Nicolai Haehnle <nhaehnle at gmail.com>
Date:   Sat Feb 14 17:06:06 2009 +0100

    r300: Redirect constant TEX coordinates
    
    R3xx/R5xx fragment program texture constants must come from a hardware
    register instead of the constant file, so we redirect if necessary during
    the native rewrite phase.
    
    The symptoms of this bug started appearing when the Mesa fixed function
    texenvprogram code started using STATE_CURRENT_ATTRIB constants for
    texture coordinates when the corresponding attributes were constant across
    all vertices.
    
    Signed-off-by: Nicolai Haehnle <nhaehnle at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f3ab230ea3e971737b733b0c0358c0a85061f5c
Author: Michel Dänzer <michel at daenzer.net>
Date:   Sat Feb 14 20:40:48 2009 +1000

    r300: Fix R300_CMD_SCRATCH on big endian.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1b7bc66a414d200102a90ed0580c3fd80a45838
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Feb 14 20:34:20 2009 +1000

    radeon: remove unused radeon_compat.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8c2beccd4847836dec18849d2d58f3220ff81eb
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Feb 14 20:13:04 2009 +1000

    r200: fixup cube emit debug

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd81835dc7ac71eac2a5fcc58080b9b4c6944c83
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Feb 14 19:10:13 2009 +1000

    r200: fix another cmdbuf sizing issue

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3a1f321cfa275eba6186626ee691e8bc9ecfe8c
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Feb 14 12:01:54 2009 +1000

    radeon: check for valid bo in release arrays

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fcc7a691dc968d9d2bc61a8bf18dfbd7ed789598
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 20:34:19 2009 +1000

    radeon: remove old cube code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0ae4d3c55a606ede41399e39e5221b1955ecc22
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Feb 14 07:49:15 2009 +1000

    radeon/r300: fix warnings

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd4e37c8fb7c03e8331a9487d46043eea70fea31
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Feb 14 05:57:52 2009 +1000

    radeon: add initial cubemap support appears to work

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2753dd42fd42a3383d2e74ab231d0b1373a2d46d
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 23:34:53 2009 +1000

    radeon/r200: make setTexOffset work again

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f363a97d2586a8487bfa64f882fbfc204a56fd05
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 23:29:27 2009 +1000

    radeon/r200: fix set tex offset functions

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed8340192ef88bd841966aba10d0043b246805bd
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 23:02:12 2009 +1000

    radeon: revert unneeded change to texturing code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fd8da299b4a62c6baf49f08067d7c1ddebb0ffd
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 22:49:06 2009 +1000

    radeon: fix compressed texture upload on all radeons
    
    tested on r200, texcmp works. May need more verification

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=812389761500456d31aab445c194b4bb15dd0d61
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 19:39:21 2009 +1000

    r200: update with changes from r100 driver for texture state

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=695ca1e2be6f222c132a76299fc3a0ac9143d960
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 18:50:57 2009 +1000

    r200: port over state emit fix from r100

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ade3660942452985afa1bb67bbeab8fed734089d
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 01:27:21 2009 +1000

    r200: fixup some CS emission sizes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=393c699e219b6cccf0d235749ec7bfaade75f88c
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 00:04:11 2009 +1000

    r200: use correct finish interface

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ee1dd2133c5514713281f32cd4b05fabf14354a
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 01:21:37 2009 +1000

    radeon: fixup include ordering

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=53116910b10e3b8a05f42970eff311c21808699f
Merge: 7e104f9cde94279a902b408e8d1cf21779b393a8 0ccbc3c905f0594a35d72887a1f115e148aaa596
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 01:11:25 2009 +1000

    Merge remote branch 'origin/master' into radeon-rewrite
    
    Conflicts:
    	configure.ac
    	src/mesa/drivers/dri/r200/r200_context.c
    	src/mesa/drivers/dri/r300/r300_render.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e104f9cde94279a902b408e8d1cf21779b393a8
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 01:04:18 2009 +1000

    r300: fix warning about mesa_lock_context_texture

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc531ba4063a32e21419cd43cdd9019c64569eb5
Author: Dave Airlie <airlied at dhcp-1-203.bne.redhat.com>
Date:   Thu Feb 12 14:44:20 2009 +1000

    radeon: add stdint include

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=899b91b1fb766f2b716c53a350ff2a078655e6c5
Author: Dave Airlie <airlied at dhcp-1-203.bne.redhat.com>
Date:   Thu Feb 12 14:43:25 2009 +1000

    radeon: add mminfo struct to wrapper

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec0939b01370e9272000fcd4d71a023866e767a0
Author: Dave Airlie <airlied at dhcp-1-203.bne.redhat.com>
Date:   Thu Feb 12 14:41:16 2009 +1000

    radeon: add defines for future bits

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e77f7b55c052de238d46df3454bf2f2eb8d7346
Author: Dave Airlie <airlied at dhcp-1-203.bne.redhat.com>
Date:   Thu Feb 12 14:39:33 2009 +1000

    r200: make build complete

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=56a13a7ca9fcb742352561ee66dddc805676bc5e
Author: Dave Airlie <airlied at dhcp-1-203.bne.redhat.com>
Date:   Thu Feb 12 14:36:12 2009 +1000

    r300: make r300 work with latest changes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c83d0bfe0645a58e7dd028b4472dbd54e479ab32
Author: Dave Airlie <airlied at dhcp-1-203.bne.redhat.com>
Date:   Thu Feb 12 14:16:24 2009 +1000

    radeon: make build without libdrm_radeon better

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d513915d27eac8a57ff7f5c1973b4a07fe288c53
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 13 00:05:39 2009 +1000

    radeon/r200/r300: make build again with tracker changes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9314d936e84cc8449d6e200b5d1df51d6d057876
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 12 23:53:41 2009 +1000

    radeon: remove depends on libdrm_radeon for now.
    
    will fixup makefiles later to detect and use libdrm_Radeon in proper
    places

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc8a707c672918b88dd4135930bef60ed148d8ce
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 12 23:52:51 2009 +1000

    radeon/r200/r300: make build with out libdrm_radeon installed for now

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cb16e6daff40bbfd7b63a43da72862226a4a164
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 12 22:48:18 2009 +1000

    r200/r300: get up to speed on renamed files

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=23d3559bd4ece1fcab5513ebdaa38600d6654374
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 12 22:38:10 2009 +1000

    radeon: renaming and headers cleanup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=df4a1348b1f869338d4742b213dbde9d64de4c7a
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 12 21:44:34 2009 +1000

    r100/r200: fix front rendering issue.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1090d206de011a67d236d8c4ae32d2d42b2f6337
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Feb 12 21:16:39 2009 +1000

    radeon/r200/r300: another big merge upheavel.
    
    This merges lots of the hw state atom emission and firevertices code.
    
    it also removes a lot of the extra radeon crap from r300
    
    and merge scissor

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3f1f7dc20484a60b1325e60e0c9bb994ab591f1
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 11 19:04:39 2009 +1000

    r300: disable assert that fires

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3713a7accf8e10049c878ae62f6bc199ef1566eb
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 11 19:03:56 2009 +1000

    radeon: unmap in case of two dma regions being used for one cmdbuf

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e98907eb8da936d72902fa0bb456962fe6ac551
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 11 16:52:56 2009 +1000

    radeon: cleanup cmdbuffer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=832446c892caa0656f9d903c42c4e05fae44ef3d
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 11 16:50:19 2009 +1000

    r300: fix front buffer rendering properly fixes tests in glean

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5d9a7ab3034b90614689f223b94ac81b8a84338
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 11 20:10:59 2009 +1000

    r200: fix build

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=edbe1fac6a1793da7faca104691a453023d9efac
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 11 07:02:18 2009 +1000

    radeon: fix span init needs more work

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=45496122b7b590479a4ed60c8bbdc1725cad0211
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 11 05:47:55 2009 +1000

    radeon/r200/r300: merge span code into single shared file

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7394c429c065eb96801500605ab7caa0a1289193
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 11 05:07:31 2009 +1000

    radeon/r200: flush vertices when data in cmdbuf.
    
    This fixes a whole bunch of regressions in piglit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=18aca218a29578b5cb14a3bc492330406d3a761d
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 11 02:41:39 2009 +1000

    radeon: r100 can't use some of the texture formats.
    
    this fixes the texrect-many test

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c36282ef9e84da15b3e1d9bc28b9bbc8db5e1be
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 11 02:41:11 2009 +1000

    radeon/r200/r300: fix span code for depth reading.
    
    makes the maskedClear test work

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e4d0c2a5d709e4b87474dfe6e64d67bb217135c
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 10 23:39:13 2009 +1000

    r100: remove debug code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=639b5fca0c5cea26a9dc393b538508aece16ce6b
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 10 23:38:51 2009 +1000

    r100: fix 3D texture fallback

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3ca94bc9115f0f328327f1e96fac84b87d5efd5
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 10 23:36:28 2009 +1000

    radeon: fix fallback case where t->mt is valid NULL

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1df5ed6db4d79de895e37bcdd12dfbaae7bd4f6
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 10 04:57:37 2009 +1000

    radeon: put back state emission lastcmd

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2fa89140ebc5cfdd93dcb37d6106e78b01c34d8
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 10 04:56:16 2009 +1000

    r200: invalidate texture paths in some more places

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccf7814a315f0be05cdc36ca358e2917a3d4ac19
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 10 04:54:24 2009 +1000

    radeon: major cleanups removing old dead codepaths.
    
    This should be working gears on radeon state

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9df844b109a9d2cc1d3b16315c34ef84f147c5b6
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 9 23:19:42 2009 +1000

    radeon: fix alignment issues in ELT code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fafaf8959681cc41c988607bb6e387bab4fe1b5
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 9 03:50:38 2009 +1000

    radeon: make more r100 work

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=abdf1f65d2bafbad8020f1444a01eb18ae9f7159
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 9 03:50:07 2009 +1000

    r200: cleanup some bits that aren't used

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e223b7c312a1211966f47d36724ffceaec32a3f3
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 6 20:30:03 2009 +1000

    radeon: port over arrays code even though not in use yet

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=36d3f3e74a809ad346e981805a2f61710d3a380b
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 6 19:57:55 2009 +1000

    r100: fixup radeon so gears seems to work

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=16f4b10170da7f1cae3561cdd2a0b2e3d86cf8de
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 6 19:36:39 2009 +1000

    radeon: remove unused texmem

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a43603c1c714b4a87b3a282bdf1295ecda31713
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Feb 6 09:18:15 2009 +1000

    r300: fix some autostate batch setups

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fe61fc5ba70be29b9d7dbdfab45c5434be587fc
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 16:01:41 2009 +1000

    radeon/r200 remove more unused code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b584b0728d3a001a142f76dde22f9e8ed7d2dd16
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 15:58:08 2009 +1000

    radeon: make compile again.
    
    Not tested but ripped out lots of stuff unneeded anymore time to test later

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=88a409fa8e85a45eb71f99e5926340a5fe6a8071
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 15:12:16 2009 +1000

    r300: fix up CS for modesetting - gears under kms works

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c370776b02806c6c98d1354e3d60d06311dcfb80
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 13:41:05 2009 +1000

    radeon: make generate_mipmap static

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bcac04100f01bb79edacb29384fb535c37413f1
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 13:40:48 2009 +1000

    r300: fix swtcl

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1a42f5cdc68d8ec2ccae2cd93a1615f5d4ca924
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 23:40:41 2009 +1000

    r200: fixup DMA region stuff

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e44effcfcba4591a622e47ee1b4807ddf5789d51
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 13:16:41 2009 +1000

    radeon: call getpagesize once and store in a static

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=711cbf30a1ce72338ca9f1c0f71bd530754a4bd9
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 13:16:03 2009 +1000

    r300: make dma buffer reuse much more sensible

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=55c8a79a339668dd661bb8adb615fbcb8075f51a
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 11:19:26 2009 +1000

    radeon: add support for stencil buffers + misc debug changes
    
    this adds the stencil rb setup, along with misc changes to formatting
    and debug

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f59bee43862519e84a52d371fc370cac32ae350
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 11:17:37 2009 +1000

    r200: move to new mipmap interface

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c85a3851b6519c24780e94dea570a72418621189
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 11:14:38 2009 +1000

    radeon: only do the fb read if we are mapping a VRAM object
    
    this makes writing the DMA buffers got a lot better

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8f575d657c5a363a4bf090b3b4fd219cce218ae
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Feb 4 11:13:54 2009 +1000

    radeon_cs: move to inline cs_write_dword
    
    this gets back some of the CPU this was wasting

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c078cfbad82126108081350b9326228aa2da46d
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 3 12:38:31 2009 +1000

    radeon: add a reference to the static buffers so they don't get deleted

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9cf1319252e053a894dd49583064e4cd063d119
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 3 09:49:45 2009 +1000

    r300: fixup mipmap + texsubimage issues
    
    This fixes a few regression in piglit, and adds some debug to the mipmap code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbf72bdd3dda73384381a9ae8a94b522b7f786c2
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 3 09:48:27 2009 +1000

    radeon_bo: align size of bo to page size.
    
    This is really required for the VRAM allocator upload function.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=75762a8219d7db0f7990eab73f953a6a4f9ee130
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 2 12:26:22 2009 +1000

    radeon: this code forgot to add dPriv x/y back to spans

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4dfafd50acdff994b16946773cbfbefdc172f3e
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 2 12:26:04 2009 +1000

    r300: rename validate textures to validate buffers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f68a61d88398fe8eb3eb41b929dcb4483354a81e
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Jan 31 02:00:12 2009 +1000

    r200/r300: swtcl fixups to use old dma buffers on top of BOs

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e45213d89bf26c68c9f4c9074eaec9ab3311de7d
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Jan 31 01:59:57 2009 +1000

    r200/r300: add aperture space checks

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=08bb7eedfbba839676ab63fb20dd22e4f27722cb
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 23:19:11 2009 +1000

    r200: fix swtcl - slow but works

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=70661f678edcc9b6dd5005016e3355ec4546e716
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 20:46:31 2009 +1000

    WIP comit

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9bb5cd20e5468168d54fe461c853926072fa813
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 20:33:07 2009 +1000

    r200: bring back single dma flush

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=59b183ce0fc8fd8ab73b9321e609fdb3c29bb078
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 19:11:31 2009 +1000

    radeon: remove even more common code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ba92a5b0543b4ff2c7db6101029ba36cb9843fa
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 16:47:37 2009 +1000

    radeon/r200/r300: bring back old style DMA buffer on top of BOs.
    
    this gets back a lot of the lots speed in gears on r500 at least
    
    I also fixed the legacy bufmgr to deal when the dma space fills up

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=682ebc79d55ae6aede3369e344dbcb320be1f39f
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 23:03:47 2009 +1000

    r200: start work on userspace clear for r200

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fbb00a11e6c113503399c8acf06196eea64fac4
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 23:03:34 2009 +1000

    r200: unref swtcl buffer correctly

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b13746b558200862a5d7e7196555f5df38eccd5a
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 23:03:21 2009 +1000

    r300: fix some whitespace

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=474d282a1d5435e7b5de40538d65f54e32ce4713
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 23:02:43 2009 +1000

    r200: re-write state handlers for new CS mechanism

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=31a112e6e81246944bc96b8d095960dd0f96c83c
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 23:01:41 2009 +1000

    r200: avoid setting variable on kernel mm setup

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab6edc9dce3ee0c63037c155a40d97a868c19341
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 29 23:01:21 2009 +1000

    radeon: add repeated register packet one

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f69e2f42d53337702ce52173a58a49e53bfdee56
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 22 22:49:16 2009 +1000

    r200: fix up swtcl/tcl flushes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d93dc4338279c03b8fa2b0adec01dedae4fe4895
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Jan 23 08:08:34 2009 +1000

    radeon: plug memory leak running gears

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9780127449c6b32cc16ee1a1589c1e28eae1d7bb
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Jan 23 07:34:45 2009 +1000

    radeon: remove some debugging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b56a86385f3411f0d1ba64423f32bff6c60416d
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 22 21:49:58 2009 +1000

    radeon: better free of array

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=860d0cc656ee0eb724b2d82596c09a9eee9a8d19
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 22 21:47:38 2009 +1000

    radeon: free all relocs in array

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=02952a41eb0e47ab77a984922c1c3202aeb45b50
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 22 21:38:35 2009 +1000

    radeon: check relocs before deref

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c8b55b351c84cda4e620a5aba3e67c110890567
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 22 21:35:58 2009 +1000

    radeon: fix relocs even more

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c66e38d24fa8ffa2ac759ce118cb779fbce117d4
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 22 21:31:06 2009 +1000

    radeon: fix reloc free harder

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb7756eaed7b6c51a2da2ed9905b79172be91881
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 22 21:29:22 2009 +1000

    radeon: free indices caught with valgrind

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5b54eb3c99aedf92197c834a6645127a231b382
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 22 21:19:56 2009 +1000

    radeon: cleanup bo unref codepath in pending code
    
    assert for bad case hopefully

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11995807f1d83e29e4517c6ae5449cd702f33835
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 22 21:12:54 2009 +1000

    radeon: fix counting for cfree handles in an inline

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=014c52eb6bc2fc0edb69d1ef063eb6c9735b3833
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Jan 23 02:47:15 2009 +1000

    radeon: add r100/r200 workarounds for legacy aging

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ca76586c23200b66cb4f85afb21ea02853779ea
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Jan 23 00:23:10 2009 +1000

    r200: disable some debug

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d01cb37d94b8966fa089106b902325dbef33a58
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Jan 23 00:17:38 2009 +1000

    r200: emit elts into a separate ELT bo

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eda2284961e46002c7b2bd4e4ae2785d7b0a2191
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 22 02:53:30 2009 +1000

    r200r300: start merging span code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0788e424713a2b71cceee60bcd21c79a2896b3bd
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 22 02:38:00 2009 +1000

    r200: remove indexed verts

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=909aeb005f6e5b35889aa9b4fc5e68786bdad047
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 22 01:24:50 2009 +1000

    radeon: fix 1D textures

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=674b204ba7c4854fec92a0c939de5012fecb6d87
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 22 01:17:31 2009 +1000

    r200: fix cubemaps

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=61bb82636f7b1681b5509e1a9038bbcc1feea35c
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 22 01:05:43 2009 +1000

    r200/r300: port r200 texture handling to common code
    
    we now get texrect + trivial textures working

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2bf31b7ffdee0b84e916d5ee4aa487f2e61a1ff7
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 21 18:41:11 2009 +1000

    r300/radeon: move face_for_target

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0ec3243e87cbdfb5db2657fe791748e145930e8
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 21 02:21:45 2009 +1000

    r300: start migrating common functions into common code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ddbd6ed326275de0c22011a2700f342409beee76
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 21 02:15:28 2009 +1000

    r300: move to common texture_image object

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=33dc14c707734df37fb02b7bcc278ddeb94036f1
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 21 02:10:32 2009 +1000

    radeon/r200/r300: start to move to common miptree/texobj

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9c4a01bad3a7d4a965fc09d8605afc6ca48f6f9
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 21 01:40:33 2009 +1000

    r200: make tri render on my r200.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=04029e5ddb030445edc98305b091b9a35479282a
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Jan 20 22:59:34 2009 +1000

    r200: tri runs without crashing - doesn't draw anything

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed3a1cce73fcd0d6f4b6e9b5f69a98ad179ddc4b
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Jan 20 22:51:04 2009 +1000

    r200: clear is working at least - not much else

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=08d90fe8a5e12d92994c05b2ec9f68ab7232275c
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 15 16:50:58 2009 +1000

    r300: move some more function to generic

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a51b76343255af9be6282f93614e92788ad4f0f
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 15 16:41:01 2009 +1000

    radeon/r200/r300: start to make cmd buf useful

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c0a55a21158e1f97cf140c0a1c0531c06751873
Author: Dave Airlie <airlied at linux.ie>
Date:   Thu Jan 15 16:25:37 2009 +1000

    r100/r200: move to new atom style emission

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=47e3a7d7942d722bc679852fec167cc3a8b5bdd4
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 15:54:28 2009 +1000

    radeon: get ctx right in copybuffer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4aa874c6368f2485d4ef72e2dc0230b7d443f9f0
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 15:48:02 2009 +1000

    r200: add missing symbols

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c6a7d01744fe6164a868c5f691bb119109773c0
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 15:45:29 2009 +1000

    radeon/r200/r300: make legacy emit non-r300 specific

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7d06a55c5443cfef73f5c2f60052cc26a1e9ff2
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 15:21:45 2009 +1000

    radeon: move debug symbol add DRI2

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=61da612a4f8862e0aac4ff4fc87c133cb8a1c4a5
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 15:12:57 2009 +1000

    r300: start moving new r300 cmdbuf into common code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=23295cf8e84495af86f62395d32b3116261927e8
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 13:38:12 2009 +1000

    radeon/r200/r300: consolidate swap buffers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=44b916b2c0af0b451b8c45d5872663e61d9110e5
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 13:38:03 2009 +1000

    radeon: remove old lock code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e5e327cea83d9f6d1485f9be440277540ace5c7
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 13:23:24 2009 +1000

    radeon/r200/r300: consolidate the buffer copy/flip code into one place

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d29e96bf33e91d071770b86d87ffc4ef4dfc2f70
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 12:04:00 2009 +1000

    radeon/r200/r300: attempt to move lock to common code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4637235183b80963536f2364e4d50fcb894886dd
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 10:44:48 2009 +1000

    radeon/r200/r300: initial attempt to convert to common context code

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0217ed2cf9b0a538ca03d26b302a7cd57af7dd21
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 08:40:15 2009 +1000

    radeon/r200: move more stuff closer together in context

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6e486906968d82c7b8a869d7ab51697a7cce80c
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 14 06:28:43 2009 +1000

    radeon/r200: move state atom to common header

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=692ca82116485a9c6191e5265c5b369d5b4f82f3
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Jan 13 22:55:27 2009 +1000

    radeon/r200: start splitting out commonalities into separate headers

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b9a09e9f63791787fb9a276a4efd685b399be52
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Jan 13 16:50:15 2009 +1000

    radeon: use bo_wait to wait for all buffers to be rendered to
    
    Not 100% sure this is correct, but its what Intel does and its better than
    CP_IDLE.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d67987b0d144bb754215784cf347512806f15496
Author: Kristian Høgsberg <krh at redhat.com>
Date:   Mon Dec 1 21:44:03 2008 -0500

    Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.
    (cherry picked from commit 154a9e5317f890618932cea0129ef887e16baf84)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=efe68930dce815b3ecda7dc1164dcd9a504dc525
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Jan 11 09:47:38 2009 +1000

    radeon/r300: add code to setup r300 vs r500 using pci device from kernel

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a287ddd324cf285200aaf2eddc78da4eaaad1a1
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Dec 22 17:04:39 2008 +1000

    r300: disable settexoffset extension on r300

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9b325f77e9011918ad1bb59db7c58c44582fda0
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Dec 22 12:28:16 2008 +1000

    radeon: fix library name for consistency

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e14ffb1fa176dbaf260a62cc5e4ddbd602ff6327
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Dec 22 11:41:32 2008 +1000

    radeon: remove start/end offset + cleanup some whitespace

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a42000bd6b799da4160d20f74422449415d1e370
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Dec 22 11:41:23 2008 +1000

    radeon: fixup r500 FP emission for new CS

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f2732d3128a1482d4d7feacd98efaf7bdcc4eef
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Dec 21 09:54:35 2008 +1000

    radeno: hopefully make r200/radeon build

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=72cd2c8c0c863873d280a0e49dfa381e5c3236c8
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Dec 1 16:24:50 2008 +1000

    radeon: make DRI1 one work with new CS mechanism

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9770bb32f50659ef749751780e00d8c88e16126c
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Sun Nov 16 17:59:46 2008 +0100

    radeon: cs add print cs callback

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1d98e51275eaa440e1c6b9c61e5e014faaad45a
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Sun Nov 16 17:58:43 2008 +0100

    radeon: fix pointer dangling

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=56c458e0f2027bc19b45ed3112e84b6ace67920f
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Sat Nov 15 10:40:32 2008 +0100

    radeon: update to libdrm-radeon API changes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b79c18c83288eaaa6af25fdf3fe71b8347b5c1d
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Fri Nov 14 11:25:28 2008 +0100

    radeon: dri2 don't forget to free buffer

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=93a9d2f18de8517af92eba787a4eee34765481ab
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Thu Nov 13 20:04:50 2008 +0100

    r300: release bo from pixmap

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c26ec97b1390deb7c2ae586450e621a7095dac87
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Wed Nov 12 17:00:28 2008 +0100

    r300: convert to new relocations format (see libdrm-radeon)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d07d1379314c9222ccb955244fa7e56bd4d03d6d
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Wed Nov 12 14:02:57 2008 +0100

    r300: SetTex extension support

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b43c28195ffce79822728b546a707ee14a03320
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Sun Nov 9 19:00:28 2008 +0100

    r300: cs + DRI2 support
    
    If DRI2 is enabled then switch cmd assembly to directly build
    hw packet.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5d5dab8c03f72097ec3e5b465fe93b6e369bb2d
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Wed Nov 5 14:31:46 2008 +0100

    r300: bo and cs abstraction.
    
    This abstract memory management and command stream building so we
    can use different backend either legacy one which use old pathway
    or a new one like with a new memory manager. This works was done by :
    
    Nicolai Haehnle
    Dave Airlie
    Jerome Glisse




More information about the mesa-commit mailing list