summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-25i915g: implement cache flushingi915g-validate-buffersDaniel Vetter6-8/+56
2011-02-25i915g: buffer validation for blitterDaniel Vetter1-0/+11
2011-02-25i915g: buffer validation for render stateDaniel Vetter3-0/+93
2011-02-25i915g/winsys: buffer validation supportDaniel Vetter3-0/+40
2011-02-25i915g: fix null deref in draw_rect emissionDaniel Vetter1-4/+8
2011-02-25i915g: simplify math in constants emissionDaniel Vetter1-1/+1
2011-02-25i915g: Don't use tiling and upload via buffer write for usage once texturesJakob Bornecrantz1-1/+58
2011-02-25st/mesa: Route texture usage from bitmap down into the driverJakob Bornecrantz7-13/+24
2011-02-25gallium: Add usage for resources that have a short life cycleJakob Bornecrantz1-0/+1
2011-02-25draw: Flush on vertex elements changeJakob Bornecrantz1-0/+3
2011-02-25draw: Flush when eltSize changesJakob Bornecrantz2-3/+8
2011-02-25draw: Only run prepare when state, prim and opt changesJakob Bornecrantz5-9/+44
2011-02-25draw: Don't revalidate pipeline on backend flushesJakob Bornecrantz1-1/+2
2011-02-25draw: Remove reduced_primJakob Bornecrantz3-14/+0
2011-02-25draw: Early out in draw_pt_emit_prepareJakob Bornecrantz1-1/+9
2011-02-25draw: Make sure that vertex_info is smallJakob Bornecrantz1-3/+3
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
2011-02-25r600g: explicity set sign bits for RGTCDave Airlie1-2/+4
2011-02-25r600g: bc 4/5 or rgtc textures need to be tiled as well.Dave Airlie2-10/+10
2011-02-25r300g: explicit sign bits on RGTC texturesDave Airlie1-2/+4
2011-02-24i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke1-1/+1
2011-02-24intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts3-22/+108
2011-02-24nvc0: fix PointCoord enable in FP headerChristoph Bumiller1-2/+5
2011-02-24nvc0: change TGSI CMP translation to use slctChristoph Bumiller3-8/+15
2011-02-24nvc0: sprite coord enable is per GENERIC, not overall indexChristoph Bumiller1-5/+3
2011-02-24nvc0: fix new_value calls using type instead of sizeChristoph Bumiller1-3/+3
2011-02-24nvc0: set local memory usage info in shader headerChristoph Bumiller6-3/+34
2011-02-24nvc0: don't fold loads from local memoryChristoph Bumiller1-0/+5
2011-02-24nvc0: presin and preex2 can load from const spaceChristoph Bumiller1-2/+2
2011-02-24nvc0: kick out empty live rangesChristoph Bumiller1-0/+3
2011-02-24nvc0: preemptively insert branch at ENDIFChristoph Bumiller2-1/+9
2011-02-24nvc0: correct allocation of constrained registersChristoph Bumiller1-67/+154
2011-02-24nvc0: sync textures with render targets ourselvesChristoph Bumiller6-6/+35
2011-02-24nvc0: improve userspace fencingChristoph Bumiller6-26/+46
2011-02-24nvc0: values for undefined outputs must have file GPRChristoph Bumiller1-7/+4
2011-02-24nvc0: multiply polygon offset units by 2Christoph Bumiller1-1/+1
2011-02-24nvc0: fix SSGChristoph Bumiller1-5/+5
2011-02-24nvc0: don't visit target blocks of a loop break multiple timesChristoph Bumiller1-1/+4
2011-02-24nvc0: don't overwrite phi sources at the end of a loopChristoph Bumiller1-1/+5
2011-02-24gallium/utils: Fix vertex element setupFabian Bieler1-2/+3
2011-02-24svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca4-9/+138
2011-02-24i965: Remember to pack the constant blend color as floats into the batchChris Wilson1-4/+4
2011-02-24intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson2-58/+77
2011-02-24i965: Unmap the correct pointer after discontiguous uploadChris Wilson1-2/+3
2011-02-24intel: Protect against waiting on a NULL render target boChris Wilson1-1/+1
2011-02-24r600g: EXT_texture_array support.Dave Airlie6-9/+39
2011-02-24st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.Dave Airlie1-0/+12