Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | st/mesa: Add missing headers to st_draw.h. | Vinson Lee | 2010-08-05 | 1 | -1/+6 |
| | |||||
* | intel: Check for a NULL src buffer prior to blt | Chris Wilson | 2010-08-05 | 1 | -1/+1 |
| | | | | | | This can only happen along a malloc failure path, but check anyway. Signed-off-by: Chris Wilson <[email protected]> | ||||
* | intel: Check for region allocation failure. | Chris Wilson | 2010-08-05 | 1 | -0/+6 |
| | | | | Signed-off-by: Chris Wilson <[email protected]> | ||||
* | st/mesa: Add missing header in st_context.c. | Vinson Lee | 2010-08-04 | 1 | -0/+1 |
| | |||||
* | st/mesa: Add missing header in st_atom_pixeltransfer.c. | Vinson Lee | 2010-08-04 | 1 | -0/+1 |
| | |||||
* | st/mesa: Clean up header file inclusion in st_context.h. | Vinson Lee | 2010-08-04 | 1 | -9/+6 |
| | |||||
* | st/mesa: Add missing header in st_cb_xformfb.h. | Vinson Lee | 2010-08-04 | 1 | -0/+4 |
| | |||||
* | st/mesa: Clean up st_cb_viewport.h. | Vinson Lee | 2010-08-04 | 1 | -0/+7 |
| | | | | | Add inclusion guard. Add forward declaration. | ||||
* | st/mesa: Add missing headers in st_cb_texture.h. | Vinson Lee | 2010-08-04 | 1 | -0/+7 |
| | |||||
* | dri/nouveau: Don't try to validate uninitialized teximages. | Francisco Jerez | 2010-08-05 | 1 | -4/+4 |
| | |||||
* | dri/nv20: Fix some PGRAPH_ERRORs seen with DATA_CHECK enabled. | Francisco Jerez | 2010-08-05 | 2 | -2/+6 |
| | |||||
* | dri/nouveau: Fix up software mipmap generation. | Francisco Jerez | 2010-08-05 | 2 | -5/+51 |
| | |||||
* | st/mesa: Add forward declaration in st_cb_strings.h. | Vinson Lee | 2010-08-04 | 1 | -0/+2 |
| | |||||
* | st/mesa: Add missing header in st_cb_readpixels.h. | Vinson Lee | 2010-08-04 | 1 | -0/+4 |
| | | | | Include mtypes.h for GLcontext symbol. | ||||
* | st/mesa: Clean up header file inclusion in st_cb_rasterpos.h. | Vinson Lee | 2010-08-04 | 1 | -1/+3 |
| | |||||
* | st/mesa: Add missing header in st_cb_program.h. | Vinson Lee | 2010-08-04 | 1 | -0/+4 |
| | | | | Include mtypes.h for GLcontext symbol. | ||||
* | r300/compiler: Remove unnecessary header. | Vinson Lee | 2010-08-04 | 1 | -1/+0 |
| | |||||
* | intel: Remove unnecessary header. | Vinson Lee | 2010-08-04 | 1 | -1/+0 |
| | |||||
* | st/mesa: Add missing headers in st_cb_flush.h. | Vinson Lee | 2010-08-04 | 1 | -0/+6 |
| | | | | | Add forward declarations. Include p_compiler.h for uint symbol. | ||||
* | st/mesa: Clean up header inclusion in st_cb_feedback.h. | Vinson Lee | 2010-08-04 | 1 | -1/+3 |
| | | | | | Replace mtypes.h with forward declaration. Include compiler.h for INLINE symbol. | ||||
* | st/mesa: Add missing headers to st_cb_fbo.h. | Vinson Lee | 2010-08-04 | 1 | -0/+9 |
| | |||||
* | st/mesa: Clean up header file inclusion in st_cb_eglimage.h. | Vinson Lee | 2010-08-04 | 1 | -2/+3 |
| | | | | | Replace dd.h and mtypes.h with a forward declaration. Include compiler.h for INLINE symbol. | ||||
* | st/mesa: Clean up header file inclusion in st_cb_drawtex.h. | Vinson Lee | 2010-08-04 | 1 | -1/+4 |
| | | | | | Replace mtypes.h with forward declarations. Include compiler.h for INLINE symbol. | ||||
* | st/mesa: Clean up header file inclusion in st_cb_drawpixels.h. | Vinson Lee | 2010-08-04 | 1 | -1/+4 |
| | | | | | Replace mtypes.h with forward declarations. Include compiler.h for INLINE symbol. | ||||
* | st/mesa: Add forward declaration in st_cb_condrender.h. | Vinson Lee | 2010-08-04 | 1 | -0/+2 |
| | |||||
* | st/mesa: Add forward declarations in st_cb_clear.h. | Vinson Lee | 2010-08-04 | 1 | -0/+3 |
| | |||||
* | st/mesa: Include missing headers in st_cb_bufferobjects.h. | Vinson Lee | 2010-08-04 | 1 | -2/+5 |
| | | | | | Include compiler.h for INLINE symbol. Include mtypes.h for gl_buffer_object symbol. | ||||
* | st/mesa: Clean up header file inclusion in st_cb_blit.h. | Vinson Lee | 2010-08-04 | 1 | -2/+4 |
| | | | | | Replaced mtypes.h and st_context.h with forward declarations. Added compiler.h for INLINE symbol. | ||||
* | st/mesa: Clean up header file inclusion in st_cb_bitmap.h. | Vinson Lee | 2010-08-04 | 1 | -1/+4 |
| | | | | | | Removed mtypes.h. Include compiler.h for INLINE symbol. Added forward declarations. | ||||
* | r600: relax stride/alignment requirements for vertices | Andre Maasikas | 2010-08-04 | 3 | -20/+14 |
| | | | | | | | | | | seems hw can do unaligned accesses and unaligned strides removes extra conversion when using vbo's however I needed to switch 3 component byte format to 4 component formats for tests to pass. Somewhat sililar to GL_SHORT fix done earlier removes assert and gains +2 piglit especially draw-vertices | ||||
* | r300/compiler: Always unroll loops when doing loop emulation. | Tom Stellard | 2010-08-03 | 4 | -11/+14 |
| | |||||
* | r300/compiler: r500 hw support for break and continue in loops. | Tom Stellard | 2010-08-03 | 10 | -167/+282 |
| | | | | | | | The BGNLOOP and ENDLOOP instructions are now being used correctly, which makes break and continue possible. The deadcode pass has been modified to handle breaks, and the compiler is more careful about which loops are unrolled. | ||||
* | r300/compiler: KILP may not always be inside an IF statement. | Tom Stellard | 2010-08-03 | 1 | -9/+14 |
| | |||||
* | r300/compiler: Don't unroll loops with continue or break. | Tom Stellard | 2010-08-03 | 1 | -1/+12 |
| | |||||
* | st/mesa: Clean up header file inclusion in st_cache.h. | Vinson Lee | 2010-08-03 | 1 | -2/+3 |
| | |||||
* | st/mesa: Add forward declarations in st_atom_shader.h. | Vinson Lee | 2010-08-03 | 1 | -0/+3 |
| | |||||
* | mesa: increase the relative address offset limit to 4096 in ARB_vp/fp | Marek Olšák | 2010-08-04 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | Even though the spec says that the limits should be -64/+63, proprietary drivers support much larger relative offsets and some applications do depend on this non-standard behavior. Also program_parse.tab.c has been regenerated. This fixes the parser error: ARB_vp: error: relative address offset too large See also: https://bugs.freedesktop.org/show_bug.cgi?id=28628 4096 * sizeof(vec4) is the maximum size of the constant buffer on NV50. It is not supposed to be a definite hardware limit, it is for the parser not to get in the way and let the underlying driver decide whether it can run the shader or not. | ||||
* | st/mesa: Add forward declarations in st_atom_constbuf.h. | Vinson Lee | 2010-08-03 | 1 | -0/+3 |
| | |||||
* | st/mesa: Include glheader.h in st_atom.h. | Vinson Lee | 2010-08-03 | 1 | -0/+2 |
| | | | | Include glheader.h for GLenum symbol. | ||||
* | mesa: Clean up header file inclusion in m_xform.h. | Vinson Lee | 2010-08-03 | 1 | -2/+2 |
| | | | | | | Include compiler.h for CONST symbol. Remove config.h as m_xform.h uses no additional symbols from config.h. | ||||
* | mesa: Reduce header file inclusion in m_translate.h. | Vinson Lee | 2010-08-03 | 1 | -1/+2 |
| | | | | m_translate.h does not use any additional symbols added by config.h. | ||||
* | mesa: Include missing header in m_matrix.h. | Vinson Lee | 2010-08-03 | 1 | -0/+2 |
| | |||||
* | mesa: Reduce header file inclusion in texgen.h. | Vinson Lee | 2010-08-03 | 1 | -1/+4 |
| | | | | texgen.h doesn't use any symbols additionally added by mtypes.h. | ||||
* | mesa: Reduce header file inclusion in texcompress_fxt1.h. | Vinson Lee | 2010-08-03 | 1 | -1/+3 |
| | | | | texcompress_fxt1.h doesn't use any additional symbols added by mtypes.h. | ||||
* | mesa: Reduce header file inclusion in syncobj.h. | Vinson Lee | 2010-08-02 | 1 | -1/+4 |
| | | | | syncobj.h doesn't use any additional symbols that is added by context.h. |