summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2008-06-27eh, we need a buildbot... fix the compilationZack Rusin
2008-06-27gallium: handle msaaRoland Scheidegger
2008-06-27egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison
2008-06-27i915: Fix the last of the stride/pitch changesJakob Bornecrantz
2008-06-27gdi: Update for cpp removal.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-27scons: Fix i965/xlib build.José Fonseca
2008-06-25Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-06-24i915: Create a texture and surface for shared frontbufferJakob Bornecrantz
2008-06-24i915: Moved screen creation to intel_be_deviceJakob Bornecrantz
2008-06-24dri/intel: Use standard integer types.José Fonseca
2008-06-24gdi: Update for surface_alloc_storage changes.José Fonseca
2008-06-23Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-06-20egl: added cpp assertions/sanity checksBrian Paul
2008-06-20egl: added null ptr checksBrian Paul
2008-06-19egl: use dlsym() to try to identify APIsBrian Paul
2008-06-18egl: omit libmesa.a glapi.c from libraryBrian Paul
2008-06-18egl: call st_get_proc_address()Brian Paul
2008-06-17i915: Made region pool a slabpoolJakob Bornecrantz
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-08Merge branch 'gallium-0.1' of ssh://ymanton@git.freedesktop.org/git/nouveau/m...Younes Manton
2008-06-08Initial commit for g3dvl.Younes Manton
2008-06-08nouveau: kill off surface_alloc_storage()Ben Skeggs
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
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-30nouveau: fix warningBen Skeggs
2008-05-30nouveau: flush pending pushbuf if buffer on validate list at map/delBen Skeggs
2008-05-30nouveau: rework buffer validation a bitBen Skeggs