summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* g3dvl: Recursively build dependencies.Younes Manton2008-07-261-0/+2
* Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-271-5/+3
|\
| * i915: intel_flush_frontbuffer does workJakob Bornecrantz2008-07-231-5/+3
| * i915: Ops should not have pushed thatJakob Bornecrantz2008-07-133-144/+169
| * i915: WIP swap reworkJakob Bornecrantz2008-07-133-169/+144
* | g3dvl: Minor fixes.Younes Manton2008-07-231-19/+23
* | g3dvl: Add Nouveau winsys, libdriclient.Younes Manton2008-07-2230-26/+1151
* | g3dvl: Fix some memory leaks in the winsys.Younes Manton2008-07-202-5/+22
* | g3dvl: Minor SP winsys cleanup.Younes Manton2008-07-201-17/+29
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-143-1/+11
|\|
| * gallium: Make dri drivers create a egl_name_dri.so if supportedJakob Bornecrantz2008-07-112-1/+10
| * egl: added EGL_OPENVG_API case (allow all APIs)Brian Paul2008-07-101-0/+1
* | nouveau: winsys surface funcs deprecated, remove themBen Skeggs2008-07-111-30/+0
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-1112-88/+262
|\|
| * egl: plug a small memleakZack Rusin2008-07-091-0/+1
| * i915: Takedown EGL screenJakob Bornecrantz2008-07-081-10/+71
| * i915: Use deviceID in EGL device createJakob Bornecrantz2008-07-081-1/+1
| * i915: Complete the screen -> device renamingJakob Bornecrantz2008-07-084-10/+10
| * i915: Renamed intel_screen to intel_deviceJakob Bornecrantz2008-07-086-23/+23
| * i915: Fix wrong pointer to cleanupJakob Bornecrantz2008-07-071-1/+1
| * i915: Fix EGL make currentJakob Bornecrantz2008-07-071-5/+8
| * i915: More cleanup of displayJakob Bornecrantz2008-07-071-0/+2
| * i915: Fetch the real deviceID for EGLJakob Bornecrantz2008-07-073-4/+34
| * i915: Destruction of surface, context and device in EGLJakob Bornecrantz2008-07-074-9/+65
| * i915: Fix EGL version and nameJakob Bornecrantz2008-07-051-1/+2
| * i915: Added a intel be function to wrap a drm bo handleJakob Bornecrantz2008-07-053-16/+52
| * i915: Fix haveDepth and haveStencil for visual in EGLJakob Bornecrantz2008-07-051-0/+2
| * i915: Clean up intel_egl.c a bitJakob Bornecrantz2008-07-041-21/+3
* | nv50: make use of nouveau drm 0.0.11 to get 3d goingBen Skeggs2008-07-085-77/+112
* | 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-057-41/+68
|\|
| * i915: EGL almost works againJakob Bornecrantz2008-07-036-40/+67
| * i915: Last reference to surface -> pitchJakob Bornecrantz2008-07-011-1/+1
* | g3dvl: Use block and stride instead of cpp and pitch.Younes Manton2008-06-301-3/+12
* | 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
* | 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-299-42/+69
|\|
| * egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE attri...Brian Paul2008-06-281-0/+7
| * egl: helps if the stride is rightZack Rusin2008-06-271-1/+3
| * eh, we need a buildbot... fix the compilationZack Rusin2008-06-272-6/+4
| * gallium: handle msaaRoland Scheidegger2008-06-271-2/+4
| * egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison2008-06-271-0/+1
| * i915: Fix the last of the stride/pitch changesJakob Bornecrantz2008-06-272-3/+3
| * gdi: Update for cpp removal.José Fonseca2008-06-271-3/+5
| * gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-273-27/+37
| * scons: Fix i965/xlib build.José Fonseca2008-06-271-1/+6
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-06-257-34/+96
|\|
| * i915: Create a texture and surface for shared frontbufferJakob Bornecrantz2008-06-242-3/+66
| * i915: Moved screen creation to intel_be_deviceJakob Bornecrantz2008-06-245-28/+26