Age | Commit message (Expand) | Author |
2010-09-14 | r600g: Remove unnecessary headers. | Vinson Lee |
2010-09-14 | auxiliary: fix unintended fallthrough | Luca Barbieri |
2010-09-14 | llvmpipe: Remove unnecessary header. | Vinson Lee |
2010-09-14 | glx: add const qualifiers to __indirect_glMultiDrawArraysEXT() | Brian Paul |
2010-09-14 | r600c: fix setting negative values to bitfields | Andre Maasikas |
2010-09-14 | mesa: upgrade wglext.h to version 22 | Brian Paul |
2010-09-14 | mesa: upgrade glxext.h to version 32 | Brian Paul |
2010-09-14 | mesa: update to version 64 of GL/glext.h | Brian Paul |
2010-09-14 | mesa: move, redefine MESA_GEOMETRY_PROGRAM | Brian Paul |
2010-09-14 | glsl2: add case for ir_unop_noise | Brian Paul |
2010-09-14 | glsl2: fix comments | Brian Paul |
2010-09-14 | mesa: Remove unnecessary FEATURE tests. | Chia-I Wu |
2010-09-14 | mesa: Less FEATURE_ARB_sync tests. | Chia-I Wu |
2010-09-14 | mesa: Remove unused _MESA_INIT_*_FUNCTIONS. | Chia-I Wu |
2010-09-14 | gallivm: Remove unnecessary header. | Vinson Lee |
2010-09-14 | llvmpipe: Initialize variable for potentially unhandled switch case. | Vinson Lee |
2010-09-14 | i965g: Fix 'control reaches end of non-void function' warning. | Vinson Lee |
2010-09-13 | i915g: Fix 'control reaches end of non-void function' warning. | Vinson Lee |
2010-09-13 | i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning. | Vinson Lee |
2010-09-13 | identity: Fix 'assignment from incompatible pointer type' warning. | Vinson Lee |
2010-09-13 | rbug: Fix 'assignment from incompatible pointer type' warning. | Vinson Lee |
2010-09-14 | mesa/st: ask GLSL to not emit noise since we have a dummy implementation | Luca Barbieri |
2010-09-14 | mesa/st: set compiler options based on Gallium shader caps | Luca Barbieri |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
2010-09-13 | glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequal | Ian Romanick |
2010-09-13 | glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps | Luca Barbieri |
2010-09-13 | loop_unroll: unroll loops with (lowered) breaks | Luca Barbieri |
2010-09-13 | glsl2: Add pass to remove redundant jumps | Ian Romanick |
2010-09-13 | glsl: Explain file naming convention | Ian Romanick |
2010-09-13 | loop_controls: fix analysis of already analyzed loops | Luca Barbieri |
2010-09-13 | i965: Request that returns be lowered in shader main | Ian Romanick |
2010-09-13 | glsl: call ir_lower_jumps according to compiler options | Luca Barbieri |
2010-09-13 | glsl: add continue/break/return unification/elimination pass (v2) | Luca Barbieri |
2010-09-13 | glsl: add ir_control_flow_visitor | Luca Barbieri |
2010-09-13 | llvmpipe: Fix non SSE2 builds. | José Fonseca |
2010-09-13 | r300g/swtcl: unlock VBO after draw_flush | Marek Olšák |
2010-09-13 | llvmpipe: Change asm to __asm__. | Witold Baryluk |
2010-09-13 | EGL DRI2: 0xa011 is Pineview not Ironlake | Jesse Barnes |
2010-09-13 | r600c: const buffer sizes must be a multiple of 16 consts | Alex Deucher |
2010-09-13 | EGL DRI2: add PCI ID for Ironlake mobile | Jesse Barnes |
2010-09-13 | r600c/eg: remove obselete comment | Alex Deucher |
2010-09-13 | r600c/eg: remove unused emit timestamp function | Alex Deucher |
2010-09-13 | r600c/eg: emit CB_BLEND_ALPHA with the other blend values | Alex Deucher |
2010-09-13 | r600c: remove redundant state emit on evergreen | Alex Deucher |
2010-09-13 | nv50: fix TXP depth comparison value | Christoph Bumiller |
2010-09-13 | nv50: fix indirect CONST access with large or negative offsets | Christoph Bumiller |
2010-09-13 | nv50: MOV TEMP[0], -CONST[0] must be float32 negation | Christoph Bumiller |
2010-09-13 | nv50: interp cannot write flags reg | Christoph Bumiller |
2010-09-13 | nv50: check for immediates when turning MUL ADD into MAD | Christoph Bumiller |
2010-09-13 | nv50: handle TGSI EXP and LOG again | Christoph Bumiller |