gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
[mesa.git] / src / gallium / drivers / softpipe / sp_texture.c
2008-09-03 José Fonsecagallium: Have pipe_buffer_* receive a pipe_screen inste...
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-07-04 José Fonsecasoftpipe: Compute block size for display targets.
2008-07-04 José Fonsecasoftpipe: Implement texture blankets.
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-23 Brian Paulgallium: in softpipe_get_tex_surface() use the pitch...
2008-06-20 Brian Paulgallium: fix some surface usage bugs
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-26 Jakob BornecrantzMerge branch 'gallium-tex-surface' into gallium-0.1
2008-05-21 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-07 José Fonsecagallium: Propagate tex_usage flags down to winsys.
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-02 Keith Whitwellgallium: Add texture usage flags, special-case allocati...
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Keith Whitwellsoftpipe: use CPU flags for mapping
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-03-22 Briangallium: remove temporary _screen suffix from function...
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
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: remove unnecessary assignment
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: implement pipe_screen for softpipe driver
2008-02-27 Briangallium: softpipe_init_texture_funcs(), make texture...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-22 Briangallium: fix brokenb build
2008-02-22 Michal Krolgallium: Fix build on Windows.
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-20 Briangallium: fix bad ptr comparison
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: move files into their places.