draw: make sure constant buffer data is aligned before passing to aos.c
[mesa.git] / src / gallium / drivers / i915simple / i915_context.c
2008-05-29 Keith Whitwelldraw: make sure constant buffer data is aligned before...
2008-04-19 Keith Whitwelldraw: move some pipeline-specific code & state to draw_...
2008-04-09 Briani915: keep track of num_vertex_attribs/buffers for...
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
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/i915: hook up screen->get_param()
2008-02-27 Briangallium: introduce 'pipe_screen' for context-independen...
2008-02-26 Briangallium/i915: plug in aapoint draw stage
2008-02-25 Briangallium/i915: plug in aaline draw stage
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: update build.
2008-02-15 José FonsecaCode reorganization: move files into their places.