summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-10Merge commit 'origin/gallium-0.2' into gallium-master-mergegallium-master-mergeBrian Paul46-534/+876
2009-02-10nouveau: nv40 swizzled mipmap fixes.gallium-0.2Younes Manton3-13/+31
2009-02-10nouveau: nv30: fix miptree organization to have swizzled texture+mipmap at th...Patrice Mandin2-13/+30
2009-02-10nouveau: revert all my changes here, not the right wayPatrice Mandin1-22/+9
2009-02-10nouveau: stop with 0 dimensionPatrice Mandin1-1/+1
2009-02-10nouveau: we already have the right src offsetPatrice Mandin1-3/+2
2009-02-10progs: Build samples dir with scons and glew.José Fonseca5-12/+67
2009-02-10nouveau: do not forget to half dimension.Patrice Mandin1-3/+7
2009-02-10nouveau: revert most parts of recent mipmap+swizzle stuff. We only need to fi...Patrice Mandin1-50/+43
2009-02-10progs: Build rebook with scons too.José Fonseca2-0/+92
2009-02-10wgl: return before locking if stw_icd is NULLKeith Whitwell1-2/+17
2009-02-10Merge commit 'origin/gallium-0.2' into gallium-0.2Keith Whitwell107-533/+8578
2009-02-10scons: Use parallel builds by default.José Fonseca2-0/+47
2009-02-10wgl: mutex-protect the shared stw_icd structKeith Whitwell1-73/+138
2009-02-10nouveau: dst offset is correctPatrice Mandin1-4/+2
2009-02-10pipebuffer: Drop reliance on pipe_winsys.José Fonseca4-24/+54
2009-02-10Missing: tgsi: Fix build -- rename Size to NrTokens.Patrice Mandin1-1/+1
2009-02-10nouveau: recalc sub width and height for each mipmap levelPatrice Mandin1-16/+23
2009-02-10mesa: Build both software rasterizers for debugJakob Bornecrantz2-4/+6
2009-02-10gallium: Don't rebuild common drm codeJakob Bornecrantz2-6/+6
2009-02-10gallium: Install DRI drivers into lib/galliumJakob Bornecrantz2-8/+8
2009-02-10gallium: Introduce new subdirs build variablesJakob Bornecrantz5-8/+13
2009-02-10Revert "cell: update linux-cell config"Jakob Bornecrantz1-1/+1
2009-02-10Revert "mesa: added new linux-gallium and linux-gallium-debug configs"Jakob Bornecrantz4-34/+10
2009-02-10nv40: Fix build -- rename Size to NrTokens.Michal Krol1-1/+1
2009-02-10nv30: Fix build -- rename Size to NrTokens.Michal Krol1-1/+1
2009-02-10nv20: Fix build -- rename Size to NrTokens.Michal Krol1-1/+1
2009-02-10brw: Fix build -- rename Size to NrTokens.Michal Krol1-1/+1
2009-02-10i915: Fix build -- rename Size to NrTokens.Michal Krol1-1/+1
2009-02-10gallivm: Fix build -- rename Size to NrTokens.Michal Krol1-2/+2
2009-02-10draw: Fix build -- rename Size to NrTokens.Michal Krol2-2/+2
2009-02-10tgsi: Fix build -- rename Size to NrTokens.Michal Krol8-20/+20
2009-02-10gallium: Rename Size member of TGSI token to NrTokens.Michal Krol1-5/+5
2009-02-10vmw/icd: remove bogus current_context valueKeith Whitwell1-6/+4
2009-02-10mesa: Compare formats using nominal bytes per pixel.José Fonseca1-3/+1
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer12-3/+28
2009-02-10wgl: Fix null pointer reference.José Fonseca1-0/+3
2009-02-10stw: Hack for applications which use wglSetPixelFormat instead of SetPixelFor...José Fonseca1-0/+8
2009-02-10glut: Use the official WGL functions.José Fonseca3-32/+9
2009-02-10glut: DESCRIPTION .def clause deprecated.José Fonseca1-6/+0
2009-02-10wgl: s/0x%p/%p/gJosé Fonseca1-6/+8
2009-02-09mesa: add x86/rtasm/x86sse.c to fix linux-x86 buildBrian Paul1-0/+1
2009-02-09mesa: fixes for srgb formatsRoland Scheidegger1-20/+14
2009-02-09fix _mesa_get_teximage for srgb texturesRoland Scheidegger1-11/+52
2009-02-09re-add MSAA supportBrian Paul13-45/+60
2009-02-09indices: Fix typo.José Fonseca2-241/+241
2009-02-09cell: update linux-cell configBrian Paul1-1/+1
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul4-5/+6
2009-02-09mesa: added new linux-gallium and linux-gallium-debug configsBrian Paul6-18/+58
2009-02-09softpipe: add null ptr check in softpipe_map_constant_buffers()Brian Paul1-2/+8