via: silence unused var warnings
[mesa.git] / src / mesa / drivers /
2009-10-27 Brian Paulvia: silence unused var warnings
2009-10-27 Brian Paulintel: minor clean-up, comments
2009-10-27 Brian Paulintel: use _mesa_get_current_tex_unit() helper
2009-10-27 Brian Paulmesa: s/Bilt/Blit
2009-10-27 Brian Paulintel: fix comment, formatting
2009-10-27 Brian Paulintel: fix src offset bug in do_copy_texsubimage()
2009-10-27 Eric Anholti915: Fix driver for the miptree x/y offset changes.
2009-10-27 Brian Pauli965: be clear that the Fallback field is a boolean...
2009-10-27 Brian PaulRevert "i965: fix hacked Fallback usage in brw_prepare_...
2009-10-27 Brian Paulintel: fix GL state bugs in intel_texture_bitmap()
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Eric Anholti965: Annotate _NEW_COLOR dependency for brw_update_ren...
2009-10-23 Eric Anholtintel: Keep track of x,y offsets in miptrees and use...
2009-10-23 Chia-I Wumesa/dri: Remove extension_helper.h.
2009-10-23 Chia-I Wumesa: Enable remap table in core.
2009-10-23 Andre Maasikasr600: remove duplicate stride setting
2009-10-23 Andre Maasikasr600: for position invariant programs reading vert_pos...
2009-10-23 Alex Deucherr600: remove remains of old tnl pipeline
2009-10-23 Alex Deucherr600: fix render size prediction
2009-10-23 Alex Deucherr600: remove old tnl pipeline
2009-10-23 Alex Deucherr600: clean up context creation
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Brian Paulintel: flush old context before binding new context
2009-10-22 Brian Pauli965: fix hacked Fallback usage in brw_prepare_vertices()
2009-10-22 Brian Paulintel: define INTEL_FALLBACK_DRIVER for drivers
2009-10-22 Brian Paulintel: Fallback field is a bitmask, use GLbitfield
2009-10-22 Brian Pauli965: remove unused brw_context::tmp_fallback field
2009-10-22 Brian Pauli965: remove unused BRW_FALLBACK_TEXTURE bit
2009-10-22 Corbin SimpsonKill off trident.
2009-10-22 Corbin SimpsonNuke s3v.
2009-10-22 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-10-22 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-22 Andre Maasikasr600: set barrier for tex inst if dst is used earlier...
2009-10-22 Andre Maasikasr600: need to export something from PS
2009-10-22 Andre Maasikasr600: add beginnings of ARL instruction
2009-10-20 Eric Anholtintel: Fix flipped condition in ARB_sync GetSYnciv...
2009-10-20 Eric Anholtmeta: Fix the BufferSubData in meta clear to be BufferData.
2009-10-19 Mathias Fröhlichr300: fix texture size handling with size > 2048
2009-10-19 Robert Nolandr600: Fix size calculation for 24 bit depth
2009-10-19 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-18 Corbin SimpsonMerge branch 'master' of ssh://git.freedesktop.org...
2009-10-17 Chris Wilsonintel: Disallow relocations to the byte beyond the...
2009-10-16 Brian Paulmesa: lift default symlinks target into Makefile.template
2009-10-16 Brian Paulmesa: use EXTRA_MODULES and SUBDIRS to build r300 compiler
2009-10-16 Brian Paulmesa: added SUBDIRS support in dri/Makefile.template
2009-10-16 Maciej Cencorar300: fix vertex program parameters limits
2009-10-15 Owen TaylorUse the right pitch when rendering to a texture
2009-10-15 Robert Nolandr600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear...
2009-10-15 Robert Nolandr600: cleanup in r600_cs_process_relocs().
2009-10-15 Robert Nolandradeon: return EINVAL for 0 length buffers.
2009-10-15 Andre Maasikasr600: fix tfp1 bo size
2009-10-15 Andre Maasikasr600: implement ProgramStringNotify
2009-10-15 Andre Maasikasr600: LIT dst.y gets value from src.x
2009-10-15 Andre Maasikasr600: DPH adds w comp of second operand, so set first...
2009-10-15 Andre Maasikasr600: fixup KIL instruction a bit
2009-10-15 Andre Maasikasr600: use CB_TARGET_MASK instead of CB_SHADER_MASK...
2009-10-15 Andre Maasikasr600: user correct alpha blend factor
2009-10-15 Andre Maasikasr600: clear position enable bit when when wpos is not...
2009-10-15 Brian Paulmesa: remove unused ctx->Driver.PrioritizeTextures...
2009-10-15 Brian Paulmesa: remove unused ctx->Driver.TextureMatrix() hook
2009-10-14 Alex Deucherr600: enable EXT_vertex_array_bgra extensions
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()
next