| Commit message (Expand) | Author | Age | Files | Lines |
* | tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arrays | Nicolai Hähnle | 2016-10-12 | 1 | -8/+2 |
* | gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS | Nicolai Hähnle | 2016-10-12 | 17 | -0/+24 |
* | radeonsi: Use the new image load/store intrinsic signatures | Tom Stellard | 2016-10-12 | 1 | -14/+45 |
* | radeonsi: Add function for converting LLVM type to intrinsic string | Tom Stellard | 2016-10-12 | 1 | -10/+32 |
* | radeonsi: Refactor image store/load intrinsic name creation | Tom Stellard | 2016-10-12 | 1 | -11/+18 |
* | winsys/amdgpu: fix infinite loop w/ RADEON_NOOP=1 caused by unsubmitted fences | Marek Olšák | 2016-10-12 | 1 | -2/+5 |
* | radeonsi: fix R600_DEBUG=precompile for shader-db | Marek Olšák | 2016-10-12 | 1 | -0/+6 |
* | radeonsi: use TC write-back instead of full cache invalidation | Marek Olšák | 2016-10-12 | 3 | -13/+7 |
* | radeonsi: implement TC L2 write-back (flush) without cache invalidation | Marek Olšák | 2016-10-12 | 2 | -28/+74 |
* | radeonsi: don't invalidate VMEM L1 for memory barriers for index buffers | Marek Olšák | 2016-10-12 | 1 | -3/+4 |
* | nv50/ir: optimize ADD(SHL(a, b), c) to SHLADD(a, b, c) | Samuel Pitoiset | 2016-10-12 | 1 | -0/+87 |
* | mapi: fix out-of-tree build dependencies | Nicolai Hähnle | 2016-10-12 | 1 | -2/+2 |
* | draw: initialize shader inputs | Roland Scheidegger | 2016-10-12 | 1 | -0/+7 |
* | radv: trivial case stmt style fixups | Edward O'Callaghan | 2016-10-12 | 1 | -3/+3 |
* | anv: Return correct result in EnumeratePhysicalDevices | Nicolas Koch | 2016-10-11 | 1 | -0/+2 |
* | anv: Allow vp_info to be NULL in 3DSTATE_CLIP code. | Kenneth Graunke | 2016-10-11 | 1 | -1/+1 |
* | anv: Fix anv_pipeline_validate_create_info assertions. | Kenneth Graunke | 2016-10-11 | 1 | -7/+9 |
* | trace: add invalidate_resource callback | Ilia Mirkin | 2016-10-11 | 1 | -0/+21 |
* | radv/winsys: Fix radv_amdgpu_cs_grow min_size argument. (v2) | Gustaw Smolarczyk | 2016-10-12 | 1 | -4/+7 |
* | radv: fix strict aliasing violation | Grigori Goronzy | 2016-10-12 | 1 | -2/+5 |
* | radv: fix uninitialized variables | Grigori Goronzy | 2016-10-12 | 2 | -2/+2 |
* | radv: add missing unreachable | Grigori Goronzy | 2016-10-12 | 1 | -0/+1 |
* | radv: remove the validation layer and some related bits. | Dave Airlie | 2016-10-12 | 2 | -37/+2 |
* | radv: drop entrypoint split out. | Dave Airlie | 2016-10-12 | 3 | -73/+2 |
* | radv: drop the RADV_CALL macro. | Dave Airlie | 2016-10-12 | 7 | -50/+42 |
* | radv: check driver name before calling amdgpu. | Dave Airlie | 2016-10-12 | 1 | -0/+16 |
* | radv: fix memory leak from physical device if wsi fails | Dave Airlie | 2016-10-12 | 1 | -1/+3 |
* | radv/winsys: Fix mem leak at failed do_winsys_init() call site | Edward O'Callaghan | 2016-10-12 | 1 | -2/+6 |
* | radv/winsys: Trivial style and readability fixups | Edward O'Callaghan | 2016-10-12 | 4 | -12/+17 |
* | radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows it | Marek Olšák | 2016-10-11 | 1 | -1/+6 |
* | swr: [rasterizer archrast] update proto file | Tim Rowley | 2016-10-11 | 1 | -2/+56 |
* | swr: [rasterizer archrast] add support for stats files | Tim Rowley | 2016-10-11 | 4 | -20/+57 |
* | swr: [rasterizer jitter] remove architecture override | Tim Rowley | 2016-10-11 | 1 | -41/+1 |
* | swr: [rasterizer jitter] adjust jitmanager assert | Tim Rowley | 2016-10-11 | 1 | -1/+4 |
* | swr: [rasterizer] eliminate unused label warnings on gcc | Tim Rowley | 2016-10-11 | 2 | -0/+8 |
* | swr: [rasterizer core] implement depth bounds test | Tim Rowley | 2016-10-11 | 6 | -9/+101 |
* | swr: [rasterizer core] update/add formats | Tim Rowley | 2016-10-11 | 7 | -1705/+2592 |
* | swr: [rasterizer core] SwrStoreTiles api change | Tim Rowley | 2016-10-11 | 7 | -19/+27 |
* | swr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS knob for windows | Tim Rowley | 2016-10-11 | 1 | -0/+8 |
* | swr: [rasterizer archrast] add mako template | Tim Rowley | 2016-10-11 | 4 | -2/+117 |
* | swr: [rasterizer core] disable cull for rect_list | Tim Rowley | 2016-10-11 | 1 | -0/+8 |
* | swr: [rasterizer core] add support for "RAW" surface format | Tim Rowley | 2016-10-11 | 2 | -0/+29 |
* | swr: [rasterizer core] align Macrotile FIFO memory to SIMD size | Tim Rowley | 2016-10-11 | 4 | -9/+23 |
* | swr: [rasterizer common] remove threadviz code | Tim Rowley | 2016-10-11 | 3 | -94/+0 |
* | swr: [rasterizer memory] split load/store for compile speed | Tim Rowley | 2016-10-11 | 17 | -1836/+2290 |
* | egl: add eglSwapBuffersWithDamageKHR | Eric Engestrom | 2016-10-11 | 1 | -6/+26 |
* | intel/genxml: fix building rules for aubinator required headers | Mauro Rossi | 2016-10-11 | 2 | -2/+6 |
* | radv: automake: move libamdgpu_addrlib.la to VULKAN_LIB_DEPS | Emil Velikov | 2016-10-11 | 1 | -1/+2 |
* | radv: automake: remove unused variables | Emil Velikov | 2016-10-11 | 1 | -6/+0 |
* | radv: automake: include the python scripts/formats table in the tarball | Emil Velikov | 2016-10-11 | 1 | -2/+5 |