Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Intialize swizzled_surface object | Patrice Mandin | 2008-09-02 | 1 | -0/+4 |
| | |||||
* | g3dvl: Use rotating buffers to avoid waiting for map(). | Younes Manton | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-08-14 | 1 | -2/+0 |
|\ | |||||
| * | gdi: Remove CVS keyword. | José Fonseca | 2008-08-12 | 1 | -2/+0 |
| | | |||||
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-08-11 | 3 | -26/+53 |
|\| | |||||
| * | trace: Trace pipe_winsys calls. | José Fonseca | 2008-08-09 | 1 | -1/+6 |
| | | |||||
| * | gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencil | Brian Paul | 2008-08-07 | 1 | -0/+5 |
| | | |||||
| * | xlib: Integrate with the trace pipe driver. | José Fonseca | 2008-08-07 | 2 | -25/+42 |
| | | |||||
* | | g3dvl: Recursively build dependencies. | Younes Manton | 2008-07-26 | 1 | -0/+2 |
| | | | | | | | | | | Run `make` in src/libXvMC and everything should be built for Nouveau. Run `make DRIVER=softpipe` in src/libXvMC for SoftPipe. | ||||
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-07-27 | 1 | -5/+3 |
|\| | |||||
| * | i915: intel_flush_frontbuffer does work | Jakob Bornecrantz | 2008-07-23 | 1 | -5/+3 |
| | | |||||
| * | i915: Ops should not have pushed that | Jakob Bornecrantz | 2008-07-13 | 3 | -144/+169 |
| | | | | | | | | This reverts commit 930a863c4f6f11d0fd5cf396ef76054d52c69b9f. | ||||
| * | i915: WIP swap rework | Jakob Bornecrantz | 2008-07-13 | 3 | -169/+144 |
| | | |||||
* | | g3dvl: Minor fixes. | Younes Manton | 2008-07-23 | 1 | -19/+23 |
| | | |||||
* | | g3dvl: Add Nouveau winsys, libdriclient. | Younes Manton | 2008-07-22 | 30 | -26/+1151 |
| | | | | | | | | | | | | | | | | Nouveau winsys is based on Mesa's Nouveau winsys and soft-links to most of it. The 'nouveau_context' and 'nouveau_screen' code contains most of the changes, 'nouveau_winsys_pipe', 'nouveau_swapbuffers' and 'nouveau_lock' contain some minor changes. The driclient library contains the DRI userland stuff, most of which was based on Mesa's DRI code. | ||||
* | | g3dvl: Fix some memory leaks in the winsys. | Younes Manton | 2008-07-20 | 2 | -5/+22 |
| | | |||||
* | | g3dvl: Minor SP winsys cleanup. | Younes Manton | 2008-07-20 | 1 | -17/+29 |
| | | |||||
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-07-14 | 3 | -1/+11 |
|\| | |||||
| * | gallium: Make dri drivers create a egl_name_dri.so if supported | Jakob Bornecrantz | 2008-07-11 | 2 | -1/+10 |
| | | |||||
| * | egl: added EGL_OPENVG_API case (allow all APIs) | Brian Paul | 2008-07-10 | 1 | -0/+1 |
| | | |||||
* | | nouveau: winsys surface funcs deprecated, remove them | Ben Skeggs | 2008-07-11 | 1 | -30/+0 |
| | | |||||
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-07-11 | 12 | -88/+262 |
|\| | |||||
| * | egl: plug a small memleak | Zack Rusin | 2008-07-09 | 1 | -0/+1 |
| | | |||||
| * | i915: Takedown EGL screen | Jakob Bornecrantz | 2008-07-08 | 1 | -10/+71 |
| | | |||||
| * | i915: Use deviceID in EGL device create | Jakob Bornecrantz | 2008-07-08 | 1 | -1/+1 |
| | | |||||
| * | i915: Complete the screen -> device renaming | Jakob Bornecrantz | 2008-07-08 | 4 | -10/+10 |
| | | |||||
| * | i915: Renamed intel_screen to intel_device | Jakob Bornecrantz | 2008-07-08 | 6 | -23/+23 |
| | | | | | | | | | | | | The renameing makes more sense, why because: In egl you have a display/driver/device as the basis, and you have screens as outputs. | ||||
| * | i915: Fix wrong pointer to cleanup | Jakob Bornecrantz | 2008-07-07 | 1 | -1/+1 |
| | | |||||
| * | i915: Fix EGL make current | Jakob Bornecrantz | 2008-07-07 | 1 | -5/+8 |
| | | |||||
| * | i915: More cleanup of display | Jakob Bornecrantz | 2008-07-07 | 1 | -0/+2 |
| | | |||||
| * | i915: Fetch the real deviceID for EGL | Jakob Bornecrantz | 2008-07-07 | 3 | -4/+34 |
| | | |||||
| * | i915: Destruction of surface, context and device in EGL | Jakob Bornecrantz | 2008-07-07 | 4 | -9/+65 |
| | | |||||
| * | i915: Fix EGL version and name | Jakob Bornecrantz | 2008-07-05 | 1 | -1/+2 |
| | | |||||
| * | i915: Added a intel be function to wrap a drm bo handle | Jakob Bornecrantz | 2008-07-05 | 3 | -16/+52 |
| | | |||||
| * | i915: Fix haveDepth and haveStencil for visual in EGL | Jakob Bornecrantz | 2008-07-05 | 1 | -0/+2 |
| | | |||||
| * | i915: Clean up intel_egl.c a bit | Jakob Bornecrantz | 2008-07-04 | 1 | -21/+3 |
| | | |||||
* | | nv50: make use of nouveau drm 0.0.11 to get 3d going | Ben Skeggs | 2008-07-08 | 5 | -77/+112 |
| | | |||||
* | | 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 | 7 | -41/+68 |
|\| | |||||
| * | i915: EGL almost works again | Jakob Bornecrantz | 2008-07-03 | 6 | -40/+67 |
| | | |||||
| * | i915: Last reference to surface -> pitch | Jakob Bornecrantz | 2008-07-01 | 1 | -1/+1 |
| | | |||||
* | | g3dvl: Use block and stride instead of cpp and pitch. | Younes Manton | 2008-06-30 | 1 | -3/+12 |
| | | |||||
* | | 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 | 9 | -42/+69 |
|\| | |||||
| * | egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE ↵ | Brian Paul | 2008-06-28 | 1 | -0/+7 |
| | | | | | | | | attributes | ||||
| * | egl: helps if the stride is right | Zack Rusin | 2008-06-27 | 1 | -1/+3 |
| | | |||||
| * | eh, we need a buildbot... fix the compilation | Zack Rusin | 2008-06-27 | 2 | -6/+4 |
| | | |||||
| * | gallium: handle msaa | Roland Scheidegger | 2008-06-27 | 1 | -2/+4 |
| | |