Merge branch 'master' into gallium-0.2
[mesa.git] / src / gallium / auxiliary / draw / Makefile
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-28 Keith Whitwelldraw: share machine
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: add aos vertex shader varient
2008-05-23 Keith Whitwelldraw: create specialized vs varients incorporating...
2008-05-23 Keith Whitwelldraw: get rid of fetch-shade-emit frontend hack
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-12 Keith Whitwelldraw: turn fse path into a middle end
2008-05-12 Keith Whitwelldraw: add fetch-shade-emit path
2008-04-25 Zack Rusinfrontend for rendering without elts
2008-04-21 Keith Whitwelldraw: consolidate all the passthrough line/tri/point...
2008-04-19 Keith Whitwelldraw: move pt_pipeline code to draw_pipe.c
2008-04-19 Keith Whitwelldraw: move some pipeline-specific code & state to draw_...
2008-04-18 Keith Whitwelldraw: rename pipeline files to draw_pipe_*
2008-04-18 Keith Whitwelldraw: sort makefile sources
2008-04-18 Keith Whitwelldraw: rename draw_vertex_shader.c -> draw_vs.c
2008-04-18 Keith Whitwelldraw: remove draw_debug.c
2008-04-18 Keith Whitwelldraw: remove draw_vertex_fetch.c
2008-04-18 Keith Whitwelldraw: remove draw_vertex_cache.c
2008-04-18 Keith Whitwelldraw: remove draw_prim.c
2008-04-18 Keith Whitwelldraw: remove draw_vf code, use translate instead
2008-04-18 Keith Whitwelldraw: remove fetch_pipeline middle end -- just use...
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-14 Zack RusinImplement fetch/shade/pipeline or emit vertex passthrough.
2008-04-04 Keith Whitwelldraw: move code to run pipeline from pt to new file
2008-04-03 Keith Whitwelldraw: add passthrough path to the pipeline
2008-03-31 Briangallium: draw_passthrough.c is not used anymore
2008-03-23 Keith Whitwellgallium: beginnings of draw module vertex rework
2008-03-13 Briangallium: plug in vertex passthrough code
2008-03-11 Zack Rusinfix compilation
2008-03-10 Keith Whitwelldraw: placeholder/prototype code for a passthrough...
2008-02-29 Brian Paulgallium: split draw_wide_prim stage into separate point...
2008-02-21 Briangallium: new draw stage for polygon stipple.
2008-02-21 Briangallium: new AA point drawing stage
2008-02-19 José FonsecaSimplify makefile boilerplate code.
2008-02-18 Briangallium: antialiased line drawing
2008-02-18 José FonsecaCode reorganization: split gallium and mesa makefiles.
2008-02-15 Keith Whitwelldraw: subclass vertex shaders according to execution...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/.