summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-19util: fix obvious util_blitter_copy bugs...gallium-msaaRoland Scheidegger1-4/+3
2010-05-19nv50: fix typo: s/_/./Brian Paul1-1/+1
2010-05-19util: util_blitter_fill no longer needs to handle overlapRoland Scheidegger1-52/+2
2010-05-19i915g: remove unused flip parameterRoland Scheidegger3-3/+0
2010-05-18docs: update differences to d3d11Roland Scheidegger1-13/+7
2010-05-18util: fix some leftover util_surface_fill/copy callsRoland Scheidegger2-8/+18
2010-05-18st/mesa: fix wrong argument orderRoland Scheidegger1-2/+3
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger16-1/+116
2010-05-17st/egl: adapt to interface changesRoland Scheidegger4-27/+21
2010-05-17st/dri: adapt to interface changesRoland Scheidegger3-32/+61
2010-05-17st/glx: adapt to interface changesRoland Scheidegger2-11/+11
2010-05-17st/wgl: adapt to interface changesRoland Scheidegger1-3/+3
2010-05-17st/vega: adapt to interface changesRoland Scheidegger4-57/+37
2010-05-17st/xorg: adapt to interface changesRoland Scheidegger4-76/+54
2010-05-17st/python: adapt to interface changesRoland Scheidegger6-27/+49
2010-05-17svga: adapt to interface changesRoland Scheidegger2-19/+42
2010-05-17r300g: adapt to interface changesRoland Scheidegger5-61/+89
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-17mesa/st: adapt to interface changesRoland Scheidegger23-194/+316
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 Scheidegger236-5946/+7291
2010-05-04intel: Enable GL_EXT_framebuffer_object for gles2Kristian Høgsberg1-0/+1
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-04mesa: Forgot to add .pc.in files for glesKristian Høgsberg2-0/+24
2010-05-04gallivm: Implement TXD.José Fonseca5-40/+62
2010-05-04gles: Add -I$(TOP)/include.Chia-I Wu1-1/+1
2010-05-03mesa: Only initialize TNL for OpenGLKristian Høgsberg1-4/+5
2010-05-03mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg2-14/+14
2010-05-03progs/egl/opengles2: Add es2gears demoKristian Høgsberg2-4/+429
2010-05-03mesa: increase MAX_DRAW_BUFFERS to 8Brian Paul2-1/+4
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul14-181/+183
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-03st/mesa: remove dead codeBrian Paul1-9/+0
2010-05-03st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul4-13/+7
2010-05-03st/mesa: updated comments and fix some formatting in texture storage codeBrian Paul1-13/+18
2010-05-03st/mesa: rename srcImageStride -> srcRowStride and fix-up formattingBrian Paul1-8/+8