summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* r600c: fix mipmap stride on evergreenAlex Deucher2010-09-241-3/+10
* st/mesa: use the wrapped renderbuffer in CopyPixels()Brian Paul2010-09-241-1/+11
* st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()Brian Paul2010-09-241-0/+2
* mesa: fix assertions to handle srgb formatsBrian Paul2010-09-241-4/+8
* r300g: Always try to build libr300compiler.aTom Stellard2010-09-231-0/+1
* intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg2010-09-232-11/+3
* mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul2010-09-239-21/+60
* i965: Share the KIL_NV implementation between glsl and non-glsl.Eric Anholt2010-09-233-17/+3
* glsl: Fix broken handling of ir_binop_equal and ir_binop_nequal.Kenneth Graunke2010-09-231-25/+30
* glsl: Add comments to clarify the types of comparison binops.Kenneth Graunke2010-09-231-1/+2
* glsl2: silence compiler warnings in printf() callsBrian Paul2010-09-231-2/+4
* glsl: Add doxygen commentsIan Romanick2010-09-232-12/+121
* glsl/builtins: Switch comparison functions to just return an expression.Kenneth Graunke2010-09-235-360/+72
* glsl/builtins: Fix equal and notEqual builtins.Kenneth Graunke2010-09-233-48/+48
* glsl: Properly handle nested structure types.Kenneth Graunke2010-09-232-25/+11
* glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck2010-09-231-0/+3
* glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-231-0/+1
* ir_to_mesa: Remove unused member array_indexed from struct statevar_element.Vinson Lee2010-09-231-1/+0
* glsl2: Empty functions can be inlined.Tilman Sauerbeck2010-09-231-1/+4
* glsl2: Add flags to enable variable index loweringIan Romanick2010-09-235-8/+82
* glsl2: Refactor testing for whether a deref is of a matrix or arrayIan Romanick2010-09-231-11/+12
* glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri2010-09-235-0/+317
* glsl: Don't print blank (function ...) headers for built-ins.Kenneth Graunke2010-09-231-0/+3
* glsl: Change from has_builtin_signature to has_user_signature.Kenneth Graunke2010-09-233-5/+5
* glsl2: fix signed/unsigned comparison warningBrian Paul2010-09-231-2/+2
* glsl: Fix 'format not a string literal and no format arguments' warning.Vinson Lee2010-09-231-1/+1
* draw: Prevent clipped vertices overflow.José Fonseca2010-09-231-1/+13
* draw: don't apply flatshading to clipped tris with <3 vertsKeith Whitwell2010-09-231-17/+18
* egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6eDave Airlie2010-09-231-1/+1
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-2310-22/+20
* glx: Hold on to drawables if we're just switching to another contextKristian Høgsberg2010-09-231-1/+4
* i965: Also enable CC statistics when doing OQs.Eric Anholt2010-09-221-3/+4
* ir_to_mesa: Only compare vector_elements present for any_nequal/all_equalEric Anholt2010-09-221-2/+18
* i965: Track the windowizer's dispatch for kill pixel, promoted, and OQEric Anholt2010-09-223-6/+23
* glsl: Add definition of gl_TextureMatrix inverse/transpose builtins.Eric Anholt2010-09-221-0/+3
* dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg2010-09-223-9/+7
* llvmpipe: use draw module to draw spritesBrian Paul2010-09-221-6/+3
* glsl2: fix typo in error msgBrian Paul2010-09-211-1/+1
* llvmpipe: fix flatshading in new line codeKeith Whitwell2010-09-211-6/+13
* llvmpipe: fix query bug when no there's no sceneBrian Paul2010-09-201-2/+3
* gallivm: fix incorrect vector shuffle datatypeBrian Paul2010-09-201-1/+5
* st/mesa: fix assertion failure in GetTexImage for cubemapsMarek Olšák2010-09-201-0/+6
* i915g: Link with wrapper sw winsys with sconsJakob Bornecrantz2010-09-201-0/+1
* svga: Integer constant register file has a separate namespace.Michal Krol2010-09-203-8/+9
* svga: Fix relative addressing translation for pixel shaders.Michal Krol2010-09-201-14/+37
* scons: Link against talloc in the Gallium DRI driversJakob Bornecrantz2010-09-201-0/+1
* auxiliary: fix depth-only and stencil-only clearsLuca Barbieri2010-09-191-1/+1
* st/egl: s/kms/drm/ on the drm backend.Chia-I Wu2010-09-193-303/+303
* st/egl: Rename kms backend to drm.Chia-I Wu2010-09-198-21/+21
* st/egl: Split modeset code support to modeset.c.Chia-I Wu2010-09-193-587/+647