summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/gallium-0.1'Keith Whitwell2009-02-181-0/+1
|\
| * draw: Reuse xmm registers.Keith Whitwell2009-02-171-0/+13
| * glsl: make minimum struct size = 2, not 1Brian Paul2009-01-091-1/+8
| * glsl: fix typo in the vec2 += operator functionBrian Paul2009-01-082-2/+2
| * glsl: fix broken +=, -=, *=, /= operatorsBrian Paul2009-01-082-737/+786
* | r300-gallium: Factor out common functionality in vbuf emit.Corbin Simpson2009-02-181-19/+34
* | trivial: Make tri-fog a bit more interesting to look atJakob Bornecrantz2009-02-131-8/+17
* | Merge commit 'origin/draw-vbuf-interface'Keith Whitwell2009-02-1820-371/+790
|\ \
| * | trivial: Add a tri-unfilled-fog testJakob Bornecrantz2009-02-134-0/+155
| * | r300-gallium: Add draw_arrays for swtcl_emit.Corbin Simpson2009-02-171-2/+30
| * | r300-gallium: Properly init shader state.Corbin Simpson2009-02-171-0/+2
| * | r300-gallium: Consolidate state updates.Corbin Simpson2009-02-171-2/+8
| * | r300-gallium: Hook up new swtcl vbuf stage.Corbin Simpson2009-02-171-0/+23
| * | r300-gallium: Turn swtcl_emit into a vbuf_render stage.Corbin Simpson2009-02-171-95/+195
| * | r300-gallium: Update r300_reg from classic Mesa.Corbin Simpson2009-02-171-44/+44
| * | demos: Add polygon mode point to isosurfJakob Bornecrantz2009-02-131-4/+10
| * | nv20: Use the new draw vbuf interfaceJakob Bornecrantz2009-02-171-15/+43
| * | nv10: Use the new draw vbuf internfaceJakob Bornecrantz2009-02-171-8/+28
| * | nv04: Use the new draw vbuf interfaceJakob Bornecrantz2009-02-171-5/+17
| * | i915: Use the new draw vbuf interfaceJakob Bornecrantz2009-02-131-13/+44
| * | draw: second argument to unmap is max, not countKeith Whitwell2009-02-174-9/+12
| * | softpipe: update to new draw interfacesKeith Whitwell2009-02-172-14/+33
| * | draw: add map/unmap directives for swtnl driver interfaceKeith Whitwell2009-02-177-177/+171
* | | util: Move p_debug.h into util module.José Fonseca2009-02-1873-79/+80
* | | util: (Re)enable memory debugging for all windows platforms.José Fonseca2009-02-181-1/+1
* | | wgl: Report memory leaks.José Fonseca2009-02-182-0/+14
* | | draw: Reuse xmm registers.Keith Whitwell2009-02-181-0/+12
* | | r300-gallium: Properly init shader state.Corbin Simpson2009-02-171-0/+2
* | | r300-gallium: Consolidate state updates.Corbin Simpson2009-02-171-2/+8
* | | mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)Brian Paul2009-02-171-0/+27
* | | glsl: fix mistake in a commentBrian Paul2009-02-171-1/+1
* | | mesa: turn on reporting of GLSL version 1.20Brian Paul2009-02-172-3/+3
* | | glsl: fix an array indexing bugBrian Paul2009-02-171-10/+43
* | | glsl: added --params option to stand-alone GLSL compilerBrian Paul2009-02-171-0/+8
* | | mesa: when printing/dumping instruction, include relative addressing infoBrian Paul2009-02-171-13/+11
* | | intel: Fix tri clear to do FBO color attachments as well.Eric Anholt2009-02-171-8/+25
* | | i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.Eric Anholt2009-02-171-2/+2
* | | intel: Clean up several 965 memory leaks on context destroy.Eric Anholt2009-02-175-2/+8
* | | mesa: remove old comment as it's fixed elsewhere now.Alan Hourihane2009-02-171-9/+0
* | | softpipe: some improvements to texture tile cacheBrian Paul2009-02-161-4/+12
* | | gallium: fix glean's vertProg1Alan Hourihane2009-02-163-10/+20
|/ /
* | mesa: remove old commentsBrian Paul2009-02-161-1/+1
* | i965: tell GLSL compiler to emit code using condition codesBrian Paul2009-02-161-0/+3
* | nouveau: oops :-)Patrice Mandin2009-02-161-2/+2
* | autoconf: Always enable glewDan Nicholson2009-02-161-2/+2
* | glsl: silence some uninit var warningsBrian Paul2009-02-162-2/+2
* | cell: use some SPU intrinsics to get slightly better code in eval_inputs()Brian Paul2009-02-161-4/+7
* | r300-gallium: Add verbosity level to debugging.Corbin Simpson2009-02-162-7/+12
* | r300-gallium: Fix BEGIN_CS and END_CS counting and mismatch.Corbin Simpson2009-02-163-6/+4
* | r300-gallium: Set up draw rasterizer.Corbin Simpson2009-02-162-2/+10