summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-10r300/compiler: Handle more complex conditionals in loops.r300-loopsTom Stellard1-71/+84
2010-06-08r300/compiler: Fix warning.Tom Stellard1-1/+1
2010-06-08r300/compiler: Handle SGT and SLE at the beginning of loops.Tom Stellard1-3/+11
2010-06-07r300/compiler: Verify assumptions about opcode types.Tom Stellard1-4/+33
2010-06-05r300/compiler: Unroll loops that decrement the counter.Tom Stellard1-49/+83
2010-06-05r300/compiler: Unroll loops that have a constant number of iterations.Tom Stellard1-2/+209
2010-06-05r300/compiler: Implement simple loop emulationTom Stellard7-3/+233
2010-06-05st/mesa: trivially enable GL_ATI_texture_env_combine3Marek Olšák1-0/+2
2010-06-05mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotesMarek Olšák2-0/+2
2010-06-04i915g: Use template Xorg makefileJakob Bornecrantz1-46/+10
2010-06-04gallium: Use correct defines in Xorg template makefileJakob Bornecrantz1-4/+4
2010-06-04gallium: Add winsys to include path to Xorg template makefileJakob Bornecrantz1-0/+1
2010-06-05gallium: always build drivers/swJoakim Sindholt2-7/+11
2010-06-05r300compiler: fix scons buildJoakim Sindholt1-0/+2
2010-06-05r600g: split instruction into scalarJerome Glisse4-147/+142
2010-06-05Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"Roland Scheidegger1-2/+0
2010-06-05i915g: fix bug in ds clear logic (still disabled)Roland Scheidegger1-2/+2
2010-06-05st/mesa: fix bug in depthstencil optimizing clear logicRoland Scheidegger1-1/+2
2010-06-05llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE queryRoland Scheidegger1-0/+2
2010-06-05llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.José Fonseca1-0/+2
2010-06-05i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.Chris Wilson2-8/+24
2010-06-05i915: Fix off-by-one for drawing rectangle.Chris Wilson1-2/+2
2010-06-05i915: Inhibit render cache flush when changing drawing rectangle offset.Chris Wilson1-1/+1
2010-06-05mesa/st: add support for EXT_texture_swizzle.Dave Airlie5-2/+63
2010-06-05r300/compiler: implement SIN+COS+SCS for vertex shadersMarek Olšák3-21/+76
2010-06-05r300/compiler: implement SNE unwound for r3xx VS, natively for r5xx VSMarek Olšák2-1/+37
2010-06-05r300/compiler: implement SEQ unwound for r3xx VS, natively for r5xx VSMarek Olšák2-0/+36
2010-06-05r300/compiler: implement SFL for vertex shadersMarek Olšák1-2/+3
2010-06-04docs: note that the Mesa demos are in a new repoBrian Paul1-0/+2
2010-06-04docs: links to the Mesa demos git repoBrian Paul1-1/+11
2010-06-04mesa: remove PROGRAM_DIRS from config filesBrian Paul19-22/+0
2010-06-04mesa: remove old references to demo files and progs subdirBrian Paul1-64/+6
2010-06-04progs: remove rbug subdirBrian Paul13-1010/+0
2010-06-04demos: remove fbdev subdirBrian Paul3-655/+0
2010-06-04progs: remove beos subdirBrian Paul5-560/+0
2010-06-04progs: remove tools subdirBrian Paul7-583/+0
2010-06-04progs: remove slang subdirBrian Paul15-3458/+0
2010-06-04vbo: misc clean-upsBrian Paul1-29/+36
2010-06-04i915g: Rename winsys c file.Vinson Lee1-1/+1
2010-06-04llvmpipe: new -s option to run single testBrian Paul7-3/+63
2010-06-04i915: Don't use XRGB8888 on 830 and 845.Eric Anholt3-2/+18
2010-06-04i915: Clamp minimum lod to maximum texture level too.Eric Anholt1-1/+3
2010-06-04intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.Eric Anholt1-1/+1
2010-06-04glsl: Recject rect samplers when GL_ARB_texture_rectangle is disabledKristian Høgsberg1-0/+27
2010-06-04llvmpipe: Do unswizzling in parallel when flushing for transfers.José Fonseca1-0/+7
2010-06-04progs: Remove forked/dead files.José Fonseca5-2013/+0
2010-06-04st/egl: Fix compiler warnings.Chia-I Wu1-0/+1
2010-06-04st/egl: Move sw screen creation to native helper.Chia-I Wu5-93/+52
2010-06-03scons: Add cygwin to list of accepted platforms.Vinson Lee1-1/+1
2010-06-04r600g: implement clear_{render_target, depth_stencil}, resource_copy_regionMarek Olšák1-0/+17