summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Merge remote branch 'origin/master' into arb_geometry_shader4arb_geometry_shader4Zack Rusin585-8464/+39438
2009-11-27nv50: do conversion of last insn to 64 bit format firstChristoph Bumiller1-16/+11
2009-11-27nv50: bswap32 the polygon stipple patternChristoph Bumiller1-1/+1
2009-11-27gallium/util: added util_bswap32()Christoph Bumiller1-0/+17
2009-11-27svga: fix for not using texture width/height/depth arraysRoland Scheidegger2-33/+32
2009-11-27r300g,llvmpipe: fix some more merge problemsRoland Scheidegger2-3/+3
2009-11-27Merge branch 'width0'Roland Scheidegger72-594/+586
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger50-373/+360
2009-11-26tgsi/exec: Fix orientation of DDY.Michal Krol1-1/+1
2009-11-26tgsi/exec: Force return from a subroutine at ENDSUB.Michal Krol1-1/+27
2009-11-26draw: Fix max_index check.Keith Whitwell1-1/+2
2009-11-26tgsi/ureg: Add forgotten goto in ureg_DECL_constant().Michal Krol1-0/+1
2009-11-26llvmpipe: Fake missing SSSE3 when simulation less capabable machines.José Fonseca1-0/+1
2009-11-26llvmpipe: Update/correct CPU requirements.José Fonseca1-3/+7
2009-11-26Merge commit 'origin/st-shader-varients'Roland Scheidegger14-651/+327
2009-11-25scons: Make it work with MinGW build of LLVM 2.6.José Fonseca1-25/+27
2009-11-25r600: add ARB_texture_non_power_of_two support.Dave Airlie2-6/+22
2009-11-24r600 : reset stack flag with one channel only.Richard Li1-1/+4
2009-11-24r600 : fix stack depth setting bug.Richard Li1-4/+4
2009-11-24llvmpipe: Update instructions.José Fonseca1-15/+17
2009-11-24svga: Handle comment tokens when dumping.José Fonseca2-1/+12
2009-11-24svga: Use consistent names for public symbol names of shader dumping facilities.José Fonseca5-12/+12
2009-11-24svga: Use consistent file names for dumping facilities.José Fonseca10-11/+11
2009-11-24util: Describe a few more formats.José Fonseca1-0/+10
2009-11-24llvmpipe: Use assert instead of abort. Only verify functions on debug builds.José Fonseca2-2/+4
2009-11-24llvmpipe: Fix memory leak.José Fonseca1-0/+1
2009-11-24llvmpipe: Use the generic conversion routine for depths.José Fonseca1-7/+18
2009-11-24llvmpipe: Be more conservative with the supported formats.José Fonseca1-7/+51
2009-11-24wgl: Fix copy'n'paste typo in comment.José Fonseca1-1/+1
2009-11-24llvmpipe: Fix typo in comparison operator.José Fonseca1-1/+1
2009-11-24tgsi: Document Declaration Semantic token and FACE semantic name.Michal Krol1-0/+32
2009-11-24slang: Fix allocation size.Michal Krol1-2/+2
2009-11-24mesa: Fix pointer arithmetic.Michal Krol1-1/+3
2009-11-24tgsi: Implement predicated instructions in exec.Michal Krol2-5/+48
2009-11-24tgsi: Add ureg_DECL_loop().Michal Krol2-0/+25
2009-11-24tgsi: Account for gallium shader token representation changes.Michal Krol5-132/+106
2009-11-24gallium: Refactor the instruction predicate TGSI token.Michal Krol1-10/+7
2009-11-24r300: fix swtcl bo leak problem.Dave Airlie1-3/+5
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie10-23/+60
2009-11-23mesa: use gcc __builtin_popcount()Brian Paul1-0/+4
2009-11-23r300g: use util_bitcount()Brian Paul1-17/+2
2009-11-23egl: use util_bitcount()Brian Paul1-14/+4
2009-11-23gallium/util: added util_bitcount()Brian Paul1-0/+20
2009-11-23Merge commit 'origin/mesa_7_7_branch'Maciej Cencora44-103/+180
2009-11-23radeon: fix errors in miptree related functionMaciej Cencora1-3/+8
2009-11-23Merge branch 'mesa_7_7_branch' of http://anongit.freedesktop.org/git/mesa/mes...Maciej Cencora12-32/+29
2009-11-23svga: Scrub Makefiles a bitJakob Bornecrantz2-20/+2
2009-11-23slang: Check return value from emit_instruction().Michal Krol1-6/+67
2009-11-23tgsi: Clamp the source argument in micro_exp2() to avoid Inf.Michal Krol1-0/+18
2009-11-23tgsi: Remove code that actually had no effect.Michal Krol1-4/+0