summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-03st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul
2010-05-03st/mesa: updated comments and fix some formatting in texture storage codeBrian Paul
2010-05-03st/mesa: rename srcImageStride -> srcRowStride and fix-up formattingBrian Paul
2010-05-03st/mesa: consolidate and clean-up texture memory allocation codeBrian Paul
2010-05-03st/mesa: updated comments for st_texture_image_map()Brian Paul
2010-05-03st/mesa: move some texture size calculation codeBrian Paul
2010-05-03st/mesa: remove old convolution-related vars and min pitch codeBrian Paul
2010-05-03st/mesa: remove unsupported convolution codeBrian Paul
2010-05-03st/mesa: updated commentBrian Paul
2010-05-03glsl: change variable declared assertion into conditionalBrian Paul
2010-05-03Revert "glapi: s/strcpy/strncpy/"Brian Paul
2010-05-03st/mesa: remove dead codeBrian Paul
2010-05-03st/mesa: restore original last_layer comparisonBrian 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-03Generate es glapi files when es1 or es2 is enabledKristian Høgsberg
2010-05-03gallivm: Display message instead of crashing when sampler generator was not s...José Fonseca
2010-05-03driswrast: Fix more context creation breakageKristian Høgsberg
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-03nouveau: fix nouveau_create_context declerationDave Airlie
2010-05-03softpipe: invalidate cache view when swizzles are different.Dave Airlie
2010-05-03glx: fix regression with GLX_USE_GLDave 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-03swrast: Correct include for mtypes.hJakob 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-02Update drisw state tracker to use new API aware context createXavier Chantry
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-02mesa: Include api_exec.h in dlist.c.Vinson Lee
2010-05-02r300g: do not validate buffers in check_csMarek Olšák