summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-31llvmpipe: intrinsics versions of build_mask functionsKeith Whitwell
2010-08-31glsl2: Write vector constructor constants in a single assignmentIan Romanick
2010-08-31ir_to_mesa: Sort the uniform list we're adding to Parameters[] order.Eric Anholt
2010-08-31ir_to_mesa: Fix struct/class confusionnobled
2010-08-31ir_to_mesa: Set up our instruction nodes with zeroed data.Eric Anholt
2010-08-31ast_to_hir: Add support for bit-wise operators (but not shifts).Kenneth Graunke
2010-08-31st/egl: Enable EGL_MESA_drm_display.Chia-I Wu
2010-08-31egl: Mark EGL_MESA_screen_surface as obsolete.Chia-I Wu
2010-08-31r600g: fix up depth write swizzles.Dave Airlie
2010-08-31r600g: fix fp-fragment-position test.Dave Airlie
2010-08-31r600g: fix typo in last commitDave Airlie
2010-08-31r600g: fix position input to fragment shader.Dave Airlie
2010-08-31r600g: remove unneeded function call from scsDave Airlie
2010-08-31ir_to_mesa: use RSQ+MUL instead of RSQ+RCP for SQRTMarek Olšák
2010-08-30linker: Require an exact matching signature when looking for prototypes.Kenneth Graunke
2010-08-31r600g: make LIT work properlyDave Airlie
2010-08-31i965: fix depth test on sandybridgeZhenyu Wang
2010-08-31r600g: fixup trig functions when input is a literalDave Airlie
2010-08-31r600g: make sure LIT splits constantsDave Airlie
2010-08-31r600g: fix constant splittingDave Airlie
2010-08-31r600g: fix LIT testsDave Airlie
2010-08-31r600g: add missing literalsDave Airlie
2010-08-30linker: Handle varying arrays, matrices, and arrays of matricesIan Romanick
2010-08-30Don't pass -ffast-math to clang, since it ignores it and complains.Eric Anholt
2010-08-30Make configure work with clangnobled
2010-08-30Add talloc to osmesa library dependenciesJon TURNEY
2010-08-30Add talloc to dependencies for libGL built with xlib driverJon TURNEY
2010-08-30glsl: Clear the static values of builtin function profiles at release.Eric Anholt
2010-08-30glsl2: Commit generated files changed by previous commitIan Romanick
2010-08-30glsl2: Parse #pragma linesIan Romanick
2010-08-30Fix inverted version checks in check_extra.Kenneth Graunke
2010-08-30r600g: precompute some of the hw stateJerome Glisse
2010-08-30r600g: fix depth buffer decompression after states reworkJerome Glisse
2010-08-30r600g: fixup states generation in winsys.Dave Airlie
2010-08-30glapi: fix generator which got out of sync with the codebaseLuca Barbieri
2010-08-30i965: Clear the cached constant buffer entry in the VS at control flow.Eric Anholt
2010-08-30i965: Align the number of payload regs to 2 again in 16-wide mode.Eric Anholt
2010-08-30i965: Apply the rest of the old-libdrm guard patch.Cedric Vivier
2010-08-30i965: Add support for loops to the new FS backend.Eric Anholt
2010-08-30i965: Make brw_CONT and brw_BREAK take the pop count.Eric Anholt
2010-08-30i965: Add "discard" support to the new FS backend.Eric Anholt
2010-08-30i965: Fix the new implementation of ir_unop_sign to match brw_wm_emit.cEric Anholt
2010-08-30i965: Add support for texturing with bias to i965 FS backend.Eric Anholt
2010-08-30glut: Silence missing initializer warning.José Fonseca
2010-08-30mesa: Return after assertion failure.José Fonseca
2010-08-30gallivm: Compute the 4 texel offsets for linear filtering en ensemble.José Fonseca
2010-08-30glsl: Silence unused variable warning.José Fonseca
2010-08-30mesa: Fix _mesa_lookup_parameter_constant's return value.José Fonseca
2010-08-30gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca
2010-08-30gallivm: Correct copy'n'pasted comments.José Fonseca