summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
| * dri/intel: Use standard integer types.José Fonseca2008-06-241-2/+2
| * gdi: Update for surface_alloc_storage changes.José Fonseca2008-06-241-1/+2
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-06-2377-8530/+5297
|\|
| * egl: added cpp assertions/sanity checksBrian Paul2008-06-201-0/+2
| * egl: added null ptr checksBrian Paul2008-06-201-1/+4
| * egl: use dlsym() to try to identify APIsBrian Paul2008-06-191-2/+45
| * egl: omit libmesa.a glapi.c from libraryBrian Paul2008-06-181-2/+6
| * egl: call st_get_proc_address()Brian Paul2008-06-181-5/+1
| * i915: Made region pool a slabpoolJakob Bornecrantz2008-06-171-1/+12
| * revert the DRI2 commitsAlan Hourihane2008-06-125-311/+159
| * fix card_extensionsAlan Hourihane2008-06-112-13/+6
| * fix legacy DRIAlan Hourihane2008-06-111-0/+2
| * Hook gallium i915 up to DRI2Alan Hourihane2008-06-115-95/+26
| * Bring in DRI2 changesAlan Hourihane2008-06-112-153/+379
| * egl: s/softpipe_egl.so/egl_softpipe.so/Brian Paul2008-06-091-3/+3
| * egl: clean-upsBrian Paul2008-06-061-11/+9
| * gallium: additional commentBrian Paul2008-06-061-0/+4
| * egl: open X display if neededBrian Paul2008-06-061-0/+4
| * i915: Moved EGL_i915 to the common codeJakob Bornecrantz2008-06-0625-5741/+185
| * i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz2008-06-0637-2617/+1338
| * egl: do proper setup/init of EGL configsBrian Paul2008-06-041-21/+52
| * egl: prototype some multi-API codeBrian Paul2008-06-041-10/+19
| * i915: Fix compile on linux-dri-debugJakob Bornecrantz2008-06-031-2/+2
| * 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
* | | Merge branch 'gallium-0.1' of ssh://[email protected]/git/nouveau/m...Younes Manton2008-06-082-24/+1
|\ \ \