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