summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-28mesa/st: add RGTC format support.Dave Airlie
2011-02-28swrast: add RGTC supportDave Airlie
2011-02-28mesa: Add RGTC texture store/fetch support.Dave Airlie
2011-02-28mesa: make_float_temp_image non-staticDave Airlie
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie
2011-02-28r300g: force swizzles for RGTCDave Airlie
2011-02-28r600g: implement instanced drawing supportChristian König
2011-02-28st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König
2011-02-28Revert "r600g: Don't negate result of ABS instruction"Dave Airlie
2011-02-28r600g: Process TRUNC with tgis_op2Fabian Bieler
2011-02-28r600g: Don't negate result of ABS instructionFabian Bieler
2011-02-27i915g: implement cache flushingDaniel Vetter
2011-02-27i915g: buffer validation for blitterDaniel Vetter
2011-02-27i915g: buffer validation for render stateDaniel Vetter
2011-02-27i915g/winsys: buffer validation supportDaniel Vetter
2011-02-27i915g: add raw batchbuffer dumping in drm winsysDaniel Vetter
2011-02-27i915g: cleanup static state calculation, part 2Daniel Vetter
2011-02-27i915g: cleanup static state calculation, part 1Daniel Vetter
2011-02-27glsl/builtins: Fix return type for textureSize sampler2DArray variants.Kenneth Graunke
2011-02-26intel: Use the current context rather than last bound context for a drawable.Eric Anholt
2011-02-26dri2: Don't call the dri2 flush hook for swapbuffers unless we have a context.Eric Anholt
2011-02-26glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable.Eric Anholt
2011-02-26mesa: Add new MESA_multithread_makecurrent extension.Eric Anholt
2011-02-26i915g: make dynamic state emission actually lazyDaniel Vetter
2011-02-26gallivm: Initialize stack valuesJakob Bornecrantz
2011-02-26glsl/Makefile: Remove builtin_function.cpp if generation fails.Arkadiusz Miskiewicz
2011-02-26i915g: Handle null constants properlyJakob Bornecrantz
2011-02-26i915g: fix null deref in draw_rect emissionDaniel Vetter
2011-02-26i915g: simplify math in constants emissionDaniel Vetter
2011-02-26i915g: Use the same debug env vars in drm and sw winsysJakob Bornecrantz
2011-02-26i915g: Use unchecked writes in sw winsys batchbufferJakob Bornecrantz
2011-02-26Check for out of memory when creating fenceAlan Hourihane
2011-02-26util: Don't destroy shaders null shadersJakob Bornecrantz
2011-02-26util: Don't create array texture shaders if the driver doesn't support itJakob Bornecrantz
2011-02-25i965/fs: Initial plumbing to support TXD.Kenneth Graunke
2011-02-25i965/fs: Complete TXL support on gen5+.Kenneth Graunke
2011-02-25i965/fs: Complete TXL support on gen4.Kenneth Graunke
2011-02-25i965/fs: Use a properly named constant in TXB handling.Kenneth Graunke
2011-02-25i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison.Kenneth Graunke
2011-02-25gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issueJerome Glisse
2011-02-25gallium/st: place value check before value is useJerome Glisse
2011-02-25gallium/util: add 1d/2d mipmap generation supportDave Airlie
2011-02-24scons: Reduce all Cygwin platform names to 'cygwin'.Vinson Lee
2011-02-25r600g: explicity set sign bits for RGTCDave Airlie
2011-02-25r600g: bc 4/5 or rgtc textures need to be tiled as well.Dave Airlie
2011-02-25r300g: explicit sign bits on RGTC texturesDave Airlie
2011-02-24i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke
2011-02-24intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts
2011-02-24nvc0: fix PointCoord enable in FP headerChristoph Bumiller
2011-02-24nvc0: change TGSI CMP translation to use slctChristoph Bumiller