Age | Commit message (Expand) | Author |
2010-06-11 | gallium/softpipe/draw: support samplers in geometry shaders | Zack Rusin |
2010-06-08 | gallium: basic and initial implementation of the stream output interface | Zack Rusin |
2010-05-14 | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell |
2010-04-21 | draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe). | José Fonseca |
2010-04-21 | gallium/draw: fix point sprite handling | Brian Paul |
2010-04-20 | Merge branch 'gallium-index-bias' | José Fonseca |
2010-04-20 | draw llvm: Move dereference of pointer after NULL check. | Vinson Lee |
2010-04-19 | draw llvm: fix constructor mess | Zack Rusin |
2010-04-19 | draw: Implement index bias. | José Fonseca |
2010-04-19 | Merge branch '7.8' | Brian Paul |
2010-04-19 | gallium/draw: use correct rasterization state for wide/AA points/lines | Brian Paul |
2010-04-18 | draw: Cosmetic cleanups and comments. | José Fonseca |
2010-03-15 | Merge remote branch 'origin/master' into gallium_draw_llvm | Zack Rusin |
2010-02-22 | gallium/draw: initial code to properly support llvm in the draw module | Zack Rusin |
2010-02-22 | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state. | Michal Krol |
2010-02-02 | draw: add const qualifiers, fix return types | Brian Paul |
2010-02-02 | draw: new, updated comments | Brian Paul |
2010-01-28 | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS. | Michal Krol |
2010-01-28 | gallium: Enable multiple constant buffers for vertex and geometry shaders. | Michal Krol |
2010-01-27 | gallium/draw: Remove unnecessary headers. | Vinson Lee |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-21 | draw: Remove unnecessary headers. | Vinson Lee |
2010-01-16 | draw: Fix memory leak in gs code | Jakob Bornecrantz |
2009-12-25 | gallium: add geometry shader support to gallium | Zack Rusin |
2009-12-09 | gallium: first steps to treat edgeflags as regular vertex element | Keith Whitwell |
2009-03-13 | gallium: consolidate bypass_vs and bypass_clipping flags | Keith Whitwell |
2009-02-14 | draw: Fix segfault if rast is null | Jakob Bornecrantz |
2008-12-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-12-10 | gallium: added draw_set_mrd() function to fix polygon offset | Brian Paul |
2008-12-10 | draw: add const qualifiers | Keith Whitwell |
2008-12-04 | gallium: added draw_texture_samplers() to support texture fetches from vertex... | Brian |
2008-10-07 | draw: add switch for drivers to force vertex data passthrough | Keith Whitwell |
2008-08-25 | gallium: added const qualifiers on some draw funcs | Brian |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-05-29 | draw: make sure constant buffer data is aligned before passing to aos.c | Keith Whitwell |
2008-05-29 | draw: draw_range_elements trial | Keith Whitwell |
2008-05-29 | draw: share machine | Keith Whitwell |
2008-05-23 | draw: move some state into a new 'vs' area | Keith Whitwell |
2008-04-23 | gallium: fix issues in recursive flushing | Brian Paul |
2008-04-22 | gallium: added a flushing_vcache flag, test in draw_do_flush() | Brian Paul |
2008-04-22 | Fix a crash. Rasterizer can be null | Zack Rusin |
2008-04-22 | draw: allow drivers to query pipeline state more easily | Keith Whitwell |
2008-04-21 | gallium: Centralize SSE usage logic. | José Fonseca |
2008-04-19 | draw: move incoming vertex state into draw->pt | Keith Whitwell |
2008-04-19 | draw: put pipeline flushing behind a new interface | Keith Whitwell |
2008-04-19 | draw: move some pipeline-specific code & state to draw_pipe.[ch] | Keith Whitwell |
2008-04-19 | draw: remove dead data structures | Keith Whitwell |
2008-04-18 | draw: remove old draw_vertex_shader_queue_flush function | Keith Whitwell |
2008-04-18 | draw: remove draw_vertex_cache.c | Keith Whitwell |
2008-04-18 | draw: switch over to draw_pt paths, will remove old code shortly | Keith Whitwell |