aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* radv: automake: remove unused variablesEmil Velikov2016-10-111-6/+0
* radv: automake: include the python scripts/formats table in the tarballEmil Velikov2016-10-111-2/+5
* mesa: fix error handling in _mesa_TransformFeedbackVaryingsTapani Pälli2016-10-111-10/+6
* i965: solve cubemap negative x/y/z faces buffer offset issue in dEQP.Xu,Randy2016-10-111-1/+3
* i915g: fix incorrect gl_FragCoord valueNicholas Bishop2016-10-101-1/+6
* Revert "mesa_glinterop: remove inclusion of GLX header"Vinson Lee2016-10-101-4/+1
* st/nine: More checks for GetRenderTargetDataAxel Davy2016-10-101-0/+2
* st/nine: Add debug output for lost devicesPatrick Rudolph2016-10-101-0/+2
* st/nine: Prevent crash in GetRenderTargetDataPatrick Rudolph2016-10-101-0/+2
* st/nine: Set CLAMP_TO_EDGE on cubetexturesPatrick Rudolph2016-10-103-5/+22
* st/nine: handle possible failure of D3DWindowBuffer_createPatrick Rudolph2016-10-101-0/+8