summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-07-29r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák3-26/+14
2010-07-29r300g/swtcl: fix crash after the draw_vbo mergeMarek Olšák1-1/+1
2010-07-29llvmpipe: also test the new lp_build_assert() functionBrian Paul1-0/+4
2010-07-29llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul5-45/+14
2010-07-29scons: Use the current python executable for code generation.José Fonseca1-1/+2
2010-07-29llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca1-0/+5
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu4-7/+7
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu24-1147/+6
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu47-202/+974
2010-07-28r600g: state context ptr in sampler_view & add I8/L8 buffer formatJerome Glisse2-0/+3
2010-07-28r600g: switch btw flat/linear interpolationJerome Glisse3-3/+7
2010-07-28r600g: split pipe state creating/binding from hw state creationJerome Glisse8-610/+1075
2010-07-28r600g: cleanup resource buffer/texture messJerome Glisse10-259/+217
2010-07-28r600g: add lrp instruction supportJerome Glisse1-3/+80
2010-07-28r600g: actualy fix the literal emissionJerome Glisse1-3/+3
2010-07-28r600g: fix up segfault with variation between views and count.Dave Airlie1-4/+18
2010-07-28r600g: use gallium util for float->ui conversionDave Airlie2-19/+6
2010-07-27r600g: texture supportJerome Glisse7-9/+610
2010-07-27llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()Brian Paul1-2/+3
2010-07-27r600g: Move declaration before code.Vinson Lee1-2/+5
2010-07-27r600g: always emit literal after emiting an alu instructionJerome Glisse1-29/+32
2010-07-27llvmpipe: Use lp_build_select_bitwise() where appropriate.José Fonseca1-11/+11
2010-07-26cell: comment-out unused fields, functionsBrian Paul1-2/+4
2010-07-26cell: make functions staticBrian Paul1-3/+3
2010-07-26cell: fix segfault when freeing samplersBrian Paul1-1/+1
2010-07-26cell: comment-out unneeded padding fieldBrian Paul1-1/+1
2010-07-26cell: added const qualifierBrian Paul1-1/+1
2010-07-26r600g: implememt the LIT instructionStephan Schmid1-1/+119
2010-07-26r300g: fix macro substitution problemDave Airlie1-2/+2
2010-07-25r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák5-22/+34
2010-07-25r300g: make sure a texture is large enough for the CBZB clearMarek Olšák1-52/+49
2010-07-25r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák6-11/+15
2010-07-25r300g: do not use TXPITCH_EN for power-of-two textures from the DDXMarek Olšák1-6/+14
2010-07-25r300g: cleanup texture creation codeMarek Olšák13-543/+733
2010-07-25r300g: reject resources from handles which are not large enoughMarek Olšák3-7/+25
2010-07-25r300g: cleanup texture debug loggingMarek Olšák3-18/+25
2010-07-25r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped texturesMarek Olšák1-1/+5
2010-07-24nvfx: Move declaration before code.Vinson Lee1-2/+3
2010-07-23r600g: first pass at texture supportJerome Glisse6-14/+152
2010-07-23r600g: Fix SCons build.Vinson Lee1-5/+2
2010-07-23r600g: fix dp2, dp3, dp4 tokensJerome Glisse1-23/+64
2010-07-23r600g: add RSQ token supportJerome Glisse1-2/+28
2010-07-23r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse16-3323/+1277
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tile_cache().Michal Krol1-8/+10
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol1-11/+13
2010-07-23nv50: implement depth clampChristoph Bumiller4-10/+33
2010-07-22llvmpipe: Partially fix resource texture from_handleJakob Bornecrantz1-1/+35
2010-07-22llvmpipe: Don't align values already alignedJakob Bornecrantz1-2/+2
2010-07-22i915g: Set total_nblocksy in from_handleJakob Bornecrantz1-0/+1
2010-07-22i915g: Add some debug prints in texture codeJakob Bornecrantz1-6/+10