summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Refresh autogenerated file builtin_function.cpp.glsl2Kenneth Graunke2010-08-161-1952/+11534
* glsl2: Add builtins profile for GLSL 1.30.Kenneth Graunke2010-08-162-0/+1986
* linker: Include compiler.h to avoid spurious warnings about INLINEIan Romanick2010-08-161-0/+1
* glsl2: Silence unused variable warningIan Romanick2010-08-161-0/+1
* glcpp: Refresh autogenerated lexer and parser.Kenneth Graunke2010-08-162-60/+44
* glcpp: Remove spurious newline generated by #version handling.Kenneth Graunke2010-08-162-4/+2
* ir_to_mesa: Silence unused variable warningsIan Romanick2010-08-161-3/+3
* ir_to_mesa: Clean up assertions in ir_to_mesa_visitor::visit(ir_texture *)Ian Romanick2010-08-161-1/+4
* ir_to_mesa: Support texture rectangle targetsIan Romanick2010-08-161-0/+3
* st/mesa: remove output register reads inside shadersMarek Olšák2010-08-161-0/+8
* mesa: Check that _XOPEN_SOURCE is defined before using it.Vinson Lee2010-08-151-1/+1
* Revert "glsl2: Use stdint.h instead of inttypes.h"José Fonseca2010-08-144-4/+4
* Replace our custom C99 headers with http://code.google.com/p/msinttypes/José Fonseca2010-08-142-106/+538
* glsl: Standardize a few more uses of struct vs class keyword.José Fonseca2010-08-145-12/+13
* scons: Link talloc.José Fonseca2010-08-141-0/+1
* glsl: Silence gcc warning "control reaches end of non-void function".José Fonseca2010-08-141-1/+1
* mesa: Silence gcc warning "control reaches end of non-void function".José Fonseca2010-08-141-0/+1
* mesa: Silence gcc warning "missing initializer for member".José Fonseca2010-08-141-28/+28
* mesa: Recent versions of MSVC define the single precision functions already.José Fonseca2010-08-141-1/+2
* scons: Add new source files.José Fonseca2010-08-141-0/+2
* mesa: atan2f and powf need two args.José Fonseca2010-08-141-2/+2
* Merge branch 'master' into glsl2Ian Romanick2010-08-13431-7548/+10327
|\
| * r600g: fix color format, indentation, definesJerome Glisse2010-08-063-89/+93
| * Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse2010-08-0612-362/+647
| * draw: Avoid mixed declarations and code.Chia-I Wu2010-08-063-4/+4
| * swrast: Reduce header file inclusion in s_aatriangle.h.Vinson Lee2010-08-061-1/+1
| * swrast: Reduce header file inclusion in s_aaline.h.Vinson Lee2010-08-061-1/+1
| * r300g: Remove unnecessary headers.Vinson Lee2010-08-051-2/+0
| * r600g: start to fix up multiple targets.Dave Airlie2010-08-063-17/+50
| * draw: Remove unnecessary vertex flag ANDs.Chia-I Wu2010-08-061-19/+15
| * draw: Mask out vertex flags in GS and stream output.Chia-I Wu2010-08-062-2/+2
| * draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu2010-08-062-296/+36
| * draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.Chia-I Wu2010-08-062-138/+38
| * draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.Chia-I Wu2010-08-062-171/+39
| * draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu2010-08-062-252/+92
| * draw: Add draw_decompose_tmp.h.Chia-I Wu2010-08-061-0/+425
| * r600g: add SRGB support.Dave Airlie2010-08-063-4/+23
| * r600g: fixup z format translations.Dave Airlie2010-08-062-20/+24
| * r600g: fix targetmask to work correctly.Dave Airlie2010-08-061-2/+1
| * r600g: improve supported format selection.Dave Airlie2010-08-066-142/+212
| * r600g: add bo wait after map.Dave Airlie2010-08-061-0/+2
| * st/mesa: Clean up header file inclusion in st_program.h.Vinson Lee2010-08-053-5/+4
| * r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák2010-08-065-2/+18
| * tgsi: Fix typo, so we follow what is in the commentsJakob Bornecrantz2010-08-051-1/+1
| * tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz2010-08-052-1/+15
| * util: Add option to not dump cpu capsJakob Bornecrantz2010-08-051-17/+22
| * st/mesa: Only get debug option onceJakob Bornecrantz2010-08-051-1/+3
| * st/mesa: Only get mesa mvp dp4 option onceJakob Bornecrantz2010-08-051-1/+4
| * llvmpipe: Only get no rast option onceJakob Bornecrantz2010-08-051-1/+5
| * gallivm: Only get debug option onceJakob Bornecrantz2010-08-051-1/+3