summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-16docs: added news item for 7.8.2 releaseIan Romanick1-0/+8
2010-06-16mesa: set version string to 7.8.2Ian Romanick3-4/+4
2010-06-16docs: Update mailing lines from sf.net to freedesktop.orgIan Romanick1-3/+4
2010-06-16docs: download.html does not need to be updated for each releaseIan Romanick1-1/+1
2010-06-16docs: Many updates to 7.8.2 release notesIan Romanick1-1/+82
2010-06-16docs: Note OSMesa build fixDan Nicholson1-0/+1
2010-06-16osmesa: always build standalone for internal symbolsDan Nicholson2-21/+3
2010-06-15docs: Update to note 830/845 hang fix.Eric Anholt1-0/+1
2010-06-15i915: Clamp minimum lod to maximum texture level too.Eric Anholt1-1/+3
2010-06-15i965: Fix bit allocation for number of color regions for ARB_draw_buffers.Eric Anholt1-1/+1
2010-06-15i965: Set the correct provoking vertex for clipped first-mode trifans.Eric Anholt1-3/+17
2010-06-15i965: Use R16G16B16A16_FLOAT for 3-component half-float.Eric Anholt1-1/+1
2010-06-15i915: Don't use XRGB8888 on 830 and 845.Eric Anholt3-2/+18
2010-06-13i915: Fix off-by-one for drawing rectangle.Chris Wilson1-2/+2
2010-06-08docs: added a few more bug fixes to the 7.8.2 relnotes fileBrian Paul1-0/+4
2010-06-08glsl: change uniform location/offset encodingBrian Paul1-25/+54
2010-06-02glx: fix regression with GLX_USE_GLBrian Paul1-0/+4
2010-05-27st/mesa: fix per-vertex point sizeMarek Olšák1-1/+1
2010-05-27mesa: fix incorrect GL_DEPTH_STENCIL_ATTACHMENT format checkBrian Paul1-3/+3
2010-05-24meta: Convert Z value from normalized to object-space in meta codeBrian Paul1-4/+19
2010-05-21docs: update 7.8.2 relnotes with Cell driver fixesBrian Paul1-1/+2
2010-05-21cell: fix breakage from earlier draw module changesBrian Paul2-2/+2
2010-05-21cell: remove unused varBrian Paul1-1/+0
2010-05-21gallium/draw: fix function parameter warningBrian Paul1-1/+1
2010-05-21gallium/rtasm: add function prototype to silence warningBrian Paul1-0/+2
2010-05-13i965: Fix scissoring when width or height is 0.Eric Anholt1-1/+14
2010-05-13i965: Fix assertion for surface tile offset usage on Ironlake.Eric Anholt1-1/+1
2010-05-13i965: Fix cube map layouts on Ironlake.Eric Anholt4-70/+24
2010-05-13intel: Clean up chipset name and gen num for IronlakeZhenyu Wang24-148/+146
2010-05-13i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt4-6/+16
2010-05-13intel: Don't tile textures so small that size is blown up by over 2x.Eric Anholt1-4/+3
2010-05-13i965: Reject shaders with uninlined function calls instead of hanging.Eric Anholt1-1/+33
2010-05-13mesa: Don't overwrite a driver's shader infolog with generic failure message.Eric Anholt1-1/+4
2010-05-12egl_dri2: Zero out driver structKristian Høgsberg1-0/+1
2010-05-12glx: Get GLX_SCREEN first in __glXQueryContextInfo()Kristian Høgsberg1-3/+10
2010-05-07osmesa: fix OSMesa for CHAN_BITS=32Brian Paul1-7/+30
2010-05-07glsl: change variable declared assertion into conditionalBrian Paul2-3/+2
2010-05-06gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry3-6121/+2
2010-05-04mesa/st: Fill in native program limits.José Fonseca1-0/+91
2010-05-01darwin: Fix buildJeremy Huddleston1-4/+4
2010-04-28st/mesa: fix incorrect RowStride computationBrian Paul1-1/+4
2010-04-28st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul1-1/+3
2010-04-28glx: Fix buildJakob Bornecrantz1-1/+1
2010-04-28egl: dri2 driver error outputMicah Fedke1-1/+2
2010-04-27osmesa: update SRC_DIRS to fix buildBrian Paul3-5/+5
2010-04-27osdemos: replace assertion with error handlerBrian Paul1-1/+5
2010-04-27osmesa: don't need to link with -lGLBrian Paul1-1/+1
2010-04-27mesa: Disable scissor when begining meta operationsPierre Willenbrock1-0/+1
2010-04-27mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targetsPierre Willenbrock1-4/+8
2010-04-27glx: Initialize have_back.Pierre Willenbrok1-0/+1