summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-11egl_dri2: Compare configs before matching themdefault_displayBenjamin Franzke1-1/+13
2011-06-11st/eglwayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke4-0/+15
2011-06-11egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2-3/+23
2011-06-07intel: Implement glFinish() correctly by waiting on all previous rendering.Eric Anholt3-16/+13
2011-06-07darwin: Fix VG_LIB_GLOB to also match the unversioned symlinkJeremy Huddleston1-1/+1
2011-06-07darwin: Don't link against libGL when building libOSMesaJeremy Huddleston1-1/+1
2011-06-07r300_pci_ids: add missing 4B48Marek Olšák1-0/+1
2011-06-07r300g: Remove is_r3xxBenjamin Franzke3-215/+9
2011-06-07r600g: Use radeon pciid list for the family lookup tableBenjamin Franzke2-481/+6
2011-06-07radeon: Use pciid list to generate PCI_CHIP_<FAMILY>_<ID> definesBenjamin Franzke1-491/+9
2011-06-07targets/egl: Support driver name lookup using pci listsBenjamin Franzke3-71/+83
2011-06-07egl_dri2: Use external driver pci listBenjamin Franzke5-664/+193
2011-06-07Add radeon pci id listsBenjamin Franzke4-0/+526
2011-06-07Add intel pci id listsBenjamin Franzke4-0/+47
2011-06-07tgsi: s/varient/variant/Brian Paul1-2/+2
2011-06-07draw: rename draw_vs_varient.c to draw_vs_variant.cBrian Paul3-2/+2
2011-06-07draw/llvm: whitespace, formatting fixesBrian Paul1-38/+51
2011-06-07draw: s/1/TRUE/Brian Paul1-2/+2
2011-06-07i965: Fix flipped GT1 vs GT2 URB VS entry count limits.Eric Anholt1-2/+2
2011-06-06Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaStéphane Marchesin9-383/+442
2011-06-06i915g: Do generic remapping.Stéphane Marchesin3-92/+119
2011-06-06darwin: Set VG_LIB_{NAME,GLOB} to fix make installJeremy Huddleston1-10/+12
2011-06-07r600g: optimise the draw emission packets for r600/egDave Airlie2-30/+37
2011-06-07r600g: use an enabled list to track enabled blocks.Dave Airlie4-35/+56
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-06dri2: protect dri2FlushFrontBuffer against NULL buffers.Stéphane Marchesin1-0/+6
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-06i965: Update SURFACE_STATE dumping for Ivybridge.Kenneth Graunke1-3/+43
2011-06-06i965: Update SAMPLER_STATE dumping for Ivybridge.Kenneth Graunke1-1/+53
2011-06-06i965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.Kenneth Graunke1-2/+38
2011-06-06apple: Package applegl source into MesaLib tarballJeremy Huddleston1-0/+12
2011-06-06darwin: Define GALLIUM_DRIVERS_DIRS in darwin configJeremy Huddleston1-0/+2
2011-06-06apple: Finish build fixes for applegl_glx.cJeremy Huddleston1-3/+2
2011-06-06apple: More fixes for compilation failuresJeremy Huddleston1-6/+6
2011-06-06softpipe: Anisotropic filtering extension.Andreas Faenger2-6/+336
2011-06-06st/mesa: fix renderbuffer internal format for accum bufferBrian Paul1-1/+2
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-05apple: Fix multiple build failures in applegl_glx.cJeremy Huddleston2-14/+29
2011-06-05apple: Build darwin using applegl rather than indirectJeremy Huddleston3-3/+20