summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-05-02r300g: fix surface_copy for compressed formatsMarek Olšák
2010-05-02mesa: Include mfeatures.h before testing feature macrosKristian Høgsberg
2010-05-02mesa: Only compile ES files when ES1 or ES2 are selectedKristian Høgsberg
2010-05-02mesa: #ifdef out more remap_table related code when disabled.José Fonseca
2010-05-02retrace: Add sampler_view_destroyJosé Fonseca
2010-05-02trace: Fix typo in method name.José Fonseca
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-05-02Hook in install rules for es1 and es2Kristian Høgsberg
2010-05-02Add glesv2.pc and glesv1_cm.pc pkg-config files for ES 1 and 2Kristian Høgsberg
2010-05-02st/mesa: Create context for API_OPENGL as first priorityKristian Høgsberg
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-02mesa: s/sprintf/_mesa_snprintf/Vinson Lee
2010-05-02i965g: s/sprintf/util_snprintf/Vinson Lee
2010-05-01glsl: s/sprintf/_mesa_snprintf/Vinson Lee
2010-05-01glapi: s/strcpy/strncpy/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