Age | Commit message (Expand) | Author |
2009-07-16 | tgsi: reduce x86 reg usage in tgsi_sse generated programs | Keith Whitwell |
2009-07-16 | gallium: reduce recursive include of tgsi_exec.h | Keith Whitwell |
2009-07-16 | gallium: proper constructor and destructor for tgsi_exec_machine | Keith Whitwell |
2009-06-29 | gallium/draw: sketch out some missing pointcoord code | Brian Paul |
2009-06-18 | draw: Replace pointer arithmetic with cast. | José Fonseca |
2009-06-24 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-19 | draw: use u_reduced_prim() function | Brian Paul |
2009-06-19 | Merge branch 'ext-provoking-vertex' | Brian Paul |
2009-06-18 | draw: use flatfirst variable | Brian Paul |
2009-06-18 | draw: remove debug code | Brian Paul |
2009-06-18 | draw: fix first provoking vertex mode for quads, quad strips and polygons | Brian Paul |
2009-06-18 | draw: fix first provoking vertex mode for unfilled quads | Brian Paul |
2009-06-18 | draw: clean up indentation | Brian Paul |
2009-06-09 | draw: implement flatshade_first for drawing pipeline | Brian Paul |
2009-06-04 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-01 | gallium/draw: Free specialized versions of driver shaders | Keith Whitwell |
2009-06-01 | draw: free more token arrays | Keith Whitwell |
2009-06-01 | draw: avoid leaking tokens when building pstipple fragment shader | Keith Whitwell |
2009-06-01 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-01 | draw: reset extra_vp_outputs.slot to zero in widepoint_flush() | Brian Paul |
2009-05-27 | draw: Fix assertion failure at fetch_emit_prepare | Mike Kaplinksiy |
2009-05-08 | gallium/draw: cope with unused vertex_elements | Keith Whitwell |
2009-05-05 | gallium/draw: cope with unused vertex_elements | Keith Whitwell |
2009-05-01 | draw: added some inf/nan debug code (disabled) | Brian Paul |
2009-04-28 | gallium/draw: add ability to print out active pipeline stages | Keith Whitwell |
2009-04-10 | draw: Silence pointer-to-integer cast warning. | Michal Krol |
2009-04-10 | draw: Fix vertex_header initialisation. | Michal Krol |
2009-04-09 | draw: Fix LIT instruction. | Michal Krol |
2009-03-31 | draw: added Nan/Inf assertion in debug code | Brian Paul |
2009-03-25 | draw: Use size_t (for x86_64). | José Fonseca |
2009-03-23 | draw: update aa points shader comment | Keith Whitwell |
2009-03-18 | draw: use AOS_ERROR rather than clash-prone ERROR() macro | Keith Whitwell |
2009-03-13 | gallium: consolidate bypass_vs and bypass_clipping flags | Keith Whitwell |
2009-03-04 | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-20 | gallium: Improve makefiles for libraries | Jakob Bornecrantz |
2009-02-14 | draw: Fix segfault if rast is null | Jakob Bornecrantz |
2009-02-18 | Merge branch 'gallium-texture-transfer' | Michel Dänzer |
2009-02-18 | Merge commit 'origin/gallium-0.1' | Keith Whitwell |
2009-02-17 | draw: Reuse xmm registers. | Keith Whitwell |
2009-02-16 | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell |
2009-02-18 | Merge commit 'origin/draw-vbuf-interface' | Keith Whitwell |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-18 | draw: Reuse xmm registers. | Keith Whitwell |
2009-02-16 | gallium: fix glean's vertProg1 | Alan Hourihane |
2009-02-17 | draw: second argument to unmap is max, not count | Keith Whitwell |
2009-02-17 | draw: add map/unmap directives for swtnl driver interface | Keith Whitwell |
2009-02-11 | draw: Cap max vertices instead of failing assert. | José Fonseca |
2009-02-10 | draw: Fix build -- rename Size to NrTokens. | Michal Krol |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer |