summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-01amd: fix a typo in PIXEL_PIPE_STAT_RESET definitionMarek Olšák1-1/+1
2016-11-01gallium/radeon: add enum radeon_micro_modeMarek Olšák3-7/+14
2016-11-01gallium/radeon: make it clear that DRM 2.x.x fast clear constraint is CIK-onlyMarek Olšák1-2/+2
2016-11-01gallium/radeon: remove r600_surface::level_infoMarek Olšák3-7/+6
2016-11-01gallium/radeon: add radeon_surf::is_linearMarek Olšák8-13/+15
2016-11-01gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák13-44/+48
2016-11-01gallium/radeon: don't call u_format helpers if we have that info alreadyMarek Olšák2-10/+8
2016-11-01gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levelsMarek Olšák6-15/+19
2016-11-01radeonsi: add a driver query for counting CP DMA callsMarek Olšák4-0/+13
2016-11-01radeonsi: add a driver query for shader cache hitsMarek Olšák4-1/+16
2016-11-01gbm: set up the interop extension for egl/drmMarek Olšák3-0/+3
2016-11-01nvc0: do not duplicate similar performance metricsSamuel Pitoiset1-43/+7
2016-11-01anv/device: Return DEVICE_LOST if execbuf2 failsJason Ekstrand1-6/+4
2016-11-01i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputsAntia Puentes5-22/+20
2016-11-01radv: drop some unused cmask info members.Dave Airlie2-8/+0
2016-10-31intel: aubinator: fix printing missing gen optionLionel Landwerlin1-2/+2
2016-10-31intel: aubinator: fix assumptions on amount of required dataLionel Landwerlin1-1/+5
2016-10-31intel: aubinator: don't print out blocks twiceLionel Landwerlin1-1/+0
2016-10-31i965: Move gen8_disable_stages to brw_upload_initial_gpu_stateNanley Chery4-56/+13
2016-10-31i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_stateNanley Chery3-36/+10
2016-10-31st/omx/dec: disable tunnel for size different caseLeo Liu3-1/+11
2016-10-31st/omx/dec: result buffers size should match codec decoder sizeLeo Liu3-19/+18
2016-10-31swr: [rasterizer] added EventHandlerFile contructorGeorge Kyriazis1-1/+6
2016-10-31swr: [rasterizer core] Frontend dependency workGeorge Kyriazis3-2/+18
2016-10-31swr: [rasterizer core] Refactor/cleanup backendsGeorge Kyriazis2-360/+351
2016-10-31swr: [rasterizer core] Remove deprecated simd intrinsicsGeorge Kyriazis4-990/+1
2016-10-31swr: [rasterizer archrast] Add thread tags to event files.George Kyriazis5-4/+24
2016-10-31glsl: use a non-malloc'd storage for short ir_variable namesMarek Olšák3-3/+22
2016-10-31glsl: use the linear allocator in opt_constant_propagationMarek Olšák1-3/+11
2016-10-31glsl: use the linear allocator in opt_copy_propagationMarek Olšák1-1/+6
2016-10-31glsl: use the linear allocator in opt_copy_propagation_elementsMarek Olšák1-4/+11
2016-10-31glsl: use the linear allocator in opt_dead_code_localMarek Olšák1-3/+9
2016-10-31glsl: use the linear allocator in glsl_symbol_tableMarek Olšák1-8/+8
2016-10-31glsl: use the linear allocator for ast_node and derived classesMarek Olšák6-113/+114
2016-10-31glsl/lexer: use the linear allocatorMarek Olšák3-8/+12
2016-10-31glcpp: use the linear allocator for most objectsMarek Olšák3-118/+91
2016-10-31ralloc: add a linear allocator as a child node of rallocMarek Olšák2-4/+433
2016-10-31ralloc: remove memset from ralloc_sizeMarek Olšák1-15/+11
2016-10-31ralloc: use rzalloc where it's necessaryMarek Olšák11-15/+19
2016-10-31ralloc: add DECLARE_RZALLOC_CXX_OPERATORSMarek Olšák1-2/+7
2016-10-31nir: zero allocated memory where neededJuha-Pekka Heikkila6-7/+7
2016-10-31i965/fs: fill allocated memory with zeros where neededJuha-Pekka Heikkila2-3/+3
2016-10-31i965/vec4: zero allocated memory where neededJuha-Pekka Heikkila1-2/+2
2016-10-31glsl/glcpp: initialize all fields of glcpp_parser_t on creationTapani Pälli1-0/+3
2016-10-31glsl: Fix reading of uninitialized memoryJuha-Pekka Heikkila2-4/+4
2016-10-31glsl: initialize glsl_struct_field properlyMarek Olšák2-38/+6
2016-10-31ralloc: don't memset ralloc_header, clear it manuallyMarek Olšák1-1/+15
2016-10-30clover: Implement clGetExtensionFunctionAddressForPlatform.Serge Martin3-1/+21
2016-10-30clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variablesVedran Miletić1-3/+7
2016-10-30clover: Pass unquoted compiler arguments to ClangVedran Miletić1-4/+36