mesa.git
2009-12-01 Keith WhitwellMerge commit 'origin/mesa_7_7_branch'
2009-12-01 Michal Krolmesa: Update vertex texture code after gallium changes.
2009-12-01 Marek Olšákr300g: simplify allocations of VS output registers
2009-12-01 Marek Olšákr300g: simplify allocations of FS input registers
2009-12-01 Marek Olšákr300g: clean up derived states
2009-12-01 Marek Olšákr300g: VS->FS attribute routing rework
2009-12-01 Marek Olšákr300g: add R300 prefix in reg definitions
2009-12-01 Michal Krolcso: Fix function prototype.
2009-12-01 Michal Kroltrace: Implement separate vertex sampler state.
2009-12-01 Michal Krolfo: Implement separate vertex sampler state.
2009-12-01 Michal Krolid: Implement separate vertex sampler state.
2009-12-01 Michal Kroltrace: Reduce double semicolons to single ones.
2009-12-01 Michal Krolsp: Do not falsely advertise support for some SNORM...
2009-12-01 Michal Krolsp: Implement separate vertex sampler state.
2009-12-01 Michal Krolpython: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolst: Update for renamed sampler/texture state setters.
2009-12-01 Michal Kroltrace: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolsvga: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolr300: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolnv: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krollp: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolid: Update for renamed sampler/texture state setters.
2009-12-01 Michal Kroli915: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolfo: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolcell: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolvl: Update for renamed sampler/texture state setters.
2009-12-01 Michal Kroldraw: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolcso: Add support for separate vertex sampler state.
2009-12-01 Michal Krolgallium: Introduce separate vertex texture/sampler...
2009-12-01 Michal Kroltgsi/sanity: Up MAX_REGISTERS to 1024.
2009-12-01 Ian Romanickmesa: set version string to 7.7-rc1
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-30 Ian Romanicki915: Actually put i915PointParameterfv in the driver...
2009-11-30 Brian Paulst/mesa: handle front/back-face +1/-1 vs. 1/0 conversion
2009-11-30 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-11-30 Ian Romanicki915: Fallback bit define missed on previous commit
2009-11-30 Ian Romanicki915: Round point sizes instead of truncate.
2009-11-30 Ian Romanicki915: Enable point sprite coordinate generation
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-11-29 Richard Lir600 : clena up a bit for last commit.
2009-11-29 Richard Lir600 : add read port allocation for uniform;
2009-11-29 Maciej Cencoraradeon: update miptree code a little
2009-11-29 Maciej Cencoraradeon: don't check the same miptree many times when...
2009-11-29 Maciej Cencoraradeon: add some debugging info
2009-11-29 Christoph Bumillernv50: update linkage on rasterizer change
2009-11-29 Christoph Bumillernv50: match VP outputs to FP inputs ourselves
2009-11-29 Christoph Bumillernv50: don't permanently negate src in emit_ddy
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGenf.
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGeni.
2009-11-29 Vinson Leedri: Fix potential null pointer dereference in driBindC...
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access in _mesa_TexEnvf.
2009-11-28 Maciej Cencoraradeon: need to flush cs when moving images between...
2009-11-28 Corbin Simpsonutil: Fix bad code.
2009-11-28 Corbin Simpsonutil: Improve bitcount.
2009-11-27 Christoph Bumillernv50: do conversion of last insn to 64 bit format first
2009-11-27 Christoph Bumillernv50: bswap32 the polygon stipple pattern
2009-11-27 Christoph Bumillergallium/util: added util_bswap32()
2009-11-27 José Fonsecascons: Promote pointer arithmetic to error.
2009-11-27 José Fonsecaconfigs: Warn about pointer arithmetic.
2009-11-27 José Fonsecamesa: Avoid void pointer arithmetic.
2009-11-27 Roland Scheideggersvga: fix for not using texture width/height/depth...
2009-11-27 Roland Scheideggerr300g,llvmpipe: fix some more merge problems
2009-11-27 Roland ScheideggerMerge branch 'width0'
2009-11-27 Keith Whitwellst/xorg: proper fix for compositing after rounding up
2009-11-27 José Fonsecarbug: Mention where the GUI can be found.
2009-11-27 José Fonsecasvga: Re-add shader dumping.
2009-11-27 Keith WhitwellRevert "st/xorg: fix composite after texture size changes"
2009-11-27 Keith Whitwellst/xorg: fix composite after texture size changes
2009-11-27 José Fonsecawgl: Fix copy'n'paste typo in comment.
2009-11-27 José Fonsecasvga: Handle comment tokens when dumping.
2009-11-27 José Fonsecasvga: Use consistent names for public symbol names...
2009-11-27 José Fonsecasvga: Use consistent file names for dumping facilities.
2009-11-27 Keith Whitwellst/xorg: speculatively round textures up to nearest POT
2009-11-27 Keith Whitwellst/xorg: free last fence
2009-11-27 Keith Whitwellsvga: flush our command buffer after the 8th distinct...
2009-11-27 Keith Whitwellsvga: add DEBUG_CACHE option
2009-11-27 Vinson Leesvga: Prevent potential null pointer dereference in...
2009-11-26 Roland Scheideggergallium: fix more statetrackers/drivers for not using...
2009-11-26 Michal Kroltgsi/exec: Fix orientation of DDY.
2009-11-26 Michal Kroltgsi/exec: Force return from a subroutine at ENDSUB.
2009-11-26 Keith Whitwelldraw: Fix max_index check.
2009-11-26 Michal Kroltgsi/ureg: Add forgotten goto in ureg_DECL_constant().
2009-11-26 José Fonsecallvmpipe: Fake missing SSSE3 when simulation less capab...
2009-11-26 José Fonsecallvmpipe: Update/correct CPU requirements.
2009-11-26 Ian RomanickImprove implementation of GL_POINT_SPRITE_COORD_ORIGIN...
2009-11-26 Roland ScheideggerMerge commit 'origin/st-shader-varients'
2009-11-25 José Fonsecascons: Make it work with MinGW build of LLVM 2.6.
2009-11-25 Dave Airlieradeon: fix context destroy needing lock for flushing.
2009-11-25 Dave Airlier600: add ARB_texture_non_power_of_two support.
2009-11-25 Jakob Bornecrantzvmware/xorg: Remove gem include
2009-11-26 Michel Dänzerst/xorg: Use pipe clear hook for solid fills of whole...
2009-11-26 Keith Whitwellsvga: hash the whole key, not just the first four bytes
2009-11-26 Michel Dänzerst/xorg: Make sure DRI2 blits use GPU copy contents...
2009-11-26 Keith Whitwellst/xorg: fix refcounting bugs introduced in earlier...
2009-11-26 Keith Whitwellst/xorg: formatting
2009-11-26 Keith Whitwellst/xorg: remove debugging flush
2009-11-26 José Fonsecasvga: Remove spurious argument to SVGA_DBG.
2009-11-26 Keith Whitwellst/xorg: render throttling in block handler
2009-11-26 Keith Whitwellst/xorg: split copy operation into prepare/copy/done...
2009-11-26 Keith Whitwellst/xorg: don't set up constant buffer for non-xv fragme...
next