summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2008-11-08Nouveau: copy nv30_vertprog.c to nv20.Pekka Paalanen1-0/+838
2008-11-08Nouveau: start nv20 by copying the nv10 tree.Pekka Paalanen15-0/+2447
2008-10-17g3dvl: Get rid of state tracker unit tests, stale and not useful atm.Younes Manton8-890/+0
2008-10-07nouveau: first draft of swizzle texture upload to vramPatrice Mandin1-0/+83
2008-10-04g3dvl: Ignore client flush requests unless entire frame is buffered.Younes Manton2-0/+11
2008-10-04g3dvl: Bad semantic index in shader decl.Younes Manton1-3/+3
2008-09-21nouveau: init scaled_image_from_memory object for swizzled surface uploadPatrice Mandin1-0/+16
2008-09-21nouveau: add flag for swizzled surface uploadPatrice Mandin2-15/+20
2008-09-18nv50: use 3D engine clears, 2D engine doesn't understand zeta formatsBen Skeggs1-1/+56
2008-09-18nv50: hack surface alloc a bit for nowBen Skeggs1-0/+2
2008-09-18Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs9-26/+60
2008-09-17gallium: fix wide point / point coord semantic info (generic, not fog)Brian Paul1-2/+2
2008-09-17gallium: fix tgsi sanity checker with respect to END.Brian Paul1-9/+7
2008-09-17gallium: fix lack of surface reference counting in cso_set/save/restore_frame...Brian Paul1-3/+21
2008-09-16gallium: fix info entries for KIL, KILPBrian Paul1-2/+2
2008-09-16tgsi: Make tgsi_sanity.c compile with makeJakob Bornecrantz2-0/+7
2008-09-16trace: Fix typo in build instructions.José Fonseca1-1/+1
2008-09-13gallium: add another value check to util_fast_pow()Brian Paul1-2/+4
2008-09-13g3dvl: Fix field coded block copy.Younes Manton1-14/+4
2008-09-12g3dvl: Use winsys_buffer_reference() instead of pipe_buffer_reference().Younes Manton2-2/+2
2008-09-12g3dvl: Implement surface sync functions.Younes Manton4-19/+97
2008-09-12g3dvl: Fullscreen fixes. Respect src & dst coords during scaling, clear FB.Younes Manton3-36/+53
2008-09-12cell: fix twiddled tile display for XSHM. Fixed blank window problem.Brian Paul1-5/+12
2008-09-12g3dvl: Update softlinks to nouveau winsys files, related fixes.Younes Manton23-104/+100
2008-09-12g3dvl: Clean up Makefile deps.Younes Manton1-4/+5
2008-09-12cell: disable calls to old gen codeBrian Paul1-2/+4
2008-09-12Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs23-567/+2473
2008-09-11cell: initial support for fragment shader code generation.Brian Paul10-3/+678
2008-09-11cell: fix tile twidding bug seen in the event of multiple expose eventsBrian Paul1-10/+9
2008-09-11cell: minor improvements to fragment code-genBrian Paul1-3/+11
2008-09-11gallium: add special cases in spe_load_float(), spe_load_int(), added spe_spl...Brian Paul2-9/+40
2008-09-11cell: put cell_ prefix on gen_fragment_function()Brian Paul3-4/+4
2008-09-11gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/Brian Paul1-1/+1
2008-09-11cell: more comments, stub code for colormask/logicop/etcBrian Paul1-37/+70
2008-09-11cell: fix typos in blend code-genBrian Paul1-3/+3
2008-09-11cell: remove old state CMDs, added commentsBrian Paul1-6/+10
2008-09-11cell: clean-up, commentsBrian Paul1-20/+32
2008-09-11cell: disable NEW_VS emitBrian Paul1-1/+3
2008-09-11cell: don't build unused sourcesBrian Paul1-1/+4
2008-09-11cell: remove old blend/depth/stencil/logicop structsBrian Paul1-29/+0
2008-09-11cell: asst. clean-upBrian Paul3-48/+32
2008-09-11cell: checkpoint: remove more of the old per-fragment codeBrian Paul5-196/+19
2008-09-11cell: begin new blending code (both codegen and fallback paths)Brian Paul2-68/+584
2008-09-11cell: fix shuffle in spu_unpack_B8G8R8A8()Brian Paul1-3/+3
2008-09-11cell: added cast in spu_splats() callBrian Paul1-1/+1
2008-09-11cell: remove old per-fragment code, replace with all new codeBrian Paul3-331/+48
2008-09-11cell: checkpoint commit of new per-fragment processingBrian Paul14-16/+998
2008-09-11gallium: assorted additions and fixes to Cell SPE rtasm codeBrian Paul2-21/+105
2008-09-11cell: minor change to Z float/int conversion code (avoid switch)Brian Paul3-21/+23
2008-09-11cell: commentsBrian Paul1-1/+4