summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2010-05-17nouveau: adapt to interface changesRoland Scheidegger8-30/+72
2010-05-17fo: adapt to interface changesRoland Scheidegger1-2/+2
2010-05-17identity: adapt to interface changesRoland Scheidegger2-51/+65
2010-05-17trace: adapt to interface changesRoland Scheidegger2-28/+40
2010-05-17i965g: adapt to interface changesRoland Scheidegger4-4/+13
2010-05-17i915g: adapt to interface changesRoland Scheidegger2-21/+67
2010-05-17softpipe: adapt to interface changesRoland Scheidegger2-16/+7
2010-05-17llvmpipe: adapt to interface changesRoland Scheidegger2-20/+27
2010-05-17cell: adapt to interface changesRoland Scheidegger2-16/+8
2010-05-17gallium/util: adapt util code to interface changesRoland Scheidegger8-143/+145
2010-05-17gallium: clean up resource_copy_region functionRoland Scheidegger2-6/+3
2010-05-17gallium: another interface change for multisamplingRoland Scheidegger2-21/+5
2010-05-04Merge commit 'origin/master' into gallium-msaaRoland Scheidegger93-1407/+1478
2010-05-04gallivm: Proper implementation of TXL opcode.José Fonseca5-70/+100
2010-05-04gallivm: Fix several glitches introduced in the prev commit.José Fonseca3-6/+7
2010-05-04gallivm: Implement TXD.José Fonseca5-40/+62
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul13-181/+182
2010-05-04gallivm: Increase the TGSI translation limits and centralize them in a header.José Fonseca2-13/+69
2010-05-04gallicm: Newton-Raphson step to improve precision.José Fonseca1-2/+27
2010-05-03cso: use framebuffer utility functionsBrian Paul1-41/+7
2010-05-03gallium: move framebuffer utility functions into a new fileBrian Paul9-84/+165
2010-05-03r300g: use util_format_short_name and util_format_is_plainMarek Olšák4-29/+17
2010-05-03util: add util_format_short_nameMarek Olšák1-0/+13
2010-05-03util: add util_format_is_plainMarek Olšák1-0/+15
2010-05-03r300g: refuse to create a texture with size 0Marek Olšák1-0/+11
2010-05-03r300g: improve texture debug output, split into TEX and TEXALLOC flagsMarek Olšák3-6/+22
2010-05-03Reorder LLVM passes, running mem2reg earlier.Török Edwin2-4/+4
2010-05-03svga: Silent warning.José Fonseca1-1/+1
2010-05-03gallivm: Display message instead of crashing when sampler generator was not s...José Fonseca1-0/+8
2010-05-03translate: Make translate_generic truly generic.José Fonseca1-301/+90
2010-05-03draw: Remove draw_pt_fetch_prepare call from llvm middle end.José Fonseca1-12/+0
2010-05-03tgsi: Parse and dump predicates.José Fonseca2-1/+63
2010-05-03gallium: Remove loop register file.José Fonseca9-44/+6
2010-05-03gallivm: Replace predicate assertion failure with warning message.José Fonseca1-8/+6
2010-05-03draw: Disable rtasm compilation when using LLVM.José Fonseca1-6/+10
2010-05-03softpipe: invalidate cache view when swizzles are different.Dave Airlie1-1/+15
2010-05-02gallivm: fix nested break and continue statementsZack Rusin1-16/+6
2010-05-03identity: Move sampler view create and destroy to id_objects.cJakob Bornecrantz3-34/+67
2010-05-03identity: s/texture/resource/Jakob Bornecrantz2-21/+21
2010-05-03identity: Whitespace & StyleJakob Bornecrantz4-52/+52
2010-05-03gallium/util: print \n after DXTn printfLuca Barbieri1-2/+2
2010-05-03llvmpipe: add lp_test_* to .gitignoreXavier Chantry1-0/+4
2010-05-03svga: Remove the screen private context.José Fonseca11-106/+63
2010-05-03svga: Remove empty file.José Fonseca1-2/+0
2010-05-03svga: Update flags documentation.José Fonseca1-8/+5
2010-05-03softpipe: Fix alpha blending for formats without alpha channel.José Fonseca1-60/+108
2010-05-03llvmpipe: Fix alpha blending for formats without alpha channel.José Fonseca1-2/+51
2010-05-02svga: Include svga_surface.h in svga_screen.c.Vinson Lee1-0/+1
2010-05-02r300g: Remove unnecessary header.Vinson Lee1-1/+0
2010-05-02Update dri state tracker to use new API aware context createXavier Chantry2-2/+4