summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Collapse)Author
2008-06-12revert the DRI2 commitsAlan Hourihane
2008-06-11fix card_extensionsAlan Hourihane
2008-06-11fix legacy DRIAlan Hourihane
2008-06-11Hook gallium i915 up to DRI2Alan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-06-09egl: s/softpipe_egl.so/egl_softpipe.so/Brian Paul
2008-06-06egl: clean-upsBrian Paul
2008-06-06gallium: additional commentBrian Paul
2008-06-06egl: open X display if neededBrian Paul
2008-06-06i915: Moved EGL_i915 to the common codeJakob Bornecrantz
2008-06-06i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz
2008-06-04egl: do proper setup/init of EGL configsBrian Paul
2008-06-04egl: prototype some multi-API codeBrian Paul
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
Conditional build of the winsys based on the platform.
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
Checkpoint commit. Most required code is in place, and compiles, but totally untested.
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
Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c
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
Conflicts: src/gallium/include/pipe/p_util.h
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 ↵Thomas Hellstrom
GPU directly.
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