Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nvfx: fix sampler views support | Luca Barbieri | 2010-03-22 | 3 | -3/+2 |
| | | | | The code was half converted, resulting in texturing being totally broken. | ||||
* | Merge branch '7.8' | Brian Paul | 2010-03-22 | 1 | -9/+12 |
|\ | | | | | | | | | | | | | Conflicts: src/gallium/drivers/cell/ppu/cell_screen.c src/mesa/state_tracker/st_cb_drawpixels.c | ||||
| * | 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. | ||||
* | | 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 | 2 | -5/+7 |
| | | | | | | | | | | | | 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 | 3 | -12/+12 |
| | | |||||
* | | 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 | 3 | -5/+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. | ||||
* | | 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. | ||||
* | | drm/sw: llvmpipe texture_from_handle | George Sapountzis | 2010-03-21 | 1 | -0/+1 |
| | | | | | | | | Not sure, but judging by softpipe, this hook was forgotten. | ||||
* | | r300g: fix occlusion query hangs. | Dave Airlie | 2010-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Okay need to revist the whole OQ stuff anyways, glean test asserts which is never good. I'm liking the cached bufmgr restrictions less and less, I think I'll probably play with the fence and/or busy stuff ASAP and try and clean it up. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | | r300g: align misaligned ushort vertex indices | Marek Olšák | 2010-03-21 | 1 | -1/+29 |
| | | |||||
* | | r300g: fix misaligned generated offset for ubyte vertex indices | Marek Olšák | 2010-03-21 | 1 | -1/+5 |
| | | |||||
* | | r300g: split the vertex buffer alignment validation | Marek Olšák | 2010-03-21 | 1 | -22/+29 |
| | | |||||
* | | r300g: skip null vertex buffers | Marek Olšák | 2010-03-21 | 1 | -1/+6 |
| | | |||||
* | | r300g: Bump immediate limits. | Corbin Simpson | 2010-03-20 | 1 | -3/+2 |
| | | | | | | | | | | Seems like a decent idea, especially since the big barrier now is getting the VBOs back from the VRAM boundary. | ||||
* | | r300g: Correctly hax max_index on pipe_vertex_buffers. | Corbin Simpson | 2010-03-20 | 2 | -12/+28 |
| | | | | | | | | Still not happy with this, but at least things seem to work. | ||||
* | | r300g: add buffer/texture referenced checks. | Dave Airlie | 2010-03-21 | 1 | -15/+9 |
| | | | | | | | | | | | | | | I've no idea about the comments that were in there, just pass this down to the winsys. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | | r300g: lod min/max clamping should be relative to the base level | Marek Olšák | 2010-03-19 | 1 | -3/+3 |
| | | |||||
* | | r300g: fix breakage after the gallium-sampler-view merge | Marek Olšák | 2010-03-19 | 3 | -9/+22 |
| | | |||||
* | | r300g: add PIPE_FORMAT_B5G5R5X1_UNORM colorbuffer support, cleanups | Marek Olšák | 2010-03-19 | 1 | -6/+7 |
| | | |||||
* | | r300g: mark SRGB colorbuffers as unsupported | Marek Olšák | 2010-03-19 | 1 | -20/+1 |
| | | | | | | | | | | I can't find the register bits for SRGB-aware blending and it's not even exposed by fglrx so it's most probably not supported by hw. | ||||
* | | r300g: add generating texture coordinates for point sprites (WIP) | Marek Olšák | 2010-03-19 | 6 | -13/+61 |
| | | |||||
* | | gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through | Brian Paul | 2010-03-18 | 6 | -27/+42 |
| | | | | | | | | | | | | | | | | | | | | The triangle rasterizer sets this field to indicate front/back-facing. It gets passed into the generated fragment code as another parameter. Used now for stencil front/back selection but will also be used for fragment shaders in general (see TGSI_SEMANTIC_FACE). With this commit two-sided stenciling mostly works but there's still a bug or two... | ||||
* | | llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TEST | Brian Paul | 2010-03-18 | 3 | -20/+27 |
| | | |||||
* | | gallivm/llvmpipe: simplify front/back stencil ref value handling | Brian Paul | 2010-03-18 | 4 | -14/+23 |
| | | | | | | | | Instead of passing an array, just pass two scalar values. | ||||
* | | llvmpipe: set opaque = FALSE if stencil enabled | Brian Paul | 2010-03-18 | 1 | -0/+1 |
| | | | | | | | | Fixes occasional bad tiles seen in some demos like progs/demos/reflect.c | ||||
* | | llvmpipe: Fix crashes when there is no depth buffer bound. | José Fonseca | 2010-03-18 | 1 | -0/+3 |
| | | |||||
* | | gallivm/llvmpipe: basic stencil testing works | Brian Paul | 2010-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Most stencil demos look OK (modulo some unrelated rendering glitches). Only single-sided stencil test works at this point. There are probably some bugs to be found... | ||||
* | | llvmpipe: remove incorrect depth test check | Brian Paul | 2010-03-17 | 1 | -4/+1 |
| | | |||||
* | | llvmpipe: silence some pointer/casting warnings | Brian Paul | 2010-03-17 | 1 | -3/+21 |
| | | |||||
* | | gallivm/llvmpipe: more asst changes for stencil testing | Brian Paul | 2010-03-17 | 1 | -27/+28 |
| | | |||||
* | | gallivm/llmvpipe: pass stencil refs state into z/stencil build code | Brian Paul | 2010-03-17 | 3 | -7/+18 |
| | | |||||
* | | llvmpipe: use new LP_JIT_CTX_ enums for jit context field positions | Brian Paul | 2010-03-17 | 3 | -32/+57 |
| | | | | | | | | Use the new enum values rather than integers in a few places. | ||||
* | | llvmpipe: added stencil ref values to jit context state | Brian Paul | 2010-03-17 | 5 | -19/+48 |
| | | |||||
* | | llvmpipe: break lines | Brian Paul | 2010-03-17 | 1 | -1/+2 |
| | | |||||
* | | cell: add missing semicolon | Brian Paul | 2010-03-16 | 1 | -1/+1 |
| | | |||||
* | | nv50: support more formats in surface_copy,fill | Christoph Bumiller | 2010-03-16 | 1 | -1/+30 |
| | | | | | | | | | | | | | | | | Fixes corrupted fonts in bzFlag, where we've been silently failing to copy I8 mipmaps to a new miptree. Print an error message on unsupported format now, since we can't return failure. | ||||
* | | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-16 | 14 | -21/+133 |
|\ \ | | | | | | | | | | | | | | | | | | | This branch already seems to have the nv50_tex.c fix. Conflicts: src/gallium/drivers/nv50/nv50_tex.c | ||||
| * | | nv50: fix texturing from >=4GiB mark | Ben Skeggs | 2010-03-16 | 1 | -1/+2 |
| | | | |||||
| * | | llvmpipe: Fix rebase typo | Jakob Bornecrantz | 2010-03-16 | 1 | -4/+0 |
| | | | |||||
| * | | winsys/sw: Add a software winsys layered on a pipe | Jakob Bornecrantz | 2010-03-16 | 6 | -8/+116 |
| | | | |||||
| * | | i965g: Fix after context transfers | Jakob Bornecrantz | 2010-03-16 | 1 | -0/+1 |
| | | | |||||
| * | | gallivm/llvmpipe: rename some constant building functions | Brian Paul | 2010-03-15 | 1 | -2/+2 |
| | | |