summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_context.c
AgeCommit message (Expand)Author
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell
2008-04-08i915: keep track of num_vertex_attribs/buffers for shorter loopsBrian
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian
2008-02-27gallium/i915: hook up screen->get_param()Brian
2008-02-26gallium: introduce 'pipe_screen' for context-independent functionsBrian
2008-02-25gallium/i915: plug in aapoint draw stageBrian
2008-02-25gallium/i915: plug in aaline draw stageBrian
2008-02-20gallium: minor re-org of 915 surface/texture codeBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca