summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-30i965: Fix the new implementation of ir_unop_sign to match brw_wm_emit.cEric Anholt1-5/+8
2010-08-30i965: Add support for texturing with bias to i965 FS backend.Eric Anholt2-17/+60
2010-08-30glut: Silence missing initializer warning.José Fonseca1-1/+1
2010-08-30mesa: Return after assertion failure.José Fonseca1-1/+1
2010-08-30gallivm: Compute the 4 texel offsets for linear filtering en ensemble.José Fonseca3-126/+280
2010-08-30glsl: Silence unused variable warning.José Fonseca1-0/+1
2010-08-30mesa: Fix _mesa_lookup_parameter_constant's return value.José Fonseca1-2/+4
2010-08-30gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca1-0/+8
2010-08-30gallivm: Correct copy'n'pasted comments.José Fonseca1-4/+4
2010-08-30gallivm: Fix lp_build_sum_vector.José Fonseca1-6/+4
2010-08-30svga: Fix CMP translation for vertex shader targets.Michal Krol1-0/+19
2010-08-30svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...José Fonseca4-8/+27
2010-08-30st/mesa: set the MaxVarying GLSL constantMarek Olšák1-0/+7
2010-08-30r300g: fix warning in winsysMarek Olšák1-0/+1