Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i915: Silence warnings | Jakob Bornecrantz | 2008-11-16 | 3 | -4/+8 |
| | |||||
* | CELL: fix stencil twiddling, stencil invert | Robert Ellison | 2008-11-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | 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 | 126 | -0/+30680 |
|\ | | | | | | | 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 | 17 | -0/+3299 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
| | * | 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 | 1 | -0/+6 |
| | | | | | | | | | | | | 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]> | ||||
| * | | nv40: init pipe_surface correctly | Ben Skeggs | 2008-11-10 | 1 | -0/+2 |
| | | | |||||
| * | | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-11-10 | 18 | -219/+497 |
| |\ \ | |||||
| * | | | 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 | 4 | -16/+78 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | 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 | 2 | -3/+5 |
| | |\ \ | |||||
| * | \ \ | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-10-27 | 28 | -451/+1056 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-10-15 | 30 | -1019/+2634 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-09-30 | 24 | -995/+2959 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2 | Ben Skeggs | 2008-09-13 | 1 | -2/+4 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-09-12 | 19 | -535/+2257 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | nouveau: gallium directory structure changed again.. | Ben Skeggs | 2008-09-11 | 44 | -76/+55 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-09-11 | 128 | -2181/+2941 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configs/default | ||||
| * | | | | | | | | | nv30: set fp samplers with fragprog generation | Patrice Mandin | 2008-08-31 | 2 | -5/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | nv30: activate fp texture units when needed, to get texturing | Patrice Mandin | 2008-08-30 | 1 | -0/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | nv30: add some opcodes. | Stephane Marchesin | 2008-08-18 | 2 | -0/+17 |
| | | | | | | | | | | |||||
| * | | | | | | | | | nv30: set mipmap min/max lod accordingly | Patrice Mandin | 2008-08-14 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | nv30: disable setting nv40 RECT bit, this is not the same on nv30, plus ↵ | Patrice Mandin | 2008-08-14 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gallium does not support rectangle textures currently, only full POT or NPOT | ||||
| * | | | | | | | | | nv30: does not support mirror clamp, only mirror repeat | Patrice Mandin | 2008-08-14 | 1 | -0/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | nv30/nv40: KIL/KILP swapped meanings | Ben Skeggs | 2008-08-14 | 2 | -4/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-08-14 | 9 | -158/+139 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | nouveau: pf_sprint_name -> pf_name | Ben Skeggs | 2008-08-11 | 7 | -33/+13 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-08-11 | 28 | -6/+3625 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | nv40/nv50: enable mirror wrap modes | Ben Skeggs | 2008-08-07 | 2 | -0/+6 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | nouveau: fix build | Ben Skeggs | 2008-08-07 | 17 | -23/+23 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-08-07 | 23 | -38/+52 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | nv40: Support for PIPE_FORMAT_R16_SNORM. | Younes Manton | 2008-08-03 | 3 | -17/+23 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-07-27 | 1 | -2/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | nv all: Copy shader tokens on create, free on delete. | Younes Manton | 2008-07-23 | 7 | -14/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Must copy token stream on shader create, client is allowed to free their copy after creating the state object. | ||||
| * | | | | | | | | | | | | | nouveau: is_format_supported() interface changes | Ben Skeggs | 2008-07-23 | 5 | -44/+29 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-07-23 | 5 | -37/+36 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | nv50: add NV86 and NV94 to list of "supported" chips | Ben Skeggs | 2008-07-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-07-14 | 1 | -8/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | nv30: no npot textures | Patrice Mandin | 2008-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | nv30: update caps | Patrice Mandin | 2008-07-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | nv30: do not shift texture format | Patrice Mandin | 2008-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |