Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-06 | gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions. | José Fonseca | |
2007-12-18 | gallium: rationalize vertex_element state packet | Keith Whitwell | |
Remove dst_offset (not used) Add nr_components, which could be calculated from format, but would be too much effort. Update i965 driver to cope. | |||
2007-12-17 | i965: index the destination offset with regards to the current index | Zack Rusin | |
2007-12-17 | gallium: incorporate alpha state into depth_stencil state object. | Keith Whitwell | |
2007-12-13 | 965: get brw_wm_surface_state compiling again | Keith Whitwell | |
2007-12-13 | 965: get fragment shader compiler compiling | Keith Whitwell | |
Don't think that it will run though. | |||
2007-12-13 | 965: missing code from last commit | Keith Whitwell | |
2007-12-11 | gallium: remove set_sampler_units interface | Keith Whitwell | |
The effect of this mapping can be acheived by the state tracker and setting up the pipe texture state pointers to incorporate its affects. | |||
2007-12-11 | gallium: remove redundant clear_color state. | Keith Whitwell | |
2007-12-11 | Port i965 driver to Gallium3D. | Zack Rusin | |
This is a squashed commit of i965 branch on ssh://people.freedesktop.org/~zack/mesa Because of the porting the branch often didn't compile so squashing it makes more sense. The port is still far from complete. |