summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-12-18mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie
2010-12-18mapi: Clean up sources.mk.Chia-I Wu
2010-12-18mapi: Clean up u_current interface.Chia-I Wu
2010-12-18mapi: Add ABI-tag note.Chia-I Wu
2010-12-17Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-12-17glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).Kenneth Graunke
2010-12-17gallivm: Cleanup util_format_xxx_fetch_xxx call generation.José Fonseca
2010-12-17glsl: Expose a public glsl_type::void_type const pointer.Kenneth Graunke
2010-12-17r300g: finally fix the texture corruption on r3xx-r4xxMarek Olšák
2010-12-16Remove OES_compressed_paletted_texture from the ES2 extension list.Kenneth Graunke
2010-12-16softpipe: remove sp_tex_tile_cache_border_color()Brian Paul
2010-12-16softpipe: fix depth texture sampling regressionBrian Paul
2010-12-16gallivm: fix copy&paste error from previous commitBrian Paul
2010-12-16r600c : inline vertex format is not updated in an app, switch to use vfetch c...richard
2010-12-16intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.Eric Anholt
2010-12-16intel: Try to sanely check that formats match for CopyTexImage.Eric Anholt
2010-12-16intel: Drop commented intel_flush from copy_teximage.Eric Anholt
2010-12-16intel: Update renderbuffers before looking up CopyTexImage's read buffer.Eric Anholt
2010-12-16gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul
2010-12-16draw: s/varient/variant/Brian Paul
2010-12-16svga: s/varient/variant/Brian Paul
2010-12-16i965g: s/varient/variant/Brian Paul
2010-12-16i915g: s/varient/variant/Brian Paul
2010-12-16softpipe: s/varient/variantBrian Paul
2010-12-16st/mesa: s/varient/variantBrian Paul
2010-12-16i965: Set the alternative floating point mode on gen6 VS and WM.Eric Anholt
2010-12-16i915: Fix INTEL_DEBUG=wm segmentation faultShuang He
2010-12-16nvfx: fix fragprog word swapping on big-endian machinesBen Skeggs
2010-12-15gallium: properly check for src->dst blit compatibilitiesJerome Glisse
2010-12-15r600g: fix pow(0, 0) evaluating to NaNFredrik Höglund
2010-12-15r600g: need to reference upload buffer as the might still live accross flushJerome Glisse
2010-12-14st/mesa: fix incorrect prev pointer in destroy_program_variants()Brian Paul
2010-12-14softpipe: do texture swizzle during texture samplingBrian Paul
2010-12-14mesa: more program debug codeBrian Paul
2010-12-14tgsi: document texture opcodesBrian Paul
2010-12-14glsl: new glsl_strtod() wrapper to fix decimal point interpretationBrian Paul
2010-12-14gallivm: do texture swizzle after shadow compareBrian Paul
2010-12-14st/mesa: rename the varient release functionsBrian Paul
2010-12-14r600g: fix segfault when translating vertex bufferJerome Glisse
2010-12-14mesa: Clean up header file inclusion in prog_optimize.h.Vinson Lee
2010-12-14mesa: Clean up header file inclusion in prog_cache.h.Vinson Lee
2010-12-14mesa: Clean up header file inclusion in nvvertparse.h.Vinson Lee
2010-12-13i965: Add support for using the BLT ring on gen6.Eric Anholt
2010-12-13i965: Improve the hacks for ARB_fp scalar^scalar POW on gen6.Eric Anholt
2010-12-13st/mesa: 80-columns wrapping, whitespace fixes in st_cb_bitmap.cBrian Paul
2010-12-13st/mesa: add geom program code in destroy_program_variants()Brian Paul
2010-12-13st/mesa: program struct commentsBrian Paul
2010-12-13st/mesa: use st_fragment_program() instead of castBrian Paul
2010-12-13st/mesa: rename variableBrian Paul
2010-12-13st/mesa: minor re-indentingBrian Paul