summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw: correct address for machine struct in llvm pathKeith Whitwell2009-07-231-1/+1
* gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-221-7/+7
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-222-2/+6
* tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell2009-07-201-0/+4
* draw: fix ppc build regressionKeith Whitwell2009-07-161-0/+1
* tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell2009-07-161-19/+5
* gallium: reduce recursive include of tgsi_exec.hKeith Whitwell2009-07-164-1/+6
* gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell2009-07-164-21/+6
* gallium/draw: sketch out some missing pointcoord codeBrian Paul2009-06-291-1/+11
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-241-1/+2
|\
| * draw: Replace pointer arithmetic with cast.José Fonseca2009-06-181-1/+2
* | draw: use u_reduced_prim() functionBrian Paul2009-06-194-28/+4
* | Merge branch 'ext-provoking-vertex'Brian Paul2009-06-195-59/+150
|\ \
| * | draw: use flatfirst variableBrian Paul2009-06-181-1/+1
| * | draw: remove debug codeBrian Paul2009-06-181-7/+0
| * | draw: fix first provoking vertex mode for quads, quad strips and polygonsBrian Paul2009-06-181-18/+55
| * | draw: fix first provoking vertex mode for unfilled quadsBrian Paul2009-06-181-10/+24
| * | draw: clean up indentationBrian Paul2009-06-181-11/+11
| * | draw: implement flatshade_first for drawing pipelineBrian Paul2009-06-092-20/+67
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-043-5/+26
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-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
* | draw: Fix assertion failure at fetch_emit_prepareMike Kaplinksiy2009-05-271-0/+6
* | gallium/draw: cope with unused vertex_elementsKeith Whitwell2009-05-053-2/+9
* | draw: added some inf/nan debug code (disabled)Brian Paul2009-05-011-0/+6
|/
* 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
| | |_|/ | |/| |