aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/dri
Commit message (Collapse)AuthorAgeFilesLines
* nv04: Hook the lib into the build.Stephane Marchesin2008-07-081-0/+1
|
* Merge remote branch 'upstream/gallium-0.1' into gallium-0.1Ben Skeggs2008-07-051-1/+1
|\
| * i915: Last reference to surface -> pitchJakob Bornecrantz2008-07-011-1/+1
| |
* | nouveau: oops, bump the drm patchlevel back down againBen Skeggs2008-06-291-1/+1
| |
* | nv50: fixes after rebase + commits note on the code that was just pushed.Ben Skeggs2008-06-291-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 changesBen Skeggs2008-06-294-50/+71
| |
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-06-292-5/+7
|\|
| * gallium: handle msaaRoland Scheidegger2008-06-271-2/+4
| |
| * i915: Fix the last of the stride/pitch changesJakob Bornecrantz2008-06-272-3/+3
| |
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-06-254-31/+80
|\|
| * i915: Create a texture and surface for shared frontbufferJakob Bornecrantz2008-06-242-3/+66
| |
| * i915: Moved screen creation to intel_be_deviceJakob Bornecrantz2008-06-243-26/+12
| |
| * dri/intel: Use standard integer types.José Fonseca2008-06-241-2/+2
| |
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-06-2330-6126/+294
|\| | | | | | | | | | | Conflicts: configs/default
| * revert the DRI2 commitsAlan Hourihane2008-06-125-311/+159
| |
| * fix card_extensionsAlan Hourihane2008-06-112-13/+6
| |
| * fix legacy DRIAlan Hourihane2008-06-111-0/+2
| |
| * Hook gallium i915 up to DRI2Alan Hourihane2008-06-115-95/+26
| |
| * Bring in DRI2 changesAlan Hourihane2008-06-112-153/+379
| |
| * i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz2008-06-0628-5978/+195
| |
| * i915: Fix compile on linux-dri-debugJakob Bornecrantz2008-06-031-2/+2
| |
| * i915: Implement and use the reworked batchbuffer codeJakob Bornecrantz2008-06-023-61/+39
| |
| * scons: Integrate gdi winsys.José Fonseca2008-06-032-86/+91
| | | | | | | | Conditional build of the winsys based on the platform.
| * i915: Made batch buffer size much largerJakob Bornecrantz2008-05-303-4/+5
| |
| * i915: Fix extentions not being setJakob Bornecrantz2008-05-301-0/+3
| |
| * i915: Cleaned up intel_winsys_pipe.cJakob Bornecrantz2008-05-291-37/+39
| |
| * i915: Deprecated pipe_winsys buffer functionsJakob Bornecrantz2008-05-291-38/+7
| |
| * i915: Remove last usage of surface_alloc_storageJakob Bornecrantz2008-05-291-30/+1
| |
| * i915: Ops how did that get thereJakob Bornecrantz2008-05-291-1/+1
| |
| * i915: DriConfigOptions started complaining on this lineJakob Bornecrantz2008-05-281-2/+2
| |
| * i915: Prepare for tiled private front and back buffersJakob Bornecrantz2008-05-281-2/+24
| |
| * i915: Made vertex submission eaven fasterJakob Bornecrantz2008-05-281-4/+4
| |
| * i915: Made vbuf workJakob Bornecrantz2008-05-281-2/+2
| |
* | nouveau: kill off surface_alloc_storage()Ben Skeggs2008-06-081-23/+0
| |
* | nouveau: fix warningBen Skeggs2008-05-301-1/+1
| |
* | nouveau: flush pending pushbuf if buffer on validate list at map/delBen Skeggs2008-05-301-0/+8
| |
* | nouveau: rework buffer validation a bitBen Skeggs2008-05-302-60/+69
| |
* | nouveau: oops, more tex-surfaces falloutBen Skeggs2008-05-301-1/+2
| |
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-05-273-3/+2
|\|
| * Remove CVS keywords.José Fonseca2008-05-262-2/+0
| |
| * Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz2008-05-2622-763/+3630
| |\ | | | | | | | | | | | | | | | Conflicts: src/gallium/include/pipe/p_util.h
| * | gallium: Propagate tex_usage flags down to winsys.José Fonseca2008-05-071-1/+2
| | |
* | | nouveau: missed PCI caseBen Skeggs2008-05-251-1/+2
| | |
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-05-2522-763/+3630
|\ \ \ | | |/ | |/|
| * | i915: Revert accidental changeJakob Bornecrantz2008-05-231-1/+1
| | |
| * | i915: Improved vertex buffer performanceJakob Bornecrantz2008-05-231-3/+19
| | |
| * | i915: Make batchbuffers larger.Thomas Hellstrom2008-05-232-2/+2
| | |
| * | i915: Use the malloc pool for constant buffers since they don't go to the ↵Thomas Hellstrom2008-05-232-15/+16
| | | | | | | | | | | | GPU directly.
| * | i915: Real fix for weird fence leak. Thanks ThomasJakob Bornecrantz2008-04-232-44/+67
| | |
| * | i915: Fixed weird fence leak when I915_VBUF=trueJakob Bornecrantz2008-04-221-1/+1
| | |