Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Silence gcc warning "control reaches end of non-void function". | José Fonseca | 2010-08-14 | 1 | -0/+1 |
| | |||||
* | mesa: Silence gcc warning "missing initializer for member". | José Fonseca | 2010-08-14 | 1 | -28/+28 |
| | |||||
* | mesa: Recent versions of MSVC define the single precision functions already. | José Fonseca | 2010-08-14 | 1 | -1/+2 |
| | |||||
* | mesa: atan2f and powf need two args. | José Fonseca | 2010-08-14 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into glsl2 | Ian Romanick | 2010-08-13 | 174 | -1158/+1654 |
|\ | |||||
| * | 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 |
| | | |||||
| * | 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. |