summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-27i915g/winsys/drm: add raw batchbuffer dumpingi915g-stuffDaniel Vetter3-0/+11
2011-02-27i915g: enable Z16Daniel Vetter1-4/+2
2011-02-26i915g: cleanup translate_texture_formatDaniel Vetter1-11/+3
2011-02-26i915g: kill relocs accoutingDaniel Vetter10-36/+20
2011-02-26i915g: switch to the exact batch space reservation codeDaniel Vetter1-18/+5
2011-02-26i915g: switch DRAW_RECT_CMD to a hw_atomDaniel Vetter1-14/+12
2011-02-26i915g: switch fs program emission to hw_atomDaniel Vetter1-15/+19
2011-02-26i915g: switch constants emission to hw_atomDaniel Vetter1-44/+49
2011-02-26i915g: add infrastructure to track required batch space for hw emitDaniel Vetter1-14/+50
2011-02-26i915g: switch sampler state to hw_atomDaniel Vetter1-25/+23
2011-02-26i915g: switch map state to hw_atomDaniel Vetter1-31/+28
2011-02-26i915g: switch static state to hw_atomDaniel Vetter1-30/+28
2011-02-26i915g: switch dynamic state to hw_atomDaniel Vetter1-12/+11
2011-02-26i915g: switch immediate state to hw_atomDaniel Vetter1-30/+31
2011-02-26i915g: switch invariant state to hw_atomDaniel Vetter1-44/+45
2011-02-26i915g: clean up sampler<->map hw state emit interdependancyDaniel Vetter1-1/+1
2011-02-26i915g: cleanup static state calculation, part 2Daniel Vetter3-50/+48
2011-02-26i915g: cleanup static state calculation, part 1Daniel Vetter3-90/+103
2011-02-26i915g: implement cache flushingDaniel Vetter6-8/+62
2011-02-26i915g: buffer validation for blitterDaniel Vetter1-0/+11
2011-02-26i915g: buffer validation for render stateDaniel Vetter3-0/+93
2011-02-26i915g/winsys: buffer validation supportDaniel Vetter3-0/+40
2011-02-26i915g: make dynamic state emission actually lazyDaniel Vetter1-1/+1
2011-02-26i915g: Handle null constants properlyJakob Bornecrantz1-3/+6
2011-02-26i915g: Don't use tiling and upload via buffer write for usage once texturesJakob Bornecrantz1-1/+58
2011-02-26st/mesa: Route texture usage from bitmap down into the driverJakob Bornecrantz7-13/+24
2011-02-26gallium: Add usage for resources that have a short life cycleJakob Bornecrantz1-0/+1
2011-02-26i915g: fix null deref in draw_rect emissionDaniel Vetter1-4/+8
2011-02-26i915g: simplify math in constants emissionDaniel Vetter1-1/+1
2011-02-26i915g: Use unchecked writes in winsys/i915/sw batchbufferJakob Bornecrantz1-3/+3
2011-02-26i915g: Experimental fix for weird issueJakob Bornecrantz3-0/+7
2011-02-26draw: Flush on vertex elements changeJakob Bornecrantz1-0/+3
2011-02-26draw: Flush when eltSize changesJakob Bornecrantz2-3/+8
2011-02-26draw: Only run prepare when state, prim and opt changesJakob Bornecrantz5-9/+44
2011-02-26draw: Don't revalidate pipeline on backend flushesJakob Bornecrantz1-1/+2
2011-02-26draw: Remove reduced_primJakob Bornecrantz3-14/+0
2011-02-26draw: Early out in draw_pt_emit_prepareJakob Bornecrantz1-1/+9
2011-02-26draw: Make sure that vertex_info is smallJakob Bornecrantz1-3/+3
2011-02-26Check for out of memory when creating fenceAlan Hourihane1-0/+3
2011-02-26util: Don't destroy shaders null shadersJakob Bornecrantz1-2/+4
2011-02-26util: Don't create array texture shaders if the driver doesn't support itJakob Bornecrantz1-4/+6
2011-02-25i965/fs: Initial plumbing to support TXD.Kenneth Graunke2-0/+14
2011-02-25i965/fs: Complete TXL support on gen5+.Kenneth Graunke1-0/+7
2011-02-25i965/fs: Complete TXL support on gen4.Kenneth Graunke1-0/+10
2011-02-25i965/fs: Use a properly named constant in TXB handling.Kenneth Graunke1-1/+1
2011-02-25i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison.Kenneth Graunke1-0/+2
2011-02-25gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issueJerome Glisse1-14/+14
2011-02-25gallium/st: place value check before value is useJerome Glisse1-1/+1
2011-02-25gallium/util: add 1d/2d mipmap generation supportDave Airlie1-6/+37
2011-02-24scons: Reduce all Cygwin platform names to 'cygwin'.Vinson Lee3-2/+6