summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-01glsl2: Disallow function declarations within function definitions in GLSL 1.20Ian Romanick
2010-09-01r600: cube mipmap levels are aligned to 8 faces only starting from r7xxAndre Maasikas
2010-09-01r600g: correct cb/zb offset emits.Dave Airlie
2010-09-01Revert "r600g: precompute some of the hw state"Dave Airlie
2010-09-01r600g: fix typo causing segfault.Dave Airlie
2010-09-01r600g: fix glean texCube and shadows.Dave Airlie
2010-08-31gallivm: fix bug in nested conditionalsBrian Paul
2010-08-31glsl2: fix bug in atan(y, x) functionBrian Paul
2010-08-31ir_to_mesa: When emitting a pixel kill, flag that we did so.Eric Anholt
2010-08-31llvmpipe: slightly simplify build_maskKeith Whitwell
2010-08-31llvmpipe: combine linear mask calculationKeith Whitwell
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-30Add talloc to osmesa library dependenciesJon 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