summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_prim_emit.c
AgeCommit message (Expand)Author
2007-12-09gallium: add draw_stage::destroy().Michal
2007-11-03Do something sensible when failed to reserve space in the batch buffer.José Fonseca
2007-10-29Reserve the accurate number of dwords in the batch buffer.José Fonseca
2007-08-23clean-up commentsBrian
2007-08-23remove dead/debug code, misc clean-upBrian
2007-08-23Checkpoint commit: i915 texture works, use new vertex_info structBrian
2007-08-22Checkpoint: texture image and sampler state handling, plus better vertex form...Brian
2007-08-22remove unneeded includesBrian
2007-08-13Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell
2007-08-09Add more i915 state packets.Keith Whitwell
2007-08-09vertex colors are ARGBBrian
2007-08-09Some basic state - blend and ztest sort of work.Keith Whitwell
2007-08-09Don't reemit hardware state *every* primitive.Keith Whitwell
2007-08-08The i915simple driver now runs well enough to lock up hardware.Keith Whitwell
2007-08-08Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell