summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2008-06-03i915: Fix compile on linux-dri-debugJakob Bornecrantz
2008-06-02i915: Implement and use the reworked batchbuffer codeJakob Bornecrantz
2008-06-03scons: Integrate gdi winsys.José Fonseca
2008-06-03gdi: Port of the gdi mesa driver to gallium (Alan Hourihane).José Fonseca
2008-05-30egl: eglGetProcAddress() stubBrian Paul
2008-05-30egl: specify client API by bit flag, not stringBrian Paul
2008-05-30egl: added eglDestroySurface functionBrian Paul
2008-05-30egl: fix-up window resizesBrian Paul
2008-05-30egl: assorted fixes. The code works now.Brian Paul
2008-05-30egl: added surface_alloc_storage()Brian Paul
2008-05-30i915: Made batch buffer size much largerJakob Bornecrantz
2008-05-30i915: Fix extentions not being setJakob Bornecrantz
2008-05-29egl: new EGL/gallium/softpipe/xlib winsysBrian Paul
2008-05-29i915: Cleaned up intel_winsys_pipe.cJakob Bornecrantz
2008-05-29i915: Deprecated pipe_winsys buffer functionsJakob Bornecrantz
2008-05-29i915: Remove last usage of surface_alloc_storageJakob Bornecrantz
2008-05-29i915: Ops how did that get thereJakob Bornecrantz
2008-05-29i915: Get up to date with the latest EGL changesJakob Bornecrantz
2008-05-28i915: DriConfigOptions started complaining on this lineJakob Bornecrantz
2008-05-28i915: Prepare for tiled private front and back buffersJakob Bornecrantz
2008-05-28i915: Made vertex submission eaven fasterJakob Bornecrantz
2008-05-28i915: Made vbuf workJakob Bornecrantz
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
2008-05-28i915: Don't segfault on buffer allocation errorJakob Bornecrantz
2008-05-28i915: Make EGL_i915 compileJakob Bornecrantz
2008-05-28i915: Make EGL_i915 segfault if modesetting is not workingJakob Bornecrantz
2008-05-26Remove CVS keywords.José Fonseca
2008-05-26Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz
2008-05-23i915: Revert accidental changeJakob Bornecrantz
2008-05-23i915: Improved vertex buffer performanceJakob Bornecrantz
2008-05-23Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz
2008-05-23i915: Made EGL report the actual modes on the screen/output pairJakob Bornecrantz
2008-05-23i915: Make batchbuffers larger.Thomas Hellstrom
2008-05-23i915: Use the malloc pool for constant buffers since they don't go to the GPU...Thomas Hellstrom
2008-05-14i915: Added EGL winsysJakob Bornecrantz
2008-05-12xlib: add failure paths for context creationKeith Whitwell
2008-05-09Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-08xlib: more SP_NO_RAST supportKeith Whitwell
2008-05-07gallium: Propagate tex_usage flags down to winsys.José Fonseca
2008-05-06Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-03gallium: fix warningsBrian Paul
2008-05-02gallium: code movement (XSHM code)Brian Paul
2008-05-02gallium: comments, clean-upsBrian Paul
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-01gallium: remove the unused softpipe_winsys codeBrian Paul
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-29gallium: updated comment in xm_flush_frontbuffer()Brian Paul
2008-04-24xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size upd...Keith Whitwell
2008-04-23i915: Real fix for weird fence leak. Thanks ThomasJakob Bornecrantz
2008-04-22i915: Fixed weird fence leak when I915_VBUF=trueJakob Bornecrantz