summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-14gallivm: Remove unnecessary header.Vinson Lee
2010-08-14scons: Fix r600g build.Vinson Lee
2010-08-14r600g: Remove unnecessary headers.Vinson Lee
2010-08-14r300g: Remove unnecessary header.Vinson Lee
2010-08-14u_cpu_detect: remove arch and little_endianLuca Barbieri
2010-08-14gallivm: Refactor the Newton-Rapshon steps, and disable once again.José Fonseca
2010-08-14Revert "glsl2: Use stdint.h instead of inttypes.h"José Fonseca
2010-08-14glsl: Standardize a few more uses of struct vs class keyword.José Fonseca
2010-08-14scons: Link talloc.José Fonseca
2010-08-14glsl: Silence gcc warning "control reaches end of non-void function".José Fonseca
2010-08-14mesa: Silence gcc warning "control reaches end of non-void function".José Fonseca
2010-08-14mesa: Silence gcc warning "missing initializer for member".José Fonseca
2010-08-14mesa: Recent versions of MSVC define the single precision functions already.José Fonseca
2010-08-14scons: Add new source files.José Fonseca
2010-08-14mesa: atan2f and powf need two args.José Fonseca
2010-08-14glsl: Clean up header file inclusion in slang_builtin.h.Vinson Lee
2010-08-14glsl: Clean up header file inclusion.Vinson Lee
2010-08-14glsl: Include missing header in slang_compile.c.Vinson Lee
2010-08-14glsl/cl: Add forward declaration.Vinson Lee
2010-08-13Merge branch 'master' into glsl2Ian Romanick
2010-08-13mesa: Work-arounds for platforms that lack C99 math functionsIan Romanick
2010-08-13glsl2/Makefile: Add a 'make builtins' target.Kenneth Graunke
2010-08-13glsl2: Rework builtin function generation.Kenneth Graunke
2010-08-13ir_reader: Don't mark functions as defined if their body is empty.Kenneth Graunke
2010-08-13glsl2: Commit generated file change by commit ab18be74Ian Romanick
2010-08-13glsl2: Add a pass to strip out noop swizzles.Eric Anholt
2010-08-13glsl2: Convert ir_constant_propagation to ir_rvalue_visitor.Eric Anholt
2010-08-13glsl2: Add a generic visitor class to call back with pointers to each rvalue.Eric Anholt
2010-08-13mesa: Avoid using c++ keyword in dri_util.h when compiled with c++.Eric Anholt
2010-08-13intel: Remove include of texmem.h, since we haven't used it in ages.Eric Anholt
2010-08-13glsl2: Move ir_to_mesa handling to driver CompileShader and LinkShader hooks.Eric Anholt
2010-08-13glsl2: Add support for ir_unop_neg to ir_mat_op_to_vecEric Anholt
2010-08-13glsl2: Move the common optimization passes to a helper function.Eric Anholt
2010-08-13glsl2: Refresh autogenerated bison parser.Kenneth Graunke
2010-08-13Fix an MSVC build error (bugzilla 29570).Vinson Lee
2010-08-13glsl2: Remove unnecessary use of 'struct' before type namesIan Romanick
2010-08-13glsl2: Use stdint.h instead of inttypes.hIan Romanick
2010-08-13mesa: assorted clean-ups, var type changes, assertions in prog_optimize.cBrian Paul
2010-08-13mesa: more/better program optimizationsBenjamin Segovia
2010-08-13glsl2: Commit generated file changed by previous commitIan Romanick
2010-08-13glsl2: Use --nounistd to fix MSVC buildIan Romanick
2010-08-13linker: Assign attrib location 0 if gl_Vertex is not usedIan Romanick
2010-08-13st/dri: make dri_drawable_validate_att staticGeorge Sapountzis
2010-08-13st/dri: move TFP code to dri_drawable.cGeorge Sapountzis
2010-08-13st/dri: Fix segmentation fault in sw driversnobled
2010-08-13st/dri: dri_drawable_get_format is shared between DRI2 and DRISWGeorge Sapountzis
2010-08-13glsl2: Include string.h in preprocessorJakob Bornecrantz
2010-08-13glsl2: Commit generated files changed by previous two commitsIan Romanick
2010-08-13glsl2: Avoid token name collisions with names used by Windows header filesIan Romanick
2010-08-13glsl2: Eliminate tokens for square matrix short namesIan Romanick