summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_curbe.c
AgeCommit message (Collapse)Author
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
The properties of a buffer represented by struct pipe_buffer_handle are now basically constant over its lifetime. The state tracker gets to deal with any more complex buffer semantics it may need to provide.
2007-12-24i965: a little better way of handling immediatesZack Rusin
2007-12-20i965: very crude and hacky way of handling immediatesZack Rusin
2007-12-20965: respect pipe flush flagsKeith Whitwell
Now we emit way too many flushes instead of none at all.
2007-12-20965: fix the constant buffersZack Rusin
2007-12-19965: dump curbe contents to stderrKeith Whitwell
2007-12-19constsZack Rusin
2007-12-17965: remove dead state atom declsKeith Whitwell
2007-12-13965: get fragment shader compiler compilingKeith Whitwell
Don't think that it will run though.
2007-12-11Port 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.