summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-12cell: fix non-debug build errorBrian Paul
2008-09-12cell: implement swizzling for src regsBrian Paul
2008-09-12cell: setup fragment program inputs in SOA formatBrian Paul
2008-09-12simple add with swizzle and mul with swizzle testsBrian Paul
2008-09-12cell: updated docs/statusBrian Paul
2008-09-12gallium: minor optimization to spe_load_int()Brian Paul
2008-09-12gallium: initial PPC/Altivec codegenBrian Paul
2008-09-12cell: update branch info in docsBrian Paul
2008-09-12cell: disable calls to old gen codeBrian Paul
2008-09-12gallium: don't build winsys/ hereBrian Paul
2008-09-12i915simple: A step closer to compilingJakob Bornecrantz
2008-09-12mesa: build gallium directories before core mesaKeith Whitwell
2008-09-12mesa: regenerate shader filesKeith Whitwell
2008-09-12vp: add run scriptKeith Whitwell
2008-09-12Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-12fp: put test name in window title, add run scriptKeith Whitwell
2008-09-12mesa: get fixed-function program generation working againKeith Whitwell
2008-09-12use APP_CC, remove redundant targetKeith Whitwell
2008-09-11cell: initial support for fragment shader code generation.Brian Paul
2008-09-11use APP_CCBrian Paul
2008-09-11cell: fix tile twidding bug seen in the event of multiple expose eventsBrian Paul
2008-09-11cell: minor improvements to fragment code-genBrian Paul
2008-09-11gallium: add special cases in spe_load_float(), spe_load_int(), added spe_spl...Brian Paul
2008-09-11cell: put cell_ prefix on gen_fragment_function()Brian Paul
2008-09-11trivial: remove stray merge conflictKeith Whitwell
2008-09-11st: adapt to new framebuffer struct, with one FIXME outstandingKeith Whitwell
2008-09-11mesa: update PointParameter usageKeith Whitwell
2008-09-11demos: fix LIBS ref in makefileKeith Whitwell
2008-09-11gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/Brian Paul
2008-09-11egl_xdri: Add the top-level lib dir so we link against the libGL we built.Dima Zavin
2008-09-11egl_dri/egl_xdri: Makefiles should use pkg-config to find libdrm.Dima Zavin
2008-09-11xlib: fix typoKeith Whitwell
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-11mesa: use sources.mak -- need to figure out how to support non-gallium builds...Keith Whitwell
2008-09-11add gallium dirAlan Hourihane
2008-09-11glut: only call glFinish() in processWindowWorkList() for indirect contexts.Brian Paul
2008-09-11define new APP_CC configuration variable for building apps/demos/testsBrian Paul
2008-09-11tree buildsAlan Hourihane
2008-09-11cell: more comments, stub code for colormask/logicop/etcBrian Paul
2008-09-11simple quad drawing testBrian Paul
2008-09-11cell: fix typos in blend code-genBrian Paul
2008-09-11cell: remove old state CMDs, added commentsBrian Paul
2008-09-11cell: clean-up, commentsBrian Paul
2008-09-11cell: disable NEW_VS emitBrian Paul
2008-09-11cell: don't build unused sourcesBrian Paul
2008-09-11cell: remove old blend/depth/stencil/logicop structsBrian Paul
2008-09-11cell: asst. clean-upBrian Paul
2008-09-11cell: checkpoint: remove more of the old per-fragment codeBrian Paul
2008-09-11cell: begin new blending code (both codegen and fallback paths)Brian Paul
2008-09-11cell: fix shuffle in spu_unpack_B8G8R8A8()Brian Paul