Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: Remove unnecessary headers. | Vinson Lee | 2010-03-22 | 2 | -3/+0 |
| | |||||
* | glslcompiler: fix build again | Brian Paul | 2010-03-22 | 1 | -7/+2 |
| | | | | | Simply use the libglapi.a archive instead of individual .o files. Fixes the non-debug build. | ||||
* | cso: Remove unnecessary header. | Vinson Lee | 2010-03-22 | 1 | -1/+0 |
| | |||||
* | dri/nouveau: Rectangle texture fixes. | Francisco Jerez | 2010-03-22 | 2 | -28/+46 |
| | |||||
* | dri/nouveau: Some render to texture fixes. | Francisco Jerez | 2010-03-22 | 1 | -5/+1 |
| | |||||
* | dri/nouveau: Fix swrast fallbacks when the read and draw buffers aren't the ↵ | Francisco Jerez | 2010-03-22 | 1 | -10/+20 |
| | | | | same. | ||||
* | dri/nouveau: Expose EXT_framebuffer_blit. | Francisco Jerez | 2010-03-22 | 2 | -0/+2 |
| | |||||
* | dri/nouveau: Plug in some mesa_meta functions instead of the swrast variants. | Francisco Jerez | 2010-03-22 | 1 | -0/+3 |
| | |||||
* | dri/nouveau: Emit dirty states on nouveau_validate_framebuffer. | Francisco Jerez | 2010-03-22 | 1 | -1/+3 |
| | | | | | Fixes broken intermediate frames when a window is being resized (regression caused by 878eef8c4). | ||||
* | nvfx: fix sampler views support | Luca Barbieri | 2010-03-22 | 3 | -3/+2 |
| | | | | The code was half converted, resulting in texturing being totally broken. | ||||
* | glslcompiler: fix build breakage | Brian Paul | 2010-03-22 | 1 | -0/+1 |
| | |||||
* | Merge branch '7.8' | Brian Paul | 2010-03-22 | 12 | -116/+77 |
|\ | | | | | | | | | | | | | Conflicts: src/gallium/drivers/cell/ppu/cell_screen.c src/mesa/state_tracker/st_cb_drawpixels.c | ||||
| * | glslcompiler: fix build breakage | Brian Paul | 2010-03-22 | 1 | -1/+2 |
| | | |||||
| * | mesa: Add end of line to the end of a debug output. | Pauli Nieminen | 2010-03-22 | 1 | -1/+1 |
| | | |||||
| * | r200: Fix emit size prediction to account elt splitting. | Pauli Nieminen | 2010-03-21 | 2 | -3/+4 |
| | | | | | | | | | | Emit sizes prediction didn't account for render splitting in hwtnl path. | ||||
| * | r200: Don't flush when closing elts in KMS. | Pauli Nieminen | 2010-03-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Flush in middle of rendering in KMS is not allowed because buffers are discarded in flush. Fixes crash when emiting split indices with RADEON_DEBUG=all. | ||||
| * | r200: Fix swtnl fallback to flush pending rendering before transition. | Pauli Nieminen | 2010-03-21 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | Flush after transition would emit wrong state that could cause wrong state emited for pending rendering operation. Fixes wan once from extrement tuxracer that is using per vertex materials. | ||||
| * | r200: Fix mixed indetion in r200TclFallback. | Pauli Nieminen | 2010-03-21 | 1 | -21/+20 |
| | | |||||
| * | vbo: Fix vbo_split_copy to pass correct max_index to draw. | Pauli Nieminen | 2010-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | vbo_split_copy was passing one past the max_index to draw function which caused _tnl_draw_prims function to read uninitialized values from copied array. Bug was spoted in valgrind report of progs/tests/cva_huge. | ||||
| * | r300/compiler: fix assertion failure in the r500-fragprog emission path | Marek Olšák | 2010-03-20 | 1 | -3/+2 |
| | | |||||
| * | glapi: Fix aliases to non-static functions. | Chia-I Wu | 2010-03-21 | 2 | -5/+5 |
| | | | | | | | | | | | | | | The bug is triggered by 41a87a43e11c664935349f938022d58d3e22da4e. glBlitFramebuffer, for example, is an alias to the non-static glBlitFramebufferEXT. We should define glBlitFramebuffer as an alias to _dispatch_stub_NNN. | ||||
| * | glapi: Correctly generate static disatches for X86. | Chia-I Wu | 2010-03-20 | 2 | -64/+6 |
| | | | | | | | | | | The entry point names, instead of the function name, should be used to test if the entry point should be statically dispatched. | ||||
| * | r300g: remove hacks from translate_vertex_data_swizzle | Marek Olšák | 2010-03-19 | 1 | -20/+4 |
| | | | | | | | | Fixing RGBA 4ub vertex colors. | ||||
| * | drivers/x11: add PUBLIC qualifier to more API functions | Brian Paul | 2010-03-19 | 1 | -7/+8 |
| | | | | | | | | Based on a patch from Tom Fogal. | ||||
| * | intel: Use bit-wise not instead of logical not (i830 path) | Ian Romanick | 2010-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The assertion is checking that the low-order bits of offset are not set. It does this by anding the inverted offset mask with the offset. This is clearly intended to be a bit-wise "invert". Fixes bug #25984. | ||||
| * | intel: Correct value of S0_VB_OFFSET_MASK to match hardware docs. | Ian Romanick | 2010-03-18 | 1 | -1/+3 |
| | | |||||
| * | Use bit-wise not instead of logical not. | Ian Romanick | 2010-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The assertion is checking that the low-order bits of offset are not set. It does this by anding the inverted offset mask with the offset. This is clearly intended to be a bit-wise "invert". Fixes bug #25984. | ||||
| * | st/mesa: s/unpack/pack/ to be more consistent | Brian Paul | 2010-03-18 | 1 | -6/+6 |
| | | |||||
| * | intel: Call _mesa_make_current() after getting initial buffers | Kristian Høgsberg | 2010-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The default viewport is the window rectangle, which is set up by _mesa_make_current(). To be able to do that we need to get the window dimension (and buffers) first, so we have to call intel_prepare_render() before we can call into _mesa_make_current(). Fixes #26676 and #26678. | ||||
| * | 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. | ||||
* | | mesa: remove return, do as the comment says | Brian Paul | 2010-03-22 | 1 | -1/+0 |
| | | |||||
* | | r300g: disable tiling for YUV formats | Marek Olšák | 2010-03-21 | 1 | -3/+15 |
| | | |||||
* | | r300g: fix scons build | Marek Olšák | 2010-03-21 | 5 | -11/+6 |
| | | |||||
* | | r300g: accelerate blitting for all 64-bit texture formats | Marek Olšák | 2010-03-21 | 1 | -0/+3 |
| | | |||||
* | | r300g: add and enable square microtiling | Marek Olšák | 2010-03-21 | 6 | -7/+20 |
| | | | | | | | | | | | | It requires DRM 2.1.0 (e.g. kernel 2.6.34) and is disabled on older ones. Finally, the texture tiling implementation is now complete. Uff. | ||||
* | | r300g: cleanup tiling flags propagation | Marek Olšák | 2010-03-21 | 6 | -18/+24 |
| | | |||||
* | | r300g: put common defines into one file | Marek Olšák | 2010-03-21 | 5 | -22/+52 |
| | | |||||
* | | r300g: remove unused code | Marek Olšák | 2010-03-21 | 5 | -395/+1 |
| | | |||||
* | | Revert "drm/sw: does not need sw_winsys" | George Sapountzis | 2010-03-21 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 97a694e2211dc804090f282d8e096c028f29579f. | ||||
* | | Revert "gallium: add soft screen helper" | George Sapountzis | 2010-03-21 | 8 | -120/+37 |
| | | | | | | | | This reverts commit f87a5f6499f51f651c2a9f2d4682875b22926905. | ||||
* | | Revert "drm/sw: just s/softpipe_create_screen/gallium_soft_create_screen/" | George Sapountzis | 2010-03-21 | 1 | -4/+26 |
| | | | | | | | | This reverts commit 5d524cce9c4fcc18ed977801d59ba7bb911020db. | ||||
* | | Revert "fix scons build" | George Sapountzis | 2010-03-21 | 1 | -1/+0 |
| | | | | | | | | This reverts commit 29ec05164838f13d9535271796a50fa213d07912. | ||||
* | | fix scons build | George Sapountzis | 2010-03-21 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa | George Sapountzis | 2010-03-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | nv50: report driver as GLSL capable | Christoph Bumiller | 2010-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | There's still no hint of optimization in the shaders, but we support conditionals, loops and even integer opcodes so it isn't that big a lie. | ||||
* | | | Revert "Makefile.template: respect LIBRARY_DEFINES in mkdep" | George Sapountzis | 2010-03-21 | 1 | -1/+1 |
|/ / | | | | | | | This reverts commit 9ec29e31919e85f9230867f43841c0e74be930d3. | ||||
* | | Merge branch 'master' of git://anongit.freedesktop.org/git/mesa/mesa | George Sapountzis | 2010-03-21 | 4 | -140/+146 |
|\ \ | |||||
| * | | nv50: don't validate arrays on clear | Christoph Bumiller | 2010-03-21 | 1 | -0/+4 |
| | | | | | | | | | | | | The vertex elements and buffers might not be valid anymore. | ||||
| * | | nv50: get rid of the static_init stateobj | Christoph Bumiller | 2010-03-21 | 3 | -140/+142 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Relocations of per-screen buffers are now emitted directly, and include the necessary method to get changes in constbuf addresses committed to the hw. It should also be a bit cheaper than the way stateobjs emit relocation markers, use a little less pushbuf space. |