summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2011-06-07r600g/winsys: overhaul resource range/blocks.Dave Airlie4-65/+110
2011-06-07r600g: split out block initDave Airlie1-46/+55
2011-06-07r600g: move resource setting to its own structures.Dave Airlie8-172/+140
2011-06-07r600g: only call bo loop if nbos is positive.Dave Airlie1-17/+19
2011-06-07r600g: don't need to call the packet dirty function if not dirty.Dave Airlie2-11/+16
2011-06-06i915g: implement more opcodes.Stéphane Marchesin1-12/+82
2011-06-06i915g: implement TGSI_OPCODE_SEQ.Stéphane Marchesin1-0/+28
2011-06-06i915g: handle varyings properly.Stéphane Marchesin2-9/+27
2011-06-06i915g: add missing and unsupported PIPE_CAPs to avoid debug messages.Stéphane Marchesin1-0/+5
2011-06-06Gallium: fix indentation in u_blitter.cStéphane Marchesin1-1/+1
2011-06-06i915g: don't destroy a texture buffer if it's NULL.Stéphane Marchesin1-1/+2
2011-06-06llvmpipe: use $(CXX) instead of g++ for linking.Stéphane Marchesin1-1/+1
2011-06-06softpipe: Anisotropic filtering extension.Andreas Faenger2-6/+336
2011-06-06util: add \n to debug_checkpoint_fullMarcin Slusarz1-1/+1
2011-06-06nv50: fix nv50_sampler_state_delete array overflowMarcin Slusarz1-1/+1
2011-06-03r600g: move spi update to only when states change.Dave Airlie1-2/+9
2011-06-03cso: move cso hashes to a more table driven schemeDave Airlie2-84/+21
2011-06-03u_prim: convert u_trim_pipe_prim to table driven.Dave Airlie1-47/+24
2011-06-03r600g: make conv pipe prim table driven.Dave Airlie1-32/+20
2011-06-02dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr1-1/+1
2011-06-03r600g: sampler and texture state doesn't need a range/block.Dave Airlie4-34/+50
2011-06-02softpipe: add a better fake implementation of fencesMarek Olšák2-6/+5
2011-06-02util: faster logbase2Brian Paul1-4/+7
2011-06-02d3d1x/sm4: don't reset 1st index of multi-dimensional operands to 0Christoph Bumiller1-1/+1
2011-06-02d3d1x/sm4: fix swizzle for 1 component operandsChristoph Bumiller1-0/+1
2011-06-02r600g: add spi state and move spi/vgt to modify registerDave Airlie2-16/+35
2011-06-02r600g: decrease CPU time on set buffer resourcesDave Airlie5-24/+92
2011-06-02r600g: work out range/block etc at state build time.Dave Airlie3-10/+17
2011-06-02r600g: deinline r600_pipe_state_add_reg.Dave Airlie2-12/+17
2011-06-02r600g: prepare for passing ctx into _r600_pipe_state_add_regDave Airlie5-18/+37
2011-06-02r600g: migrate macros from r600_priv.h to r600.hDave Airlie2-10/+11
2011-06-02r600g: remote ctx arg to block/range macros.Dave Airlie3-24/+24
2011-06-02r600g: avoid copying unnecessary pieces of a block.Dave Airlie1-11/+20
2011-06-02r600g: optimise state setting in r600_draw_vbo.Dave Airlie2-11/+21
2011-06-02r600g: force new evergreen blocks for large range.Dave Airlie1-0/+3
2011-06-01r300g: remove unused debug option DBG_UPLOADMarek Olšák2-15/+11
2011-05-31r600g: add llano supportAlex Deucher6-0/+65
2011-05-31st/egl: Fix udev linkage when egl_dri2 is not buildBenjamin Franzke1-1/+1
2011-05-31r300g: set squared microtiling for the dummy zbufferMarek Olšák1-1/+1
2011-05-31r600g: cs init fixesAlex Deucher3-5/+12
2011-05-31r300g: log when getting unsupported texture formatMarek Olšák1-4/+14
2011-05-31gallium: include limits.h in p_config.hDave Airlie1-1/+1
2011-05-31r600g: add context control to start of CSDave Airlie1-0/+13
2011-05-31r600g: don't emit color blend register on original R600.Dave Airlie2-8/+15
2011-05-30tgsi/ureg: bump the limit of immediatesMarek Olšák1-1/+1
2011-05-29trace: implement texture_barrierMarek Olšák1-0/+16
2011-05-29trace: implement render_conditionMarek Olšák1-0/+20
2011-05-29r300g: clear can be killed by render conditionMarek Olšák3-7/+35
2011-05-29r300g: fix occlusion queries when depth test is disabled or zbuffer is missingMarek Olšák2-6/+27
2011-05-29r300g: cleanup render_condition a bitMarek Olšák1-5/+3