summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
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-28nvfx: Remove util_is_pot in favor of util_is_power_of_two.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-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-27llvmpipe: use util_iround in place of roundKeith 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-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-27r300g: Include missing header in r300_texture.h.Vinson Lee
2010-08-27Revert "r600g: simplify states"Dave Airlie
2010-08-27r600g: add initial if/else/endif supportDave Airlie
2010-08-27r600g: optimise op2 and swapped op2 emission.Dave Airlie
2010-08-27r600g: add exp support in theory.Dave Airlie
2010-08-27r600g: add DPH support.Dave Airlie
2010-08-26llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul
2010-08-26r300g: Include missing header in r300_texture_desc.h.Vinson Lee
2010-08-26r300g: fix constant buffer upload once again for r3xx->r4xxMarek Olšák
2010-08-26nouveau: handle early initialization errorsMarcin Slusarz
2010-08-25r600g: simplify statesJerome Glisse
2010-08-25nvfx: Set pointer to NULL after free.Vinson Lee
2010-08-25r300g: fix potentially uninitialized variables in create_rs_stateMarek Olšák
2010-08-25llvmpipe: fix bad patch applicationKeith Whitwell
2010-08-25llvmpipe: Remove unnecessary header.Vinson Lee
2010-08-25llvmpipe: track drawing region as a single u_rectKeith Whitwell
2010-08-25llvmpipe: better triangle debuggingKeith Whitwell