Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-15 | llvmpipe: also use build_mask at 16, 64 pixel levels | Keith Whitwell | |
2010-08-15 | llvmpipe: version of block4 which doesn't need the full step array | Keith Whitwell | |
No noticable slowdown with isosurf. | |||
2010-08-15 | llvmpipe: reorganize block4 loop, nice speedup | Keith Whitwell | |
isosurf 95->115 fps just by exchanging the two inner loops in this function... | |||
2010-08-15 | gallium/docs: Cleanup debugging. Spelling, grammar, organization. | Corbin Simpson | |
2010-08-15 | gallium/docs: Add formatting for envvar role; change debugging. | Corbin Simpson | |
Per Jakob's request. Not super-pretty, but it's a good point for modding later. | |||
2010-08-15 | glsl: Fix self inclusion in slang_compile_function.h. | Vinson Lee | |
Fix self inclusion introduced by commit 4fef77c7c5455b983daa93cacf90d2b3baa3967e. | |||
2010-08-15 | glsl: Include missing header in slang_ir.h. | Vinson Lee | |
Include prog_instruction.h for gl_inst_opcode symbol. | |||
2010-08-15 | glsl: Clean up header file inclusion in slang_link.h. | Vinson Lee | |
Remove slang_compile.h. Include mtypes.h for GLcontext symbol. | |||
2010-08-15 | glsl: Clean up header file inclusion in slang_label.h. | Vinson Lee | |
Move mtypes.h and prog_instruction.h to slang_label.c. Remove imports.h. Include glheader.h from GL symbols. | |||
2010-08-15 | r300g: mark HiZ/ZMask_clear atoms as non-dirty after emission in clear | Marek Olšák | |
2010-08-14 | glsl: Clean up header file inclusion in slang_emit.h. | Vinson Lee | |
Remove imports.h. Remove mtypes.h. Remove slang_compile.h. Include glheader.h for GL symbols. Include slang_vartable.h for slang_var_table symbol. | |||
2010-08-14 | glsl: Clean up header file inclusion in slang_compile.h. | Vinson Lee | |
Remove imports.h. Remove slang_typeinfo.h. Remove slang_compile_operation.h. Include glheader.h for GL symbols. Include slang_utility.h for slang_atom_pool symbol. | |||
2010-08-14 | glsl: Include missing headers in slang_compile_struct.h. | Vinson Lee | |
Include glheader.h for GL symbols. Include slang_utility.h for slang_atom symbol. | |||
2010-08-15 | r300g: do not use HiZ if HiZ RAM is not properly initialized | Marek Olšák | |
2010-08-15 | r300g: rename dirty_zmask -> zmask_in_use | Marek Olšák | |
2010-08-15 | r300g: do not clear with blitter if we clear just the ZMask RAM | Marek Olšák | |
This skips the blitter clear path entirely if the color is not cleared and the depth+stencil is cleared with the ZMask. | |||
2010-08-15 | r300g: do not use fastfill if ZMask RAM is not properly initialized | Marek Olšák | |
z_fastfill -> dirty_zmask[level]. | |||
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 | |
Include glheader.h for GL symbols. Include slang_compile_function.h for slang_function symbol. Include slang_compile_operation.h for slang_operation symbol. Include slang_compile_variable.h for slang_variable and slang_variable_scope symbols. Include slang_typeinfo.h for slang_type_qualifer and slang_fully_specified_type symbols. | |||
2010-08-14 | glsl: Include missing headers in slang_compile_function.h | Vinson Lee | |
Include glheader.h for GL symbols. Include slang_compile_function.h for slang_function symbol. Include slang_compile_operation.h for slang_operation symbol. Include slang_compile_variable.h for slang_variable and slang_variable_scope symbols. Include slang_log.h for slang_info_log symbols. Include slang_utility.h for slang_atom and slang_atom_pool symbols. | |||
2010-08-14 | glsl: Include missing headers in slang_compiler_operation.h. | Vinson Lee | |
Include glheader.h for GL symbols. Include slang_compile_variable.h for slang_variable_scope symbol. Include slang_utility.h for slang_atom symbol. | |||
2010-08-14 | glsl: Include missing headers in slang_simplify.h. | Vinson Lee | |
Include glheader.h for GL symbols. Include slang_compile.h for slang_name_space symbol. Include slang_compile_function.h for slang_function symbol. Include slang_compile_operation.h for slang_operation symbol. Include slang_log.h for slang_info_log symbol. Include slang_utility.h for slang_atom_pool symbol. | |||
2010-08-14 | glsl: Include missing header in slang_utility.h. | Vinson Lee | |
Include glheader.h for GL symbols. | |||
2010-08-14 | glsl: Include missing headers in slang_vartable.h. | Vinson Lee | |
Include glheader.h for GL symbols. Include slang_utility.h for slang_atom symbol. | |||
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 | |
This commit silences the printing off most of the debug information when running debug builds. The big culprits are: the tgsi sanity checker that gets run on all shaders on debug; all the options; and finaly the cpu caps printer. | |||
2010-08-14 | glsl: Include missing header in slang_log.h. | Vinson Lee | |
Include glheader.h for GLboolean symbol. | |||
2010-08-14 | glsl: Include missing headers in slang_compile_variable.h. | Vinson Lee | |
Include glheader.h for GL symbols. Include slang_typeinfo.h for slang_fully_specified_type symbol. Include slang_utility.h for slang_atom symbol. | |||
2010-08-14 | glsl: Clean up header file inclusion in slang_codegen.h. | Vinson Lee | |
Remove mtypes.h. Include glheader.h for GL symbols. Include slang_compile_variable.h for slang_variable symbol. Include slang_typeinfo.h for slang_type_specifier symbol. Include slang_utility.h for slang_atom_pool symbol. | |||
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 | |
This logic duplicates the one in p_config.h, so remove it and adjust the only two places that were using it. | |||
2010-08-14 | gallivm: Refactor the Newton-Rapshon steps, and disable once again. | José Fonseca | |
It causes a very ugly corruption on the Earth's halo on Google Earth. | |||
2010-08-14 | Revert "glsl2: Use stdint.h instead of inttypes.h" | José Fonseca | |
This reverts commit a77a6bc008b3146c56431fa520a00e1f8dfa3938. | |||
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 | |
Remove prog_parameter.h and slang_utility.h. Include glheader.h for GL symbols. Include mtypes.h for gl_*_result symbols. | |||
2010-08-14 | glsl: Clean up header file inclusion. | Vinson Lee | |
2010-08-14 | glsl: Include missing header in slang_compile.c. | Vinson Lee | |
Include sl_pp_purify.h for sl_pp_purify_options symbol. | |||
2010-08-14 | glsl/cl: Add forward declaration. | Vinson Lee | |
2010-08-13 | Merge branch 'master' into glsl2 | Ian Romanick | |