Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | glsl: print to stderr like other program printing code | 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 | 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. | |||
2010-08-11 | mesa: Clean up header file inclusion in prog_instruction.h. | Vinson Lee | |
Remove mfeatures.h. Include glheader.h for GL symbols. | |||
2010-08-11 | mesa: Include missing header in prog_execute.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-08-11 | mesa: Include missing header in prog_cache.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-08-11 | mesa: Include missing header in nvvertparse.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-08-11 | mesa: Include missing header in nvfragparse.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-08-11 | mesa: Remove unnecessary header from hash_table.h. | Vinson Lee | |
2010-08-10 | swrast: fix span color array pointer assignment for 32-bit/channel rendering | M.Froehlich@science-computing.de | |
See fd.o bug 29487. NOTE: This is a candidate for the 7.8 branch. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-08-11 | r300g: implement gl_FrontFacing | Marek Olšák | |
2010-08-10 | swrast: Remove unnecessary header. | Vinson Lee | |
2010-08-10 | mesa: use switch stmt in init_program_limits() | Brian Paul | |
2010-08-10 | mesa: remove obsolete comments | Brian Paul | |
2010-08-10 | r300/compiler: Use predicate bit for IF statements in r500 vertex shaders | Tom Stellard | |
2010-08-10 | r300/compiler: Implement hardware assisted loops for vertex shaders. | Tom Stellard | |
Single loops work, but nested loops do not. | |||
2010-08-10 | r300/compiler: Correctly transform nested loops. | Tom Stellard | |
2010-08-10 | mesa: additional program limit assertions | Brian Paul | |
2010-08-10 | mesa: fix comment typo | Brian Paul | |
2010-08-09 | radeon: Use MESA_FORMAT_SARGB8 for sRGB formats | Henri Verbeet | |
This can be supported on r600 without using the endian swapper, and is a better fit for (typical) uploads using GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV anyway. | |||
2010-08-09 | r600c: Disable alpha test during blits | Henri Verbeet | |
2010-08-09 | radeon: fix npot mipmap alignment on r600 | Andre Maasikas | |
seems it got lost in commit 0d383547 have no earlier radeons to test, but npot mipmaps were not supported there? | |||
2010-08-09 | r600: bump glsl version | Andre Maasikas | |
from the tests i couldn't find any new driver faults | |||
2010-08-07 | i810: Add missing header m_xform.h. | Vinson Lee | |
This is another follow-up to commit f4511c4835879090ce7e6afe3ac26b98fb91899a. | |||
2010-08-07 | dri: Add missing header m_xform.h. | Vinson Lee | |
This is a follow-up patch to commit f4511c4835879090ce7e6afe3ac26b98fb91899a. Files that include tnl_dd/t_dd_dmatmp.h now need to also include m_xform.h as t_context.h no longer includes it. | |||
2010-08-07 | tnl: Reduce header file inclusion in t_context.h. | Vinson Lee | |
t_context.h Remove m_matrix.h and m_xform.h. t_vb_program.c Include m_xform.h. t_vb_render.c Include m_xform.h. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_zoom.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. |