summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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: fixes for srgb formatsRoland Scheidegger1-20/+14
2009-02-09fix _mesa_get_teximage for srgb texturesRoland Scheidegger1-11/+52
2009-02-09indices: Fix typo.José Fonseca2-241/+241
2009-02-08nouveau: include and calc offset before changing dimensions for next levelPatrice Mandin1-2/+3
2009-02-08nouveau: upload and swizzle each mipmap level in turnPatrice Mandin1-28/+38
2009-02-08r300: Accidentally removed a pipe_buffer_reference that should be there.Corbin Simpson1-0/+2
2009-02-08r300: Add SW TCL paths for clear.Corbin Simpson1-19/+42
2009-02-08r300: Update to match pipe_surface changes.Corbin Simpson5-8/+13
2009-02-07cell: remove unused varBrian Paul1-1/+0
2009-02-07cell: compile fix: many updates to cell texture code for new surface mappingBrian Paul1-39/+42
2009-02-07softpipe: simplify an assertionBrian Paul1-1/+1
2009-02-07cell: compile fix: no-op xlib_create_brw_screen() for Cell buildBrian Paul1-0/+2
2009-02-07cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul2-2/+2
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul2-2/+1
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul1-3/+3
2009-02-07nouveau: Need to surface_copy() without a pipe context.Younes Manton5-39/+36
2009-02-06Merge branch 'gallium-0.2' of git://anongit.freedesktop.org/mesa/mesa into ga...Corbin Simpson13-23/+27