summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-05-03gallium: move framebuffer utility functions into a new fileBrian Paul
2010-05-03r300g: use util_format_short_name and util_format_is_plainMarek Olšák
2010-05-03util: add util_format_short_nameMarek Olšák
2010-05-03util: add util_format_is_plainMarek Olšák
2010-05-03r300g: refuse to create a texture with size 0Marek Olšák
2010-05-03r300g: improve texture debug output, split into TEX and TEXALLOC flagsMarek Olšák
2010-05-03Reorder LLVM passes, running mem2reg earlier.Török Edwin
2010-05-03svga: Silent warning.José Fonseca
2010-05-03gallivm: Display message instead of crashing when sampler generator was not s...José Fonseca
2010-05-03translate: Make translate_generic truly generic.José Fonseca
2010-05-03draw: Remove draw_pt_fetch_prepare call from llvm middle end.José Fonseca
2010-05-03tgsi: Parse and dump predicates.José Fonseca
2010-05-03gallium: Remove loop register file.José Fonseca
2010-05-03gallivm: Replace predicate assertion failure with warning message.José Fonseca
2010-05-03draw: Disable rtasm compilation when using LLVM.José Fonseca
2010-05-03softpipe: invalidate cache view when swizzles are different.Dave Airlie
2010-05-02gallivm: fix nested break and continue statementsZack Rusin
2010-05-03identity: Move sampler view create and destroy to id_objects.cJakob Bornecrantz
2010-05-03identity: s/texture/resource/Jakob Bornecrantz
2010-05-03identity: Whitespace & StyleJakob Bornecrantz
2010-05-03gallium/util: print \n after DXTn printfLuca Barbieri
2010-05-03llvmpipe: add lp_test_* to .gitignoreXavier Chantry
2010-05-03svga: Remove the screen private context.José Fonseca
2010-05-03svga: Remove empty file.José Fonseca
2010-05-03svga: Update flags documentation.José Fonseca
2010-05-03softpipe: Fix alpha blending for formats without alpha channel.José Fonseca
2010-05-03llvmpipe: Fix alpha blending for formats without alpha channel.José Fonseca
2010-05-02svga: Include svga_surface.h in svga_screen.c.Vinson Lee
2010-05-02r300g: Remove unnecessary header.Vinson Lee
2010-05-02Update dri state tracker to use new API aware context createXavier Chantry
2010-05-02r300g: do not validate buffers in check_csMarek Olšák
2010-05-02r300g: fix surface_copy for compressed formatsMarek Olšák
2010-05-02retrace: Add sampler_view_destroyJosé Fonseca
2010-05-02trace: Fix typo in method name.José Fonseca
2010-05-02r300g: always set the pitch of the first miplevel in the tiling flagsMarek Olšák
2010-05-02Revert "r300g: disable point sprites (again)"Marek Olšák
2010-05-02r300g: merge VS output mapping state (VAP) to rasterizer block state (RS)Marek Olšák
2010-05-02r300g: inline update_derived_shader_stateMarek Olšák
2010-05-02r300g: fix segfault when resizing a DRI2 framebufferMarek Olšák
2010-05-02r300g: cache tiling flags to reduce the number of DRM callsMarek Olšák
2010-05-02i965g: s/sprintf/util_snprintf/Vinson Lee
2010-05-01llvmpipe: Remove unused variable.Vinson Lee
2010-05-01swrastg: Use traceJakob Bornecrantz
2010-04-30nv50: raise constant buffers size to maximumChristoph Bumiller
2010-04-30nv50: relax restriction on surface_copy format equality a bitChristoph Bumiller
2010-04-30nv50: don't segfault on OPCODE_END for empty programsChristoph Bumiller
2010-04-30llvmpipe: fix out-of-bounds texture samplingBrian Paul
2010-04-30llvmpipe: added lp_build_sample_nop() for debuggingBrian Paul
2010-04-21svga: Fix index offsetJakob Bornecrantz
2010-04-30draw: Fix memory leaks in llvm code.José Fonseca