summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-05glx: Dead code removalJeremy Huddleston1-2/+0
2011-06-05apple: ifdef out come glapi-foo on darwinJeremy Huddleston1-0/+4
2011-06-05apple: Change from XExtDisplayInfo to struct glx_displayJeremy Huddleston1-4/+6
2011-06-06dri/nouveau: fix gnome-shell segfaultBen Skeggs1-1/+1
2011-06-05apple: Rename GLXcontextJeremy Huddleston1-1/+1
2011-06-05apple: Rename _gl_context_modes_find_visual to glx_config_find_visualJeremy Huddleston1-1/+1
2011-06-05apple: Re-add driContext and do_destroyJeremy Huddleston1-0/+5
2011-06-05apple: Rename GLXcontextJeremy Huddleston4-6/+6
2011-06-05apple: Rename __GLcontextModes to struct glx_configJeremy Huddleston2-2/+2
2011-06-05apple: Rename glcontextmodes.[ch] to glxconfig.[ch]Jeremy Huddleston5-5/+5
2011-06-05apple: Update GL specsJeremy Huddleston7-439/+4738