summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-20docs: mark as obsolete, remove dead linksBrian Paul1-4/+6
2010-09-20docs: remove old broken linkBrian Paul1-1/+0
2010-09-20llvmpipe: fix query bug when no there's no sceneBrian Paul1-2/+3
2010-09-20gallivm: fix incorrect vector shuffle datatypeBrian Paul1-1/+5
2010-09-20st/mesa: fix assertion failure in GetTexImage for cubemapsMarek Olšák1-0/+6
2010-09-20i915g: Link with wrapper sw winsys with sconsJakob Bornecrantz1-0/+1
2010-09-20svga: Integer constant register file has a separate namespace.Michal Krol3-8/+9
2010-09-20svga: Fix relative addressing translation for pixel shaders.Michal Krol1-14/+37
2010-09-20scons: Link against talloc in the Gallium DRI driversJakob Bornecrantz1-0/+1
2010-09-19auxiliary: fix depth-only and stencil-only clearsLuca Barbieri1-1/+1
2010-09-19egl: Enable drm platform by default.Chia-I Wu1-0/+3
2010-09-19st/egl: s/kms/drm/ on the drm backend.Chia-I Wu3-303/+303
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu10-24/+24
2010-09-19st/egl: Split modeset code support to modeset.c.Chia-I Wu3-587/+647
2010-09-17tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul1-6/+9
2010-09-17libgl-xlib: Remove unused st_api_create_OpenGL.Chia-I Wu1-8/+0
2010-09-17targets/egl: Use C++ compiler to link GL/ES state trackers.Chia-I Wu1-3/+10
2010-09-16mesa: include mfeatures.h in formats.cBrian Paul1-0/+1
2010-09-16r300g/swtcl: fix CS overrunMarek Olšák2-8/+28
2010-09-16glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()Brian Paul1-2/+2
2010-09-16st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu3-4/+21
2010-09-16mesa: Update ES APIspec.xml.Chia-I Wu1-9/+5
2010-09-16glapi: Fix ES build errors again.Chia-I Wu1-2/+2
2010-09-16glapi: Fix build errors for ES.Chia-I Wu1-1/+1
2010-09-16r600c: fix buffer height setting in dri2 caseAndre Maasikas2-9/+46
2010-09-15tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul1-5/+6
2010-09-15llvmpipe: return zero from floor_pot(zero)Keith Whitwell1-1/+3
2010-09-15r300g: fix buffer reuse issue caused by previous commitDave Airlie1-3/+6
2010-09-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák2-4/+26
2010-09-14auxiliary: fix unintended fallthroughLuca Barbieri1-0/+1
2010-09-14r600c: fix setting negative values to bitfields7.9-branchpointAndre Maasikas1-1/+1
2010-09-14mesa: upgrade wglext.h to version 22Brian Paul2-106/+139
2010-09-14mesa: upgrade glxext.h to version 32Brian Paul2-2/+48
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul14-102/+1050
2010-09-14mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul2-9/+15
2010-09-14glsl2: add case for ir_unop_noiseBrian Paul1-0/+4
2010-09-14glsl2: fix commentsBrian Paul3-3/+3
2010-09-14mesa: Remove unnecessary FEATURE tests.Chia-I Wu2-18/+0
2010-09-14mesa: Less FEATURE_ARB_sync tests.Chia-I Wu5-25/+60
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu11-90/+0
2010-09-14gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-14llvmpipe: Initialize variable for potentially unhandled switch case.Vinson Lee1-0/+3
2010-09-14i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee1-1/+2
2010-09-13i915g: Fix 'control reaches end of non-void function' warning.Vinson Lee1-1/+2
2010-09-13i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.Vinson Lee1-0/+1
2010-09-13identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee1-1/+1
2010-09-13rbug: Fix 'assignment from incompatible pointer type' warning.Vinson Lee1-1/+1
2010-09-14mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri1-0/+2
2010-09-14mesa/st: set compiler options based on Gallium shader capsLuca Barbieri1-0/+9
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri25-345/+612