aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tgsi/ureg: add ureg_DECL_output_layoutNicolai Hähnle2016-10-122-13/+38
* tgsi/ureg: add layout/component input declarationsNicolai Hähnle2016-10-122-12/+76
* tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arraysNicolai Hähnle2016-10-121-8/+2
* gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle2016-10-1217-0/+24
* radeonsi: Use the new image load/store intrinsic signaturesTom Stellard2016-10-121-14/+45
* radeonsi: Add function for converting LLVM type to intrinsic stringTom Stellard2016-10-121-10/+32
* radeonsi: Refactor image store/load intrinsic name creationTom Stellard2016-10-121-11/+18
* winsys/amdgpu: fix infinite loop w/ RADEON_NOOP=1 caused by unsubmitted fencesMarek Olšák2016-10-121-2/+5
* radeonsi: fix R600_DEBUG=precompile for shader-dbMarek Olšák2016-10-121-0/+6
* radeonsi: use TC write-back instead of full cache invalidationMarek Olšák2016-10-123-13/+7
* radeonsi: implement TC L2 write-back (flush) without cache invalidationMarek Olšák2016-10-122-28/+74
* radeonsi: don't invalidate VMEM L1 for memory barriers for index buffersMarek Olšák2016-10-121-3/+4
* nv50/ir: optimize ADD(SHL(a, b), c) to SHLADD(a, b, c)Samuel Pitoiset2016-10-121-0/+87
* mapi: fix out-of-tree build dependenciesNicolai Hähnle2016-10-121-2/+2
* draw: initialize shader inputsRoland Scheidegger2016-10-121-0/+7
* radv: trivial case stmt style fixupsEdward O'Callaghan2016-10-121-3/+3
* anv: Return correct result in EnumeratePhysicalDevicesNicolas Koch2016-10-111-0/+2
* anv: Allow vp_info to be NULL in 3DSTATE_CLIP code.Kenneth Graunke2016-10-111-1/+1
* anv: Fix anv_pipeline_validate_create_info assertions.Kenneth Graunke2016-10-111-7/+9
* trace: add invalidate_resource callbackIlia Mirkin2016-10-111-0/+21
* radv/winsys: Fix radv_amdgpu_cs_grow min_size argument. (v2)Gustaw Smolarczyk2016-10-121-4/+7
* radv: fix strict aliasing violationGrigori Goronzy2016-10-121-2/+5
* radv: fix uninitialized variablesGrigori Goronzy2016-10-122-2/+2
* radv: add missing unreachableGrigori Goronzy2016-10-121-0/+1
* radv: remove the validation layer and some related bits.Dave Airlie2016-10-122-37/+2
* radv: drop entrypoint split out.Dave Airlie2016-10-123-73/+2
* radv: drop the RADV_CALL macro.Dave Airlie2016-10-127-50/+42
* radv: check driver name before calling amdgpu.Dave Airlie2016-10-121-0/+16
* radv: fix memory leak from physical device if wsi failsDave Airlie2016-10-121-1/+3
* radv/winsys: Fix mem leak at failed do_winsys_init() call siteEdward O'Callaghan2016-10-121-2/+6
* radv/winsys: Trivial style and readability fixupsEdward O'Callaghan2016-10-124-12/+17
* radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows itMarek Olšák2016-10-111-1/+6
* swr: [rasterizer archrast] update proto fileTim Rowley2016-10-111-2/+56
* swr: [rasterizer archrast] add support for stats filesTim Rowley2016-10-114-20/+57
* swr: [rasterizer jitter] remove architecture overrideTim Rowley2016-10-111-41/+1
* swr: [rasterizer jitter] adjust jitmanager assertTim Rowley2016-10-111-1/+4
* swr: [rasterizer] eliminate unused label warnings on gccTim Rowley2016-10-112-0/+8
* swr: [rasterizer core] implement depth bounds testTim Rowley2016-10-116-9/+101
* swr: [rasterizer core] update/add formatsTim Rowley2016-10-117-1705/+2592
* swr: [rasterizer core] SwrStoreTiles api changeTim Rowley2016-10-117-19/+27
* swr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS knob for windowsTim Rowley2016-10-111-0/+8
* swr: [rasterizer archrast] add mako templateTim Rowley2016-10-114-2/+117
* swr: [rasterizer core] disable cull for rect_listTim Rowley2016-10-111-0/+8
* swr: [rasterizer core] add support for "RAW" surface formatTim Rowley2016-10-112-0/+29
* swr: [rasterizer core] align Macrotile FIFO memory to SIMD sizeTim Rowley2016-10-114-9/+23
* swr: [rasterizer common] remove threadviz codeTim Rowley2016-10-113-94/+0
* swr: [rasterizer memory] split load/store for compile speedTim Rowley2016-10-1117-1836/+2290
* egl: add eglSwapBuffersWithDamageKHREric Engestrom2016-10-111-6/+26
* intel/genxml: fix building rules for aubinator required headersMauro Rossi2016-10-112-2/+6
* radv: automake: move libamdgpu_addrlib.la to VULKAN_LIB_DEPSEmil Velikov2016-10-111-1/+2