summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.c
AgeCommit message (Expand)Author
2008-05-12softpipe: add failure paths for context creationKeith Whitwell
2008-05-01gallium: remove the unused softpipe_winsys codeBrian Paul
2008-04-29gallium: test for new PIPE_ARCH_X86Brian Paul
2008-04-24gallium: plug in softpipe_set_edgeflags() functionBrian Paul
2008-04-22softpipe: implement SP_NO_RAST env varKeith Whitwell
2008-04-07gallium: get rid of bufloop quad stageBrian
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul
2008-03-14gallium: remove DOS carriage returnsBrian
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian
2008-02-27gallium: implement pipe_screen for softpipe driverBrian
2008-02-27gallium: softpipe_init_texture_funcs(), make texture func staticBrian
2008-02-26gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian
2008-02-21gallium: new draw stage for polygon stipple.Brian
2008-02-21gallium: new AA point drawing stageBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-18gallium: antialiased line drawingBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca