Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | i915g: Remove unnecessary header. | Vinson Lee | |
2010-01-19 | i915g: Remove unnecessary headers. | Vinson Lee | |
2009-12-27 | i915g: Silence unused variable warning. | Vinson Lee | |
2009-12-27 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h | |||
2009-11-20 | i915g: Add missing break statement in i915_debug.c. | Vinson Lee | |
2009-11-17 | i915g: replace //-style comments | Brian Paul | |
2009-11-17 | i915g: remove trailing commas in enum lists to silence warnings | Brian Paul | |
2009-11-10 | i915g: Fix memory leak when pci id is unknown. | Vinson Lee | |
2009-11-07 | i915g: Fix comment in is buffer referenced | Jakob Bornecrantz | |
2009-10-23 | gallium: remove extended negate also, and also the ExtSwz token | Keith Whitwell | |
Likewise, the extended negate functionality hasn't been used since mesa switched to using tgsi_ureg to build programs, and has been translating the SWZ opcode internally to a single MAD. | |||
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell | |
These haven't been used by the mesa state tracker since the conversion to tgsi_ureg, and it seems that none of the other state trackers are using it either. This helps simplify one of the biggest suprises when starting off with TGSI shaders. | |||
2009-10-14 | i915g: Fix warnings | Jakob Bornecrantz | |
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: Change order of buffer_write arguments | Jakob Bornecrantz | |
They now follow the pipe_buffer_write style, its the gallium driver that sets the interface not the winsys. | |||
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. |