summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-11-08Nouveau: copy nv30_vertprog.c to nv20.Pekka Paalanen
2008-11-08Nouveau: start nv20 by copying the nv10 tree.Pekka Paalanen
2008-10-17g3dvl: Get rid of state tracker unit tests, stale and not useful atm.Younes Manton
2008-10-07nouveau: first draft of swizzle texture upload to vramPatrice Mandin
2008-10-04g3dvl: Ignore client flush requests unless entire frame is buffered.Younes Manton
2008-10-04g3dvl: Bad semantic index in shader decl.Younes Manton
2008-09-21nouveau: init scaled_image_from_memory object for swizzled surface uploadPatrice Mandin
2008-09-21nouveau: add flag for swizzled surface uploadPatrice Mandin
2008-09-18nv50: use 3D engine clears, 2D engine doesn't understand zeta formatsBen Skeggs
2008-09-18nv50: hack surface alloc a bit for nowBen Skeggs
2008-09-18Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-09-17gallium: fix wide point / point coord semantic info (generic, not fog)Brian Paul
2008-09-17gallium: fix tgsi sanity checker with respect to END.Brian Paul
2008-09-17gallium: fix lack of surface reference counting in cso_set/save/restore_frame...Brian Paul
2008-09-16gallium: fix info entries for KIL, KILPBrian Paul
2008-09-16tgsi: Make tgsi_sanity.c compile with makeJakob Bornecrantz
2008-09-16trace: Fix typo in build instructions.José Fonseca
2008-09-13gallium: add another value check to util_fast_pow()Brian Paul
2008-09-13g3dvl: Fix field coded block copy.Younes Manton
2008-09-12g3dvl: Use winsys_buffer_reference() instead of pipe_buffer_reference().Younes Manton
2008-09-12g3dvl: Implement surface sync functions.Younes Manton
2008-09-12g3dvl: Fullscreen fixes. Respect src & dst coords during scaling, clear FB.Younes Manton
2008-09-12cell: fix twiddled tile display for XSHM. Fixed blank window problem.Brian Paul
2008-09-12g3dvl: Update softlinks to nouveau winsys files, related fixes.Younes Manton
2008-09-12g3dvl: Clean up Makefile deps.Younes Manton
2008-09-12cell: disable calls to old gen codeBrian Paul
2008-09-12Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-09-11cell: initial support for fragment shader code generation.Brian 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-11gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/Brian Paul
2008-09-11cell: more comments, stub code for colormask/logicop/etcBrian 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
2008-09-11cell: added cast in spu_splats() callBrian Paul
2008-09-11cell: remove old per-fragment code, replace with all new codeBrian Paul
2008-09-11cell: checkpoint commit of new per-fragment processingBrian Paul
2008-09-11gallium: assorted additions and fixes to Cell SPE rtasm codeBrian Paul
2008-09-11cell: minor change to Z float/int conversion code (avoid switch)Brian Paul
2008-09-11cell: commentsBrian Paul