summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)Author
2009-06-04Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-01gallium/draw: Free specialized versions of driver shadersKeith Whitwell
2009-06-01draw: free more token arraysKeith Whitwell
2009-06-01draw: avoid leaking tokens when building pstipple fragment shaderKeith Whitwell
2009-06-01Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-01draw: reset extra_vp_outputs.slot to zero in widepoint_flush()Brian Paul
2009-05-27draw: Fix assertion failure at fetch_emit_prepareMike Kaplinksiy
2009-05-08gallium/draw: cope with unused vertex_elementsKeith Whitwell
2009-05-05gallium/draw: cope with unused vertex_elementsKeith Whitwell
2009-05-01draw: added some inf/nan debug code (disabled)Brian Paul
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell
2009-04-10draw: Silence pointer-to-integer cast warning.Michal Krol
2009-04-10draw: Fix vertex_header initialisation.Michal Krol
2009-04-09draw: Fix LIT instruction.Michal Krol
2009-03-31draw: added Nan/Inf assertion in debug codeBrian Paul
2009-03-25draw: Use size_t (for x86_64).José Fonseca
2009-03-23draw: update aa points shader commentKeith Whitwell
2009-03-18draw: use AOS_ERROR rather than clash-prone ERROR() macroKeith Whitwell
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2009-02-14draw: Fix segfault if rast is nullJakob Bornecrantz
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer
2009-02-18Merge commit 'origin/gallium-0.1'Keith Whitwell
2009-02-17draw: Reuse xmm registers.Keith Whitwell
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell
2009-02-18Merge commit 'origin/draw-vbuf-interface'Keith Whitwell
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-18draw: Reuse xmm registers.Keith Whitwell
2009-02-16gallium: fix glean's vertProg1Alan Hourihane
2009-02-17draw: second argument to unmap is max, not countKeith Whitwell
2009-02-17draw: add map/unmap directives for swtnl driver interfaceKeith Whitwell
2009-02-11draw: Cap max vertices instead of failing assert.José Fonseca
2009-02-10draw: Fix build -- rename Size to NrTokens.Michal Krol
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2009-01-27draw: silence some warningsKeith Whitwell
2009-01-27draw: queiten compiler warningsKeith Whitwell
2009-01-10gallium: code to dump/debug PPC code (disabled)Brian Paul
2009-01-09draw: Add missing include.José Fonseca
2009-01-08draw: Predeclare struct.José Fonseca
2009-01-08Merge commit 'origin/gallium-0.1' into gallium-0.2José Fonseca
2008-12-31draw: Avoid integer overflow converting pointers on 64bit archs.José Fonseca
2008-12-30draw: Do not specify types in bitfields.José Fonseca
2008-12-23draw: allow driver-override of draw_need_pipeline()Keith Whitwell
2008-12-16gallium: fix some assertsAlan Hourihane
2008-12-15Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane
2008-12-11gallium: catch vertex overflow higher upAlan Hourihane
2008-12-11draw: Silencium compiler warnings on Windows.Michal Krol