summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-20mesa: Reduce libGL.so binary size by about 15%11.1Arlie Davis1-16/+41
2016-01-20applegl: Provide requirements of _SET_DrawBuffersJon TURNEY2-1/+7
2016-01-20darwin: Suppress type conversion warnings for GLhandleARBJon TURNEY1-3/+3
2016-01-20glext.h: Add missing include of stddef.h for ptrdiff_tJeremy Huddleston Sequoia1-0/+1
2016-01-13docs: add sha256 checksums for 11.1.1Emil Velikov1-1/+2
2016-01-13docs: add release notes for 11.1.1Emil Velikov1-0/+196
2016-01-13Update version to 11.1.1Emil Velikov1-1/+1
2016-01-08mesa: Add KBL PCI IDs and platform information.Sarah Sharp2-0/+82
2016-01-08st/mesa: check state->mesa in early return check in st_validate_state()Brian Paul1-1/+1
2016-01-08nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.Kenneth Graunke3-0/+3
2016-01-08nvc0: scale up inter_bo size so that it's 16M for a 4K videoIlia Mirkin1-2/+5
2016-01-08nv50,nvc0: fix crash when increasing bsp bo size for h264Ilia Mirkin2-4/+4
2016-01-08st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)Marek Olšák5-19/+25
2016-01-08program: add _mesa_reserve_parameter_storageMarek Olšák2-15/+36
2016-01-08nv50,nvc0: make sure there's pushbuf space and that we ref the bo earlyIlia Mirkin4-6/+5
2016-01-08nvc0: Set winding order regardless of domain.Kenneth Graunke1-2/+4
2016-01-08glsl: Fix varying struct locations when varying packing is disabled.Kenneth Graunke1-11/+2
2016-01-08glsl: only update doubles inputs for vertex inputs.Dave Airlie1-1/+4
2016-01-08glsl: fix count_attribute_slots to allow for different 64-bit handlingDave Airlie5-11/+30
2016-01-08glsl/fp64: add helper for dual slot double detection.Dave Airlie2-9/+9
2016-01-08glsl: pass stage into mark functionDave Airlie1-4/+4
2016-01-08drirc: Disable ARB_blend_func_extended for Heaven 4.0/Valley 1.0.Kenneth Graunke1-0/+8
2016-01-08nv50/ir: float(s32 & 0xff) = float(u8), not s8Ilia Mirkin1-0/+3
2016-01-08r600: fix constant buffer size programmingGrazvydas Ignotas2-2/+2
2016-01-08nvc0: don't forget to reset VTX_TMP bufctx slot after blit completionIlia Mirkin1-0/+2
2016-01-08gallium/radeon: fix regression in a number of driver queriesNicolai Hähnle1-3/+3
2016-01-08glx/dri3: a drawable might not be bound at wait timeIlia Mirkin1-2/+4
2016-01-08ralloc: Fix ralloc_adopt() to the old context's last child's parent.Kenneth Graunke1-0/+1
2016-01-08vc4: Keep sample mask writes from being reordered after TLB writesEric Anholt1-1/+2
2016-01-08freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabledRob Herring1-1/+1
2016-01-08gallium/radeon: only dispose locally created target machine in radeon_llvm_co...Nicolai Hähnle1-2/+3
2016-01-08mesa: Don't leak ATIfs instructions in DeleteFragmentShaderMiklós Máté1-1/+1
2016-01-08configura.ac: fix test for SSE4.1 assembler supportOded Gabbay1-2/+3
2016-01-08configure: check for python2.7 for PYTHON2Jonathan Gray1-1/+1
2016-01-08configure.ac: use pkg-config for libelfJonathan Gray3-6/+16
2016-01-08nv50: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset1-0/+5
2016-01-08nv50,nvc0: free memory allocated by performance metricsSamuel Pitoiset6-4/+22
2016-01-08nvc0: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset1-0/+1
2016-01-08i965: Fix crash when calling glViewport with no surface boundNeil Roberts1-2/+4
2016-01-08vc4: Warn instead of abort()ing on exec ioctl failures.Eric Anholt1-3/+5
2016-01-08meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFERIan Romanick1-4/+13
2016-01-08glsl: assign varying locations to tess shaders when doing SSOIlia Mirkin1-4/+4
2016-01-08cherry-ignore: don't pick a specific i965 formats patchEmil Velikov1-0/+3
2016-01-08i965: Add B8G8R8X8_SRGB to the alpha format overrideNeil Roberts1-0/+4
2016-01-08i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_formatNeil Roberts1-0/+1
2016-01-08gk104/ir: simplify and fool-proof texbar algorithmIlia Mirkin2-83/+56
2016-01-08nv50/ir: can't have predication and immediatesIlia Mirkin1-0/+3
2016-01-08gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctlyMarek Olšák3-5/+18
2016-01-08radeonsi: apply the streamout workaround to Fiji as wellMarek Olšák1-1/+3
2016-01-08radeonsi: don't call of u_prims_for_vertices for patches and rectanglesMarek Olšák1-1/+13