Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nv04: Hook the lib into the build. | Stephane Marchesin | 2008-07-08 | 1 | -0/+1 |
| | |||||
* | Merge remote branch 'upstream/gallium-0.1' into gallium-0.1 | Ben Skeggs | 2008-07-05 | 1 | -1/+1 |
|\ | |||||
| * | i915: Last reference to surface -> pitch | Jakob Bornecrantz | 2008-07-01 | 1 | -1/+1 |
| | | |||||
* | | nouveau: oops, bump the drm patchlevel back down again | Ben Skeggs | 2008-06-29 | 1 | -1/+1 |
| | | |||||
* | | nv50: fixes after rebase + commits note on the code that was just pushed. | Ben Skeggs | 2008-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. :) | ||||
* | | nouveau: adapt to cpp->pf_block changes | Ben Skeggs | 2008-06-29 | 4 | -50/+71 |
| | | |||||
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-06-29 | 2 | -5/+7 |
|\| | |||||
| * | gallium: handle msaa | Roland Scheidegger | 2008-06-27 | 1 | -2/+4 |
| | | |||||
| * | i915: Fix the last of the stride/pitch changes | Jakob Bornecrantz | 2008-06-27 | 2 | -3/+3 |
| | | |||||
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-06-25 | 4 | -31/+80 |
|\| | |||||
| * | i915: Create a texture and surface for shared frontbuffer | Jakob Bornecrantz | 2008-06-24 | 2 | -3/+66 |
| | | |||||
| * | i915: Moved screen creation to intel_be_device | Jakob Bornecrantz | 2008-06-24 | 3 | -26/+12 |
| | | |||||
| * | dri/intel: Use standard integer types. | José Fonseca | 2008-06-24 | 1 | -2/+2 |
| | | |||||
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-06-23 | 30 | -6126/+294 |
|\| | | | | | | | | | | | Conflicts: configs/default | ||||
| * | revert the DRI2 commits | Alan Hourihane | 2008-06-12 | 5 | -311/+159 |
| | | |||||
| * | fix card_extensions | Alan Hourihane | 2008-06-11 | 2 | -13/+6 |
| | | |||||
| * | fix legacy DRI | Alan Hourihane | 2008-06-11 | 1 | -0/+2 |
| | | |||||
| * | Hook gallium i915 up to DRI2 | Alan Hourihane | 2008-06-11 | 5 | -95/+26 |
| | | |||||
| * | Bring in DRI2 changes | Alan Hourihane | 2008-06-11 | 2 | -153/+379 |
| | | |||||
| * | i915: Moved pipe_buffer and i915_winsys functions to a common folder | Jakob Bornecrantz | 2008-06-06 | 28 | -5978/+195 |
| | | |||||
| * | i915: Fix compile on linux-dri-debug | Jakob Bornecrantz | 2008-06-03 | 1 | -2/+2 |
| | | |||||
| * | i915: Implement and use the reworked batchbuffer code | Jakob Bornecrantz | 2008-06-02 | 3 | -61/+39 |
| | | |||||
| * | scons: Integrate gdi winsys. | José Fonseca | 2008-06-03 | 2 | -86/+91 |
| | | | | | | | | Conditional build of the winsys based on the platform. | ||||
| * | i915: Made batch buffer size much larger | Jakob Bornecrantz | 2008-05-30 | 3 | -4/+5 |
| | | |||||
| * | i915: Fix extentions not being set | Jakob Bornecrantz | 2008-05-30 | 1 | -0/+3 |
| | | |||||
| * | i915: Cleaned up intel_winsys_pipe.c | Jakob Bornecrantz | 2008-05-29 | 1 | -37/+39 |
| | | |||||
| * | i915: Deprecated pipe_winsys buffer functions | Jakob Bornecrantz | 2008-05-29 | 1 | -38/+7 |
| | | |||||
| * | i915: Remove last usage of surface_alloc_storage | Jakob Bornecrantz | 2008-05-29 | 1 | -30/+1 |
| | | |||||
| * | i915: Ops how did that get there | Jakob Bornecrantz | 2008-05-29 | 1 | -1/+1 |
| | | |||||
| * | i915: DriConfigOptions started complaining on this line | Jakob Bornecrantz | 2008-05-28 | 1 | -2/+2 |
| | | |||||
| * | i915: Prepare for tiled private front and back buffers | Jakob Bornecrantz | 2008-05-28 | 1 | -2/+24 |
| | | |||||
| * | i915: Made vertex submission eaven faster | Jakob Bornecrantz | 2008-05-28 | 1 | -4/+4 |
| | | |||||
| * | i915: Made vbuf work | Jakob Bornecrantz | 2008-05-28 | 1 | -2/+2 |
| | | |||||
* | | nouveau: kill off surface_alloc_storage() | Ben Skeggs | 2008-06-08 | 1 | -23/+0 |
| | | |||||
* | | nouveau: fix warning | Ben Skeggs | 2008-05-30 | 1 | -1/+1 |
| | | |||||
* | | nouveau: flush pending pushbuf if buffer on validate list at map/del | Ben Skeggs | 2008-05-30 | 1 | -0/+8 |
| | | |||||
* | | nouveau: rework buffer validation a bit | Ben Skeggs | 2008-05-30 | 2 | -60/+69 |
| | | |||||
* | | nouveau: oops, more tex-surfaces fallout | Ben Skeggs | 2008-05-30 | 1 | -1/+2 |
| | | |||||
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-05-27 | 3 | -3/+2 |
|\| | |||||
| * | Remove CVS keywords. | José Fonseca | 2008-05-26 | 2 | -2/+0 |
| | | |||||
| * | Merge branch 'gallium-tex-surface' into gallium-0.1 | Jakob Bornecrantz | 2008-05-26 | 22 | -763/+3630 |
| |\ | | | | | | | | | | | | | | | | Conflicts: src/gallium/include/pipe/p_util.h | ||||
| * | | gallium: Propagate tex_usage flags down to winsys. | José Fonseca | 2008-05-07 | 1 | -1/+2 |
| | | | |||||
* | | | nouveau: missed PCI case | Ben Skeggs | 2008-05-25 | 1 | -1/+2 |
| | | | |||||
* | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-05-25 | 22 | -763/+3630 |
|\ \ \ | | |/ | |/| | |||||
| * | | i915: Revert accidental change | Jakob Bornecrantz | 2008-05-23 | 1 | -1/+1 |
| | | | |||||
| * | | i915: Improved vertex buffer performance | Jakob Bornecrantz | 2008-05-23 | 1 | -3/+19 |
| | | | |||||
| * | | i915: Make batchbuffers larger. | Thomas Hellstrom | 2008-05-23 | 2 | -2/+2 |
| | | | |||||
| * | | i915: Use the malloc pool for constant buffers since they don't go to the ↵ | Thomas Hellstrom | 2008-05-23 | 2 | -15/+16 |
| | | | | | | | | | | | | GPU directly. | ||||
| * | | i915: Real fix for weird fence leak. Thanks Thomas | Jakob Bornecrantz | 2008-04-23 | 2 | -44/+67 |
| | | | |||||
| * | | i915: Fixed weird fence leak when I915_VBUF=true | Jakob Bornecrantz | 2008-04-22 | 1 | -1/+1 |
| | | |