summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* glsl/loop_unroll: unroll loops with cond breaks anywhere, not just the endshader-workLuca Barbieri2010-09-141-54/+76
* glsl: teach loop analysis that array dereferences are bounds on the index (v3)Luca Barbieri2010-09-148-17/+92
* mesa: add MESA_ROBUST_ACCESS env var to enable ARB_robustnessLuca Barbieri2010-09-141-0/+5
* glsl/loop_analysis: fix miscompilation with continues before cond breaksLuca Barbieri2010-09-141-0/+40
* glsl: TEMP: do array indexing lowering and structure split in main.cppLuca Barbieri2010-09-141-0/+3
* glsl: teach structure splitting to split arrays, and never split in/outsLuca Barbieri2010-09-141-30/+113
* glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri2010-09-144-0/+281
* mesa: upgrade wglext.h to version 22Brian Paul2010-09-142-106/+139
* mesa: upgrade glxext.h to version 32Brian Paul2010-09-142-2/+48
* mesa: update to version 64 of GL/glext.hBrian Paul2010-09-1414-102/+1050
* mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul2010-09-142-9/+15
* glsl2: add case for ir_unop_noiseBrian Paul2010-09-141-0/+4
* glsl2: fix commentsBrian Paul2010-09-143-3/+3
* mesa: Remove unnecessary FEATURE tests.Chia-I Wu2010-09-142-18/+0
* mesa: Less FEATURE_ARB_sync tests.Chia-I Wu2010-09-145-25/+60
* mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu2010-09-1411-90/+0
* gallivm: Remove unnecessary header.Vinson Lee2010-09-141-1/+0
* llvmpipe: Initialize variable for potentially unhandled switch case.Vinson Lee2010-09-141-0/+3
* i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-141-1/+2
* i915g: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-131-1/+2
* i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.Vinson Lee2010-09-131-0/+1
* identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee2010-09-131-1/+1
* rbug: Fix 'assignment from incompatible pointer type' warning.Vinson Lee2010-09-131-1/+1
* mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri2010-09-141-0/+2
* mesa/st: set compiler options based on Gallium shader capsLuca Barbieri2010-09-141-0/+9
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-1425-345/+612
* glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequalIan Romanick2010-09-133-240/+48
* glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmpsLuca Barbieri2010-09-138-23/+74
* loop_unroll: unroll loops with (lowered) breaksLuca Barbieri2010-09-131-4/+89
* glsl2: Add pass to remove redundant jumpsIan Romanick2010-09-136-1/+118
* glsl: Explain file naming conventionIan Romanick2010-09-131-0/+12
* loop_controls: fix analysis of already analyzed loopsLuca Barbieri2010-09-131-1/+8
* i965: Request that returns be lowered in shader mainIan Romanick2010-09-131-0/+1
* glsl: call ir_lower_jumps according to compiler optionsLuca Barbieri2010-09-131-0/+2
* glsl: add continue/break/return unification/elimination pass (v2)Luca Barbieri2010-09-136-250/+548
* glsl: add ir_control_flow_visitorLuca Barbieri2010-09-131-0/+17
* llvmpipe: Fix non SSE2 builds.José Fonseca2010-09-131-2/+2
* r300g/swtcl: unlock VBO after draw_flushMarek Olšák2010-09-131-4/+1
* llvmpipe: Change asm to __asm__.Witold Baryluk2010-09-131-3/+3
* EGL DRI2: 0xa011 is Pineview not IronlakeJesse Barnes2010-09-131-1/+1
* r600c: const buffer sizes must be a multiple of 16 constsAlex Deucher2010-09-133-29/+21
* EGL DRI2: add PCI ID for Ironlake mobileJesse Barnes2010-09-131-0/+1
* r600c/eg: remove obselete commentAlex Deucher2010-09-131-2/+0
* r600c/eg: remove unused emit timestamp functionAlex Deucher2010-09-131-8/+0
* r600c/eg: emit CB_BLEND_ALPHA with the other blend valuesAlex Deucher2010-09-131-5/+5
* r600c: remove redundant state emit on evergreenAlex Deucher2010-09-131-17/+0
* mesa: Revert accidentally committed vertex code chunkKristian Høgsberg2010-09-131-2/+0
* r600c: eg: fix typoAndre Maasikas2010-09-131-1/+1
* r600c: eg: 256 float4 constants may need more than 256 bytesAndre Maasikas2010-09-132-2/+2
* r600c: eg - fix uninitialized variableAndre Maasikas2010-09-131-0/+2