summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2010-01-28radeong: Slight improvement to buffer creation.Corbin Simpson
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-25radeong: Make sure that we're not emitting relocations for local buffers.Corbin Simpson
2010-01-25radeong: Make is_r3xx inline to avoid warnings.Corbin Simpson
2010-01-25radeong: Clean up domain usages.Corbin Simpson
2010-01-25Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson
2010-01-25winsys/drm: Correctly install EGL drivers.Chia-I Wu
2010-01-25vmware/xorg: Do buffer round-robin logic differentlyJakob Bornecrantz
2010-01-25vmware/xorg: Export pci_probe function for ugly chain-loadingJakob Bornecrantz
2010-01-24r300g,radeong: finish and enable the immediate modeMarek Olšák
2010-01-24r300g,radeong: set tiling flags in libdrmMarek Olšák
2010-01-24radeong: do not emit a zero-sized command streamMarek Olšák
2010-01-25nouveau/winsys: be nice and close the device on destroyMarcin Slusarz
2010-01-25nouveau: fix winsys object leakMarcin Slusarz
2010-01-23egl: Install drivers to ${libdir}/egl.Chia-I Wu
2010-01-22svga: fix up breakage from earlier 7.7 mergeBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22xlib/softpipe: more buffer free fixesBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu
2010-01-22winsys/drm: Update the options of mklib in Makefile.egl_g3d.Chia-I Wu
2010-01-22egl: Remove egl_softpipe.Chia-I Wu
2010-01-22winsys/drm: Add swrast.Chia-I Wu
2010-01-22vmware/core: Update for pipebuffer changes.José Fonseca
2010-01-22st/egl: Remove the egl state tracker.Chia-I Wu
2010-01-22winsys/drm: Update Makefile.template.Chia-I Wu
2010-01-21vmware/core: Flush preemptively the FIFO commands to keep the GMR working set...José Fonseca
2010-01-21vmware/core: Put GMR pool size in a define.José Fonseca
2010-01-21vmw/wgl: Update for pipebuffer changes.José Fonseca
2010-01-21Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu
2010-01-20radeong: Fix EGL driver names.Corbin Simpson
2010-01-20Fix touching live system during install.Tomas Chvatal
2010-01-20xlib/softpipe: fix buffer memory leakBrian Paul
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-19svga: Do a more propper creation of textures from handlesJakob Bornecrantz
2010-01-19st/drm: Expose kernel driver nameJakob Bornecrantz
2010-01-18radeong: Don't allocate HW BOs for constantbufs.Corbin Simpson
2010-01-18radeong: Check DRM version, and report stats.Corbin Simpson
2010-01-18radeong: Use vram_size instead of vram_visible.Corbin Simpson
2010-01-17i965g: Link against drm_intel instead of drm_radeonJakob Bornecrantz
2010-01-17r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák
2010-01-16i965g: make xorg state tracker build i965g_drv.soDave Airlie
2010-01-18ws/vmware: Check DRM version also when bootstrapping in dri2 mode.Thomas Hellstrom
2010-01-13radeong: Change DRI driver name to radeong.Corbin Simpson
2010-01-12egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2010-01-12winsys/drm: Use egl_g3d to build EGL drivers.Chia-I Wu
2010-01-12winsys/drm: Add name field to drm_api.Chia-I Wu
2010-01-12st/mesa: Remove st_api.c.Chia-I Wu
2010-01-11radeong: Check for DONTBLOCK before flushing, remove dead code.Corbin Simpson