summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r300g: Remove is_r3xxBenjamin Franzke2011-06-073-215/+9
* r600g: Use radeon pciid list for the family lookup tableBenjamin Franzke2011-06-072-481/+6
* targets/egl: Support driver name lookup using pci listsBenjamin Franzke2011-06-073-71/+83
* tgsi: s/varient/variant/Brian Paul2011-06-071-2/+2
* draw: rename draw_vs_varient.c to draw_vs_variant.cBrian Paul2011-06-073-2/+2
* draw/llvm: whitespace, formatting fixesBrian Paul2011-06-071-38/+51
* draw: s/1/TRUE/Brian Paul2011-06-071-2/+2
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaStéphane Marchesin2011-06-068-373/+430
|\
| * r600g: optimise the draw emission packets for r600/egDave Airlie2011-06-072-30/+37
| * r600g: use an enabled list to track enabled blocks.Dave Airlie2011-06-074-35/+56
| * r600g/winsys: overhaul resource range/blocks.Dave Airlie2011-06-074-65/+110
| * r600g: split out block initDave Airlie2011-06-071-46/+55
| * r600g: move resource setting to its own structures.Dave Airlie2011-06-078-172/+140
| * r600g: only call bo loop if nbos is positive.Dave Airlie2011-06-071-17/+19
| * r600g: don't need to call the packet dirty function if not dirty.Dave Airlie2011-06-072-11/+16
* | i915g: Do generic remapping.Stéphane Marchesin2011-06-063-92/+119
|/
* i915g: implement more opcodes.Stéphane Marchesin2011-06-061-12/+82
* i915g: implement TGSI_OPCODE_SEQ.Stéphane Marchesin2011-06-061-0/+28
* i915g: handle varyings properly.Stéphane Marchesin2011-06-062-9/+27
* i915g: add missing and unsupported PIPE_CAPs to avoid debug messages.Stéphane Marchesin2011-06-061-0/+5
* Gallium: fix indentation in u_blitter.cStéphane Marchesin2011-06-061-1/+1
* i915g: don't destroy a texture buffer if it's NULL.Stéphane Marchesin2011-06-061-1/+2
* llvmpipe: use $(CXX) instead of g++ for linking.Stéphane Marchesin2011-06-061-1/+1
* softpipe: Anisotropic filtering extension.Andreas Faenger2011-06-062-6/+336
* util: add \n to debug_checkpoint_fullMarcin Slusarz2011-06-061-1/+1
* nv50: fix nv50_sampler_state_delete array overflowMarcin Slusarz2011-06-061-1/+1
* r600g: move spi update to only when states change.Dave Airlie2011-06-031-2/+9
* cso: move cso hashes to a more table driven schemeDave Airlie2011-06-032-84/+21
* u_prim: convert u_trim_pipe_prim to table driven.Dave Airlie2011-06-031-47/+24
* r600g: make conv pipe prim table driven.Dave Airlie2011-06-031-32/+20
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-1/+1
* r600g: sampler and texture state doesn't need a range/block.Dave Airlie2011-06-034-34/+50
* softpipe: add a better fake implementation of fencesMarek Olšák2011-06-022-6/+5
* util: faster logbase2Brian Paul2011-06-021-4/+7
* d3d1x/sm4: don't reset 1st index of multi-dimensional operands to 0Christoph Bumiller2011-06-021-1/+1
* d3d1x/sm4: fix swizzle for 1 component operandsChristoph Bumiller2011-06-021-0/+1
* r600g: add spi state and move spi/vgt to modify registerDave Airlie2011-06-022-16/+35
* r600g: decrease CPU time on set buffer resourcesDave Airlie2011-06-025-24/+92
* r600g: work out range/block etc at state build time.Dave Airlie2011-06-023-10/+17
* r600g: deinline r600_pipe_state_add_reg.Dave Airlie2011-06-022-12/+17
* r600g: prepare for passing ctx into _r600_pipe_state_add_regDave Airlie2011-06-025-18/+37
* r600g: migrate macros from r600_priv.h to r600.hDave Airlie2011-06-022-10/+11
* r600g: remote ctx arg to block/range macros.Dave Airlie2011-06-023-24/+24
* r600g: avoid copying unnecessary pieces of a block.Dave Airlie2011-06-021-11/+20
* r600g: optimise state setting in r600_draw_vbo.Dave Airlie2011-06-022-11/+21
* r600g: force new evergreen blocks for large range.Dave Airlie2011-06-021-0/+3
* r300g: remove unused debug option DBG_UPLOADMarek Olšák2011-06-012-15/+11
* r600g: add llano supportAlex Deucher2011-05-316-0/+65
* st/egl: Fix udev linkage when egl_dri2 is not buildBenjamin Franzke2011-05-311-1/+1
* r300g: set squared microtiling for the dummy zbufferMarek Olšák2011-05-311-1/+1