summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-01r600g: correct cb/zb offset emits.Dave Airlie1-2/+2
2010-09-01Revert "r600g: precompute some of the hw state"Dave Airlie11-229/+216
2010-09-01r600g: fix typo causing segfault.Dave Airlie1-1/+1
2010-09-01r600g: fix glean texCube and shadows.Dave Airlie1-5/+149
2010-08-31gallivm: fix bug in nested conditionalsBrian Paul1-2/+4
2010-08-31glsl2: fix bug in atan(y, x) functionBrian Paul2-13/+9
2010-08-31ir_to_mesa: When emitting a pixel kill, flag that we did so.Eric Anholt1-0/+3
2010-08-31llvmpipe: slightly simplify build_maskKeith Whitwell1-6/+2
2010-08-31llvmpipe: combine linear mask calculationKeith Whitwell2-15/+84
2010-08-31llvmpipe: intrinsics versions of build_mask functionsKeith Whitwell1-1/+77
2010-08-31glsl2: Write vector constructor constants in a single assignmentIan Romanick1-11/+72
2010-08-31ir_to_mesa: Sort the uniform list we're adding to Parameters[] order.Eric Anholt1-5/+41
2010-08-31ir_to_mesa: Fix struct/class confusionnobled1-1/+1
2010-08-31ir_to_mesa: Set up our instruction nodes with zeroed data.Eric Anholt1-0/+12
2010-08-31ast_to_hir: Add support for bit-wise operators (but not shifts).Kenneth Graunke1-2/+53
2010-08-31st/egl: Enable EGL_MESA_drm_display.Chia-I Wu1-1/+3
2010-08-31egl: Mark EGL_MESA_screen_surface as obsolete.Chia-I Wu1-1/+1
2010-08-31r600g: fix up depth write swizzles.Dave Airlie1-1/+4
2010-08-31r600g: fix fp-fragment-position test.Dave Airlie1-0/+1
2010-08-31r600g: fix typo in last commitDave Airlie1-1/+1
2010-08-31r600g: fix position input to fragment shader.Dave Airlie1-0/+7
2010-08-31r600g: remove unneeded function call from scsDave Airlie1-4/+0
2010-08-31ir_to_mesa: use RSQ+MUL instead of RSQ+RCP for SQRTMarek Olšák1-1/+2
2010-08-30linker: Require an exact matching signature when looking for prototypes.Kenneth Graunke1-1/+1
2010-08-31r600g: make LIT work properlyDave Airlie1-8/+3
2010-08-31i965: fix depth test on sandybridgeZhenyu Wang3-3/+3
2010-08-31r600g: fixup trig functions when input is a literalDave Airlie1-9/+67
2010-08-31r600g: make sure LIT splits constantsDave Airlie1-14/+11
2010-08-31r600g: fix constant splittingDave Airlie1-2/+2
2010-08-31r600g: fix LIT testsDave Airlie1-2/+3
2010-08-31r600g: add missing literalsDave Airlie2-1/+33
2010-08-30linker: Handle varying arrays, matrices, and arrays of matricesIan Romanick1-6/+15
2010-08-30Don't pass -ffast-math to clang, since it ignores it and complains.Eric Anholt1-1/+4
2010-08-30Make configure work with clangnobled1-1/+15
2010-08-30Add talloc to osmesa library dependenciesJon TURNEY2-4/+4
2010-08-30Add talloc to dependencies for libGL built with xlib driverJon TURNEY1-2/+2
2010-08-30glsl: Clear the static values of builtin function profiles at release.Eric Anholt2-152/+104
2010-08-30glsl2: Commit generated files changed by previous commitIan Romanick3-2553/+2646
2010-08-30glsl2: Parse #pragma linesIan Romanick2-3/+33
2010-08-30Fix inverted version checks in check_extra.Kenneth Graunke1-6/+12
2010-08-30r600g: precompute some of the hw stateJerome Glisse11-216/+229
2010-08-30r600g: fix depth buffer decompression after states reworkJerome Glisse1-1/+1
2010-08-30r600g: fixup states generation in winsys.Dave Airlie15-335/+295
2010-08-30glapi: fix generator which got out of sync with the codebaseLuca Barbieri1-3/+3
2010-08-30i965: Clear the cached constant buffer entry in the VS at control flow.Eric Anholt1-1/+21
2010-08-30i965: Align the number of payload regs to 2 again in 16-wide mode.Eric Anholt1-1/+1
2010-08-30i965: Apply the rest of the old-libdrm guard patch.Cedric Vivier1-0/+13
2010-08-30i965: Add support for loops to the new FS backend.Eric Anholt1-4/+82
2010-08-30i965: Make brw_CONT and brw_BREAK take the pop count.Eric Anholt4-14/+10
2010-08-30i965: Add "discard" support to the new FS backend.Eric Anholt1-1/+19