Merge branch 'mesa_7_6_branch'
[mesa.git] / src / mesa / drivers /
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-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 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.
2009-09-24 Brian Paulintel: use default array/element buffers in intel_gener...
2009-09-24 Pauli NieminenMerge branch 'mesa_7_6_branch'
2009-09-24 Pauli Nieminenradeon: Fix scissors for r600 KMS.
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 Richard Lir600 : fix draw_prim bug: vertex fetcher setting.
2009-09-24 Richard Lir600 : disable draw_prim for now.
2009-09-24 Andre Maasikasr600: add support for CUBE textures, also TXP
2009-09-24 Alex Deucherr600: fix typo in the last commit
2009-09-24 Alex Deucherr600: various cleanups
2009-09-24 Andre Maasikasr600: fix some issues with LIT instruction
2009-09-24 Alex Deucherr600: fix point sizes
2009-09-24 Alex Deucherr600: fix polygon offset
2009-09-24 Alex Deucherradeon: don't build non-r600 span code on r600
2009-09-24 Alex Deucherr600: minor span cleanups
2009-09-24 Andre Maasikasr600: support position_invariant programs
2009-09-24 Alex Deucherr600: add span support for 1D tiles
2009-09-24 Alex Deucherr600: fix warning
2009-09-24 Andre Maasikasr600: fix texcoords from constants
2009-09-24 Andre Maasikasr600: enable caching of vertex programs
2009-09-24 Alex Deucherr600: check if textures are actually enabled before...
2009-09-24 Alex Deucherr600: fix ftp for dri1
2009-09-24 Dave Airlier600: don't setup hardware state if TFP
2009-09-24 Alex Deucherr600: fix dri2 clipping
2009-09-23 Alex Deucherr600: fix up ordering of functions in draw prims path
2009-09-23 Maciej Cencorar300: fallback to software rendering if we are out...
2009-09-23 Alex Deucherr600: fix r700PredictRenderSize for draw prims path
2009-09-23 Richard Lir600 : add hw index buffer draw support.
2009-09-23 Adam JacksonFinish removing glcore
2009-09-23 Alex Deucherr600: fix copy/paste typo
2009-09-23 Alex Deucherr600: fix some warnings
2009-09-23 Andre Maasikasr600: add support for CUBE textures, also TXP
2009-09-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-23 Keith WhitwellMerge branch 'softpipe-opt'
2009-09-22 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-22 Brian Paulmesa: don't re-use the meta glDrawPixels VBO; create...
2009-09-22 Richard Lir600 : add draw_prim support, make up one lost change.
2009-09-22 Richard Lir600 : add draw_prim support.
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-22 Nicolai Hähnler300: Fix crash reported in bug #24066
2009-09-21 Maciej Cencoraradeon: update buffer map/unmap code for changes introd...
2009-09-21 Maciej Cencorar300: fix a typo
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
next