summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw: cope with more primitives in draw_pipeline_runKeith Whitwell2009-08-131-22/+55
* draw: Replace pointer arithmetic with cast.José Fonseca2009-06-181-1/+2
* gallium/draw: Free specialized versions of driver shadersKeith Whitwell2009-06-013-0/+13
* draw: free more token arraysKeith Whitwell2009-06-012-5/+12
* draw: avoid leaking tokens when building pstipple fragment shaderKeith Whitwell2009-06-011-0/+1
* draw: reset extra_vp_outputs.slot to zero in widepoint_flush()Brian Paul2009-06-011-0/+1
* gallium/draw: cope with unused vertex_elementsKeith Whitwell2009-05-083-2/+9
* gallium/draw: add ability to print out active pipeline stagesKeith Whitwell2009-04-2815-1/+24
* draw: Silence pointer-to-integer cast warning.Michal Krol2009-04-101-1/+1
* draw: Fix vertex_header initialisation.Michal Krol2009-04-101-1/+1
* draw: Fix LIT instruction.Michal Krol2009-04-091-2/+2
* draw: added Nan/Inf assertion in debug codeBrian Paul2009-03-311-0/+1
* draw: Use size_t (for x86_64).José Fonseca2009-03-251-5/+4
* draw: update aa points shader commentKeith Whitwell2009-03-231-1/+1
* draw: use AOS_ERROR rather than clash-prone ERROR() macroKeith Whitwell2009-03-183-9/+9
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-136-17/+19
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-043-3/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-042-4/+4
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-4/+0
* draw: Fix segfault if rast is nullJakob Bornecrantz2009-02-141-2/+3
* Merge branch 'gallium-texture-transfer'Michel Dänzer2009-02-182-16/+15
|\
| * Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-163-4/+5
| |\
| * | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-052-16/+15
* | | Merge commit 'origin/gallium-0.1'Keith Whitwell2009-02-181-0/+1
|\ \ \
| * | | draw: Reuse xmm registers.Keith Whitwell2009-02-171-0/+13
* | | | Merge commit 'origin/draw-vbuf-interface'Keith Whitwell2009-02-187-177/+174
|\ \ \ \
| * | | | draw: second argument to unmap is max, not countKeith Whitwell2009-02-174-9/+12
| * | | | 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-182-3/+3
* | | | draw: Reuse xmm registers.Keith Whitwell2009-02-181-0/+12
* | | | gallium: fix glean's vertProg1Alan Hourihane2009-02-161-10/+18
|/ / /
* | | draw: Cap max vertices instead of failing assert.José Fonseca2009-02-111-2/+3
* | | draw: Fix build -- rename Size to NrTokens.Michal Krol2009-02-102-2/+2
| |/ |/|
* | gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-274-8/+8
* | draw: silence some warningsKeith Whitwell2009-01-271-1/+4
* | draw: queiten compiler warningsKeith Whitwell2009-01-271-1/+4
* | gallium: code to dump/debug PPC code (disabled)Brian Paul2009-01-101-0/+5
* | draw: Add missing include.José Fonseca2009-01-091-0/+2
* | draw: Predeclare struct.José Fonseca2009-01-081-1/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.2José Fonseca2009-01-082-4/+28
|\|
| * draw: allow driver-override of draw_need_pipeline()Keith Whitwell2008-12-232-4/+28
* | draw: Avoid integer overflow converting pointers on 64bit archs.José Fonseca2008-12-311-1/+1
* | draw: Do not specify types in bitfields.José Fonseca2008-12-301-3/+3
* | gallium: fix some assertsAlan Hourihane2008-12-161-4/+4
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane2008-12-151-1/+1
|\|
| * draw: Silencium compiler warnings on Windows.Michal Krol2008-12-111-1/+1
* | gallium: catch vertex overflow higher upAlan Hourihane2008-12-111-6/+7
* | gallium: added missing brace to fix broken buildBrian Paul2008-12-101-1/+1
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-12-104-6/+20
|\|
| * gallium: added draw_set_mrd() function to fix polygon offsetBrian Paul2008-12-104-2/+16