Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CELL: fix stencil twiddling, stencil invert | Robert Ellison | 2008-11-13 | 2 | -5/+7 |
| | | | | | | | | | | | | | Many stencil tests were failing because of a failure to read the stencil buffer, due to "twiddling" (or "untwiddling") "an unsupported texture format". This is fixed for the case of a stencil/Z S824Z format (which twiddles just like the 32-bit color formats). tests/stencilwrap.c was failing on the GL_INVERT test, because the emitted code for "spe_xori" turned out not to be an actual "xori" instruction, but rather a "stqd" instruction, because of a typo in the rtasm code. This is now fixed, and tests/stencil_wrap now works. | ||||
* | Merge branch 'gallium-0.2' of ↵ | Stephane Marchesin | 2008-11-13 | 228 | -2/+46849 |
|\ | | | | | | | git+ssh://[email protected]/git/nouveau/mesa into gallium-0.2 | ||||
| * | nv04..nv30: fix pipe_surface init | Pekka Paalanen | 2008-11-12 | 4 | -0/+8 |
| | | | | | | | | Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| * | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Pekka Paalanen | 2008-11-12 | 22 | -4/+3308 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/gallium-0.1': Mesa: fix number of buffers in st_draw_vbo(). Nouveau: fix nv20_vertex_layout() Nouveau: update nv20 miptree according to nv40. Nouveau: build, link and use nv20. Nouveau: name replace for nv20. Nouveau: Rename nv20/ files as nv20. Nouveau: copy nv30_vertprog.c to nv20. Nouveau: start nv20 by copying the nv10 tree. | ||||
| | * | Mesa: fix number of buffers in st_draw_vbo(). | Pekka Paalanen | 2008-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | The clean-up call to pipe->set_vertex_buffers() should use the same number of buffers as the first call. Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| | * | Nouveau: fix nv20_vertex_layout() | Pekka Paalanen | 2008-11-09 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The function should update nv20->vertex_info, and not just a local struct that's thrown away immediately. Fixes a SIGFPE due to vbuf->vertex_size = 0 in vbuf_alloc_vertices(). Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| | * | Nouveau: update nv20 miptree according to nv40. | Pekka Paalanen | 2008-11-08 | 1 | -11/+18 |
| | | | | | | | | | | | | | | | | | | glxinfo doesn't degfault anymore. Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| | * | Nouveau: build, link and use nv20. | Pekka Paalanen | 2008-11-08 | 5 | -3/+14 |
| | | | | | | | | | | | | Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| | * | Nouveau: name replace for nv20. | Pekka Paalanen | 2008-11-08 | 16 | -662/+662 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No functional changes, only changed function, struct, macro etc. names. nv10 -> nv20 nv30 -> nv20 celsius -> kelvin Did not touch fifo command macros. Don't try to build nv20_vertprog.c for now. Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| | * | Nouveau: Rename nv20/ files as nv20. | Pekka Paalanen | 2008-11-08 | 16 | -12/+13 |
| | | | | | | | | | | | | Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| | * | Nouveau: copy nv30_vertprog.c to nv20. | Pekka Paalanen | 2008-11-08 | 1 | -0/+838 |
| | | | | | | | | | | | | Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| | * | Nouveau: start nv20 by copying the nv10 tree. | Pekka Paalanen | 2008-11-08 | 15 | -0/+2447 |
| | | | | | | | | | | | | Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| * | | nouveau: remove previous hack around x86_64 breakage | Ben Skeggs | 2008-11-10 | 1 | -2/+0 |
| | | | | | | | | | | | | This hack now causes breakage *doh*. :) | ||||
| * | | nv40: init pipe_surface correctly | Ben Skeggs | 2008-11-10 | 1 | -0/+2 |
| | | | |||||
| * | | nouveau: pass object handle not pointer to GPU... | Ben Skeggs | 2008-11-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-11-10 | 158 | -3768/+7643 |
| |\ \ | |||||
| * | | | nv40: rename some vars in texture layout code | Ben Skeggs | 2008-10-29 | 1 | -25/+27 |
| | | | | |||||
| * | | | Merge remote branch 'nouveau/gallium-0.1' into gallium-0.2 | Ben Skeggs | 2008-10-27 | 56 | -1417/+1081 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | g3dvl: Get rid of state tracker unit tests, stale and not useful atm. | Younes Manton | 2008-10-17 | 8 | -890/+0 |
| | | | | |||||
| | * | | g3dvl: Bad test, use proper picture height. | Younes Manton | 2008-10-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | nouveau: first draft of swizzle texture upload to vram | Patrice Mandin | 2008-10-07 | 1 | -0/+83 |
| | | | | |||||
| | * | | g3dvl: Ignore client flush requests unless entire frame is buffered. | Younes Manton | 2008-10-04 | 2 | -0/+11 |
| | | | | |||||
| | * | | g3dvl: Bad semantic index in shader decl. | Younes Manton | 2008-10-04 | 1 | -3/+3 |
| | | | | |||||
| | * | | nouveau: init scaled_image_from_memory object for swizzled surface upload | Patrice Mandin | 2008-09-21 | 1 | -0/+16 |
| | | | | |||||
| | * | | nouveau: add flag for swizzled surface upload | Patrice Mandin | 2008-09-21 | 2 | -15/+20 |
| | | | | |||||
| | * | | nv50: use 3D engine clears, 2D engine doesn't understand zeta formats | Ben Skeggs | 2008-09-18 | 1 | -1/+56 |
| | | | | |||||
| | * | | nv50: hack surface alloc a bit for now | Ben Skeggs | 2008-09-18 | 1 | -0/+2 |
| | | | | |||||
| | * | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-09-18 | 27 | -180/+349 |
| | |\ \ | |||||
| | * | | | g3dvl: Update XvMC unit tests. | Younes Manton | 2008-09-17 | 9 | -146/+581 |
| | | | | | |||||
| | * | | | g3dvl: Fix field coded block copy. | Younes Manton | 2008-09-13 | 2 | -18/+8 |
| | | | | | |||||
| | * | | | g3dvl: Use winsys_buffer_reference() instead of pipe_buffer_reference(). | Younes Manton | 2008-09-12 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Old pipe_buffer_reference() renamed winsys_buffer_reference(), new pipe_buffer_reference() expects a screen. | ||||
| | * | | | g3dvl: Implement surface sync functions. | Younes Manton | 2008-09-12 | 5 | -24/+123 |
| | | | | | |||||
| | * | | | g3dvl: Fullscreen fixes. Respect src & dst coords during scaling, clear FB. | Younes Manton | 2008-09-12 | 4 | -37/+54 |
| | | | | | |||||
| | * | | | g3dvl: Update softlinks to nouveau winsys files, related fixes. | Younes Manton | 2008-09-12 | 24 | -105/+101 |
| | | | | | |||||
| | * | | | g3dvl: Cleanup. | Younes Manton | 2008-09-12 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | g3dvl: Clean up Makefile deps. | Younes Manton | 2008-09-12 | 5 | -176/+22 |
| | | | | | |||||
| * | | | | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-10-27 | 116 | -8209/+12266 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-10-15 | 171 | -4294/+7314 |
| |\ \ \ \ \ | |||||
| * | | | | | | nouveau: some small API changes | Ben Skeggs | 2008-09-30 | 1 | -5/+7 |
| | | | | | | | |||||
| * | | | | | | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-09-30 | 734 | -13286/+12098 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2 | Ben Skeggs | 2008-09-13 | 3 | -7/+10 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | nouveau: rework nouveau_screen for latest and greatest changes | Ben Skeggs | 2008-09-12 | 1 | -157/+110 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2 | Ben Skeggs | 2008-09-12 | 2 | -71/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2 | Ben Skeggs | 2008-09-12 | 2 | -71/+77 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.2 | Ben Skeggs | 2008-09-12 | 223 | -2/+43916 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configs/linux-dri | ||||
| | * | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-09-12 | 38 | -644/+2864 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | nouveau: gallium directory structure changed again.. | Ben Skeggs | 2008-09-11 | 71 | -78/+58 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-09-11 | 417 | -6318/+11650 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configs/default | ||||
| | * | | | | | | | | | | | g3dvl: Initialize DRI drawables correctly. | Younes Manton | 2008-09-07 | 1 | -60/+68 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | g3dvl: Zero-block optimization. | Younes Manton | 2008-09-07 | 1 | -38/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For blocks whose contents are derived completely from ref surfaces, don't bother zero-ing the corresponding block in the luma/chroma textures, except for the first such luma, chroma Cb, and chroma Cr each frame. All later zero blocks are textured from that first zero block. |