summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-18Revert "etnaviv: Fake occlusion query capability"Christian Gmeiner1-3/+2
2017-01-18android: ac/debug: move sid_tables.h generation and IB decode to amd/commonMauro Rossi2-13/+18
2017-01-18android: gallium/auxiliary: fix building error in Android 7.0Mauro Rossi1-1/+1
2017-01-18android: amd/common: fix LLVMInitializeAMDGPU* functions declarationMauro Rossi1-0/+2
2017-01-18android: radeonsi: fix LLVMInitializeAMDGPU* functions declarationMauro Rossi1-0/+2
2017-01-18android: radeon: fix LLVMInitializeAMDGPU* functions declarationMauro Rossi1-0/+1
2017-01-18nouveau: remove always false argument in nouveau_fence_new()Emil Velikov5-11/+6
2017-01-18egl/wayland: resolve quirky try_damage_buffer() implementationEmil Velikov1-10/+0
2017-01-18configure: remove HAVE_EGL_DRIVER_DRI[23]Emil Velikov1-2/+0
2017-01-18gallium: correctly manage libsensors link flagsEmil Velikov2-2/+1
2017-01-18egl/wayland: unify dri2_wl_create_surface implementationsEmil Velikov1-93/+21
2017-01-18egl/wayland: use the destroy_window_callback for swrastEmil Velikov1-0/+2
2017-01-18glx: unify GLX_SGIX_pbuffer aliased declarationsEmil Velikov2-18/+0
2017-01-18glx: use GLX_ALIAS for glXGetProcAddressEmil Velikov1-13/+4
2017-01-18mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macroEmil Velikov4-13/+7
2017-01-18glx: remove always false ifdef GLX_NO_STATIC_EXTENSION_FUNCTIONSEmil Velikov1-5/+0
2017-01-18etnaviv: Fake occlusion query capabilityWladimir J. van der Laan1-2/+3
2017-01-18etnaviv: add flags parameter to texture barrierChristian Gmeiner1-1/+1
2017-01-18etnaviv: handle PIPE_CAP_TGSI_FS_FBFETCHChristian Gmeiner1-0/+1
2017-01-18gallivm: (trivial) fix copy/paste bug with big endian codeRoland Scheidegger1-2/+4
2017-01-18configure.ac: Revert recent HAVE_LLVM changes.Jose Fonseca5-12/+12
2017-01-18vulkan: automake: do not use EXTRA_DIST in a conditionalEmil Velikov1-1/+1
2017-01-18configure.ac: Set and use HAVE_GALLIUM_LLVM defineTobias Droste5-12/+12
2017-01-18gallivm: Cleanup USE_MCJIT.Jose Fonseca1-10/+25
2017-01-17i965: Don't map/unmap in brw_print_program_cache on LLC platforms.Kenneth Graunke1-2/+4
2017-01-17i965: Move program cache printing to brw_program_cache.c.Kenneth Graunke3-57/+49
2017-01-17i965: Make a helper for finding an existing shader variant.Kenneth Graunke7-85/+68
2017-01-17glsl: Make copy propagation not panic when it sees an intrinsic.Kenneth Graunke1-4/+27
2017-01-17i965: Make DCE set null destinations on messages with side effects.Kenneth Graunke1-13/+41
2017-01-17i965: Combine some dead code elimination NOP'ing code.Kenneth Graunke1-8/+1
2017-01-17i965: Make DCE explicitly not eliminate any control flow instructions.Kenneth Graunke1-3/+2
2017-01-18radv: disable vertex reuse when writing viewport indexDave Airlie1-0/+2
2017-01-18radv: add support for layered clears (v2)Dave Airlie1-6/+22
2017-01-18radv/ac: split part of llvm compile into a separate functionDave Airlie1-11/+22
2017-01-18radv/ac: switch an if to switchDave Airlie1-4/+9
2017-01-18radv: add support for writing layer/viewport index (v2)Dave Airlie3-4/+25
2017-01-17ac/debug: Decrease num_dw for type 2 NOP's.Bas Nieuwenhuizen1-0/+1
2017-01-17radeonsi: for the tess barrier, only use emit_waitcnt on SI and LLVM 3.9+Marek Olšák1-2/+5
2017-01-17st/vdpau: remove the delayed rendering hack(v1.1)Nayan Deshmukh6-141/+52
2017-01-17st/vdpau: use dri3 to directly send the buffer to X(v2)Nayan Deshmukh2-27/+33
2017-01-17vl/dri3: use external texture as back buffers(v4)Nayan Deshmukh2-17/+114
2017-01-17anv: set UAV coherence required bit when neededIago Toral Quiroga1-0/+51
2017-01-17anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MBSamuel Iglesias Gonsálvez2-2/+2
2017-01-16nv50/ir: optimize shl + andIlia Mirkin1-0/+11
2017-01-16nvc0: enable FBFETCH with a special slot for color buffer 0Ilia Mirkin9-6/+172
2017-01-16st/mesa: add support for advanced blend when fb can be fetched fromIlia Mirkin4-8/+37
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin14-16/+24
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin17-2/+20
2017-01-16gallium: add FBFETCH opcode to retrieve the current sample valueIlia Mirkin3-2/+15
2017-01-16mesa: allow BlendBarrier to be used without support for full fb fetchIlia Mirkin1-1/+2