summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* draw: Remove draw_vs_llvm.c.José Fonseca2010-04-205-142/+3
* llvmpipe: silence warningAlan Hourihane2010-04-201-1/+1
* Merge branch 'gallium-index-bias'José Fonseca2010-04-2040-159/+254
|\
| * draw: No need to rebase for elt_bias.José Fonseca2010-04-201-7/+5
| * draw: Fix cache elt_bias implementation.José Fonseca2010-04-201-5/+8
| * gallium/docs: Make it clear that minIndex, maxIndex is exclusively a index bu...José Fonseca2010-04-201-0/+3
| * draw: Fix typo resulting from bad regular expression in index bias addition.José Fonseca2010-04-201-4/+4
| * r300g: Adapt for index bias interface change.José Fonseca2010-04-193-19/+32
| * nvfx: Adapt for index bias interface change.José Fonseca2010-04-193-16/+24
| * nv50: Adapt for index bias interface change.José Fonseca2010-04-193-6/+11
| * retrace: Support index bias.José Fonseca2010-04-191-8/+8
| * mesa/st: Update for index bias interface change.José Fonseca2010-04-192-7/+7
| * st/python: Use index bias.José Fonseca2010-04-191-4/+6
| * trace: Implement index bias.José Fonseca2010-04-191-6/+10
| * svga: Implement index bias.José Fonseca2010-04-197-23/+32
| * softpipe: Implement index bias.José Fonseca2010-04-192-4/+16
| * llvmpipe: Implement index bias.José Fonseca2010-04-192-7/+9
| * identity: Implement index bias.José Fonseca2010-04-191-0/+4
| * i965g: Implement index bias.José Fonseca2010-04-191-4/+6
| * i915: Implement index bias.José Fonseca2010-04-191-6/+7
| * failover: Implement index bias.José Fonseca2010-04-191-1/+4
| * cell: Implement index bias.José Fonseca2010-04-191-5/+6
| * draw: Implement index bias.José Fonseca2010-04-198-46/+65
| * docs: Document indexBias.José Fonseca2010-04-191-0/+3
| * gallium: Add index bias parameter to draw_elements and friends.José Fonseca2010-04-191-0/+3
* | draw llvm: Move dereference of pointer after NULL check.Vinson Lee2010-04-201-1/+3
* | draw llvm: Remove unnecessary header.Vinson Lee2010-04-191-1/+0
* | Merge branch '7.8'Dan Nicholson2010-04-194-4/+6
|\ \
| * | egl: Pass flags to locate Xlib headers and librariesDan Nicholson2010-04-193-3/+4
| * | Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2010-04-192-2/+2
| * | gallium: Respect user's CFLAGS for including X headersDan Nicholson2010-04-192-2/+4
* | | glapi: GL 3.x xml fileBrian Paul2010-04-191-0/+581
* | | llvmpipe: remove dead codeBrian Paul2010-04-191-5/+0
* | | llvmpipe: use llvmpipe_resource_stride()Brian Paul2010-04-191-2/+3
* | | gallivm: pass 3D texture stride as an arrayBrian Paul2010-04-192-9/+18
* | | llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul2010-04-197-17/+34
* | | llvmpipe: consolidate some code in llvmpipe_set_texture_image_layout()Brian Paul2010-04-191-16/+22
* | | llvmpipe: fix rendering to 3D texturesBrian Paul2010-04-194-76/+114
* | | llvmpipe: checkpoint: fixes for render to 3D textureBrian Paul2010-04-192-60/+70
* | | llvmpipe: another fix for surface memory allocationBrian Paul2010-04-191-6/+12
* | | r300g: add is_rv350 flagMarek Olšák2010-04-204-14/+25
* | | Merge branch '7.8'Jesse Barnes2010-04-191-1/+7
|\ \ \ | |/ /
| * | DRI2: check for swapAvailable before using swap interval protocolJesse Barnes2010-04-191-1/+7
* | | draw llvm: make sure use_llvm isn't used when not definedZack Rusin2010-04-191-1/+1
* | | draw llvm: fix typo (boolean, not bool)Zack Rusin2010-04-191-1/+1
* | | llvmpipe: fix surface memory allocation bugBrian Paul2010-04-191-12/+36
* | | Merge branch '7.8'Jesse Barnes2010-04-197-14/+27
|\ \ \ | |/ /
| * | DRI2: synchronize swap interval with server at startup timeJesse Barnes2010-04-191-1/+6
| * | st/mesa: invert scissor rect depending on FB orientationBrian Paul2010-04-191-5/+8
| * | mesa: Fix build with gcc 3.3.Matthieu Herrb2010-04-192-3/+6