Merge branch 'mesa_7_6_branch'
[mesa.git] / src / mesa / drivers /
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-14 Brian Paulmesa: remove left-over debug printf
2009-10-13 Brian Paulintel: fix broken sw generate mipmap path
2009-10-13 Brian Paulmesa: whitespace fixes
2009-10-13 Brian Paulmesa: do RTT check in _mesa_meta_check_generate_mipmap_...
2009-10-13 Brian Paulmesa: save/set/restore texture base/wrap state in blitf...
2009-10-13 Brian Paulintel: whitespace/formatting clean-up
2009-10-13 Brian Paulintel: replace extern decl with #include
2009-10-13 Brian Paulintel: added INLINE keyword to minify()
2009-10-13 Brian Paulintel: code clean-ups
2009-10-13 Brian Paulintel: pass zslice to intel_miptree_image_offset()
2009-10-13 Brian Pauli965: remove unused var
2009-10-12 Andre Maasikasr600: implement ProgramStringNotify
2009-10-12 Andre Maasikasr600: LIT dst.y gets value from src.x
2009-10-12 Andre Maasikasr600: DPH adds w comp of second operand, so set first...
2009-10-11 Eric Anholti965: Fix the last valid address setting for the index...
2009-10-11 Eric Anholti965: Fix the bounds emitted in the vertex buffer packets.
2009-10-10 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-09 Alex Deucherradeon: fix scissor regression
2009-10-09 Andre Maasikasr600: fixup KIL instruction a bit
2009-10-09 Eric Anholti965: Use bo_references for the state cache delete...
2009-10-09 Eric Anholtintel: Use new drm_intel_bo_references() to avoid flushing.
2009-10-08 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-07 Brian Paulmesa/xlib: call XQueryExtension() in glXQueryExtension()
2009-10-07 Brian Paulmesa: don't need to free textures, VBOs, etc. in _mesa_...
2009-10-07 Joakim Sindholtr300compiler: fix scons build again
2009-10-07 Nicolai HähnleMerge branch 'master' into r300g-glsl
2009-10-07 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-10-07 Brian Paulmesa/xlib: fix glXQueryDrawable() bugs, see bug 24320
2009-10-07 Brian Paulmesa/xlib: return 0 for errorBase, eventBase in glXQuer...
2009-10-06 Nicolai Hähnler300/compiler: Fix R300 vertex program dumps
2009-10-06 Nicolai Hähnler300/compiler: Fix yet another regression in register...
2009-10-06 Nicolai Hähnler300/compiler: Fix a really stupid logic inversion...
2009-10-06 Nicolai Hähnler300/compiler: Fix regression in pair scheduling
2009-10-06 Andre Maasikasr600: r700PredictRenderSize can flush, so move index...
2009-10-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-05 Brian Paulintel: use driReadDrawable in do_copy_texsubimage()
2009-10-05 Brian Paulintel: use driReadDrawable, not driDrawable in do_blit_...
2009-10-05 Brian Paulintel: remove a buffer equality test in _mesa_make_curr...
2009-10-05 Joakim Sindholtr300g: fix scons build
2009-10-05 Andre Maasikasr600: update vertex program selection for draw path
2009-10-04 Frederic Crozatr200: remove subpixel offset from viewport
2009-10-04 Nicolai Hähnler300/compiler Add support for more of the Sxx set instr...
2009-10-04 Nicolai Hähnler300/compiler: Emit flow control instructions and ALU...
2009-10-04 Nicolai Hähnler300/compiler: Refactor the radeon_pair code to support...
2009-10-04 Nicolai Hähnler300/compiler: Refactor to allow different instruction...
2009-10-04 Nicolai Hähnler300/compiler: Introduce aluresult register for branch...
2009-10-03 Chris Wilsonintel: Suppress a compiler warning for an pointer-...
2009-10-03 Chris Wilsonintel: Assert that relocation offsets are within the...
2009-10-03 Nicolai Hähnler300/compiler: Introduce control flow instructions...
2009-10-03 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-10-03 Michel Dänzerradeon: Cope better with texture images with no miptrees.
2009-10-03 Michel Dänzermeta: Make sure texImage->TexFormat is valid for CopyTe...
2009-10-02 Nicolai Hähnler300: Workaround problem on R500 with very large fragme...
2009-10-02 Brian Paulmesa: optimized _mesa_meta_BlitFramebuffer() for src...
2009-10-02 Eric Anholti965: Use a little stack space to avoid a malloc in...
2009-10-02 Eric Anholtintel: Remove an unexplained flush from intelClearWithBlit.
2009-10-02 Alex Deucherr600: remove support for host-based ibs
2009-10-02 Brian Paulintel: wrap _mesa_meta_GenerateMipmap()
2009-10-02 Brian Paulmesa: added _mesa_meta_check_generate_mipmap_fallback()
2009-10-02 Brian Paulxlib: use bitwise-and to test GLX_RGBA_BIT in choose_vi...
2009-10-01 Eric Anholti915: Add stub ARB_occlusion_query support under a...
2009-10-01 Eric Anholti915: Add optional support for ARB_fragment_shader...
2009-10-01 Eric Anholti915: Add support or fallbacks for GLSL fragment shader...
2009-10-01 Eric Anholti915: Add support for varying inputs.
2009-10-01 Eric Anholti915: Enable ARB_vertex_shader for both i915 and i830.
2009-10-01 Eric Anholti915: Increase maximum program size to the hardware...
2009-10-01 Eric Anholti915: Update and translate the fragment program along...
2009-10-01 Eric AnholtRevert "i915: don't validate PS program when falling...
2009-10-01 Eric Anholti915: Bail when the fragment program has too many total...
2009-10-01 Eric Anholti915: Let i915_program_error take a format string,...
2009-10-01 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-30 Eric Anholti965: Fix massive memory allocation for streaming textu...
2009-09-29 Brian Paulmesa/xlib: fix GLX_RENDER_TYPE query
2009-09-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-29 Andre Maasikasr600: use CB_TARGET_MASK instead of CB_SHADER_MASK...
2009-09-29 Andre Maasikasr600: user correct alpha blend factor
2009-09-29 Andre Maasikasr600: clear position enable bit when when wpos is not...
2009-09-28 Eric Anholtmeta: Fix invalid PBO access from DrawPixels when tryin...
2009-09-28 Eric Anholtintel: Drop my generatemipmap code in favor of the...
2009-09-28 Eric Anholtintel: Remove some dead metaops code.
2009-09-28 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-27 Richard Lir600 : Enable draw_prim.
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Michel Dänzerintel: Handle GL_RGB8 for glCopyTex(Sub)Image.
2009-09-25 Michal Krolradeon: Fix newlines.
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-25 Eric Anholti915: Fix GetBufferSubData in the case of a system...
2009-09-25 Brian Paulmesa: _mesa_meta_GenerateMipmap() now working
2009-09-24 Eric Anholtintel: Flush the batch when we're about to subdata...
2009-09-24 Eric Anholti965: Clean up some mess with the batch cache.
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Eric Anholti965: Emit zero initialization for NV VP temporaries...
2009-09-24 Eric Anholti965: Remove assert about NV_vp now that it somewhat...
2009-09-24 Eric Anholti965: Load NV program matrices when required.
next