summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-06mesa: Add KBL PCI IDs and platform information.kbl-cleanup-v5Sarah Sharp2-0/+82
2016-01-06gallium/drivers/svga: Use unsigned for loop indexEdward O'Callaghan2-7/+7
2016-01-06gallium/drivers/r600: Use unsigned for loop indexEdward O'Callaghan1-9/+9
2016-01-06gallium/drivers/ilo: Use unsigned for loop indexEdward O'Callaghan4-16/+16
2016-01-06gallium: Use unsigned for loop indexEdward O'Callaghan1-3/+3
2016-01-06gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan10-11/+11
2016-01-06gallium: Remove unnecessary semicolonsEdward O'Callaghan8-8/+9
2016-01-06llvmpipe: Optimize lp_rast_triangle_32_3_16 for POWER8Oded Gabbay1-1/+141
2016-01-06llvmpipe: Optimize BUILD_MASK(_LINEAR) for POWER8Oded Gabbay1-40/+110
2016-01-06llvmpipe: Optimize do_triangle_ccw for POWER8Oded Gabbay1-0/+100
2016-01-06llvmpipe: add POWER8 portability file - u_pwr8.hOded Gabbay1-0/+310
2016-01-06configure.ac: Detect if running on POWER8 archOded Gabbay1-0/+55
2016-01-05nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.Kenneth Graunke3-0/+3
2016-01-05i965: Only turn on ARB_compute_shader if we can write registers.Kenneth Graunke1-2/+3
2016-01-05i965: Use rcp in brw_lower_texture_gradients rather than 1.0 / x.Kenneth Graunke1-1/+1
2016-01-06mesa: fix GL_MAX_NAME_LENGTH query for tessellation shadersTimothy Arceri1-2/+6
2016-01-06glsl: don't change the varying type in validation codeTimothy Arceri1-5/+0
2016-01-06glsl: move lowering after matching validationTimothy Arceri1-11/+11
2016-01-06glsl: only add outward facing varyings to resourse list for SSOTimothy Arceri1-7/+10
2016-01-05i965/gen9: Modify the conditions to use blitter on skl+Anuj Phogat1-3/+9
2016-01-05i965/gen9: Return false in place of assert in intelEmitCopyBlit()Anuj Phogat1-3/+4
2016-01-05i965/gen9: Remove regions overlap check in fast copy blitAnuj Phogat1-5/+0
2016-01-05i965/gen9: Don't use fast copy blit in case of non power of 2 cppAnuj Phogat1-2/+4
2016-01-05i915/i965: Fix typo in perf_debug messageIan Romanick2-2/+2
2016-01-05st/mesa: minor indentation fixesBrian Paul1-4/+4
2016-01-05draw: minor indentation fixBrian Paul1-1/+1
2016-01-05mesa: minor clean-up of some memcpy/sizeof() calls in m_matrix.cBrian Paul1-7/+7
2016-01-05util: add debug_dump_ubyte_rgba_bmp()Brian Paul2-0/+63
2016-01-05mesa: check for z=0 in _mesa_Vertex3dv()Brian Paul1-1/+4
2016-01-05svga: fix test for SVGA_NEW_STIPPLEBrian Paul2-4/+8
2016-01-05svga: add some comments in svga_state_vs.cBrian Paul1-0/+3
2016-01-05svga: change svga_hw_view_state::dirty to booleanBrian Paul1-1/+1
2016-01-05svga: avoid emitting redundant SetVertexBuffers() commandsBrian Paul2-5/+26
2016-01-05svga: check for no-ops in svga_bind_sampler_states()Brian Paul1-1/+15
2016-01-05i965: quieten compiler warning about out-of-bounds accessIlia Mirkin1-0/+1
2016-01-05build: enable st/va with nouveau driverJulien Isorce1-0/+2
2016-01-05nvc0: add support for st/vaJulien Isorce3-50/+133
2016-01-05nouveau: split nouveau_vp3_bsp in begin/next/endJulien Isorce4-41/+77
2016-01-05st/va: count number of slicesJulien Isorce5-0/+25
2016-01-05i965/wm: use binding size for ubo/ssbo when automatic size is unsetIlia Mirkin1-4/+10
2016-01-05Revert "i965/wm: use proper API buffer size for the surfaces."Ilia Mirkin4-13/+5
2016-01-04st/mesa: make KHR_debug output independent of context creation flags (v2)Nicolai Hähnle4-57/+98
2016-01-04nvc0: scale up inter_bo size so that it's 16M for a 4K videoIlia Mirkin1-2/+5
2016-01-04nv50,nvc0: fix crash when increasing bsp bo size for h264Ilia Mirkin2-4/+4
2016-01-04i965/wm: use proper API buffer size for the surfaces.Samuel Iglesias Gonsálvez4-5/+13
2016-01-03radeonsi: remove unused parameter from si_shader_binary_read_configMarek Olšák3-10/+7
2016-01-03radeonsi: move si_shader_binary_upload out of si_shader_binary_readMarek Olšák3-11/+10
2016-01-03gallium/radeon: dump LLVM module outside of radeon_llvm_compileMarek Olšák4-9/+12
2016-01-03gallium/radeon: always add +DumpCode to the LLVM target machine for LLVM <= 3.5Marek Olšák4-6/+5
2016-01-03gallium/radeon: r600_can_dump_shader should get TGSI processor type directlyMarek Olšák4-15/+10