summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-27llvmpipe: eliminate tri->dx, tri->dy valueslp-line-rastKeith Whitwell2-42/+39
2010-08-27llvmpipe: point sprites rasterizationHui Qi Tay7-10/+93
2010-08-27llvmpipe: native point rasterization with better pixel rasterizationHui Qi Tay1-16/+18
2010-08-27llvmpipe: native point rasterizationHui Qi Tay8-5/+262
2010-08-27llvmpipe: update line rasterization code to current masterKeith Whitwell4-374/+227
2010-08-27util: add MIN4, MAX4Keith Whitwell1-0/+3
2010-08-27llvmpipe: native line rasterization with correct pixel rasterizationHui Qi Tay1-29/+213
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay11-22/+685
2010-08-27llvmpipe: intrinsics version of triangle coeficient calculationKeith Whitwell5-300/+577
2010-08-27gallium: Remove unnecessary header from p_shader_tokens.h.Vinson Lee1-2/+0
2010-08-27tgsi: Include missing header in tgsi_parse.h.Vinson Lee1-0/+1
2010-08-27tgsi: Include missing header in tgsi_info.h.Vinson Lee1-0/+1
2010-08-27tgsi: Include missing header in tgsi_dump.h.Vinson Lee1-0/+1
2010-08-27gallium: Remove unnecessary header from p_format.h.Vinson Lee1-2/+0
2010-08-27graw: Include missing header in graw.h.Vinson Lee1-0/+1
2010-08-27r300g: Include missing header in r300_texture.h.Vinson Lee1-0/+1
2010-08-26Fix typo in function name "shading_laguage_version".Kenneth Graunke1-2/+2
2010-08-27Revert "r600g: simplify states"Dave Airlie15-8277/+1720
2010-08-27r600g: add initial if/else/endif supportDave Airlie4-12/+170
2010-08-27r600g: optimise op2 and swapped op2 emission.Dave Airlie1-48/+37
2010-08-27r600g: add exp support in theory.Dave Airlie1-1/+105
2010-08-27r600g: add DPH support.Dave Airlie1-1/+8
2010-08-26i965: Add preliminary support for uniforms to the new FS backend.Eric Anholt1-8/+55
2010-08-26i965: Abort on gl_FragDepth in the new FS backend for now.Eric Anholt1-0/+1
2010-08-26i965: Fix up and actually enable the NewShader and NewShaderProgram hooks.Eric Anholt2-3/+8
2010-08-26i965: Hack in avoidance of c++ reserved keyword in libdrm.Eric Anholt1-0/+8
2010-08-26i965: Add GLSL IR-level source annotation and comments to new FS debug.Eric Anholt1-5/+83
2010-08-26i965: Use the implied move in brw_math() in the new FS.Eric Anholt1-2/+1
2010-08-26i965: Add support for in varyings to the new FS codegen.Eric Anholt1-55/+390
2010-08-26i965: Start building the codegen visitor.Eric Anholt1-10/+659
2010-08-26i965: Start building direct GLSL2 IR to 965 assembly codegen.Eric Anholt4-17/+381
2010-08-26i965: Add new pass to split vectors into scalar variablesEric Anholt4-1/+393
2010-08-26i965: Add a pass for the FS to reduce vector expressions down to scalar.Eric Anholt4-1/+384
2010-08-26i965: Start building 965 FS backend.Eric Anholt8-11/+135
2010-08-26llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul1-1/+8
2010-08-26graw: Add copyright headers to the interfaces.José Fonseca1-0/+27
2010-08-26ir_to_mesa: Don't assume that an ir_dereference_array is of a variable.Eric Anholt1-1/+2
2010-08-26glsl: Add a quick hack to constant folding to reduce duplicated work.Eric Anholt1-0/+13
2010-08-26st/mesa: Remove unnecessary header.Vinson Lee1-1/+0
2010-08-26scons: Fix inverted logic.José Fonseca1-1/+1
2010-08-26docs: update news.html with 7.8.2 release infoBrian Paul1-0/+8
2010-08-26docs: remove links to tungstengraphics.com, and misc updatesBrian Paul4-29/+18
2010-08-26docs: remove link to old memory.html pageBrian Paul1-1/+0
2010-08-26scons: Add glsl_symbol_table.cppJosé Fonseca1-0/+1
2010-08-26i965: Add support for destination RelAddr writes in the VS.Eric Anholt2-13/+48
2010-08-26i965: Fix the test for variable indexing of shader inputs.Eric Anholt1-5/+11
2010-08-26glsl2: Remove a couple FINISHME comments that have already been resolvedIan Romanick1-7/+1
2010-08-26glsl: Move built-ins to live beyond the global scope.Kenneth Graunke1-4/+20
2010-08-26glsl: Move is_built_in flag from ir_function_signature to ir_function.Kenneth Graunke8-18/+13
2010-08-26glsl: Refactor variable declaration handling.Kenneth Graunke1-36/+41