Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: make vbuf_render::set_primitive() return void | Brian Paul | 2012-01-07 | 1 | -12/+12 |
| | | | | All the implementations of this function always return TRUE. | ||||
* | i915g: Fix wrong indices for LINE_LOOP case | Fatih Aşıcı | 2011-12-11 | 1 | -2/+2 |
| | |||||
* | i915g: Remove heuristic flushing. | Stephane Marchesin | 2011-08-02 | 1 | -3/+0 |
| | |||||
* | i915g: Improve flushing using heuristics. | Stéphane Marchesin | 2011-07-06 | 1 | -0/+3 |
| | |||||
* | i915g: streamline derived state updates of the driver pipeline | Daniel Vetter | 2011-03-10 | 1 | -3/+0 |
| | | | | | | | | Flushing the batch/hw backend doesn't invalidate the derived state. So kill the unnecessary function calls and add an assert in emit_hardware_state for paranoia. Signed-off-by: Daniel Vetter <[email protected]> | ||||
* | i915g: kill relocs accouting | Daniel Vetter | 2011-03-01 | 1 | -6/+6 |
| | | | | | | | No one ever cared. libdrm does dynamic resizing of its reloc-table, anyway. Signed-off-by: Daniel Vetter <[email protected]> | ||||
* | i915g: Don't (un)map vbuf on each (un)map call | Jakob Bornecrantz | 2011-01-21 | 1 | -4/+12 |
| | |||||
* | i915g: Make sure that new vbo gets updated | Jakob Bornecrantz | 2010-12-02 | 1 | -1/+10 |
| | | | | | | | | | Malloc likes to reuse old address as soon as possible this would cause the new vbo buffer to get the same address as the old. So make sure we set it to NULL when we allocate a new one. This fixes ipers which will fill up a couple of VBO buffers per frame. Signed-off-by: Jakob Bornecrantz <[email protected]> | ||||
* | i915g: drop alignment parameter from iws->buffer_create | Daniel Vetter | 2010-12-02 | 1 | -2/+2 |
| | | | | | | | | | | | | It's unnecessary. The kernel gem ignores it totally and we can't run on the old userspace fake bo manager due to lack of dri2. Also drop the redundant name string from the sw winsys as suggested by Jakob Bornecrantz Signed-off-by: Daniel Vetter <[email protected]> Reviewed-by: Jakob Bornecrantz <[email protected]> Signed-off-by: Jakob Bornecrantz <[email protected]> | ||||
* | i915g: Revert debug hunks from last commit | Jakob Bornecrantz | 2010-06-22 | 1 | -2/+2 |
| | |||||
* | i915g: Reduce state emission by using a index bias | Jakob Bornecrantz | 2010-06-22 | 1 | -27/+122 |
| | |||||
* | i915g: Drop fifo code in vbuf | Jakob Bornecrantz | 2010-06-22 | 1 | -43/+2 |
| | |||||
* | i915g: Change state code in vbuf code | Jakob Bornecrantz | 2010-06-22 | 1 | -12/+23 |
| | |||||
* | gallium: rename draw() to draw_elements() in vbuf code | Brian Paul | 2010-05-05 | 1 | -4/+4 |
| | | | | | Now we have draw_elements() and draw_arrays() to be consistent with the pipe_context drawing functions. | ||||
* | i915g: Rename winsys prefix to i915_ from intel_ | Jakob Bornecrantz | 2010-03-26 | 1 | -8/+8 |
| | | | | Since the winsys isn't shared with i965 and never will be | ||||
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | i915g: Fix MSVC build. | Vinson Lee | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | i915g: Use buffer write instead of map for lit vertices | Jakob Bornecrantz | 2009-10-07 | 1 | -2/+37 |
| | |||||
* | i915g: Disable vbuf fifo and minor commenting of vbuf code | Jakob Bornecrantz | 2009-10-07 | 1 | -11/+26 |
| | | | | | The vbuf fifo doesn't appear to help once the libdrm reuse flag has been set. | ||||
* | i915g: Tweek vertexbuffer size | Jakob Bornecrantz | 2009-10-06 | 1 | -4/+4 |
| | |||||
* | i915g: Drop the simple sufix | Jakob Bornecrantz | 2009-10-05 | 1 | -0/+645 |
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. |