Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-08-07 | swrast: Fix header file inclusion in s_texfilter.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_context.h for texture_sample_func symbol. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_texcombine.h. | Vinson Lee | |
Include mtypes.h for GLcontext sybmol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_stencil.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_masking.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_logic.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_fragprog.h. | Vinson Lee | |
s_fragprog.h Include mtype.h for GLcontext symbol. Include s_span.h for SWspan symbol. s_fragprog.c Include s_context.h now that it is removed from s_fragprog.h. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_fog.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Clean up header file inclusion in s_depth.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Include missing header in s_context.h. | Vinson Lee | |
Include compiler.h for _ASMAPIP symbol. | |||
2010-08-07 | swrast: Clean up header file inclusion in s_blend.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Clean up header file inclusion in s_atifragshader.h. | Vinson Lee | |
s_atifragshader.h Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. s_atifragshader.c Include s_context.h for SWcontext symbol. | |||
2010-08-07 | swrast: Clean up header file inclusion in s_alpha.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xx | Marek Olšák | |
Fixes a hardlock. NOTE: this is a candidate for the 7.8 branch, provided the half float vertex is really implemented there. | |||
2010-08-06 | st/mesa: Remove unnecessary header. | Vinson Lee | |
2010-08-06 | st/mesa: remove stray semicolons | Brian Paul | |
2010-08-06 | swrast: Reduce header file inclusion in s_aatriangle.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. |