summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* i915: Implement and use the reworked batchbuffer codeJakob Bornecrantz2008-06-023-61/+39
* scons: Integrate gdi winsys.José Fonseca2008-06-034-112/+124
* gdi: Port of the gdi mesa driver to gallium (Alan Hourihane).José Fonseca2008-06-036-0/+2554
* egl: eglGetProcAddress() stubBrian Paul2008-05-301-0/+12
* egl: specify client API by bit flag, not stringBrian Paul2008-05-301-2/+8
* egl: added eglDestroySurface functionBrian Paul2008-05-301-0/+23
* egl: fix-up window resizesBrian Paul2008-05-301-0/+4
* egl: assorted fixes. The code works now.Brian Paul2008-05-301-7/+60
* egl: added surface_alloc_storage()Brian Paul2008-05-301-1/+38
* i915: Made batch buffer size much largerJakob Bornecrantz2008-05-303-4/+5
* i915: Fix extentions not being setJakob Bornecrantz2008-05-301-0/+3
* egl: new EGL/gallium/softpipe/xlib winsysBrian Paul2008-05-294-0/+832
* 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: Get up to date with the latest EGL changesJakob 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
* Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-281-0/+14
|\
| * xlib: add failure paths for context creationKeith Whitwell2008-05-121-0/+14
* | i915: Don't segfault on buffer allocation errorJakob Bornecrantz2008-05-281-1/+2
* | i915: Make EGL_i915 compileJakob Bornecrantz2008-05-281-3/+3
* | i915: Make EGL_i915 segfault if modesetting is not workingJakob Bornecrantz2008-05-281-1/+4
* | Remove CVS keywords.José Fonseca2008-05-262-2/+0
* | Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz2008-05-2649-734/+10723
|\ \
| * | i915: Revert accidental changeJakob Bornecrantz2008-05-231-1/+1
| * | i915: Improved vertex buffer performanceJakob Bornecrantz2008-05-231-3/+19
| * | Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz2008-05-2349-733/+10706
| |\ \ | | |/ | |/|
| | * i915: Made EGL report the actual modes on the screen/output pairJakob Bornecrantz2008-05-231-2/+14
| | * 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 GPU...Thomas Hellstrom2008-05-232-15/+16
| | * i915: Added EGL winsysJakob Bornecrantz2008-05-1428-0/+7110
| | * 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
| | * i915: Changed name to i915_dri.soJakob Bornecrantz2008-04-151-1/+1
| | * Removed intel_ioctl it wasn't neededJakob Bornecrantz2008-04-143-179/+1
| | * Fixed memory leakJakob Bornecrantz2008-04-121-0/+1
| | * i915: Added debug counter to bufmgrJakob Bornecrantz2008-04-081-0/+9
| | * i915: Fixed fence related problemsJakob Bornecrantz2008-04-082-9/+13
| | * i915: Fixed fence leak in intel_swapbuffers.cJakob Bornecrantz2008-04-081-1/+0
| | * Added fence counter to fence managerJakob Bornecrantz2008-04-081-0/+5
| | * Fixed user_buffer memory leakJakob Bornecrantz2008-04-082-2/+3
| | * i915: Pulled in changes from i915texJakob Bornecrantz2008-04-0723-726/+3712
* | | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-092-0/+12
|\| |
| * | xlib: more SP_NO_RAST supportKeith Whitwell2008-05-082-0/+12
* | | gallium: Propagate tex_usage flags down to winsys.José Fonseca2008-05-073-3/+6
* | | Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-127/+133
|\| |