gallium: Add texture usage flags, special-case allocation of display targets
[mesa.git] / src / gallium / drivers / softpipe / sp_context.c
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Brian Paulgallium: remove the unused softpipe_winsys code
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-04-30 Brian Paulgallium: test for new PIPE_ARCH_X86
2008-04-24 Brian Paulgallium: plug in softpipe_set_edgeflags() function
2008-04-22 Keith Whitwellsoftpipe: implement SP_NO_RAST env var
2008-04-08 Briangallium: get rid of bufloop quad stage
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-14 Briangallium: remove DOS carriage returns
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2008-02-27 Briangallium: start removing pipe_context->get_name/vendor...
2008-02-27 Briangallium: implement pipe_screen for softpipe driver
2008-02-27 Briangallium: softpipe_init_texture_funcs(), make texture...
2008-02-26 Briangallium: replace draw_convert_wide_points() with draw_w...
2008-02-21 Briangallium: new draw stage for polygon stipple.
2008-02-21 Briangallium: new AA point drawing stage
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-18 Briangallium: antialiased line drawing
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-15 José FonsecaCode reorganization: move files into their places.