Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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 | 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 | 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: Include missing header in slang_compile.c. | Vinson Lee | |
Include sl_pp_purify.h for sl_pp_purify_options symbol. | |||
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 | 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 | |
This lets drivers override ir_to_mesa with their own codegen, or at least have a native alternative. | |||
2010-08-13 | glsl2: Move the common optimization passes to a helper function. | Eric Anholt | |
These are passes that we expect all codegen to be happy with. The other lowering passes for Mesa IR are moved to the Mesa IR generator. | |||
2010-08-13 | mesa: assorted clean-ups, var type changes, assertions in prog_optimize.c | Brian Paul | |
2010-08-13 | mesa: more/better program optimizations | Benjamin Segovia | |
This is the patch from Benjamin's Aug 11, 2010 email with minor fixes (such as moving declarations before code) Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-08-13 | scons: Build the new glsl2 code. | José Fonseca | |
2010-08-13 | mesa: Clean up header file inclusion in vf.h. | Vinson Lee | |
Remove mtypes.h. Include glheader.h for GL symbols. | |||
2010-08-13 | swrast: Clean up header file inclusion in ss_vb.h. | Vinson Lee | |
Remove unnecessary header swrast_setup.h. | |||
2010-08-12 | swrast: Clean up header file inclusion in ss_triangle.h. | Vinson Lee | |
Remove ss_context.h. Include mtypes.h for GLcontext symbol. | |||
2010-08-12 | swrast: Clean up header file inclusion in ss_context.h. | Vinson Lee | |
Remove mtypes.h and swrast_setup.h. Include glheader.h for GL symbols. | |||
2010-08-12 | mesa: Include missing header in programopt.h. | Vinson Lee | |
Include mtypes.h for GLcontext and gl_register_file symbols. | |||
2010-08-12 | mesa: fpclassify is available with MinGW. | Vinson Lee | |
This patch fixes the MinGW build. | |||
2010-08-12 | scons: Add main/querymatrix.c to SCons build. | Vinson Lee | |
Commit 87eb66775949af6e9512daf7e4665c1cfa6b8745 added querymatrix.c to make but not to SCons. | |||
2010-08-12 | glsl2: Use Elements from main/compiler.h instead of open-coding | Ian Romanick | |
2010-08-12 | glsl: print to stderr like other program printing code | Brian Paul | |
2010-08-12 | mesa: check for null shader->InfoLog before printing | Brian Paul | |
2010-08-12 | mesa: Fix FreeBSD build with llvm enabled. | Vinson Lee | |
On FreeBSD LC_CTYPE_MASK is not available but 'llvm-config --cppflags' adds the compiler flag -D_GNU_SOURCE to the build. | |||
2010-08-12 | r600: add support for draw_elements_base_vertex | Andre Maasikas | |
use VTX_BASE_VTX_LOC for offset, last time using INDEX_OFFSET was probably a wrong register for this | |||
2010-08-12 | mesa: Clean up header file inclusion in prog_uniform.h. | Vinson Lee | |
Remove mtypes.h. Remove prog_statevars.h. Include glheader.h for GL symbols. | |||
2010-08-12 | mesa: Include missing headers in prog_print.h. | Vinson Lee | |
Include stdio.h for FILE symbol. Include glheader.h for GL symbols. Include mtypes.h for GLcontext symbol. Add forward declarations. | |||
2010-08-12 | mesa: Include missing header in prog_optimize.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-08-12 | r300/compiler: remove an unused variable | Marek Olšák | |
2010-08-11 | osmesa: link with new libglsl.a lib | Brian Paul | |
2010-08-11 | glsl2: remove stray semicolon | Brian Paul | |
2010-08-11 | glsl2: remove stray semicolon | Brian Paul | |
2010-08-11 | r300/compiler: Implement the CONT opcode. | Tom Stellard | |
2010-08-11 | r300/compiler: Handle loops in the register allocator. | Tom Stellard | |
2010-08-11 | mesa: Include missing header in prog_noise.h. | Vinson Lee | |
Include glheader.h for GLfloat symbol. |