gallium: keep track of num_vertex_attribs/buffers for shorter loops
[mesa.git] / src / gallium / drivers / softpipe / sp_texture.c
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.