summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-18st/xorg: A bit more debugging infoJakob Bornecrantz1-0/+6
2010-02-18st/xorg: Make default of debugging fallbacks smartJakob Bornecrantz1-1/+1
2010-02-18drm/vmware: Latest interface changes are backwards incopatibleJakob Bornecrantz1-1/+1
2010-02-18swrast: fix left side clippingBrian Paul1-3/+36
2010-02-17mesa: Take back some assertions.José Fonseca1-2/+0
2010-02-16svga: Remove unused buffer download code.José Fonseca2-45/+0
2010-02-16pipebuffer: Don't synchronize when checking for buffer overflows.José Fonseca1-1/+3
2010-02-16svga: Translate point_sprite rasterizer state.Michal Krol3-1/+3
2010-02-16mesa: Lock mutex around _mesa_HashLookup linked list chase.Mike Stroyan2-3/+6
2010-02-16mesa: Test for failed malloc in _mesa_HashInsert.Mike Stroyan1-4/+6
2010-02-16vbo: Ensure vertices are always unmapped before the context is flushed.José Fonseca2-4/+6
2010-02-16slang: Fix handling of if/elif/else cases.Michal Krol1-4/+11
2010-02-15wgl: Be lenient when sharing contexts.José Fonseca1-2/+1
2010-02-15docs: document glMultiDrawElements() fixBrian Paul1-0/+1
2010-02-15vbo: fix broken glMultiDrawElements()Brian Paul1-4/+5
2010-02-15st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom2-2/+2
2010-02-13softpipe: fix broken cubemap / mipmap selection codeBrian Paul1-28/+71
2010-02-13mesa: Export GL_EXT_texture_cube_map.José Fonseca1-0/+1
2010-02-13wgl: Implement wglSwapMultipleBuffers.José Fonseca4-2/+31
2010-02-13svga: Fix texture border color.José Fonseca1-9/+6
2010-02-12st/mesa: restore draw rasterization stage after rasterposBrian Paul1-0/+8
2010-02-12svga: A few more tweaks to blend color state emission.José Fonseca2-10/+8
2010-02-12svga: Clamp max cube texture levels to supported max 2d levels.José Fonseca1-1/+6
2010-02-12svga: Report the 2d/3d texture sizes supported by the host.José Fonseca2-5/+23
2010-02-12svga: emit blend colorRoland Scheidegger1-4/+17
2010-02-12st/dri: don't expose visuals we'll have trouble supportingZack Rusin1-9/+20
2010-02-12st/dri, st/xorg: fix buffers that have attachements of different depthZack Rusin2-31/+77
2010-02-12r600: be more exact in vb size calculationAndre Maasikas1-1/+2
2010-02-12r600: support GL_SHORT attributesAndre Maasikas1-5/+5
2010-02-12wgl: Go into dormant state when DLL is unloaded unclealy.José Fonseca1-0/+1
2010-02-12scons: Target Windows7.José Fonseca1-2/+3
2010-02-12wgl: Do not reach out and destroy contexts on cleanup.José Fonseca1-10/+12
2010-02-11svga: check min_index, max_index before assertionsBrian Paul1-2/+6
2010-02-11gdi: Never fail at DLL load time.José Fonseca2-10/+10
2010-02-11wgl: Fail gracefully whenever 3D could not be enabled for some reason.José Fonseca4-1/+30
2010-02-10mesa: Enable true refcounting for NullBufferObj.Michal Krol8-10/+48
2010-02-10mesa: Protect buffer objects reference counting with a mutex.Michal Krol2-4/+7
2010-02-09st/xorg: fix a silly offset bug in xvZack Rusin1-2/+9
2010-02-09vmware: Update vmwgfx_drm.h to kernel version.Thomas Hellstrom1-0/+8
2010-02-09docs: fix typo: s/osdemo/osdemos/Brian Paul1-1/+1
2010-02-06vmware/core: Support drm interface version 1.0.0Jakob Bornecrantz1-1/+1
2010-02-06vmware/core: Use correct flags in scanout codeJakob Bornecrantz1-4/+4
2010-02-08radeon: fix UMS since stp addition.Dave Airlie1-1/+2
2010-02-08r200: Fix UMS notto emit stp.Pauli Nieminen1-1/+4
2010-02-06intel: Check aperture size when doing a blit glClear.Eric Anholt1-0/+10
2010-02-06intel: Respect texture tiling when doing a PBO blit teximage upload.Eric Anholt1-1/+2
2010-02-06intel: Set the region's tiling to none when attaching a PBO to a region.Eric Anholt1-0/+1
2010-02-06intel: Fix PBO blit ReadPixels from an FBO.Eric Anholt1-45/+36
2010-02-06i965: Fix loads of non-relative-addr constants after a reladdr load.Eric Anholt1-1/+7
2010-02-06vmware/core: Handle new scanout fieldJakob Bornecrantz4-4/+35