Age | Commit message (Expand) | Author |
2010-08-15 | r300g: do not use fastfill if ZMask RAM is not properly initialized | Marek Olšák |
2010-08-15 | r300g: separate num_cs_end_dwords out from prepare_for_rendering | Marek Olšák |
2010-08-14 | glsl: Include missing headers in slang_print.h. | Vinson Lee |
2010-08-14 | glsl: Include missing headers in slang_compile_function.h | Vinson Lee |
2010-08-14 | glsl: Include missing headers in slang_compiler_operation.h. | Vinson Lee |
2010-08-14 | glsl: Include missing headers in slang_simplify.h. | Vinson Lee |
2010-08-14 | glsl: Include missing header in slang_utility.h. | Vinson Lee |
2010-08-14 | glsl: Include missing headers in slang_vartable.h. | Vinson Lee |
2010-08-15 | gallium/docs: Add rbug to distribution | Jakob Bornecrantz |
2010-08-15 | gallium/docs: Add a debugging section | Jakob Bornecrantz |
2010-08-15 | gallium: Make printing info on debug builds default off | Jakob Bornecrantz |
2010-08-14 | glsl: Include missing header in slang_log.h. | Vinson Lee |
2010-08-14 | glsl: Include missing headers in slang_compile_variable.h. | Vinson Lee |
2010-08-14 | glsl: Clean up header file inclusion in slang_codegen.h. | Vinson Lee |
2010-08-14 | gallivm: Remove unnecessary header. | Vinson Lee |
2010-08-14 | scons: Fix r600g build. | Vinson Lee |
2010-08-14 | r600g: Remove unnecessary headers. | Vinson Lee |
2010-08-14 | r300g: Remove unnecessary header. | Vinson Lee |
2010-08-14 | u_cpu_detect: remove arch and little_endian | Luca Barbieri |
2010-08-14 | gallivm: Refactor the Newton-Rapshon steps, and disable once again. | José Fonseca |
2010-08-14 | Revert "glsl2: Use stdint.h instead of inttypes.h" | José Fonseca |
2010-08-14 | Replace our custom C99 headers with http://code.google.com/p/msinttypes/ | José Fonseca |
2010-08-14 | glsl: Standardize a few more uses of struct vs class keyword. | José Fonseca |
2010-08-14 | scons: Link talloc. | José Fonseca |
2010-08-14 | glsl: Silence gcc warning "control reaches end of non-void function". | José Fonseca |
2010-08-14 | mesa: Silence gcc warning "control reaches end of non-void function". | José Fonseca |
2010-08-14 | mesa: Silence gcc warning "missing initializer for member". | José Fonseca |
2010-08-14 | mesa: Recent versions of MSVC define the single precision functions already. | José Fonseca |
2010-08-14 | scons: Add new source files. | José Fonseca |
2010-08-14 | mesa: atan2f and powf need two args. | José Fonseca |
2010-08-14 | glsl: Clean up header file inclusion in slang_builtin.h. | Vinson Lee |
2010-08-14 | glsl: Clean up header file inclusion. | Vinson Lee |
2010-08-14 | glsl: Include missing header in slang_compile.c. | Vinson Lee |
2010-08-14 | glsl/cl: Add forward declaration. | Vinson Lee |
2010-08-13 | Merge branch 'master' into glsl2 | Ian Romanick |
2010-08-13 | mesa: Work-arounds for platforms that lack C99 math functions | Ian Romanick |
2010-08-13 | glsl2/Makefile: Add a 'make builtins' target. | Kenneth Graunke |
2010-08-13 | glsl2: Rework builtin function generation. | Kenneth Graunke |
2010-08-13 | ir_reader: Don't mark functions as defined if their body is empty. | Kenneth Graunke |
2010-08-13 | glsl2: Commit generated file change by commit ab18be74 | Ian Romanick |
2010-08-13 | glsl2: Add a pass to strip out noop swizzles. | Eric Anholt |
2010-08-13 | glsl2: Convert ir_constant_propagation to ir_rvalue_visitor. | Eric Anholt |
2010-08-13 | glsl2: Add a generic visitor class to call back with pointers to each rvalue. | Eric Anholt |
2010-08-13 | mesa: Avoid using c++ keyword in dri_util.h when compiled with c++. | Eric Anholt |
2010-08-13 | intel: Remove include of texmem.h, since we haven't used it in ages. | Eric Anholt |
2010-08-13 | glsl2: Move ir_to_mesa handling to driver CompileShader and LinkShader hooks. | Eric Anholt |
2010-08-13 | glsl2: Add support for ir_unop_neg to ir_mat_op_to_vec | Eric Anholt |
2010-08-13 | glsl2: Move the common optimization passes to a helper function. | Eric Anholt |
2010-08-13 | glsl2: Refresh autogenerated bison parser. | Kenneth Graunke |
2010-08-13 | Fix an MSVC build error (bugzilla 29570). | Vinson Lee |