summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-25st/mesa: use sRGB formats for MSAA resolving if destination is sRGBMarek Olšák1-0/+32
2014-01-09i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.Eric Anholt1-1/+2
2014-01-09i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.Eric Anholt1-1/+3
2014-01-09mesa: Namespace qualify fma to override ambiguity with fma from math.hThomas Sondergaard1-1/+1
2014-01-09mesa: Work around internal compiler errorThomas Sondergaard1-2/+2
2014-01-09mesa: Fix compile error with MSVC 2013Thomas Sondergaard1-1/+1
2014-01-09mesa: Preliminary support for MSVC_VERSION=12.0Thomas Sondergaard1-1/+1
2014-01-09i965: fold offset into coord for textureOffset(gsampler2DRect)Chris Forbes1-1/+1
2014-01-09swrast: fix delayed texel buffer allocation regression for OpenMPAndreas Fänger1-0/+12
2014-01-09mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) queryBrian Paul4-0/+71
2014-01-09Add md5sums for 10.0.2. release.Carl Worth1-0/+3
2014-01-09docs: Add release notes for 10.0.2 release.mesa-10.0.2Carl Worth1-0/+158
2014-01-09Update version to 10.0.2Carl Worth1-1/+1
2014-01-02Haiku: Add in public GL kit headersAlexander von Gluck IV4-0/+307
2014-01-02nv50: fix a small leak on context destroyIlia Mirkin1-0/+2
2014-01-02glsl: Fix inconsistent assumptions about ir_loop::counter.Paul Berry3-2/+9
2014-01-02glsl: Teach ir_variable_refcount about ir_loop::counter variables.Paul Berry2-0/+22
2014-01-02i965/gen6: Fix HiZ hang in WebGL Google MapsChad Versace1-0/+15
2014-01-02st/mesa: fix glClear with multiple colorbuffers and different formatsMarek Olšák1-24/+10
2014-01-02glcpp: error on multiple #else/#elif directivesErik Faye-Lund6-1/+51
2014-01-02Revert "mesa: Remove GLXContextID typedef from glx.h."Kenneth Graunke1-0/+1
2014-01-02r600g: fix SUMO2 pci idAlex Deucher1-1/+1
2014-01-02r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry1-0/+2
2014-01-02st/vdpau: Destroy context when initialization failsAaron Watry1-0/+1
2014-01-02radeon/llvm: Free target data at end of optimizationAaron Watry1-0/+1
2014-01-02r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry1-1/+1
2014-01-02r600/compute: Free compiled kernels when deleting compute stateAaron Watry1-0/+2
2014-01-02radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry5-18/+41
2014-01-02pipe_loader/sw: close dev->lib when initialization failsAaron Watry1-1/+4
2014-01-02clover: Remove unused variableAaron Watry1-1/+0
2014-01-02llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu1-0/+6
2014-01-02st/mesa: use pipe_sampler_view_release()Jonathan Liu1-1/+1
2014-01-02i915: Add support for gl_FragData[0] reads.Henri Verbeet1-0/+1
2014-01-02i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.Kenneth Graunke1-1/+1
2014-01-02Use line number information from entire function expressionKevin Rogovin1-1/+1
2014-01-02mesa: Fix error code generation in glBeginConditionalRender()Anuj Phogat1-1/+3
2014-01-02dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg14-10/+34
2014-01-02mesa: fix interpretation of glClearBuffer(drawbuffer)Marek Olšák1-6/+25
2014-01-02r600g/sb: fix stack size computation on evergreenVadim Girlin1-4/+12
2013-12-12docs: Add md5sums for the 10.0.1 release.Carl Worth1-0/+3
2013-12-12Update version for the 10.0.1 release.mesa-10.0.1Carl Worth1-1/+1
2013-12-12Makefile: Add bin/test-driver to EXTRA_FILESCarl Worth1-0/+1
2013-12-12docs: Add release notes for 10.0.1Carl Worth1-0/+147
2013-12-12nv50: report 15 max inputs for fragment programsIlia Mirkin1-1/+1
2013-12-12nouveau: Fix compiler warning regressionMaarten Lankhorst1-4/+0
2013-12-12swrast: fix readback regression since inversion fixDave Airlie1-1/+1
2013-12-12Enable throttling in SwapBuffersAxel Davy1-1/+13
2013-12-12egl/wayland: Send commit after flushing the driver contextKristian Høgsberg1-2/+1
2013-12-12egl/wayland: Flush the wl_display at the end of SwapBuffersAxel Davy1-0/+2
2013-12-09egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffersKristian Høgsberg1-2/+2