summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_state_emit.c
AgeCommit message (Expand)Author
2011-03-15i915g: split up static stateDaniel Vetter
2011-03-10i915g: streamline derived state updates of the driver pipelineDaniel Vetter
2011-03-10i915g: don't validate a NULL vboDaniel Vetter
2011-03-01i915g: kill relocs accoutingDaniel Vetter
2011-03-01i915g: switch to the exact batch space reservation codeDaniel Vetter
2011-03-01i915g: split up hw state emission into small atomsDaniel Vetter
2011-02-27i915g: implement cache flushingDaniel Vetter
2011-02-27i915g: buffer validation for render stateDaniel Vetter
2011-02-27i915g: cleanup static state calculation, part 2Daniel Vetter
2011-02-27i915g: cleanup static state calculation, part 1Daniel Vetter
2011-02-26i915g: make dynamic state emission actually lazyDaniel Vetter
2011-02-26i915g: fix null deref in draw_rect emissionDaniel Vetter
2011-02-26i915g: simplify math in constants emissionDaniel Vetter
2011-02-24i915g: Lazy emit dynamic stateJakob Bornecrantz
2011-02-24i915g: Lazy emit immediate stateJakob Bornecrantz
2011-01-21i915g: Don't do unnecessary copies of constantsJakob Bornecrantz
2010-12-16i915g: s/varient/variant/Brian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-02i915g: assert(depth_surface->offset == 0)Daniel Vetter
2010-12-02i915g: switch rendering to mipmapped textures to (x,y) offsetsDaniel Vetter
2010-12-02i915g: implement unfenced relocs for textures using tiling bitsDaniel Vetter
2010-12-02i915g: implement unfenced color&depth buffer using tiling bitsDaniel Vetter
2010-12-02i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter
2010-11-21i915g: rip out ->sw_tiledDaniel Vetter
2010-09-30gallium/i915: remove duplicated includeNicolas Kaiser
2010-07-04i915g: Minor cleanupsJakob Bornecrantz
2010-07-04i915g: Move fragment state to its own fileJakob Bornecrantz
2010-06-22i915g: Rework debug print codeJakob Bornecrantz
2010-05-29i915g: adapt to clear interface changesRoland Scheidegger
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-26i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-02i915g: Add assert to check for null pointer dereference.Vinson Lee
2010-03-01i915g: Rename pipe formats.José Fonseca
2009-12-10i915: Fix for sampler view changes.michal
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz