gallium: util_blit_pixels() takes source sampler view as argument.
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_fetch_shade_pipeline.c
2008-06-18 Brian Paulgallium: additional fixes to ensure even number of...
2008-06-04 Keith Whitwelldraw: respect driver's max vertex buffer size
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 José Fonsecapsb: Make msvc happy.
2008-05-29 Keith Whitwelldraw: draw_range_elements trial
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-23 Keith Whitwelldraw: move some state into a new 'vs' area
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-08 Keith WhitwellMerge branch 'gallium-0.1' into gallium-vertex-linear
2008-05-08 Zack Rusinredo the linear paths
2008-05-08 Zack Rusinimplement linear emition and fetching and plug it in...
2008-04-28 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-28 Michal Krolgallium: Generate SSE code to swizzle and unswizzle...
2008-04-23 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-04-22 Keith Whitwelldraw: allow drivers to query pipeline state more easily
2008-04-21 Keith Whitwelldraw: propogate lots of errors
2008-04-19 Keith Whitwelldraw: move incoming vertex state into draw->pt
2008-04-19 Keith Whitwelldraw: make room for extra_vs_outputs
2008-04-19 Keith Whitwelldraw: move pt_pipeline code to draw_pipe.c
2008-04-19 Keith Whitwelldraw: always emit header in draw_pt_fetch.c
2008-04-18 Keith Whitwelldraw: split off all the extra functionality in the...
2008-04-17 Keith Whitwelldraw: move hw vertex emit to a new module
2008-04-17 Keith Whitwelldraw: add vertex shader run_linear function
2008-04-16 Keith Whitwelldraw: allow pt paths to run without a vbuf render stage
2008-04-16 Keith Whitwelldraw: make pt run pipeline when need_pipeline is true...
2008-04-15 Keith Whitwellgallium: Switch one vertex path over to new translate...
2008-04-15 Keith Whitwelldraw: increment output vertex properly
2008-04-15 Keith Whitwelldraw: fix first glitch in vertex emit
2008-04-15 Keith Whitwelldraw: fetch_shade_pipeline needs to translate to hw...
2008-04-15 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-14 Zack Rusinuse the new macro
2008-04-14 Zack Rusinsilence some warnings
2008-04-14 Zack Rusinpass vertex size to shaders so that callee can decide...
2008-04-14 Keith Whitwelldraw: always malloc verts for fetch_shade_pipeline
2008-04-14 Keith Whitwelldraw: flush pipeline before trying to allocate more...
2008-04-14 Keith Whitwelldraw: move vertex header init out of fetch_shade_pipeline.c
2008-04-14 Zack RusinImplement fetch/shade/pipeline or emit vertex passthrough.