summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-09-23r300g: Always try to build libr300compiler.aTom Stellard1-0/+1
2010-09-23intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg2-11/+3
2010-09-23mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul9-21/+60
2010-09-23i965: Share the KIL_NV implementation between glsl and non-glsl.Eric Anholt3-17/+3
2010-09-23glsl: Fix broken handling of ir_binop_equal and ir_binop_nequal.Kenneth Graunke1-25/+30
2010-09-23glsl: Add comments to clarify the types of comparison binops.Kenneth Graunke1-1/+2
2010-09-23glsl2: silence compiler warnings in printf() callsBrian Paul1-2/+4
2010-09-23glsl: Add doxygen commentsIan Romanick2-12/+121
2010-09-23glsl/builtins: Switch comparison functions to just return an expression.Kenneth Graunke5-360/+72
2010-09-23glsl/builtins: Fix equal and notEqual builtins.Kenneth Graunke3-48/+48
2010-09-23glsl: Properly handle nested structure types.Kenneth Graunke2-25/+11
2010-09-23glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck1-0/+3
2010-09-23glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee1-0/+1
2010-09-23ir_to_mesa: Remove unused member array_indexed from struct statevar_element.Vinson Lee1-1/+0
2010-09-23glsl2: Empty functions can be inlined.Tilman Sauerbeck1-1/+4
2010-09-23glsl2: Add flags to enable variable index loweringIan Romanick5-8/+82
2010-09-23glsl2: Refactor testing for whether a deref is of a matrix or arrayIan Romanick1-11/+12
2010-09-23glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri5-0/+317
2010-09-23glsl: Don't print blank (function ...) headers for built-ins.Kenneth Graunke1-0/+3
2010-09-23glsl: Change from has_builtin_signature to has_user_signature.Kenneth Graunke3-5/+5
2010-09-23glsl2: fix signed/unsigned comparison warningBrian Paul1-2/+2
2010-09-23glsl: Fix 'format not a string literal and no format arguments' warning.Vinson Lee1-1/+1
2010-09-23draw: Prevent clipped vertices overflow.José Fonseca1-1/+13
2010-09-23draw: don't apply flatshading to clipped tris with <3 vertsKeith Whitwell1-17/+18
2010-09-23egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6eDave Airlie1-1/+1
2010-09-23dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg10-22/+20
2010-09-23glx: Hold on to drawables if we're just switching to another contextKristian Høgsberg1-1/+4
2010-09-22i965: Also enable CC statistics when doing OQs.Eric Anholt1-3/+4
2010-09-22ir_to_mesa: Only compare vector_elements present for any_nequal/all_equalEric Anholt1-2/+18
2010-09-22i965: Track the windowizer's dispatch for kill pixel, promoted, and OQEric Anholt3-6/+23
2010-09-22glsl: Add definition of gl_TextureMatrix inverse/transpose builtins.Eric Anholt1-0/+3
2010-09-22dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg3-9/+7
2010-09-22llvmpipe: use draw module to draw spritesBrian Paul1-6/+3
2010-09-21glsl2: fix typo in error msgBrian Paul1-1/+1
2010-09-21llvmpipe: fix flatshading in new line codeKeith Whitwell1-6/+13
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-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 Wu8-21/+21
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