summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
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
2010-08-28r300g: fix min/max lod computationMathias Fröhlich
2010-08-28r300g: set the correct value in PVS_NUM_CNTLRSMarek Olšák
2010-08-28llvmpipe: Remove unnecessary header.Vinson Lee
2010-08-28trace: Don't try to dump the rgba array if nullJakob Bornecrantz
2010-08-27r600g: fix vbo sizeJerome Glisse
2010-08-27graw: fix the build (missing header)Zack Rusin
2010-08-27llvmpipe: use util_iround in place of roundKeith Whitwell
2010-08-27util: fix typo in MAX4Keith Whitwell
2010-08-27llvmpipe: eliminate tri->dx, tri->dy valuesKeith Whitwell
2010-08-27llvmpipe: point sprites rasterizationHui Qi Tay
2010-08-27llvmpipe: native point rasterization with better pixel rasterizationHui Qi Tay
2010-08-27llvmpipe: native point rasterizationHui Qi Tay
2010-08-27llvmpipe: update line rasterization code to current masterKeith Whitwell
2010-08-27util: add MIN4, MAX4Keith Whitwell
2010-08-27llvmpipe: native line rasterization with correct pixel rasterizationHui Qi Tay
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay
2010-08-27llvmpipe: add lp_setup_coef to makefileKeith Whitwell
2010-08-27llvmpipe: intrinsics version of triangle coeficient calculationKeith Whitwell
2010-08-27gallium: Remove unnecessary header from p_shader_tokens.h.Vinson Lee
2010-08-27tgsi: Include missing header in tgsi_parse.h.Vinson Lee