summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-0211-11/+11
* radeong: Slight improvement to buffer creation.Corbin Simpson2010-01-281-1/+4
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-252-6/+7
|\
| * vmware/xorg: Do buffer round-robin logic differentlyJakob Bornecrantz2010-01-251-1/+2
| * vmware/xorg: Export pci_probe function for ugly chain-loadingJakob Bornecrantz2010-01-251-5/+5
* | radeong: Make sure that we're not emitting relocations for local buffers.Corbin Simpson2010-01-251-2/+6
* | radeong: Make is_r3xx inline to avoid warnings.Corbin Simpson2010-01-251-1/+1
* | radeong: Clean up domain usages.Corbin Simpson2010-01-251-11/+18
* | Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson2010-01-255-86/+15
* | winsys/drm: Correctly install EGL drivers.Chia-I Wu2010-01-251-1/+1
* | r300g,radeong: finish and enable the immediate modeMarek Olšák2010-01-245-15/+86
* | r300g,radeong: set tiling flags in libdrmMarek Olšák2010-01-242-0/+28
* | radeong: do not emit a zero-sized command streamMarek Olšák2010-01-241-0/+5
* | nouveau/winsys: be nice and close the device on destroyMarcin Slusarz2010-01-251-0/+2
* | nouveau: fix winsys object leakMarcin Slusarz2010-01-251-0/+9
* | egl: Install drivers to ${libdir}/egl.Chia-I Wu2010-01-231-9/+6
* | svga: fix up breakage from earlier 7.7 mergeBrian Paul2010-01-221-2/+2
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-12/+11
|\ \ | |/
| * xlib/softpipe: more buffer free fixesBrian Paul2010-01-221-12/+11
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-228-68/+186
|\ \ | |/
| * vmware/core: Update for pipebuffer changes.José Fonseca2010-01-222-14/+84
| * vmware/core: Flush preemptively the FIFO commands to keep the GMR working set...José Fonseca2010-01-211-1/+37
| * vmware/core: Put GMR pool size in a define.José Fonseca2010-01-212-1/+5
| * vmw/wgl: Update for pipebuffer changes.José Fonseca2010-01-211-1/+3
| * xlib/softpipe: fix buffer memory leakBrian Paul2010-01-201-5/+20
| * svga: Do a more propper creation of textures from handlesJakob Bornecrantz2010-01-191-49/+19
| * st/drm: Expose kernel driver nameJakob Bornecrantz2010-01-194-0/+4
| * ws/vmware: Check DRM version also when bootstrapping in dri2 mode.Thomas Hellstrom2010-01-181-0/+17
* | st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-2213-9/+9
* | winsys/drm: Update the options of mklib in Makefile.egl_g3d.Chia-I Wu2010-01-221-1/+2
* | egl: Remove egl_softpipe.Chia-I Wu2010-01-224-1208/+0
* | winsys/drm: Add swrast.Chia-I Wu2010-01-225-0/+48
* | st/egl: Remove the egl state tracker.Chia-I Wu2010-01-226-125/+0
* | winsys/drm: Update Makefile.template.Chia-I Wu2010-01-221-8/+1
* | Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-211-1/+2
* | radeong: Fix EGL driver names.Corbin Simpson2010-01-202-2/+2
* | Fix touching live system during install.Tomas Chvatal2010-01-201-1/+1
* | Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-206-28/+76
|\ \
| * \ Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-1293-662/+7628
| |\ \
| * | | st/egl: Allow APIs other than OpenGL.Chia-I Wu2009-11-104-18/+41
| * | | egl_softpipe: Clean up Makefile.Chia-I Wu2009-11-101-10/+5
| * | | gallium/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Chia-I Wu2009-11-051-0/+30
* | | | radeong: Don't allocate HW BOs for constantbufs.Corbin Simpson2010-01-184-12/+41
* | | | radeong: Check DRM version, and report stats.Corbin Simpson2010-01-181-1/+26
* | | | radeong: Use vram_size instead of vram_visible.Corbin Simpson2010-01-181-4/+3
* | | | i965g: Link against drm_intel instead of drm_radeonJakob Bornecrantz2010-01-171-1/+1
* | | | r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák2010-01-172-3/+5
* | | | i965g: make xorg state tracker build i965g_drv.soDave Airlie2010-01-161-31/+28
* | | | radeong: Change DRI driver name to radeong.Corbin Simpson2010-01-131-1/+1
* | | | egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu2010-01-121-1/+1
| |/ / |/| |