Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nv50: get clear-scissor working | Ben Skeggs | 2008-07-11 | 2 | -9/+36 |
| | |||||
* | nouveau: update to latest object header | Ben Skeggs | 2008-07-11 | 2 | -20/+44 |
| | |||||
* | nv50: more "abuse" by using libc malloc etc.. | Ben Skeggs | 2008-07-11 | 3 | -9/+9 |
| | |||||
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-07-11 | 3 | -5/+52 |
|\ | |||||
| * | softpipe: Prevent NULL ptr derreference on takedown. | José Fonseca | 2008-07-05 | 1 | -2/+2 |
| | | |||||
| * | softpipe: Compute block size for display targets. | José Fonseca | 2008-07-05 | 1 | -1/+3 |
| | | |||||
| * | i915: Added debug filling code of texture, not active | Jakob Bornecrantz | 2008-07-04 | 1 | -2/+11 |
| | | |||||
| * | psb: Fill all texture fields when creating texture blanket. | José Fonseca | 2008-07-05 | 1 | -0/+2 |
| | | |||||
| * | softpipe: Implement texture blankets. | José Fonseca | 2008-07-05 | 1 | -0/+34 |
| | | |||||
* | | nv30: min/max lod are used for mipmap, there is just enable bit in tx_format | Patrice Mandin | 2008-07-09 | 1 | -2/+2 |
| | | |||||
* | | nv30: Update defines from nouveau_class.h | Patrice Mandin | 2008-07-09 | 1 | -10/+11 |
| | | |||||
* | | nv30: Update defines from nouveau_class.h | Patrice Mandin | 2008-07-09 | 1 | -28/+18 |
| | | |||||
* | | nv30: update nouveau_class.h | Patrice Mandin | 2008-07-09 | 1 | -9/+52 |
| | | |||||
* | | nv10: use the gallium alloc/free wrappers. | Stephane Marchesin | 2008-07-08 | 1 | -4/+4 |
| | | |||||
* | | nv04: use FREE/MALLOC like a good gallium boy should. | Stephane Marchesin | 2008-07-08 | 3 | -8/+8 |
| | | |||||
* | | Merge branch 'gallium-0.1' of ↵ | Stephane Marchesin | 2008-07-08 | 3 | -3/+8 |
|\ \ | | | | | | | | | | git+ssh://[email protected]/git/nouveau/mesa into gallium-0.1 | ||||
| * | | nv50: make use of nouveau drm 0.0.11 to get 3d going | Ben Skeggs | 2008-07-08 | 3 | -3/+8 |
| | | | |||||
* | | | nv30: use native instructions. | Stephane Marchesin | 2008-07-08 | 1 | -22/+4 |
|/ / | |||||
* | | nv10: there are no 3D textures. | Stephane Marchesin | 2008-07-08 | 1 | -3/+1 |
| | | |||||
* | | nv04: use BEGIN_RING_NI | Stephane Marchesin | 2008-07-08 | 1 | -6/+2 |
| | | |||||
* | | nv04. | Stephane Marchesin | 2008-07-08 | 16 | -0/+1966 |
| | | |||||
* | | nv30: Emit sampler state using state objects | Patrice Mandin | 2008-07-04 | 3 | -8/+46 |
| | | |||||
* | | Merge remote branch 'upstream/gallium-0.1' into gallium-0.1 | Ben Skeggs | 2008-07-05 | 1 | -2/+4 |
|\| | |||||
| * | gallium: nr_attrs was off by one, updated comments, minor code movement | Brian Paul | 2008-07-02 | 1 | -2/+4 |
| | | |||||
* | | nv30: Reemit state when changing context | Patrice Mandin | 2008-07-03 | 1 | -0/+10 |
| | | |||||
* | | nv30: Emit viewport state using state objects | Patrice Mandin | 2008-07-03 | 3 | -9/+5 |
| | | |||||
* | | nv30: Emit polygon stipple state using state objects | Patrice Mandin | 2008-07-03 | 3 | -7/+8 |
| | | |||||
* | | nv30: Emit scissor state using state objects | Patrice Mandin | 2008-07-03 | 3 | -3/+4 |
| | | |||||
* | | nv30: Emit depth/stencil/alpha state using state objects | Patrice Mandin | 2008-07-03 | 4 | -70/+53 |
| | | |||||
* | | nv30: Emit rasterizer state using state objects | Patrice Mandin | 2008-07-03 | 4 | -109/+98 |
| | | |||||
* | | nv30: Emit blend state using state objects | Patrice Mandin | 2008-07-03 | 5 | -59/+48 |
| | | |||||
* | | nv30: Emit blend color state using state objects | Patrice Mandin | 2008-07-03 | 3 | -5/+4 |
| | | |||||
* | | nv30: Emit framebuffer state using state objects | Patrice Mandin | 2008-07-03 | 5 | -164/+92 |
| | | |||||
* | | nv50: fixes after rebase + commits note on the code that was just pushed. | Ben Skeggs | 2008-06-29 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OK, seems a lot of people have been getting the idea that nouveau is dying lately - I decided to commit some of the work I've been doing lately to prove them wrong :) Progress on my side is slow due to lack of time mainly, but I'm still around. Firstly, don't even bother trying to use gallium on G8x/G9x yet, it won't work. I've deliberately left all the necessary winsys changes out of the commits for a very good reason - I don't know what we're going to need from the DRM exactly yet and don't want to be continually breaking interfaces as I discover additional requirements. On my side, I think I've gone through about 3 different DRM interface changes, and have just discovered that I may need more yet. It'd be very annoying for everyone who uses nouveau to keep things in sync. Once I've got it sorted - I'll commit a lot of cool stuff. Stay tuned. Also, don't look at the shader code.. it's horribly nasty and full of hacks, I used it as an opportunity to learn G8x GPU programs at the same time. New semi-decent code is in works, and will follow at some point. :) | ||||
* | | nv50: reverse stencil sides, header is wrong | Ben Skeggs | 2008-06-29 | 1 | -5/+6 |
| | | |||||
* | | nv50: fix line stipple | Ben Skeggs | 2008-06-29 | 1 | -1/+1 |
| | | |||||
* | | nv50: don't multiply polygon offset units by 2.0 like on nv40 | Ben Skeggs | 2008-06-29 | 1 | -1/+1 |
| | | |||||
* | | nv50: maybe some scissor fixes.. | Ben Skeggs | 2008-06-29 | 1 | -2/+2 |
| | | |||||
* | | nv50: vpt translate/scale backwards | Ben Skeggs | 2008-06-29 | 1 | -2/+2 |
| | | |||||
* | | nv50: whoops | Ben Skeggs | 2008-06-29 | 1 | -2/+2 |
| | | |||||
* | | nv50: rework miptree/texture/texsurf code a bit | Ben Skeggs | 2008-06-29 | 1 | -11/+19 |
| | | |||||
* | | nv50: turn on depth test/write again, not 100% but winsys handles it better | Ben Skeggs | 2008-06-29 | 2 | -5/+6 |
| | | |||||
* | | nv50: maintain pipe surface status field | Ben Skeggs | 2008-06-29 | 2 | -0/+8 |
| | | |||||
* | | nv50: remove some debug | Ben Skeggs | 2008-06-29 | 1 | -6/+0 |
| | | |||||
* | | nv50: simplify emit_interp a bit | Ben Skeggs | 2008-06-29 | 1 | -10/+11 |
| | | |||||
* | | nv50: make sure static buffers (constbuf, tex control etc) get on reloc list | Ben Skeggs | 2008-06-29 | 3 | -1/+4 |
| | | |||||
* | | nv50: R32_FLOAT vbo format | Ben Skeggs | 2008-06-29 | 1 | -0/+3 |
| | | |||||
* | | nv50: move surface_map/unmap into nv50_surface.c | Ben Skeggs | 2008-06-29 | 3 | -27/+35 |
| | | |||||
* | | nv50: some people are just born stupid.. really.. | Ben Skeggs | 2008-06-29 | 1 | -2/+14 |
| | | |||||
* | | nv50: make TEX a halfie | Ben Skeggs | 2008-06-29 | 1 | -3/+1 |
| | |