summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-08-15glsl: Clean up header file inclusion in slang_mem.h.Vinson Lee
2010-08-15glsl: Clean up header file inclusion in slang_ir.h.Vinson Lee
2010-08-15glsl: Include missing header in slang_link.c.Vinson Lee
2010-08-15glsl: Include missing headers in slang_builtin.c.Vinson Lee
2010-08-16st/mesa: remove output register reads inside shadersMarek Olšák
2010-08-16r300/compiler: implement DP2 opcodeMarek Olšák
2010-08-16r300/compiler: implement SSG opcodeMarek Olšák
2010-08-16r300/compiler: fix allocation of temporaries in radeonTransformTEXMarek Olšák
2010-08-15mesa: Check that _XOPEN_SOURCE is defined before using it.Vinson Lee
2010-08-15glsl: Fix self inclusion in slang_compile_function.h.Vinson Lee
2010-08-15glsl: Include missing header in slang_ir.h.Vinson Lee
2010-08-15glsl: Clean up header file inclusion in slang_link.h.Vinson Lee
2010-08-15glsl: Clean up header file inclusion in slang_label.h.Vinson Lee
2010-08-14glsl: Clean up header file inclusion in slang_emit.h.Vinson Lee
2010-08-14glsl: Clean up header file inclusion in slang_compile.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_compile_struct.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_print.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_compile_function.hVinson Lee
2010-08-14glsl: Include missing headers in slang_compiler_operation.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_simplify.h.Vinson Lee
2010-08-14glsl: Include missing header in slang_utility.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_vartable.h.Vinson Lee
2010-08-14glsl: Include missing header in slang_log.h.Vinson Lee
2010-08-14glsl: Include missing headers in slang_compile_variable.h.Vinson Lee
2010-08-14glsl: Clean up header file inclusion in slang_codegen.h.Vinson Lee
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-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: Include missing header in slang_compile.c.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-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: Move the common optimization passes to a helper function.Eric Anholt
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-13scons: Build the new glsl2 code.José Fonseca
2010-08-13mesa: Clean up header file inclusion in vf.h.Vinson Lee
2010-08-13swrast: Clean up header file inclusion in ss_vb.h.Vinson Lee
2010-08-12swrast: Clean up header file inclusion in ss_triangle.h.Vinson Lee
2010-08-12swrast: Clean up header file inclusion in ss_context.h.Vinson Lee
2010-08-12mesa: Include missing header in programopt.h.Vinson Lee
2010-08-12mesa: fpclassify is available with MinGW.Vinson Lee
2010-08-12scons: Add main/querymatrix.c to SCons build.Vinson Lee
2010-08-12glsl2: Use Elements from main/compiler.h instead of open-codingIan Romanick
2010-08-12glsl: print to stderr like other program printing codeBrian Paul
2010-08-12mesa: check for null shader->InfoLog before printingBrian Paul