Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-22 | i915g: Revert debug hunks from last commit | Jakob Bornecrantz | |
2010-06-22 | i915g: Reduce state emission by using a index bias | Jakob Bornecrantz | |
2010-06-22 | i915g: Drop fifo code in vbuf | Jakob Bornecrantz | |
2010-06-22 | i915g: Change state code in vbuf code | Jakob Bornecrantz | |
2010-05-05 | gallium: rename draw() to draw_elements() in vbuf code | Brian Paul | |
Now we have draw_elements() and draw_arrays() to be consistent with the pipe_context drawing functions. | |||
2010-03-26 | i915g: Rename winsys prefix to i915_ from intel_ | Jakob Bornecrantz | |
Since the winsys isn't shared with i965 and never will be | |||
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | |
2009-10-07 | i915g: Fix MSVC build. | Vinson Lee | |
2009-10-07 | i915g: Use buffer write instead of map for lit vertices | Jakob Bornecrantz | |
2009-10-07 | i915g: Disable vbuf fifo and minor commenting of vbuf code | Jakob Bornecrantz | |
The vbuf fifo doesn't appear to help once the libdrm reuse flag has been set. | |||
2009-10-06 | i915g: Tweek vertexbuffer size | Jakob Bornecrantz | |
2009-10-05 | i915g: Drop the simple sufix | Jakob Bornecrantz | |
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing. |