summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-15glapi: Fix build errors for ES.Chia-I Wu
2010-09-15r600c: fix buffer height setting in dri2 caseAndre Maasikas
2010-09-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák
2010-09-14mesa: Include missing header in program.h.Vinson Lee
2010-09-14r600g: Remove unnecessary headers.Vinson Lee
2010-09-14auxiliary: fix unintended fallthroughLuca Barbieri
2010-09-14llvmpipe: Remove unnecessary header.Vinson Lee
2010-09-14glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()Brian Paul
2010-09-14r600c: fix setting negative values to bitfieldsAndre Maasikas
2010-09-14mesa: upgrade wglext.h to version 22Brian Paul
2010-09-14mesa: upgrade glxext.h to version 32Brian Paul
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul
2010-09-14mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul
2010-09-14glsl2: add case for ir_unop_noiseBrian Paul
2010-09-14glsl2: fix commentsBrian Paul
2010-09-14mesa: Remove unnecessary FEATURE tests.Chia-I Wu
2010-09-14mesa: Less FEATURE_ARB_sync tests.Chia-I Wu
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu
2010-09-14gallivm: Remove unnecessary header.Vinson Lee
2010-09-14llvmpipe: Initialize variable for potentially unhandled switch case.Vinson Lee
2010-09-14i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-09-13i915g: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-09-13i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.Vinson Lee
2010-09-13identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee
2010-09-13rbug: Fix 'assignment from incompatible pointer type' warning.Vinson Lee
2010-09-14mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri
2010-09-14mesa/st: set compiler options based on Gallium shader capsLuca Barbieri
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-13glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequalIan Romanick
2010-09-13glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmpsLuca Barbieri
2010-09-13loop_unroll: unroll loops with (lowered) breaksLuca Barbieri
2010-09-13glsl2: Add pass to remove redundant jumpsIan Romanick
2010-09-13glsl: Explain file naming conventionIan Romanick
2010-09-13loop_controls: fix analysis of already analyzed loopsLuca Barbieri
2010-09-13i965: Request that returns be lowered in shader mainIan Romanick
2010-09-13glsl: call ir_lower_jumps according to compiler optionsLuca Barbieri
2010-09-13glsl: add continue/break/return unification/elimination pass (v2)Luca Barbieri
2010-09-13glsl: add ir_control_flow_visitorLuca Barbieri
2010-09-13llvmpipe: Fix non SSE2 builds.José Fonseca
2010-09-13r300g/swtcl: unlock VBO after draw_flushMarek Olšák
2010-09-13llvmpipe: Change asm to __asm__.Witold Baryluk
2010-09-13EGL DRI2: 0xa011 is Pineview not IronlakeJesse Barnes
2010-09-13r600c: const buffer sizes must be a multiple of 16 constsAlex Deucher
2010-09-13EGL DRI2: add PCI ID for Ironlake mobileJesse Barnes
2010-09-13r600c/eg: remove obselete commentAlex Deucher
2010-09-13r600c/eg: remove unused emit timestamp functionAlex Deucher
2010-09-13r600c/eg: emit CB_BLEND_ALPHA with the other blend valuesAlex Deucher
2010-09-13r600c: remove redundant state emit on evergreenAlex Deucher
2010-09-13mesa: Revert accidentally committed vertex code chunkKristian Høgsberg
2010-09-13r600c: eg: fix typoAndre Maasikas