summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-01-11cell: datatype clean-ups in SPE rtasmBrian Paul
2009-01-11cell: simplify the 'optional register' codeBrian Paul
2009-01-11cell: asst datatype clean-upsBrian Paul
2009-01-11cell: move depth/stencil code into separate functionBrian Paul
2009-01-11cell: clean-up, re-indent, commentsBrian Paul
2009-01-11Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-10cell: use tgsi_dump_instruction() instead of spe_comment()Brian Paul
2009-01-10gallium: use tgsi_dump_instruction() instead of ppc_comment()Brian Paul
2009-01-10gallium: remove unused struct typeBrian Paul
2009-01-10gallium: fix register clobber bug in TGSI->PPC codegenBrian Paul
2009-01-10gallium: emit comments in TGSI->PPC codegenBrian Paul
2009-01-10gallium: code to dump/debug PPC code (disabled)Brian Paul
2009-01-10gallium: added comment/annotation support to PPC rtasmBrian Paul
2009-01-10cell: added rule to produce .s assembly filesBrian Paul
2009-01-10gallium: s/false/FALSE/Brian Paul
2009-01-10nouveau: Update nv30 swizzling.Younes Manton
2009-01-10nouveau: Factor out common winsys bits into libnouveaudrm.aYounes Manton
2009-01-10g3dvl: Use Gallium thread wrappers.Younes Manton
2009-01-10g3dvl: Use Gallium MALLOC wrappers.Younes Manton
2009-01-10g3dvl: Get rid of old unbuffered motion compensation code.Younes Manton
2009-01-10g3dvl: Map vertex bufs once per frame/flush.Younes Manton
2009-01-10nouveau: Catch some more leaks.Younes Manton
2009-01-10g3dvl: Allocate one set of bufs, let winsys rename them as necessary.Younes Manton
2009-01-10nouveau: Add busy() query, determines if BOs can be mapped immediately.Younes Manton
2009-01-10nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.Younes Manton
2009-01-10g3dvl: Expand YCbCr to full RGB range by default.Younes Manton
2009-01-10g3dvl: Flag textures holding incoming data as dynamic.Younes Manton
2009-01-10nouveau: Put dynamic textures in GART for CPU access and don't swizzle.Younes Manton
2009-01-10gallium: Define PIPE_TEXTURE_USAGE_DYNAMIC.Younes Manton
2009-01-10nouveau: Swizzle textures larger than nv04 SIFM limit in parts.Younes Manton
2009-01-09draw: Add missing include.José Fonseca
2009-01-09xlib: move state tracker to glx/xlibKeith Whitwell
2009-01-09xlib: disable more cell calls when GALLIUM_CELL not definedKeith Whitwell
2009-01-09xlib: strip out some CI and overlay supportKeith Whitwell
2009-01-09xlib: strip out some overlay supportKeith Whitwell
2009-01-09xlib: strip out glXAllocateMemoryNV & friendsKeith Whitwell
2009-01-09xlib: combine and eliminate some header filesKeith Whitwell
2009-01-09Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-08xlib: strip out glXAllocateMemoryMESA & friendsKeith Whitwell
2009-01-08xlib: remove VMS tweaks, these should be moved to p_compiler.h if neededKeith Whitwell
2009-01-08xlib: remove unsued _glxapi_get_extensions funcKeith Whitwell
2009-01-08xlib: strip out some unused XMesa api functionsKeith Whitwell
2009-01-08xlib: rename xfonts.c to fakeglx_fonts.cKeith Whitwell
2009-01-08xlib: rename old_xmesa.h to xm_api.hKeith Whitwell
2009-01-08xlib: remove XMesaMakeCurrent, use XMesaMakeCurrent2 alwaysKeith Whitwell
2009-01-08xlib: remove old xmesa_x.h file and all its definesKeith Whitwell
2009-01-08xlib: remove some XMesa types, just use the native Xlib onesKeith Whitwell
2009-01-08cell: fix breakage from xlib re-orgBrian Paul
2009-01-08xlib: strip out more 3dfx stuffKeith Whitwell
2009-01-08xlib: pull in private copies of the GL/xmesa*.h headersKeith Whitwell