summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Revert "Prefer intrinsics to handrolled atomic ops."7.8Tom Fogal1-2/+2
2010-09-26Prefer intrinsics to handrolled atomic ops.Tom Fogal1-2/+2
2010-09-26Implement x86_64 atomics for compilers w/o intrinsics.Tom Fogal1-0/+47
2010-09-16progs/egl: Link xeglthreads to -lpthread.Chia-I Wu1-1/+1
2010-09-14mesa: set VERSION to 7.8.3-rc1Brian Paul1-1/+1
2010-08-24docs: add link to 7.8.3 release notesBrian Paul1-0/+1
2010-08-24docs: added news update for 7.8.3 (date TBD)Brian Paul1-0/+8
2010-08-24mesa: bump version to 7.8.3Brian Paul2-3/+3
2010-08-24osmesa: remove unused varBrian Paul1-1/+0
2010-08-23Add release notes for recent bug fixes.Tom Fogal1-0/+3
2010-08-23st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBOBrian Paul1-0/+7
2010-08-23swrast: fix span color array pointer assignment for 32-bit/channel renderingM.Froehlich@science-computing.de1-0/+17
2010-08-19Regenerate mangling header.Tom Fogal1-3/+123
2010-08-08Update release notes for 7.8.3Marek Olšák1-0/+1
2010-08-08r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xxMarek Olšák2-2/+2
2010-08-06Add release notes for 7.8.3.Tom Fogal1-0/+85
2010-08-05Revert "radeon: allow driconf vblank settings with dri2"Tom Fogal1-1/+0
2010-08-05st/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8 formatMarek Olšák1-9/+21
2010-08-04swrast: fix 16-bit/channel renderingBrian Paul1-1/+1
2010-08-04mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca3-2/+12
2010-08-04mesa: fix texenv generation when num color bufs == 0Brian Paul1-1/+4
2010-08-04mesa: make the number of draw buffers part of the texenv program key stateBrian Paul2-5/+9
2010-08-04radeon: fix glCopyTex(Sub)ImageMaciej Cencora1-2/+11
2010-08-04radeon: fix glCopyTex(Sub)Image if user FBO is boundMaciej Cencora1-3/+6
2010-08-04glsl: fix indirect addressing of gl_TextureMatrix[] arraysTom Fogal1-1/+31
2010-08-04glsl: fix 'if ((x=foo()) > 1.0)' bugTom Fogal1-1/+5
2010-08-04st/mesa: fix bug in emit_adjusted_wpos()Brian Paul1-2/+6
2010-08-04radeon: fix some wine d3d9 testsTom Fogal1-0/+8
2010-08-03r600: fix sin,cos functions on r600Andre Maasikas1-9/+133
2010-08-03r600: since 8744c36e added asserts - use another random register for shader w...Andre Maasikas1-1/+1
2010-08-03r600: Flip point sprite coordinates when rendering to an FBO.Henri Verbeet1-1/+3
2010-08-03r600: workaround 3 comp GL_SHORT vertex attribute format on r700Andre Maasikas1-1/+3
2010-08-03r600: GL_COORD_REPLACE state is only relevant when point sprites are enabled.Henri Verbeet1-6/+11
2010-08-03r600: fix warningsMarc1-2/+2
2010-08-03r600: Make next_inst() static.Henri Verbeet2-59/+61
2010-08-03r600: Assert output registers have a valid export index.Henri Verbeet1-0/+4
2010-08-03r600: Process exports for all written fragment outputs.Henri Verbeet1-26/+12
2010-08-03r600: Fill uiFP_OutputMap for all written fragment outputs.Henri Verbeet1-16/+17
2010-08-03r600: enable VERT_RESULT_PSIZ - makes point size & attenuation workAndre Maasikas2-2/+29
2010-08-03r600: adjust point sprites after 911fa4a4a1Andre Maasikas1-10/+11
2010-08-03mesa: return retval in _mesa_RenderObjectUnpurgeable()Brian Paul1-1/+1
2010-08-03r600: fix typo in r700 assemblerAlex Deucher1-1/+1
2010-08-03radeon: Also flush if it's not the current context that's being destroyed.Henri Verbeet1-1/+1
2010-08-03radeon: allow driconf vblank settings with dri2Alex Deucher1-0/+1
2010-08-03mesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable() return valuesBrian Paul1-3/+3
2010-08-03radeon: lower texture memory consumption is some casesMaciej Cencora1-1/+1
2010-08-03radeon: fix teximage migration failure in rare caseMaciej Cencora1-4/+4
2010-08-03r300c: Fix vertex data setup for named buffer objects with unaligned offsetMaciej Cencora1-2/+1
2010-08-03osmesa: remove old renderbuffer before adding newBrian Paul1-0/+1
2010-08-03mesa: initialize extension string when context is first boundBrian Paul2-2/+2