summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-25st/dri: minor cosmetic for screenGeorge Sapountzis
2010-03-25st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis
2010-03-25drisw_util: add fields for gallium swrast_driGeorge Sapountzis
2010-03-25r300g/radeong: fix scons buildJoakim Sindholt
2010-03-25Merge branch 'gallium-targets'Jakob Bornecrantz
2010-03-25gallium: Fix libgl-xlib path to sw xlib winsysJakob Bornecrantz
2010-03-25r300g: Remove unnecessary header.Vinson Lee
2010-03-24llvmpipe: fix up some questionable fence codeBrian Paul
2010-03-24llvmpipe: optimize the lp_setup_fence() functionBrian Paul
2010-03-24llvmpipe: call lp_fence_signal()Brian Paul
2010-03-24llvmpipe: added lp_fence_signal()Brian Paul
2010-03-25i915g: Correct and add supperted texture formatsJakob Bornecrantz
2010-03-25st/dri: Fix for X server 1.6.0 (DRI2 version 1)Jakob Bornecrantz
2010-03-24llvmpipe: fix texture reference counting bugBrian Paul
2010-03-24r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher
2010-03-24r300: report correct state atom sizeMaciej Cencora
2010-03-24r300: fix off by oneMaciej Cencora
2010-03-24r300: fix vertex programs with big number of params (>255) under KMSMaciej Cencora
2010-03-24r300: fix wpos/fog handlingMaciej Cencora
2010-03-24r300: clean fog_attr/wpos_attr if code accessing these attributes has been re...Maciej Cencora
2010-03-24gallium: Add warnings incase pipe drivers are not built in targetsJakob Bornecrantz
2010-03-24gallium: Make scons build dri/xorg drivers againJakob Bornecrantz
2010-03-24i965: Handle the negate and abs swizzles on brw_wm_glsl.c immediate args.Eric Anholt
2010-03-24radeong: Fix scons buildJakob Bornecrantz
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz
2010-03-24gallium: Move xorg drivers to targetsJakob Bornecrantz
2010-03-24gallium: Move egl drivers to targetsJakob Bornecrantz
2010-03-24gallium: Move dri drivers to targetsJakob Bornecrantz
2010-03-24gallium: Remove GALLIUM_WINSYS_DRM_DIRSJakob Bornecrantz
2010-03-24st/mesa: fix typo in prev commitBrian Paul
2010-03-24st/mesa: fix sampler_view destruction bug when texture is sharedBrian Paul
2010-03-24st/mesa: code clean-ups, formatting fixes, comments, etcBrian Paul
2010-03-24st/mesa: rename st_clear() to st_Clear()Brian Paul
2010-03-24st/mesa: return GL_TRUE/GL_FALSE if return type is GLbooleanBrian Paul
2010-03-23swrast: improve depth texture mipmap selectionBrian Paul
2010-03-23st/glx: add support for multiple displaysBrian Paul
2010-03-23glslcompiler: added option to do linking of vert/frag shadersBrian Paul
2010-03-23dri: fix dri_test.c for non-TLS buildLuca Barbieri
2010-03-23dri: add _glthread_GetID to dri_test.c dummy glapiLuca Barbieri
2010-03-23dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
2010-03-23i965: Stop abusing ctx->NewState flags for storing driver internal changes.Eric Anholt
2010-03-23dri: Add $(DRI_LIB_DEPS) when linking the test binaryKristian Høgsberg
2010-03-23i965: Stop abusing ctx->NewState flags for storing driver internal changes.Eric Anholt
2010-03-23mesa: Also print _NEW_STENCIL in _mesa_print_state()Kristian Høgsberg
2010-03-23nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAMLuca Barbieri
2010-03-23nvfx: delay allocation of buffers in GART/VRAM to validation timeLuca Barbieri
2010-03-23st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0Luca Barbieri
2010-03-23dri: use mv -f instead of mv to ensure no prompting occursLuca Barbieri
2010-03-23Merge branch '7.8'Brian Paul