summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
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-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-31st/egl: Enable EGL_MESA_drm_display.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-31r600g: make LIT work properlyDave Airlie
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-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-30gallivm: Compute the 4 texel offsets for linear filtering en ensemble.José Fonseca
2010-08-30gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca
2010-08-30gallivm: Correct copy'n'pasted comments.José Fonseca
2010-08-30gallivm: Fix lp_build_sum_vector.José Fonseca
2010-08-30svga: Fix CMP translation for vertex shader targets.Michal Krol
2010-08-30svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...José Fonseca
2010-08-30r300g: fix warning in winsysMarek Olšák
2010-08-30r600g: add DST opcode support.Dave Airlie
2010-08-30r600g: add SCS support.Dave Airlie
2010-08-30r600g: fix warning introduced by last commit.Dave Airlie
2010-08-30r600g: add initial relative support to assemblerDave Airlie
2010-08-30r600g: add KILP supportDave Airlie
2010-08-30r600g: fix SSG and op3 neg writingDave Airlie
2010-08-30r600g : add basic loop support.Dave Airlie
2010-08-30r600g: use the values from the correct literalsBas Nieuwenhuizen
2010-08-30r600g: added literals where needed for POW instructionBas Nieuwenhuizen
2010-08-29r600g: drop file I added by mistake in a previous commitDave Airlie
2010-08-28gallium: Remove unnecessary header from p_state.h.Vinson Lee
2010-08-28nvfx: Remove util_is_pot in favor of util_is_power_of_two.Vinson Lee
2010-08-28util: Include missing header in u_draw.h.Vinson Lee
2010-08-28util: Add forward declaration in u_transfer.h.Vinson Lee
2010-08-29r300g,u_blitter: use u_framebufferMarek Olšák
2010-08-29util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák
2010-08-28softpipe: Include missing header in sp_flush.c.Vinson Lee
2010-08-28draw: Include missing header in draw_vs_llvm.c.Vinson Lee
2010-08-28llvmpipe: Include missing header in lp_flush.c.Vinson Lee
2010-08-28r300g: fix blitting between 2D NPOT mipmapsMarek Olšák