summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util: fix obvious util_blitter_copy bugs...gallium-msaaRoland Scheidegger2010-05-191-4/+3
* nv50: fix typo: s/_/./Brian Paul2010-05-191-1/+1
* util: util_blitter_fill no longer needs to handle overlapRoland Scheidegger2010-05-191-52/+2
* i915g: remove unused flip parameterRoland Scheidegger2010-05-193-3/+0
* docs: update differences to d3d11Roland Scheidegger2010-05-181-13/+7
* util: fix some leftover util_surface_fill/copy callsRoland Scheidegger2010-05-182-8/+18
* st/mesa: fix wrong argument orderRoland Scheidegger2010-05-181-2/+3
* gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-1816-1/+116
* st/egl: adapt to interface changesRoland Scheidegger2010-05-174-27/+21
* st/dri: adapt to interface changesRoland Scheidegger2010-05-173-32/+61
* st/glx: adapt to interface changesRoland Scheidegger2010-05-172-11/+11
* st/wgl: adapt to interface changesRoland Scheidegger2010-05-171-3/+3
* st/vega: adapt to interface changesRoland Scheidegger2010-05-174-57/+37
* st/xorg: adapt to interface changesRoland Scheidegger2010-05-174-76/+54
* st/python: adapt to interface changesRoland Scheidegger2010-05-176-27/+49
* svga: adapt to interface changesRoland Scheidegger2010-05-172-19/+42
* r300g: adapt to interface changesRoland Scheidegger2010-05-175-61/+89
* nouveau: adapt to interface changesRoland Scheidegger2010-05-178-30/+72
* fo: adapt to interface changesRoland Scheidegger2010-05-171-2/+2
* identity: adapt to interface changesRoland Scheidegger2010-05-172-51/+65
* trace: adapt to interface changesRoland Scheidegger2010-05-172-28/+40
* i965g: adapt to interface changesRoland Scheidegger2010-05-174-4/+13
* i915g: adapt to interface changesRoland Scheidegger2010-05-172-21/+67
* softpipe: adapt to interface changesRoland Scheidegger2010-05-172-16/+7
* llvmpipe: adapt to interface changesRoland Scheidegger2010-05-172-20/+27
* cell: adapt to interface changesRoland Scheidegger2010-05-172-16/+8
* mesa/st: adapt to interface changesRoland Scheidegger2010-05-1723-194/+316
* gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-178-143/+145
* gallium: clean up resource_copy_region functionRoland Scheidegger2010-05-172-6/+3
* gallium: another interface change for multisamplingRoland Scheidegger2010-05-172-21/+5
* Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-05-04236-5946/+7291
|\
| * intel: Enable GL_EXT_framebuffer_object for gles2Kristian Høgsberg2010-05-041-0/+1
| * gallivm: Proper implementation of TXL opcode.José Fonseca2010-05-045-70/+100
| * gallivm: Fix several glitches introduced in the prev commit.José Fonseca2010-05-043-6/+7
| * mesa: Forgot to add .pc.in files for glesKristian Høgsberg2010-05-042-0/+24
| * gallivm: Implement TXD.José Fonseca2010-05-045-40/+62
| * gles: Add -I$(TOP)/include.Chia-I Wu2010-05-041-1/+1
| * mesa: Only initialize TNL for OpenGLKristian Høgsberg2010-05-031-4/+5
| * mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg2010-05-032-14/+14
| * progs/egl/opengles2: Add es2gears demoKristian Høgsberg2010-05-032-4/+429
| * mesa: increase MAX_DRAW_BUFFERS to 8Brian Paul2010-05-032-1/+4
| * gallium: move surface utility functions into u_surface.cBrian Paul2010-05-0314-181/+183
| * gallivm: Increase the TGSI translation limits and centralize them in a header.José Fonseca2010-05-042-13/+69
| * gallicm: Newton-Raphson step to improve precision.José Fonseca2010-05-041-2/+27
| * cso: use framebuffer utility functionsBrian Paul2010-05-031-41/+7
| * gallium: move framebuffer utility functions into a new fileBrian Paul2010-05-039-84/+165
| * st/mesa: remove dead codeBrian Paul2010-05-031-9/+0
| * st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul2010-05-034-13/+7
| * st/mesa: updated comments and fix some formatting in texture storage codeBrian Paul2010-05-031-13/+18
| * st/mesa: rename srcImageStride -> srcRowStride and fix-up formattingBrian Paul2010-05-031-8/+8