Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | gallium: Finer grained is_format_supported. | José Fonseca | 2008-07-19 | 4 | -42/+31 |
| | | |||||
| * | softpipe: DXT formats not really supported. | José Fonseca | 2008-07-16 | 1 | -4/+9 |
| | | |||||
| * | gallium: added some sanity check assertions | Brian Paul | 2008-07-15 | 1 | -0/+5 |
| | | |||||
| * | i915: Ops should not have pushed that | Jakob Bornecrantz | 2008-07-13 | 1 | -3/+3 |
| | | | | | | | | This reverts commit 930a863c4f6f11d0fd5cf396ef76054d52c69b9f. | ||||
| * | i915: WIP swap rework | Jakob Bornecrantz | 2008-07-13 | 1 | -3/+3 |
| | | |||||
* | | 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 |
|\| | |||||
| * | util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions. | José Fonseca | 2008-07-13 | 1 | -8/+8 |
| | | | | | | | | | | You don't need a pipe_context * for this, and all other necessary info is already inside pipe_surface. | ||||
* | | 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 |
| | | |||||
* | | nv30: Emit vertex buffer objects using state objects | Patrice Mandin | 2008-07-12 | 5 | -259/+399 |
| | | |||||
* | | nv30: Move edgeflag stuff | Patrice Mandin | 2008-07-12 | 3 | -7/+12 |
| | | |||||
* | | nv30: Reorder, remove useless stuff | Patrice Mandin | 2008-07-12 | 1 | -16/+3 |
| | | |||||
* | | nv30: Rename state emission func | Patrice Mandin | 2008-07-12 | 3 | -3/+3 |
| | | |||||
* | | nv30: was setting wrong register | Patrice Mandin | 2008-07-12 | 1 | -4/+3 |
| | | |||||
* | | nv30: does not have vp_attrib/result | Patrice Mandin | 2008-07-12 | 2 | -6/+0 |
| | | |||||
* | | nv30: Change comment about slowdown | Patrice Mandin | 2008-07-12 | 1 | -1/+1 |
| | | |||||
* | | nv30: Emit fragment program using state objects | Patrice Mandin | 2008-07-12 | 6 | -48/+56 |
| | | |||||
* | | nv30: Emit vertex program using state objects | Patrice Mandin | 2008-07-12 | 6 | -30/+42 |
| | | |||||
* | | nv30: Move constant buffers out of vert/frag prog structures | Patrice Mandin | 2008-07-11 | 4 | -22/+19 |
| | | |||||
* | | nv30: Emit fragtex state using state objects | Patrice Mandin | 2008-07-11 | 3 | -62/+59 |
| | | |||||
* | | nv30: split fragprog_upload from fragprog_bind | Patrice Mandin | 2008-07-11 | 1 | -22/+35 |
| | | |||||
* | | nv30: split fragprog_prepare from fragprog_translate | Patrice Mandin | 2008-07-11 | 1 | -23/+68 |
| | | |||||
* | | nv30: Update miptree to match latest changes | Patrice Mandin | 2008-07-11 | 1 | -5/+16 |
| | | |||||
* | | nv50: obey do_flip in surface_copy() | Ben Skeggs | 2008-07-11 | 1 | -3/+11 |
| | | |||||
* | | nv50: quick hack to get textures untiled on map, and tiled on unmap | Ben Skeggs | 2008-07-11 | 3 | -11/+54 |
| | | | | | | | | progs/fp/tri-tex is all good now rather than all scrambled :) | ||||
* | | nv50: demagic tex filter / wrap mode | Ben Skeggs | 2008-07-11 | 1 | -2/+63 |
| | | |||||
* | | nv50: add some texture formats | Ben Skeggs | 2008-07-11 | 4 | -13/+90 |
| | | |||||
* | | nv50: split tic construction out into own file | Ben Skeggs | 2008-07-11 | 5 | -25/+187 |
| | | |||||
* | | nv50: add license headers to .c files | Ben Skeggs | 2008-07-11 | 11 | -26/+240 |
| | | |||||
* | | nv50: enable GART usage for vertex buffers | Ben Skeggs | 2008-07-11 | 2 | -4/+5 |
| | | | | | | | | AKA "I can haz fast b0rk3d glxgears!!!" | ||||
* | | 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 |