Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300g: remove hacks from translate_vertex_data_swizzle | Marek Olšák | 2010-03-19 | 1 | -20/+4 |
| | | | | Fixing RGBA 4ub vertex colors. | ||||
* | cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATE | Brian Paul | 2010-03-17 | 1 | -0/+2 |
| | | | | | With this feature, we get OpenGL version 2.0 and the progs/glsl/ demos run as-is. | ||||
* | cell: be more conservative in cell_is_format_supported() | Brian Paul | 2010-03-17 | 1 | -5/+9 |
| | | | | | This fixes a regression from commit a84575cdc0c8193b2c7858734e2ec6b1ec4511b2 which changed the depth/stencil format we were trying to use. | ||||
* | vmwgfx/dri: Fix SCons build. | Michel Dänzer | 2010-03-12 | 1 | -0/+1 |
| | |||||
* | st/dri: Always try to set up R5G6B5 configs. | Michel Dänzer | 2010-03-12 | 1 | -49/+52 |
| | | | | | | | | | | Allows compiz to work in depth 16. The DRI2 getBuffersWithFormat hook is only required for 16/32 bit depth buffers, for colour buffers the only requirement is that the format matches the drawable depth, which we can't check here. (cherry picked from commit c50477c255a34444720fb944c54373462ef39fb9) | ||||
* | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 6 | -7/+7 |
| | | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | st/xorg: Include cursorstr.h | Jakob Bornecrantz | 2010-03-11 | 1 | -0/+1 |
| | |||||
* | st/xorg: Work around cursor reference counting bugs in older X servers. | Michel Dänzer | 2010-03-10 | 3 | -0/+20 |
| | | | | | | | | | | Could result in use of freed memory and consequently random crashes, e.g. on screen resize. (cherry picked from commit 21c91b410a2a2cbf8eb677e59e3322f86320f2b0) Conflicts: src/gallium/state_trackers/xorg/xorg_tracker.h | ||||
* | softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear() | Brian Paul | 2010-03-08 | 1 | -3/+4 |
| | | | | | | | | | Before, we only cleared the flags for the active tiles (the ones inside the framebuffer bound). The problem is if we later bound a different, larger surface to the tile cache we'd have some stale clear-flags still set (and mistakenly clear some tiles in the new surface). Fixes fd.o bug 26932. | ||||
* | st/vega: Fix OpenVG demo segfaults. | Chia-I Wu | 2010-03-08 | 1 | -3/+0 |
| | | | | | | When the paint is color, paint_bind_samplers binds a dummy sampler without a texture. It causes demos requiring a sampler (those use a mask or an image) to crash. | ||||
* | gallivm: Initialize variables for default cases. | Vinson Lee | 2010-03-06 | 1 | -0/+4 |
| | | | | Fixes use of uninitialized variables in non-debug builds. | ||||
* | gallivm: checkpoint: code gen for mipmap selection | Brian Paul | 2010-03-05 | 1 | -0/+65 |
| | |||||
* | llvmpipe: added code to set texture depth, max mipmap levels info | Brian Paul | 2010-03-05 | 4 | -5/+23 |
| | |||||
* | gallivm: added methods for getting texture depth, num mipmap levels | Brian Paul | 2010-03-05 | 1 | -0/+12 |
| | |||||
* | gallivm: checkpoint: texture LOD computation code gen | Brian Paul | 2010-03-05 | 1 | -3/+126 |
| | |||||
* | gallivm: added field for sampler lod | Brian Paul | 2010-03-05 | 2 | -4/+6 |
| | |||||
* | llvmpipe: add pipe_thread_wait() calls | Brian Paul | 2010-03-05 | 1 | -0/+6 |
| | | | | | | Wait for threads to exit before cleaning up per-thread data. Fixes hang on context destruction with glean makeCurrent test. See fd.o bug 26536. | ||||
* | gallium/docs: document additional wrap mode restrictions | Brian Paul | 2010-03-05 | 1 | -0/+3 |
| | |||||
* | gallivm: minor arithmetic improvements | Brian Paul | 2010-03-05 | 1 | -9/+12 |
| | |||||
* | gallivm: implement non-normalized texture wrap modes | Brian Paul | 2010-03-05 | 1 | -39/+68 |
| | | | | | Note that only the PIPE_TEX_WRAP_CLAMP,CLAMP_TO_EDGE,CLAMP_TO_BORDER modes work with non-normalized texcoords. | ||||
* | softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling | Brian Paul | 2010-03-05 | 1 | -6/+43 |
| | | | | CLAMP_TO_BORDER and CLAMP_TO_EDGE were doing the same thing. | ||||
* | gallium/docs: updated/improve sampler state documentation | Brian Paul | 2010-03-05 | 1 | -21/+77 |
| | |||||
* | st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap. | Chia-I Wu | 2010-03-05 | 4 | -3/+202 |
| | | | | | These extensions are not quite useful until the client APIs gain support for the respective EGLImage extensions. | ||||
* | st/egl: Add get_param to native display interface. | Chia-I Wu | 2010-03-05 | 4 | -0/+72 |
| | | | | | | | get_param can be used to query the parameters of a native display. There is only NATIVE_PARAM_USE_NATIVE_BUFFER right now. It queries whether the window/pixmap surfaces use the native buffers instead of private buffers. | ||||
* | st/egl: Move modeset interface to native_modeset.h. | Chia-I Wu | 2010-03-05 | 2 | -55/+89 |
| | | | | | native.h is getting more and more complex. Move the independent modeset interface to native_modeset.h to simplify native.h a little. | ||||
* | st/egl: Add event support to the native display interface. | Chia-I Wu | 2010-03-05 | 8 | -14/+106 |
| | | | | | | There is only invalid_surface event right now. When EGL receives the event, it sets the force_validate flag of the context binding to the surface. This helps skip an unnecessary check. | ||||
* | softpipe: minor tweaks to texture filtering code | Brian Paul | 2010-03-04 | 1 | -9/+5 |
| | |||||
* | gallivm: implement texture border color, plus tweaks to some wrap modes | Brian Paul | 2010-03-04 | 1 | -23/+129 |
| | | | | | | | | | | | The progs/test/texwrap demo looks pretty good, but there are still some tiny differences from softpipe. There may be a sub-pixel texcoord interpolation error somewhere. There's some room for optimization. Many of the wrap modes compute intermediate values that are constant for the texture size (see the min/max values). These could be computed earlier and stored somewhere for later use. | ||||
* | gallivm: added texture border_color field | Brian Paul | 2010-03-04 | 2 | -0/+10 |
| | |||||
* | gallivm: added question/comment | Brian Paul | 2010-03-04 | 1 | -0/+1 |
| | |||||
* | llvmpipe: new comment | Brian Paul | 2010-03-04 | 1 | -0/+4 |
| | |||||
* | gallivm: comments | Brian Paul | 2010-03-04 | 1 | -0/+5 |
| | |||||
* | r300g: Fix indexbuf upper limits. | Corbin Simpson | 2010-03-04 | 1 | -1/+6 |
| | | | | | | | Wine tends to pessimistically use ~0 for its max index, but r300s only can go up to 2^24-1, causing the kernel checker to freak out. Civ4 is marginally improved now. Still crashes, but not as bad. | ||||
* | gallivm: rework and implement more texture wrap modes | Brian Paul | 2010-03-04 | 1 | -60/+448 |
| | | | | | | | | | All the texture wrap modes are now implemented for linear and nearest sampling. However, texture border color is not yet supported so some wrap modes will produce int coords outside the texture bounds. We'll get garbage values insted of the texture border color for now. | ||||
* | gallivm: added lp_build_fract() | Brian Paul | 2010-03-04 | 2 | -0/+17 |
| | |||||
* | gallivm: added lp_build_set_sign() | Brian Paul | 2010-03-04 | 2 | -0/+39 |
| | |||||
* | gallivm: added lp_build_negate() | Brian Paul | 2010-03-04 | 2 | -0/+12 |
| | |||||
* | gallivm: clarify unsigned vs. signed integer type construction | Brian Paul | 2010-03-04 | 3 | -19/+43 |
| | | | | | | The lp_int_type() function was creating an unsigned type. So rename that function to lp_uint_type() and create new lp_int_type() that creates a signed type. | ||||
* | wgl: Fix mingw32 build. | Vinson Lee | 2010-03-03 | 1 | -2/+0 |
| | | | | This was missed in commit fcf438e9e03f6e75bca4a49ad372fe7c4b1abbf8. | ||||
* | Remove support for GCC older than 3.3.0 | Ian Romanick | 2010-03-03 | 1 | -4/+3 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | mesa: Remove support for creating color-index visuals | Ian Romanick | 2010-03-03 | 1 | -2/+1 |
| | | | | | | | | Remove the rgbMode and indexBits parameters from _mesa_create_visual and _mesa_initialize_visual. These values are now hardcoded to GL_TRUE and 0. Signed-off-by: Ian Romanick <[email protected]> | ||||
* | llvmpipe: Store the original triangle coordinates in the debug build. | José Fonseca | 2010-03-03 | 2 | -0/+13 |
| | | | | For debugging purposes only. | ||||
* | llvmpipe: Ensure context is flushed when destroying shaders. | José Fonseca | 2010-03-03 | 1 | -0/+7 |
| | |||||
* | gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM. | José Fonseca | 2010-03-03 | 1 | -1/+0 |
| | |||||
* | util: Remove PIPE_FORMAT_R8G8B8X8_SNORM information. | José Fonseca | 2010-03-03 | 1 | -2/+1 |
| | |||||
* | r300: Remove PIPE_FORMAT_R8G8B8X8_SNORM support. | José Fonseca | 2010-03-03 | 1 | -2/+0 |
| | |||||
* | llvmpipe: Linux is no longer a dependency. Llvmpipe builds and runs fine on ↵ | José Fonseca | 2010-03-03 | 1 | -2/+0 |
| | | | | windows too. | ||||
* | llvmpipe: Centralize LLVM initialization. | José Fonseca | 2010-03-03 | 2 | -4/+3 |
| | |||||
* | gallivm: Centralize initialization. Fix stack alignment issues on Windows. | José Fonseca | 2010-03-03 | 2 | -35/+20 |
| | |||||
* | llvmpipe: Update for lp_bld_init.h rename. | José Fonseca | 2010-03-03 | 1 | -1/+1 |
| |