summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-18r300-gallium: Factor out common functionality in vbuf emit.draw-vbuf-interfaceCorbin Simpson1-28/+29
2009-02-18Merge branch 'draw-vbuf-interface' of ssh://git.freedesktop.org/git/mesa/mesa...Corbin Simpson4-0/+155
2009-02-18r300-gallium: Moar vbufs.Corbin Simpson1-4/+18
2009-02-17r300-gallium: Add draw_arrays for swtcl_emit.Corbin Simpson1-2/+30
2009-02-17r300-gallium: Properly init shader state.Corbin Simpson1-0/+2
2009-02-17r300-gallium: Consolidate state updates.Corbin Simpson1-2/+8
2009-02-17r300-gallium: Hook up new swtcl vbuf stage.Corbin Simpson1-0/+23
2009-02-17r300-gallium: Turn swtcl_emit into a vbuf_render stage.Corbin Simpson1-95/+195
2009-02-17r300-gallium: Update r300_reg from classic Mesa.Corbin Simpson1-44/+44
2009-02-13trivial: Add a tri-unfilled-fog testJakob Bornecrantz4-0/+155
2009-02-13demos: Add polygon mode point to isosurfJakob Bornecrantz1-4/+10
2009-02-17nv20: Use the new draw vbuf interfaceJakob Bornecrantz1-15/+43
2009-02-17nv10: Use the new draw vbuf internfaceJakob Bornecrantz1-8/+28
2009-02-17nv04: Use the new draw vbuf interfaceJakob Bornecrantz1-5/+17
2009-02-13i915: Use the new draw vbuf interfaceJakob Bornecrantz1-13/+44
2009-02-17draw: second argument to unmap is max, not countKeith Whitwell4-9/+12
2009-02-17softpipe: update to new draw interfacesKeith Whitwell2-14/+33
2009-02-17draw: add map/unmap directives for swtnl driver interfaceKeith Whitwell7-177/+171
2009-02-16mesa: remove old commentsBrian Paul1-1/+1
2009-02-16i965: tell GLSL compiler to emit code using condition codesBrian Paul1-0/+3
2009-02-16nouveau: oops :-)Patrice Mandin1-2/+2
2009-02-16autoconf: Always enable glewDan Nicholson1-2/+2
2009-02-16glsl: silence some uninit var warningsBrian Paul2-2/+2
2009-02-16cell: use some SPU intrinsics to get slightly better code in eval_inputs()Brian Paul1-4/+7
2009-02-16r300-gallium: Add verbosity level to debugging.Corbin Simpson2-7/+12
2009-02-16r300-gallium: Fix BEGIN_CS and END_CS counting and mismatch.Corbin Simpson3-6/+4
2009-02-16r300-gallium: Set up draw rasterizer.Corbin Simpson2-2/+10
2009-02-16demos: fix glxpixmap and call glXWaitGL before calling XCopyArea.Alan Hourihane1-0/+1
2009-02-16dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane4-6/+81
2009-02-16r300-gallium: Ooops, forgot to apply this stash.Corbin Simpson2-0/+22
2009-02-16r300-gallium: Include-guard r300_emit.hCorbin Simpson1-0/+9
2009-02-16r300-gallium: Add draw_arrays and friends.Corbin Simpson5-24/+138
2009-02-16r300-gallium: Add SC_CLIP_RULE to clear.Corbin Simpson1-0/+3
2009-02-15cell: minor Makefile clean-upBrian Paul1-2/+3
2009-02-15cell: new/tighter code for computing fragment program inputsBrian Paul1-91/+76
2009-02-15cell: combine eval_z(), eval_w() functionsBrian Paul1-20/+27
2009-02-15r300-gallium: Fix scissors.Corbin Simpson5-20/+29
2009-02-15r300-gallium: Grab bag of goodies.Corbin Simpson4-22/+55
2009-02-15r300-gallium: Clean up some clear registers.Corbin Simpson1-7/+3
2009-02-15r300-gallium: Use fui instead of a roll-my-own.Corbin Simpson1-13/+3
2009-02-14r300: Redirect constant TEX coordinatesNicolai Haehnle2-0/+32
2009-02-14radeon-gallium: Clean out extensions explicitly enabled by Mesa.Corbin Simpson1-36/+2
2009-02-14r300-gallium: Update r300_screen comments and add a few formats.Corbin Simpson1-3/+15
2009-02-14r300-gallium: Enable all four colorbuffer render targets.Corbin Simpson1-2/+1
2009-02-14r300-gallium: Add Z/stencil buffer format emit.Corbin Simpson1-2/+8
2009-02-14r300-gallium: Emit Z/stencil buffer offset.Corbin Simpson1-0/+13
2009-02-13r300-gallium: Add derived state for vertex formats.Corbin Simpson4-11/+161
2009-02-13i965: rewrite the code for handling shader subroutine callsBrian Paul6-64/+187
2009-02-13i965: add missing break for OPCODE_RET caseBrian Paul1-0/+1
2009-02-13i965: the return value of translate_insn() is never used. Make it void.Brian Paul1-4/+3