summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2013-12-09dri megadriver_stub: add compatibility for older DRI loadersJordan Justen1-0/+126
2013-12-09r300/compiler/tests: Fix line length check in test parserTom Stellard1-1/+3
2013-12-09r300/compiler/tests: Fix segfaultTom Stellard1-6/+5
2013-12-09nouveau/video: update a few more h264 picparm field namesIlia Mirkin1-16/+17
2013-12-09nouveau/video: update h264 picparm field names based on usageIlia Mirkin1-15/+13
2013-12-09nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2-7/+2
2013-12-09glsl: Don't emit empty declaration warning for a struct specifierIan Romanick1-1/+1
2013-12-06nv50: wait on the buf's fence before sticking it into pushbufIlia Mirkin2-0/+12
2013-12-06nouveau: avoid leaking fences while waitingIlia Mirkin1-6/+5
2013-12-06nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin2-3/+3
2013-12-06mesa: don't leak performance monitors on context destroyIlia Mirkin3-0/+23
2013-12-06i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)Chad Versace1-24/+11
2013-12-06i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTsChad Versace1-6/+12
2013-12-06i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.Paul Berry1-0/+15
2013-12-06st/xa: Bump major version number to 2Thomas Hellstrom1-1/+1
2013-11-28i965: Always reserve binding table space for at least one render target.Kenneth Graunke1-1/+4
2013-11-28dri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCreateContextAttribsIan Romanick1-2/+4
2013-11-28i965: Only enable __DRI2_ROBUSTNESS if kernel support is availableIan Romanick3-19/+40
2013-11-26glsl: Initialize _mesa_glsl_parse_state::atomic_counter_offsets before using it.Francisco Jerez1-0/+2
2013-11-26glsl: Fix lowering of direct assignment in lower_clip_distance.Paul Berry1-0/+5
2013-11-26i965/gs: Set GS prog_data to NULL if there is no GS program.Paul Berry1-0/+7
2013-11-26i965/gs: Properly skip GS binding table upload when no GS active.Paul Berry1-1/+1
2013-11-26radeon/compute: Unconditionally inline all functions v2Tom Stellard1-2/+20