summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-18r600: disable compressed texture supportAlex Deucher
2009-11-18Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."Alex Deucher
2009-11-18mesa: set version string to 7.6.1-rc1Brian Paul
2009-11-18xorg/st: fixup builds against later dpms headers.Brian Paul
2009-11-12i965: Fix Ironlake shadow comparisons.Eric Anholt
2009-11-12i965: Fix VBO last-valid-offset setup on Ironlake.Eric Anholt
2009-11-11i965: fix EXT_provoking_vertex supportRoland Scheidegger
2009-11-10i965: Fix VS constant buffer value loading.Eric Anholt
2009-11-10i965: Unalias src/dst registers for SGE and friends.Eric Anholt
2009-11-10i965: Allow use of PROGRAM_LOCAL constants in ARB_vp.Eric Anholt
2009-11-09r600: don't emit htile regsAlex Deucher
2009-11-07prog parse: Handle GL_VERTEX_PROGRAM_ARB in glLoadProgramNVIan Romanick
2009-11-07prog parse: Handle GL_VERTEX_PROGRAM_NV in glProgramStringARBIan Romanick
2009-11-07prog parse: Handle GL_FRAGMENT_PROGRAM_ARB in glLoadProgramNVIan Romanick
2009-11-07prog parse: Handle GL_FRAGMENT_PROGRAM_NV in glProgramStringARBIan Romanick
2009-11-06GLX: Change GLX client vendor string to "Mesa Project and SGI"Ian Romanick
2009-11-06ARB prog parser: Regenerate parser from previous commits.Ian Romanick
2009-11-06ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...Ian Romanick
2009-11-06ARB prog parser: Release strings returned from the lexer that don't need to b...Ian Romanick
2009-11-06Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"Ian Romanick
2009-11-05xmesa: pass pixmap to clip_for_xgetimage()Brian Paul
2009-11-04mesa: added cast to silence warningBrian Paul
2009-11-04vbo: fix out-of-bounds array accessBrian Paul
2009-11-04mesa: fix broken pack_histogram() case for GLhalfBrian Paul
2009-11-04mesa: silence warning from gcc 4.4.1Brian Paul
2009-11-04Fix YTILE spantmp functionsAlan Hourihane
2009-11-04glslcompiler: Fix Mac OS build.Vinson Lee
2009-11-03mesa: (GLint64) casts in get.c to silence Visual Studio warningsBrian Paul
2009-11-03windows: remove old entrypoints from mesa.def fileKarl Schultz
2009-11-03mesa: added GLAPIENTRY keywords for sync object functionsKarl Schultz
2009-11-03st/mesa: clip pixels in draw_stencil_pixels to avoid crashMarek Olšák
2009-11-03st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencilBrian Paul
2009-11-03st/mesa: fix tests for depth and depth/stencil texture formatsBrian Paul
2009-11-02glx: Fix memory leak if XF86DRICreateDrawable() failsVinson Lee
2009-10-30Add --with-dri-searchpath argumentChow Loong Jin
2009-10-28mesa: Fix memory leak if we run out of memoryVinson Lee
2009-10-28intel: Fix memory leak in case of renderbuffer bad formatVinson Lee
2009-10-28mesa: remove unneeded #includesBrian Paul
2009-10-28mesa: include imports.h to silence warningBrian Paul
2009-10-28intel: Fix memory leak in event of mip tree allocation failureVinson Lee
2009-10-27ARB prog parser: Fix epic memory leak in lexer / parser interfaceIan Romanick
2009-10-27ARB prog parser: Don't leak program stringIan Romanick
2009-10-27ARB prog parser: Don't leak symbol table header structuresIan Romanick
2009-10-27intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt
2009-10-27intel: added region draw_x/y offsets in x/y_tile_swizzle() funcsBrian Paul
2009-10-27intel: fix src offset bug in do_copy_texsubimage()Brian Paul
2009-10-27glsl: fix memory leakBrian Paul
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt
2009-10-27i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul
2009-10-27Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"Brian Paul