summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: add release notes for 11.1.1mesa-11.1.1Emil Velikov2016-01-131-0/+196
* Update version to 11.1.1Emil Velikov2016-01-131-1/+1
* mesa: Add KBL PCI IDs and platform information.Sarah Sharp2016-01-082-0/+82
* st/mesa: check state->mesa in early return check in st_validate_state()Brian Paul2016-01-081-1/+1
* nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.Kenneth Graunke2016-01-083-0/+3
* nvc0: scale up inter_bo size so that it's 16M for a 4K videoIlia Mirkin2016-01-081-2/+5
* nv50,nvc0: fix crash when increasing bsp bo size for h264Ilia Mirkin2016-01-082-4/+4
* st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)Marek Olšák2016-01-085-19/+25
* program: add _mesa_reserve_parameter_storageMarek Olšák2016-01-082-15/+36
* nv50,nvc0: make sure there's pushbuf space and that we ref the bo earlyIlia Mirkin2016-01-084-6/+5
* nvc0: Set winding order regardless of domain.Kenneth Graunke2016-01-081-2/+4
* glsl: Fix varying struct locations when varying packing is disabled.Kenneth Graunke2016-01-081-11/+2
* glsl: only update doubles inputs for vertex inputs.Dave Airlie2016-01-081-1/+4
* glsl: fix count_attribute_slots to allow for different 64-bit handlingDave Airlie2016-01-085-11/+30
* glsl/fp64: add helper for dual slot double detection.Dave Airlie2016-01-082-9/+9
* glsl: pass stage into mark functionDave Airlie2016-01-081-4/+4
* drirc: Disable ARB_blend_func_extended for Heaven 4.0/Valley 1.0.Kenneth Graunke2016-01-081-0/+8
* nv50/ir: float(s32 & 0xff) = float(u8), not s8Ilia Mirkin2016-01-081-0/+3
* r600: fix constant buffer size programmingGrazvydas Ignotas2016-01-082-2/+2
* nvc0: don't forget to reset VTX_TMP bufctx slot after blit completionIlia Mirkin2016-01-081-0/+2
* gallium/radeon: fix regression in a number of driver queriesNicolai Hähnle2016-01-081-3/+3
* glx/dri3: a drawable might not be bound at wait timeIlia Mirkin2016-01-081-2/+4
* ralloc: Fix ralloc_adopt() to the old context's last child's parent.Kenneth Graunke2016-01-081-0/+1
* vc4: Keep sample mask writes from being reordered after TLB writesEric Anholt2016-01-081-1/+2
* freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabledRob Herring2016-01-081-1/+1
* gallium/radeon: only dispose locally created target machine in radeon_llvm_co...Nicolai Hähnle2016-01-081-2/+3
* mesa: Don't leak ATIfs instructions in DeleteFragmentShaderMiklós Máté2016-01-081-1/+1
* configura.ac: fix test for SSE4.1 assembler supportOded Gabbay2016-01-081-2/+3
* configure: check for python2.7 for PYTHON2Jonathan Gray2016-01-081-1/+1
* configure.ac: use pkg-config for libelfJonathan Gray2016-01-083-6/+16
* nv50: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset2016-01-081-0/+5
* nv50,nvc0: free memory allocated by performance metricsSamuel Pitoiset2016-01-086-4/+22
* nvc0: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset2016-01-081-0/+1
* i965: Fix crash when calling glViewport with no surface boundNeil Roberts2016-01-081-2/+4
* vc4: Warn instead of abort()ing on exec ioctl failures.Eric Anholt2016-01-081-3/+5
* meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFERIan Romanick2016-01-081-4/+13
* glsl: assign varying locations to tess shaders when doing SSOIlia Mirkin2016-01-081-4/+4
* cherry-ignore: don't pick a specific i965 formats patchEmil Velikov2016-01-081-0/+3
* i965: Add B8G8R8X8_SRGB to the alpha format overrideNeil Roberts2016-01-081-0/+4
* i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_formatNeil Roberts2016-01-081-0/+1
* gk104/ir: simplify and fool-proof texbar algorithmIlia Mirkin2016-01-082-83/+56
* nv50/ir: can't have predication and immediatesIlia Mirkin2016-01-081-0/+3
* gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctlyMarek Olšák2016-01-083-5/+18
* radeonsi: apply the streamout workaround to Fiji as wellMarek Olšák2016-01-081-1/+3
* radeonsi: don't call of u_prims_for_vertices for patches and rectanglesMarek Olšák2016-01-081-1/+13
* r600g: write all MRTs only if there is exactly one output (fixes a hang)Marek Olšák2016-01-081-1/+2
* tgsi/scan: add flag colors_writtenMarek Olšák2016-01-082-0/+4
* cherry-ignore: drop the "re-enable" DCC on StoneyEmil Velikov2016-01-081-0/+2
* mesa/shader: return correct attribute location for double matrix arraysDave Airlie2016-01-071-3/+8
* gallium/util: return correct number of bound vertex buffersPatrick Rudolph2016-01-071-1/+7