summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-13i965: Request that returns be lowered in shader mainIan Romanick1-0/+1
2010-09-13glsl: call ir_lower_jumps according to compiler optionsLuca Barbieri1-0/+2
2010-09-13glsl: add continue/break/return unification/elimination pass (v2)Luca Barbieri6-250/+548
2010-09-13glsl: add ir_control_flow_visitorLuca Barbieri1-0/+17
2010-09-13llvmpipe: Fix non SSE2 builds.José Fonseca1-2/+2
2010-09-13r300g/swtcl: unlock VBO after draw_flushMarek Olšák1-4/+1
2010-09-13llvmpipe: Change asm to __asm__.Witold Baryluk1-3/+3
2010-09-13EGL DRI2: 0xa011 is Pineview not IronlakeJesse Barnes1-1/+1
2010-09-13r600c: const buffer sizes must be a multiple of 16 constsAlex Deucher3-29/+21
2010-09-13EGL DRI2: add PCI ID for Ironlake mobileJesse Barnes1-0/+1
2010-09-13r600c/eg: remove obselete commentAlex Deucher1-2/+0
2010-09-13r600c/eg: remove unused emit timestamp functionAlex Deucher1-8/+0
2010-09-13r600c/eg: emit CB_BLEND_ALPHA with the other blend valuesAlex Deucher1-5/+5
2010-09-13r600c: remove redundant state emit on evergreenAlex Deucher1-17/+0
2010-09-13mesa: Revert accidentally committed vertex code chunkKristian Høgsberg1-2/+0
2010-09-13r600c: eg: fix typoAndre Maasikas1-1/+1
2010-09-13r600c: eg: 256 float4 constants may need more than 256 bytesAndre Maasikas2-2/+2
2010-09-13r600c: eg - fix uninitialized variableAndre Maasikas1-0/+2
2010-09-13glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg2-1/+13
2010-09-13r300g: fix SWTCLMarek Olšák4-41/+99
2010-09-13llvmpipe: Unbreak rasterization on 64bit.José Fonseca1-24/+22
2010-09-13gallium: Change the resource_copy_region semantics to allow copies between di...José Fonseca1-3/+5
2010-09-13r600g: evergreen fixup dsa state for running query.Dave Airlie2-3/+2
2010-09-13r600c: remove stray unmap callAndre Maasikas1-1/+0
2010-09-13llvmpipe: use gcc asm only with gccJosé Fonseca1-1/+1
2010-09-13r300g: print unassigned FS inputs for DBG_RSMarek Olšák1-0/+9