summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-09-15r600g: misc cleanupJohn Doe7-46/+47
2010-09-15Merge remote branch 'origin/nv50-compiler'Christoph Bumiller23-5020/+9082
2010-09-15llvmpipe: return zero from floor_pot(zero)Keith Whitwell1-1/+3
2010-09-15nv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNTChristoph Bumiller2-2/+5
2010-09-15nv50: improve and fix modifier folding optimizationChristoph Bumiller4-26/+46
2010-09-15nv50: consider address register in reload eliminationChristoph Bumiller1-7/+11
2010-09-15llvmpipe: remove duplicate codeKeith Whitwell1-5/+0
2010-09-15llvmpipe: brackets around macro argKeith Whitwell1-1/+1
2010-09-15glapi: Fix ES build errors again.Chia-I Wu1-2/+2
2010-09-15r600g: Silence unused variable warning.Vinson Lee1-0/+2
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-0/+3
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-09-15nvfx: Silence uninitialized variable warnings.Vinson Lee1-0/+3
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-09-15glsl: Fix 'format not a string literal and no format arguments' warning.Vinson Lee1-1/+1
2010-09-15r300g: fix buffer reuse issue caused by previous commitDave Airlie1-3/+6
2010-09-15glapi: Fix build errors for ES.Chia-I Wu1-1/+1
2010-09-15r600c: fix buffer height setting in dri2 caseAndre Maasikas2-9/+46
2010-09-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák2-4/+26
2010-09-14mesa: Include missing header in program.h.Vinson Lee1-0/+1
2010-09-14r600g: Remove unnecessary headers.Vinson Lee2-3/+0
2010-09-14auxiliary: fix unintended fallthroughLuca Barbieri1-0/+1
2010-09-14llvmpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-14glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()Brian Paul1-2/+2
2010-09-14r600c: fix setting negative values to bitfields7.9-branchpointAndre Maasikas1-1/+1
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul12-23/+23
2010-09-14mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul2-9/+15
2010-09-14glsl2: add case for ir_unop_noiseBrian Paul1-0/+4
2010-09-14glsl2: fix commentsBrian Paul3-3/+3
2010-09-14mesa: Remove unnecessary FEATURE tests.Chia-I Wu2-18/+0
2010-09-14mesa: Less FEATURE_ARB_sync tests.Chia-I Wu5-25/+60
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu11-90/+0
2010-09-14gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-14llvmpipe: Initialize variable for potentially unhandled switch case.Vinson Lee1-0/+3
2010-09-14i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee1-1/+2
2010-09-13i915g: Fix 'control reaches end of non-void function' warning.Vinson Lee1-1/+2
2010-09-13i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.Vinson Lee1-0/+1
2010-09-13identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee1-1/+1
2010-09-13rbug: Fix 'assignment from incompatible pointer type' warning.Vinson Lee1-1/+1
2010-09-14mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri1-0/+2
2010-09-14mesa/st: set compiler options based on Gallium shader capsLuca Barbieri1-0/+9
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri25-345/+612
2010-09-13glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequalIan Romanick3-240/+48
2010-09-13glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmpsLuca Barbieri8-23/+74
2010-09-13loop_unroll: unroll loops with (lowered) breaksLuca Barbieri1-4/+89
2010-09-13glsl2: Add pass to remove redundant jumpsIan Romanick6-1/+118
2010-09-13glsl: Explain file naming conventionIan Romanick1-0/+12
2010-09-13loop_controls: fix analysis of already analyzed loopsLuca Barbieri1-1/+8