summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-16intel: Update renderbuffers before looking up CopyTexImage's read buffer.Eric Anholt1-3/+4
2010-12-16gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul2-11/+61
2010-12-16draw: s/varient/variant/Brian Paul10-110/+110
2010-12-16svga: s/varient/variant/Brian Paul2-2/+2
2010-12-16i965g: s/varient/variant/Brian Paul4-8/+8
2010-12-16i915g: s/varient/variant/Brian Paul3-3/+3
2010-12-16softpipe: s/varient/variantBrian Paul5-77/+77
2010-12-16st/mesa: s/varient/variantBrian Paul10-168/+168
2010-12-16i965: Set the alternative floating point mode on gen6 VS and WM.Eric Anholt3-0/+8
2010-12-16i915: Fix INTEL_DEBUG=wm segmentation faultShuang He1-5/+5
2010-12-16nvfx: fix fragprog word swapping on big-endian machinesBen Skeggs1-2/+2
2010-12-15gallium: properly check for src->dst blit compatibilitiesJerome Glisse1-2/+2
2010-12-15r600g: fix pow(0, 0) evaluating to NaNFredrik Höglund1-1/+1
2010-12-15r600g: need to reference upload buffer as the might still live accross flushJerome Glisse2-2/+4
2010-12-14st/mesa: fix incorrect prev pointer in destroy_program_variants()Brian Paul1-9/+9
2010-12-14softpipe: do texture swizzle during texture samplingBrian Paul4-15/+114
2010-12-14mesa: more program debug codeBrian Paul1-0/+12
2010-12-14tgsi: document texture opcodesBrian Paul1-6/+58
2010-12-14glsl: new glsl_strtod() wrapper to fix decimal point interpretationBrian Paul8-229/+329
2010-12-14gallivm: do texture swizzle after shadow compareBrian Paul2-4/+2
2010-12-14st/mesa: rename the varient release functionsBrian Paul3-12/+12
2010-12-14r600g: fix segfault when translating vertex bufferJerome Glisse4-21/+10
2010-12-14mesa: Clean up header file inclusion in prog_optimize.h.Vinson Lee1-1/+2
2010-12-14mesa: Clean up header file inclusion in prog_cache.h.Vinson Lee1-1/+2
2010-12-14mesa: Clean up header file inclusion in nvvertparse.h.Vinson Lee1-1/+4
2010-12-13i965: Add support for using the BLT ring on gen6.Eric Anholt8-56/+72
2010-12-13i965: Improve the hacks for ARB_fp scalar^scalar POW on gen6.Eric Anholt1-36/+17
2010-12-13st/mesa: 80-columns wrapping, whitespace fixes in st_cb_bitmap.cBrian Paul1-16/+30
2010-12-13st/mesa: add geom program code in destroy_program_variants()Brian Paul1-0/+21
2010-12-13st/mesa: program struct commentsBrian Paul1-1/+3
2010-12-13st/mesa: use st_fragment_program() instead of castBrian Paul1-2/+2
2010-12-13st/mesa: rename variableBrian Paul1-2/+2
2010-12-13st/mesa: minor re-indentingBrian Paul1-17/+16
2010-12-13st/mesa: make st_delete_program() staticBrian Paul2-4/+1
2010-12-13st/mesa: add comments, fix formatting in st_cb_program.cBrian Paul1-29/+31
2010-12-13Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul10-476/+894
2010-12-13mesa, st/mesa: disable GL_ARB_geometry_shader4Brian Paul2-1/+4
2010-12-13ir_to_mesa: Don't generate swizzles for record derefs of non-scalar/vectorsIan Romanick1-1/+7
2010-12-13linker: Allow built-in arrays to have different sizes between shader stagesIan Romanick1-8/+29
2010-12-13i965: Fix gl_FragCoord.z setup on gen6.Eric Anholt1-2/+7
2010-12-13i956: Fix the old FP path fragment position setup on gen6.Eric Anholt1-18/+20
2010-12-13i965: Fix ARL to work on gen6.Eric Anholt1-1/+17
2010-12-13intel: Include stdbool so we can stop using GLboolean when we want to.Eric Anholt2-14/+12
2010-12-13gallivm: store callbacks in a linked list rather than fixed size arrayBrian Paul1-26/+28
2010-12-13tnl: a better way to initialize the gl_program_machine memoryBrian Paul1-15/+17
2010-12-12r600g: fix rendering with a vertex attrib having a zero strideAlex Deucher1-4/+6
2010-12-13r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie3-31/+19
2010-12-12egl: Do not unload drivers.Chia-I Wu1-5/+11
2010-12-12mapi: Fix a warning in !THREADS build.Chia-I Wu1-1/+1
2010-12-11mesa: Clean up header file inclusion in nvfragparse.h.Vinson Lee1-1/+4