i915: update to new display target allocation
[mesa.git] / src / gallium / drivers / i915simple / i915_texture.c
2008-05-02 Keith Whitwelli915: update to new display target allocation
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-02-27 Briangallium/i915: remove unneeded assignment
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: introduce 'pipe_screen' for context-independen...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-20 Briangallium: minor re-org of 915 surface/texture code
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.