summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-09-13r600c: eg: 256 float4 constants may need more than 256 bytesAndre Maasikas
2010-09-13r600c: eg - fix uninitialized variableAndre Maasikas
2010-09-13glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg
2010-09-13r300g: fix SWTCLMarek Olšák
2010-09-13llvmpipe: Unbreak rasterization on 64bit.José Fonseca
2010-09-13gallium: Change the resource_copy_region semantics to allow copies between di...José Fonseca
2010-09-13r600g: evergreen fixup dsa state for running query.Dave Airlie
2010-09-13r600c: remove stray unmap callAndre Maasikas
2010-09-13llvmpipe: use gcc asm only with gccJosé Fonseca
2010-09-13r300g: print unassigned FS inputs for DBG_RSMarek Olšák
2010-09-13r300g: fix map_bufferMarek Olšák