Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Remove unnecessary header from hash_table.h. | Vinson Lee | 2010-08-11 | 1 | -2/+0 |
| | |||||
* | swrast: fix span color array pointer assignment for 32-bit/channel rendering | [email protected] | 2010-08-10 | 1 | -0/+17 |
| | | | | | | | | See fd.o bug 29487. NOTE: This is a candidate for the 7.8 branch. Signed-off-by: Brian Paul <[email protected]> | ||||
* | r300g: implement gl_FrontFacing | Marek Olšák | 2010-08-11 | 2 | -0/+44 |
| | |||||
* | swrast: Remove unnecessary header. | Vinson Lee | 2010-08-10 | 1 | -1/+0 |
| | |||||
* | mesa: use switch stmt in init_program_limits() | Brian Paul | 2010-08-10 | 1 | -5/+10 |
| | |||||
* | mesa: remove obsolete comments | Brian Paul | 2010-08-10 | 1 | -9/+9 |
| | |||||
* | r300/compiler: Use predicate bit for IF statements in r500 vertex shaders | Tom Stellard | 2010-08-10 | 3 | -3/+153 |
| | |||||
* | r300/compiler: Implement hardware assisted loops for vertex shaders. | Tom Stellard | 2010-08-10 | 8 | -20/+170 |
| | | | | Single loops work, but nested loops do not. | ||||
* | r300/compiler: Correctly transform nested loops. | Tom Stellard | 2010-08-10 | 1 | -16/+9 |
| | |||||
* | mesa: additional program limit assertions | Brian Paul | 2010-08-10 | 1 | -1/+9 |
| | |||||
* | mesa: fix comment typo | Brian Paul | 2010-08-10 | 1 | -1/+1 |
| | |||||
* | radeon: Use MESA_FORMAT_SARGB8 for sRGB formats | Henri Verbeet | 2010-08-09 | 6 | -19/+19 |
| | | | | | | 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. | ||||
* | r600c: Disable alpha test during blits | Henri Verbeet | 2010-08-09 | 1 | -3/+4 |
| | |||||
* | radeon: fix npot mipmap alignment on r600 | Andre Maasikas | 2010-08-09 | 1 | -1/+1 |
| | | | | | seems it got lost in commit 0d383547 have no earlier radeons to test, but npot mipmaps were not supported there? | ||||
* | r600: bump glsl version | Andre Maasikas | 2010-08-09 | 1 | -0/+2 |
| | | | | from the tests i couldn't find any new driver faults | ||||
* | i810: Add missing header m_xform.h. | Vinson Lee | 2010-08-07 | 1 | -0/+2 |
| | | | | | This is another follow-up to commit f4511c4835879090ce7e6afe3ac26b98fb91899a. | ||||
* | dri: Add missing header m_xform.h. | Vinson Lee | 2010-08-07 | 5 | -0/+11 |
| | | | | | | | | 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. | ||||
* | tnl: Reduce header file inclusion in t_context.h. | Vinson Lee | 2010-08-07 | 3 | -2/+2 |
| | | | | | | | | | | | 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. | ||||
* | swrast: Reduce header file inclusion in s_zoom.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Fix header file inclusion in s_texfilter.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_context.h for texture_sample_func symbol. | ||||
* | swrast: Reduce header file inclusion in s_texcombine.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext sybmol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Reduce header file inclusion in s_stencil.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Reduce header file inclusion in s_masking.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Reduce header file inclusion in s_logic.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Reduce header file inclusion in s_fragprog.h. | Vinson Lee | 2010-08-07 | 2 | -1/+3 |
| | | | | | | | | | 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. | ||||
* | swrast: Reduce header file inclusion in s_fog.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Clean up header file inclusion in s_depth.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Include missing header in s_context.h. | Vinson Lee | 2010-08-07 | 1 | -0/+1 |
| | | | | Include compiler.h for _ASMAPIP symbol. | ||||
* | swrast: Clean up header file inclusion in s_blend.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Clean up header file inclusion in s_atifragshader.h. | Vinson Lee | 2010-08-07 | 2 | -1/+3 |
| | | | | | | | | | 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. | ||||
* | swrast: Clean up header file inclusion in s_alpha.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xx | Marek Olšák | 2010-08-07 | 2 | -2/+2 |
| | | | | | | | Fixes a hardlock. NOTE: this is a candidate for the 7.8 branch, provided the half float vertex is really implemented there. | ||||
* | st/mesa: Remove unnecessary header. | Vinson Lee | 2010-08-06 | 1 | -1/+0 |
| | |||||
* | st/mesa: remove stray semicolons | Brian Paul | 2010-08-06 | 2 | -2/+2 |
| | |||||
* | swrast: Reduce header file inclusion in s_aatriangle.h. | Vinson Lee | 2010-08-06 | 1 | -1/+1 |
| | | | | Include mtypes.h for GLcontext symbol. | ||||
* | swrast: Reduce header file inclusion in s_aaline.h. | Vinson Lee | 2010-08-06 | 1 | -1/+1 |
| | | | | Include mtypes.h for GLcontext symbol. | ||||
* | st/mesa: Clean up header file inclusion in st_program.h. | Vinson Lee | 2010-08-05 | 3 | -5/+4 |
| | | | | | | | | | | | | st_program.h Remove p_shader_tokens.h Include st_context.h for st_context symbol. Include p_state.h for PIPE_MAX_SHADER_INPUTS symbol. Remove unnecessary forward declarations. st_cb_bitmap.c st_cb_clear.c Include p_shader_tokens.h now that st_program.h doesn't include it. | ||||
* | st/mesa: Only get debug option once | Jakob Bornecrantz | 2010-08-05 | 1 | -1/+3 |
| | |||||
* | st/mesa: Only get mesa mvp dp4 option once | Jakob Bornecrantz | 2010-08-05 | 1 | -1/+4 |
| | | | | The correct for this is of course to do what comment says | ||||
* | st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h. | Vinson Lee | 2010-08-05 | 2 | -1/+4 |
| | | | | | | | | | st_mesa_to_tgsi.h Replace tgsi_ureg.h with a forward declaration. Include p_compiler.h for ubyte symbol. st_program.c Include tgsi_ureg.h directly. | ||||
* | st/mesa: Clean up header file inclusion in st_manager.h. | Vinson Lee | 2010-08-05 | 2 | -2/+6 |
| | | | | | | | | Include mtypes.h for GLcontext, gl_buffer_index, and GLframebuffer symbols. Include p_compiler.h for boolean symbol. Include st_context.h in st_cb_eglimage.c as it previously included st_context.h indirectly through st_manager.h. | ||||
* | glsl: fix atan(0, -1) | Brian Paul | 2010-08-05 | 1 | -1/+1 |
| | | | | | | Fixes fd.o bug 29388 NOTE: this is a candidate for the 7.8 branch. | ||||
* | r600c: tiling require drm 2.6.0, not 2.5.0 | Alex Deucher | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | r600: add support for getting the tiling config via drm ioctl (v2) | Alex Deucher | 2010-08-05 | 1 | -0/+57 |
| | | | | | | | | Needed for the the 2D tiling span functions. v2: rebase on new kernel, mesa changes Signed-off-by: Alex Deucher <[email protected]> | ||||
* | r600: add new relocs for tiling support | Alex Deucher | 2010-08-05 | 2 | -18/+39 |
| | | | | Signed-off-by: Alex Deucher <[email protected]> | ||||
* | r600: add span support for 2D tiling | Alex Deucher | 2010-08-05 | 4 | -5/+210 |
| | | | | | | | Requires tiling config ioctl support from the drm to use. kms only. Signed-off-by: Alex Deucher <[email protected]> | ||||
* | st/mesa: Remove unnecessary header from st_gl_api.h. | Vinson Lee | 2010-08-05 | 1 | -2/+0 |
| | |||||
* | mesa: Include missing header in st_get_mipmap.h. | Vinson Lee | 2010-08-05 | 1 | -0/+4 |
| | | | | | Include mtypes.h for GLcontext symbol. Add forward declaration for st_context. | ||||
* | st/mesa: Include missing headers in st_format.h. | Vinson Lee | 2010-08-05 | 1 | -0/+5 |
| | |||||
* | st/mesa: Add forward delcaration in st_extensions.h. | Vinson Lee | 2010-08-05 | 1 | -0/+2 |
| |