summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
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-22st/egl: Remove the egl state tracker.Chia-I Wu
2010-01-22winsys/drm: Update Makefile.template.Chia-I Wu
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-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
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-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
2010-01-11nouveau: Make winsys recognise the original NV50.Marcin Kościelnicki
2010-01-11egl_softpipe: Remove the unnecessary call to _eglSwapBuffers.Chia-I Wu
2010-01-08scons: Don't build xlib when dri is enabled.José Fonseca
2010-01-08scons: Output a meaningful message when xlib libGL.so can't be built.José Fonseca
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04vmware/xorg: Fix SCons build.Michel Dänzer
2010-01-03gdi: Don't generate import libraries for opengl32.dll.José Fonseca
2010-01-02gdi: Don't generate import libraries for opengl32.dll.José Fonseca
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-28xlib: Integrate the trace driver with all pipe drivers.José Fonseca
2009-12-28scons: Fix xlib build.José Fonseca
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-27r300g: fix use of uninitialised variables.Dave Airlie
2009-12-27r300g: rename modesetting_drv.so to radeong_drv.soDave Airlie
2009-12-22xlib: Use C-style comments.Vinson Lee
2009-12-22Merge branch 'i965g-restart'Keith Whitwell
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-21Merge commit 'origin/master' into i965g-restartKeith Whitwell
2009-12-21ws/i965: respect DEBUG_WINSYS flagKeith Whitwell
2009-12-18Revert "r300g: flush CS if a buffer being deleted is referenced by it"Corbin Simpson
2009-12-18Merge branch 'pipe-format-simplify'Michal Krol
2009-12-18r300g: store own copy of flush_cb and flush data.Dave Airlie
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-17Merge branch 'glsl-pp-rework-2'Michal Krol
2009-12-15r300g: flush CS if a buffer being deleted is referenced by itMarek Olšák