summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-13r300g: do not support separate depth/stencil clear in the driverMarek Olšák
2010-08-13r300g: fix fastfill when color and Z clear are invoked separatelyMarek Olšák
2010-08-13r600g: update shader capsMarek Olšák
2010-08-12glsl2: Use MIN2 from macros.h instead of open coding itIan Romanick
2010-08-13r300g: disable depth clamp for nowMarek Olšák
2010-08-12mesa: fpclassify is available with MinGW.Vinson Lee
2010-08-13r600g: fix warning in the winsysDave Airlie
2010-08-13r600g: fix memory leaks running gears.Dave Airlie
2010-08-12translate_test: Fix compilation with MSVC.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
2010-08-12mesa: Fix FreeBSD build with llvm enabled.Vinson Lee
2010-08-12translate_test: fix compilation on non-POSIX platformsLuca Barbieri
2010-08-12glsl2: Commit generated file changed by previous commitIan Romanick
2010-08-12glsl2: Add missing include of string.hIan Romanick
2010-08-12translate_test: improveLuca Barbieri
2010-08-12gallium: Link DRI drivers with g++ and test with CXXJakob Bornecrantz
2010-08-12Revert "u_blitter: unify clear_depth_stencil and flush_depth_stencil"Marek Olšák
2010-08-12r600: add support for draw_elements_base_vertexAndre Maasikas
2010-08-12mesa: Clean up header file inclusion in prog_uniform.h.Vinson Lee
2010-08-12mesa: Include missing headers in prog_print.h.Vinson Lee
2010-08-12mesa: Include missing header in prog_optimize.h.Vinson Lee
2010-08-12r600g: fix typo in stencil translate.Dave Airlie
2010-08-12r600g: fix provoking-vertex piglit test.Dave Airlie
2010-08-12r600g: improve texture format checker.Dave Airlie
2010-08-12u_blitter: unify clear_depth_stencil and flush_depth_stencilMarek Olšák
2010-08-11scons: Fix freebsd8 build.Vinson Lee
2010-08-11glsl2: Change command line options passed to flexIan Romanick
2010-08-11glsl2: Commit generated files changed by previous commitIan Romanick
2010-08-11glsl2: Use bison command line option to set prefixIan Romanick
2010-08-11glsl2: Commit generated files changed by previous commitIan Romanick
2010-08-11glsl2: Emit error from lexer when illegal reserved word is encounteredIan Romanick
2010-08-11glsl2: Don't declare a variable called sig that shadows the other oneIan Romanick
2010-08-12r300/compiler: remove an unused variableMarek Olšák
2010-08-11glcpp: Fix "unterminated if" diagnostic.Carl Worth
2010-08-11glccp: Regenerate glcpp-parse.cCarl Worth
2010-08-11glcpp: Add an explicit diagnostic for #if with no expression.Carl Worth
2010-08-11glcpp: Reword diagnostic for #elif with no expressionCarl Worth
2010-08-11glcpp: Add several tests for diagnostics.Carl Worth
2010-08-11glcpp: Regenerate glcpp-lex.cCarl Worth
2010-08-11glcpp: Initialize line and column numbers to 1, not 0.Carl Worth
2010-08-11glcpp-test: Capture the stderr output of the preprocessor.Carl Worth
2010-08-11osmesa: link with new libglsl.a libBrian Paul
2010-08-11glsl2: added casts to silence warningsBrian Paul
2010-08-11glsl2: remove stray semicolonBrian Paul
2010-08-11glsl2: added casts to silence warningsBrian Paul
2010-08-11glsl2: add cast to silence warningBrian Paul
2010-08-11glsl2: remove stray semicolonBrian Paul