summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-14glsl: Clean up header file inclusion in slang_compile.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_compile_struct.h.Vinson Lee
2010-08-15r300g: do not use HiZ if HiZ RAM is not properly initializedMarek Olšák
2010-08-15r300g: rename dirty_zmask -> zmask_in_useMarek Olšák
2010-08-15r300g: do not clear with blitter if we clear just the ZMask RAMMarek Olšák
2010-08-15r300g: do not use fastfill if ZMask RAM is not properly initializedMarek Olšák
2010-08-15r300g: separate num_cs_end_dwords out from prepare_for_renderingMarek Olšák
2010-08-14glsl: Include missing headers in slang_print.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_compile_function.hVinson Lee
2010-08-14glsl: Include missing headers in slang_compiler_operation.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_simplify.h.Vinson Lee
2010-08-14glsl: Include missing header in slang_utility.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_vartable.h.Vinson Lee
2010-08-15gallium/docs: Add rbug to distributionJakob Bornecrantz
2010-08-15gallium/docs: Add a debugging sectionJakob Bornecrantz
2010-08-15gallium: Make printing info on debug builds default offJakob Bornecrantz
2010-08-14glsl: Include missing header in slang_log.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_compile_variable.h.Vinson Lee
2010-08-14glsl: Clean up header file inclusion in slang_codegen.h.Vinson Lee
2010-08-14gallivm: Remove unnecessary header.Vinson Lee
2010-08-14scons: Fix r600g build.Vinson Lee
2010-08-14r600g: Remove unnecessary headers.Vinson Lee
2010-08-14r300g: Remove unnecessary header.Vinson Lee
2010-08-14u_cpu_detect: remove arch and little_endianLuca Barbieri
2010-08-14gallivm: Refactor the Newton-Rapshon steps, and disable once again.José Fonseca
2010-08-14Revert "glsl2: Use stdint.h instead of inttypes.h"José Fonseca
2010-08-14Replace our custom C99 headers with http://code.google.com/p/msinttypes/José Fonseca
2010-08-14glsl: Standardize a few more uses of struct vs class keyword.José Fonseca
2010-08-14scons: Link talloc.José Fonseca
2010-08-14glsl: Silence gcc warning "control reaches end of non-void function".José Fonseca
2010-08-14mesa: Silence gcc warning "control reaches end of non-void function".José Fonseca
2010-08-14mesa: Silence gcc warning "missing initializer for member".José Fonseca
2010-08-14mesa: Recent versions of MSVC define the single precision functions already.José Fonseca
2010-08-14scons: Add new source files.José Fonseca
2010-08-14mesa: atan2f and powf need two args.José Fonseca
2010-08-14glsl: Clean up header file inclusion in slang_builtin.h.Vinson Lee
2010-08-14glsl: Clean up header file inclusion.Vinson Lee
2010-08-14glsl: Include missing header in slang_compile.c.Vinson Lee
2010-08-14glsl/cl: Add forward declaration.Vinson Lee
2010-08-13Merge branch 'master' into glsl2Ian Romanick
2010-08-13mesa: Work-arounds for platforms that lack C99 math functionsIan Romanick
2010-08-13glsl2/Makefile: Add a 'make builtins' target.Kenneth Graunke
2010-08-13glsl2: Rework builtin function generation.Kenneth Graunke
2010-08-13ir_reader: Don't mark functions as defined if their body is empty.Kenneth Graunke
2010-08-13glsl2: Commit generated file change by commit ab18be74Ian Romanick
2010-08-13glsl2: Add a pass to strip out noop swizzles.Eric Anholt
2010-08-13glsl2: Convert ir_constant_propagation to ir_rvalue_visitor.Eric Anholt
2010-08-13glsl2: Add a generic visitor class to call back with pointers to each rvalue.Eric Anholt
2010-08-13mesa: Avoid using c++ keyword in dri_util.h when compiled with c++.Eric Anholt
2010-08-13intel: Remove include of texmem.h, since we haven't used it in ages.Eric Anholt