summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r300_pci_ids: set families to match r300gMarek Olšák2011-06-071-42/+49
* r600g: add missing r300 familiesMarek Olšák2011-06-071-0/+5
* intel: Update intel-decode.c from intel-gpu-tools.Eric Anholt2011-06-072-88/+785
* intel: Implement glFinish() correctly by waiting on all previous rendering.Eric Anholt2011-06-073-16/+13
* darwin: Fix VG_LIB_GLOB to also match the unversioned symlinkJeremy Huddleston2011-06-071-1/+1
* darwin: Don't link against libGL when building libOSMesaJeremy Huddleston2011-06-071-1/+1
* r300_pci_ids: add missing 4B48Marek Olšák2011-06-071-0/+1
* r300g: Remove is_r3xxBenjamin Franzke2011-06-073-215/+9
* r600g: Use radeon pciid list for the family lookup tableBenjamin Franzke2011-06-072-481/+6
* radeon: Use pciid list to generate PCI_CHIP_<FAMILY>_<ID> definesBenjamin Franzke2011-06-071-491/+9
* targets/egl: Support driver name lookup using pci listsBenjamin Franzke2011-06-073-71/+83
* egl_dri2: Use external driver pci listBenjamin Franzke2011-06-075-664/+193
* Add radeon pci id listsBenjamin Franzke2011-06-074-0/+526
* Add intel pci id listsBenjamin Franzke2011-06-074-0/+47
* 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
* i965: Fix flipped GT1 vs GT2 URB VS entry count limits.Eric Anholt2011-06-071-2/+2
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaStéphane Marchesin2011-06-069-383/+442
|\
| * darwin: Set VG_LIB_{NAME,GLOB} to fix make installJeremy Huddleston2011-06-061-10/+12
| * 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
* dri2: protect dri2FlushFrontBuffer against NULL buffers.Stéphane Marchesin2011-06-061-0/+6
* 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
* i965: Update SURFACE_STATE dumping for Ivybridge.Kenneth Graunke2011-06-061-3/+43
* i965: Update SAMPLER_STATE dumping for Ivybridge.Kenneth Graunke2011-06-061-1/+53
* i965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.Kenneth Graunke2011-06-061-2/+38
* apple: Package applegl source into MesaLib tarballJeremy Huddleston2011-06-061-0/+12
* darwin: Define GALLIUM_DRIVERS_DIRS in darwin configJeremy Huddleston2011-06-061-0/+2
* apple: Finish build fixes for applegl_glx.cJeremy Huddleston2011-06-061-3/+2
* apple: More fixes for compilation failuresJeremy Huddleston2011-06-061-6/+6
* softpipe: Anisotropic filtering extension.Andreas Faenger2011-06-062-6/+336
* st/mesa: fix renderbuffer internal format for accum bufferBrian Paul2011-06-061-1/+2
* 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
* apple: Fix multiple build failures in applegl_glx.cJeremy Huddleston2011-06-052-14/+29
* apple: Build darwin using applegl rather than indirectJeremy Huddleston2011-06-053-3/+20