summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-27glsl2: remove 'extern' keyword in .c fileBrian Paul
2010-08-27i965: Fix swapped instructions in ir_unop_abs and ir_unop_neg.Eric Anholt
2010-08-27i965: Add generate() handling for AND, OR, XOR.Eric Anholt
2010-08-27i965: Add support for if instructions in the new FS backend.Eric Anholt
2010-08-27i965: When encountering an unknown opcode in new FS backend, print its name.Eric Anholt
2010-08-27i965: Fix the maximum grf counting in the new FS backend.Eric Anholt
2010-08-27i965: Validate the IR tree after doing our custom optimization passes.Eric Anholt
2010-08-27i965: Add a bit of support for matrices to the new FS.Eric Anholt
2010-08-27i965: Fix destination writemasking in the new FS.Eric Anholt
2010-08-27i965: Fix swizzling in vector splitting for the new FS backend.Eric Anholt
2010-08-27graw: fix the build (missing header)Zack Rusin
2010-08-27mesa: free the fallback texture object in free_shared_state()Brian Paul
2010-08-27mesa: fix double-underscore namingBrian Paul
2010-08-27llvmpipe: use util_iround in place of roundKeith Whitwell
2010-08-27util: fix typo in MAX4Keith Whitwell
2010-08-27llvmpipe: eliminate tri->dx, tri->dy valuesKeith Whitwell
2010-08-27llvmpipe: point sprites rasterizationHui Qi Tay
2010-08-27llvmpipe: native point rasterization with better pixel rasterizationHui Qi Tay
2010-08-27llvmpipe: native point rasterizationHui Qi Tay
2010-08-27llvmpipe: update line rasterization code to current masterKeith Whitwell
2010-08-27util: add MIN4, MAX4Keith Whitwell
2010-08-27llvmpipe: native line rasterization with correct pixel rasterizationHui Qi Tay
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay
2010-08-27llvmpipe: add lp_setup_coef to makefileKeith Whitwell
2010-08-27llvmpipe: intrinsics version of triangle coeficient calculationKeith Whitwell
2010-08-27gallium: Remove unnecessary header from p_shader_tokens.h.Vinson Lee
2010-08-27tgsi: Include missing header in tgsi_parse.h.Vinson Lee
2010-08-27tgsi: Include missing header in tgsi_info.h.Vinson Lee
2010-08-27tgsi: Include missing header in tgsi_dump.h.Vinson Lee
2010-08-27gallium: Remove unnecessary header from p_format.h.Vinson Lee
2010-08-27graw: Include missing header in graw.h.Vinson Lee
2010-08-27r300g: Include missing header in r300_texture.h.Vinson Lee
2010-08-26Fix typo in function name "shading_laguage_version".Kenneth Graunke
2010-08-27Revert "r600g: simplify states"Dave Airlie
2010-08-27r600g: add initial if/else/endif supportDave Airlie
2010-08-27r600g: optimise op2 and swapped op2 emission.Dave Airlie
2010-08-27r600g: add exp support in theory.Dave Airlie
2010-08-27r600g: add DPH support.Dave Airlie
2010-08-26i965: Add preliminary support for uniforms to the new FS backend.Eric Anholt
2010-08-26i965: Abort on gl_FragDepth in the new FS backend for now.Eric Anholt
2010-08-26i965: Fix up and actually enable the NewShader and NewShaderProgram hooks.Eric Anholt
2010-08-26i965: Hack in avoidance of c++ reserved keyword in libdrm.Eric Anholt
2010-08-26i965: Add GLSL IR-level source annotation and comments to new FS debug.Eric Anholt
2010-08-26i965: Use the implied move in brw_math() in the new FS.Eric Anholt
2010-08-26i965: Add support for in varyings to the new FS codegen.Eric Anholt
2010-08-26i965: Start building the codegen visitor.Eric Anholt
2010-08-26i965: Start building direct GLSL2 IR to 965 assembly codegen.Eric Anholt
2010-08-26i965: Add new pass to split vectors into scalar variablesEric Anholt
2010-08-26i965: Add a pass for the FS to reduce vector expressions down to scalar.Eric Anholt
2010-08-26i965: Start building 965 FS backend.Eric Anholt